summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-16interpreter/compiler: Add type checking for the Compiler objectDylan Baker
2021-08-16interpreter/compiler: Add type annotations to TryRunResultHolderDylan Baker
2021-08-16interpreter/compiler: remove unittest_args methodDylan Baker
2021-08-16compilers: Fix extra_args parameterDylan Baker
2021-08-16compilers: Fix annotations for run and cached_compileDylan Baker
2021-08-16interpreter/compiler: Replace permittedKwargs({}) with noKwargsDylan Baker
2021-08-16interpreterobjects: Add TypedDict annoations for `extract_search_dirs`Dylan Baker
2021-08-16interperterbase: help type checkers do better type deductionDylan Baker
2021-08-16interpreter: allow KwargInfo.evolve to change the name as wellDylan Baker
2021-08-16unittests/base: Allow init method to failDylan Baker
2021-08-16unittests/base: Move code out of the try block of a try/except statementDylan Baker
2021-08-16unittests/baseplatform: don't double print on errorDylan Baker
2021-08-16Document new rules for green CI.Jussi Pakkanen
2021-08-16Add unset_variable()Tristan Partin
2021-08-16interpreter: Fix holder_map not being updated when subproject failsXavier Claessens
2021-08-16ci: Use 32-bit Rust and Python on vs2017 x86Nirbheek Chauhan
2021-08-15Refresh Ninja cache files on regeneration.Jussi Pakkanen
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
2021-08-15correct a copy-pasted commentEli Schwartz
2021-08-15misc formatting lint fixes, drop unneeded f-stringEli Schwartz
2021-08-15run_unittests: fix unused variable warningsEli Schwartz
2021-08-15Revert "interpreter: Fix holder_map not being updated when subproject fails"Jussi Pakkanen
2021-08-15Revert "compilers/c++: Add MSVC option to make the __cplusplus define accurate"Jussi Pakkanen
2021-08-15tests: make detecting broken compilers always run without tracebacksEli Schwartz
2021-08-15Disable Rust + clangcl.Jussi Pakkanen
2021-08-15Disable vs2017 + 32bit Rust combo as it is broken.Jussi Pakkanen
2021-08-14Force unity builds off in Flex test.Jussi Pakkanen
2021-08-13Document that custom_target() install_dir can be a listXavier Claessens
2021-08-12Allow gettext test to skip on macOS.Jussi Pakkanen
2021-08-12fix the previous commit which deleted a doc file but not the index entryEli Schwartz
2021-08-12Update wrap documentation to describe new submission processEli Schwartz
2021-08-12Fix building framework test.Jussi Pakkanen
2021-08-12Disable asan memory leak checks on a Cuda test.Jussi Pakkanen
2021-08-12Pass a test file to flex test.Jussi Pakkanen
2021-08-11Always generate Java rule, it is platform agnostic.Jussi Pakkanen
2021-08-11compilers/c++: Add MSVC option to make the __cplusplus define accurateDylan Baker
2021-08-11Make the flex test case workAdrien Plazas
2021-08-09build: store global and project args per-machine even when not cross compilingDylan Baker
2021-08-09build: add a few annotationsDylan Baker
2021-08-09Fix i18n target name when using @BASENAME@ and configure_file() inputXavier Claessens
2021-08-09i18n: use real build/install targets for gmo filesEli Schwartz
2021-08-09interpreter: Fix spurious warning in configure_data()Xavier Claessens
2021-08-09gnome: Filter all compiler and linker flagsEmmanuele Bassi
2021-08-09Fix native targets for vs backend cross compilationGustavoLCR
2021-08-09interpreter: Fix missing subsubproject summary when subproject failsXavier Claessens
2021-08-09interpreter: Fix holder_map not being updated when subproject failsXavier Claessens
2021-08-09modules: Fix typo in state.test()Xavier Claessens
2021-08-09pkg-config: support for `-l:libfoo.a`lilinzhe
2021-08-09interpreter: Fix list contains for Holders (fixes #9020 #9047)Daniel Mensinger
2021-08-08Add support for finding Javascript source libraries with Emscripten.Jussi Pakkanen