summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-21Display more timestamps when profiling ninjaCharles Brunet
2023-07-20docs: fix typo in previous commitEli Schwartz
2023-07-20interpreter: deprecate 'jar' value of build_target(target_type)Dylan Baker
2023-07-20interpreter: use kwarginfo for build_target(target_type)Dylan Baker
2023-07-20interpreter: use typed_kwargs for jar(java_resources)Dylan Baker
2023-07-20build|interpreter: move main_class to typed_kwargsDylan Baker
2023-07-20interpreter: use type_checking defined target argument listsDylan Baker
2023-07-20intepreter: add kwargs annotations for build_target classesDylan Baker
2023-07-20ci: Add Rust Windows cross toolchain on ubuntu-rolling imageXavier Claessens
2023-07-19move various bits of type-checking only code to TYPE_CHECKING blocksEli Schwartz
2023-07-19avoid module indirection in name resolution for imported objectsEli Schwartz
2023-07-19fix implicit_reexport issues and enforce them going forwardEli Schwartz
2023-07-19mypy: add more mixin base classesEli Schwartz
2023-07-19linkers: fix mypy errors that were ignored due to lack of inheritanceEli Schwartz
2023-07-19linkers: reorganize code so that linker base classes always come firstEli Schwartz
2023-07-19add better comments for mypy suppressionsEli Schwartz
2023-07-19cmake: fix empty BOOL generator expression evaluating to truekiwixz
2023-07-19cmake: find dependencies with bare library names on all platformskiwixz
2023-07-18CI image builder: log commands a bitEli Schwartz
2023-07-18CI: change ubuntu cross exe_wrapper to un-suffixed wineEli Schwartz
2023-07-18mtest: avoid meddling with stdout by defaultEli Schwartz
2023-07-18CI: install a newer java on opensuseEli Schwartz
2023-07-18tests: bump the C++ std for protobuf testsEli Schwartz
2023-07-18tests: mark gpgme test skippable on Ubuntu rollingEli Schwartz
2023-07-18docs: improve formatting of the Rust modulePeter Hutterer
2023-07-18docs: fix typos and keyword markdown for the Rust module pagePeter Hutterer
2023-07-18ci: Skip test_generate_gir_with_address_sanitizerXavier Claessens
2023-07-17Whoopsie, forgot to create the release notes.Jussi Pakkanen
2023-07-17Merge pull request #11976 from tristan957/cleanupsJussi Pakkanen
2023-07-17Bump version number for new development.Jussi Pakkanen
2023-07-17Bump version number for release.Jussi Pakkanen
2023-07-16Fix build using GDC 13Jussi Pakkanen
2023-07-15rust: disable overflow-checks by defaultDylan Baker
2023-07-14compiler.compiles/links: fix failure when compiling a built File objectEli Schwartz
2023-07-13cmake: fix directory separators in generated packageConfig.cmake filesMatthieu Rogez
2023-07-13macos: map arm64e to aarch64, map "whole" architecture stringsAndres Freund
2023-07-13Fix display of generatorCharles Brunet
2023-07-13Silence some encoding warningsTristan Partin
2023-07-13mtest: fix unencodable XML charsNazir Bilal Yavuz
2023-07-13Add import instructions for filesystem moduleMiroPalmu
2023-07-12Remove do_conf_str(encoding:)Tristan Partin
2023-07-12Use underscore for variables that we don't referenceTristan Partin
2023-07-12Fix return type of debugfile functionsTristan Partin
2023-07-12Add typing to portions of machine file parsingTristan Partin
2023-07-12Add type annotations where they previously didn't existTristan Partin
2023-07-12Use more specific typesTristan Partin
2023-07-12Remove Compiler._build_wrapper(temp_dir:)Tristan Partin
2023-07-12Match the method signatures of parent classesTristan Partin
2023-07-12Make CPPCompiler.get_display_language() a classmethodTristan Partin
2023-07-12Fix the typing around Compiler._get_compile_output()Tristan Partin