aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-18Revert "Disable vs2017 + 32bit Rust combo as it is broken."nirbheek/un-disable-rust-vs2017Nirbheek Chauhan1-4/+1
2021-08-17Add install tagsXavier Claessens26-87/+430
2021-08-16compilers/compilers: Fix some potential issues spotted by pyrightDylan Baker1-2/+4
2021-08-16interpreter/compiler: make helper methods protectedDylan Baker1-29/+29
2021-08-16run_mypy: add interpreter/compiler.pyDylan Baker1-0/+1
2021-08-16interpreter/compiler: Add type checking for the Compiler objectDylan Baker2-401/+349
2021-08-16interpreter/compiler: Add type annotations to TryRunResultHolderDylan Baker1-4/+4
2021-08-16interpreter/compiler: remove unittest_args methodDylan Baker2-16/+7
2021-08-16compilers: Fix extra_args parameterDylan Baker6-31/+36
2021-08-16compilers: Fix annotations for run and cached_compileDylan Baker3-9/+9
2021-08-16interpreter/compiler: Replace permittedKwargs({}) with noKwargsDylan Baker1-19/+19
2021-08-16interpreterobjects: Add TypedDict annoations for `extract_search_dirs`Dylan Baker2-1/+11
2021-08-16interperterbase: help type checkers do better type deductionDylan Baker1-1/+5
2021-08-16interpreter: allow KwargInfo.evolve to change the name as wellDylan Baker1-1/+2
2021-08-16unittests/base: Allow init method to failDylan Baker1-11/+29
2021-08-16unittests/base: Move code out of the try block of a try/except statementDylan Baker1-15/+18
2021-08-16unittests/baseplatform: don't double print on errorDylan Baker1-2/+4
2021-08-16Document new rules for green CI.Jussi Pakkanen1-0/+15
2021-08-16Add unset_variable()Tristan Partin7-2/+57
2021-08-16interpreter: Fix holder_map not being updated when subproject failsXavier Claessens3-6/+14
2021-08-16ci: Use 32-bit Rust and Python on vs2017 x86Nirbheek Chauhan1-2/+11
2021-08-15Refresh Ninja cache files on regeneration.Jussi Pakkanen1-0/+3
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz156-216/+89
2021-08-15correct a copy-pasted commentEli Schwartz1-2/+1
2021-08-15misc formatting lint fixes, drop unneeded f-stringEli Schwartz1-8/+8
2021-08-15run_unittests: fix unused variable warningsEli Schwartz1-2/+2
2021-08-15Revert "interpreter: Fix holder_map not being updated when subproject fails"Jussi Pakkanen3-14/+6
2021-08-15Revert "compilers/c++: Add MSVC option to make the __cplusplus define accurate"Jussi Pakkanen6-40/+2
2021-08-15tests: make detecting broken compilers always run without tracebacksEli Schwartz1-1/+1
2021-08-15Disable Rust + clangcl.Jussi Pakkanen1-0/+3
2021-08-15Disable vs2017 + 32bit Rust combo as it is broken.Jussi Pakkanen1-2/+11
2021-08-14Force unity builds off in Flex test.Jussi Pakkanen1-1/+3
2021-08-13Document that custom_target() install_dir can be a listXavier Claessens1-1/+20
2021-08-12Allow gettext test to skip on macOS.Jussi Pakkanen1-0/+3
2021-08-12fix the previous commit which deleted a doc file but not the index entryEli Schwartz1-1/+0
2021-08-12Update wrap documentation to describe new submission processEli Schwartz2-243/+57
2021-08-12Fix building framework test.Jussi Pakkanen1-0/+2
2021-08-12Disable asan memory leak checks on a Cuda test.Jussi Pakkanen1-2/+5
2021-08-12Pass a test file to flex test.Jussi Pakkanen3-2/+5
2021-08-11Always generate Java rule, it is platform agnostic.Jussi Pakkanen1-2/+1
2021-08-11compilers/c++: Add MSVC option to make the __cplusplus define accurateDylan Baker6-2/+40
2021-08-11Make the flex test case workAdrien Plazas2-11/+3
2021-08-09build: store global and project args per-machine even when not cross compilingDylan Baker1-8/+4
2021-08-09build: add a few annotationsDylan Baker1-4/+4
2021-08-09Fix i18n target name when using @BASENAME@ and configure_file() inputXavier Claessens5-13/+55
2021-08-09i18n: use real build/install targets for gmo filesEli Schwartz2-51/+23
2021-08-09interpreter: Fix spurious warning in configure_data()Xavier Claessens1-2/+2
2021-08-09gnome: Filter all compiler and linker flagsEmmanuele Bassi1-7/+13
2021-08-09Fix native targets for vs backend cross compilationGustavoLCR1-10/+40
2021-08-09interpreter: Fix missing subsubproject summary when subproject failsXavier Claessens4-4/+14