Age | Commit message (Expand) | Author | Files | Lines |
2021-08-17 | tests: python module should install files correctlyeschwartz/python-lib-install-dir | Eli Schwartz | 7 | -3/+50 |
2021-08-17 | test runner: add the ability to configure test.json for python paths | Eli Schwartz | 3 | -2/+33 |
2021-08-17 | python module: make external program wrapper have access to useful metadata | Eli Schwartz | 1 | -23/+30 |
2021-08-17 | fix some confusingly indirect code | Eli Schwartz | 1 | -3/+3 |
2021-08-17 | Add install tags | Xavier Claessens | 26 | -87/+430 |
2021-08-16 | compilers/compilers: Fix some potential issues spotted by pyright | Dylan Baker | 1 | -2/+4 |
2021-08-16 | interpreter/compiler: make helper methods protected | Dylan Baker | 1 | -29/+29 |
2021-08-16 | run_mypy: add interpreter/compiler.py | Dylan Baker | 1 | -0/+1 |
2021-08-16 | interpreter/compiler: Add type checking for the Compiler object | Dylan Baker | 2 | -401/+349 |
2021-08-16 | interpreter/compiler: Add type annotations to TryRunResultHolder | Dylan Baker | 1 | -4/+4 |
2021-08-16 | interpreter/compiler: remove unittest_args method | Dylan Baker | 2 | -16/+7 |
2021-08-16 | compilers: Fix extra_args parameter | Dylan Baker | 6 | -31/+36 |
2021-08-16 | compilers: Fix annotations for run and cached_compile | Dylan Baker | 3 | -9/+9 |
2021-08-16 | interpreter/compiler: Replace permittedKwargs({}) with noKwargs | Dylan Baker | 1 | -19/+19 |
2021-08-16 | interpreterobjects: Add TypedDict annoations for `extract_search_dirs` | Dylan Baker | 2 | -1/+11 |
2021-08-16 | interperterbase: help type checkers do better type deduction | Dylan Baker | 1 | -1/+5 |
2021-08-16 | interpreter: allow KwargInfo.evolve to change the name as well | Dylan Baker | 1 | -1/+2 |
2021-08-16 | unittests/base: Allow init method to fail | Dylan Baker | 1 | -11/+29 |
2021-08-16 | unittests/base: Move code out of the try block of a try/except statement | Dylan Baker | 1 | -15/+18 |
2021-08-16 | unittests/baseplatform: don't double print on error | Dylan Baker | 1 | -2/+4 |
2021-08-16 | Document new rules for green CI. | Jussi Pakkanen | 1 | -0/+15 |
2021-08-16 | Add unset_variable() | Tristan Partin | 7 | -2/+57 |
2021-08-16 | interpreter: Fix holder_map not being updated when subproject fails | Xavier Claessens | 3 | -6/+14 |
2021-08-16 | ci: Use 32-bit Rust and Python on vs2017 x86 | Nirbheek Chauhan | 1 | -2/+11 |
2021-08-15 | Refresh Ninja cache files on regeneration. | Jussi Pakkanen | 1 | -0/+3 |
2021-08-15 | editorconfig: add setting to trim trailing whitespace | Eli Schwartz | 156 | -216/+89 |
2021-08-15 | correct a copy-pasted comment | Eli Schwartz | 1 | -2/+1 |
2021-08-15 | misc formatting lint fixes, drop unneeded f-string | Eli Schwartz | 1 | -8/+8 |
2021-08-15 | run_unittests: fix unused variable warnings | Eli Schwartz | 1 | -2/+2 |
2021-08-15 | Revert "interpreter: Fix holder_map not being updated when subproject fails" | Jussi Pakkanen | 3 | -14/+6 |
2021-08-15 | Revert "compilers/c++: Add MSVC option to make the __cplusplus define accurate" | Jussi Pakkanen | 6 | -40/+2 |
2021-08-15 | tests: make detecting broken compilers always run without tracebacks | Eli Schwartz | 1 | -1/+1 |
2021-08-15 | Disable Rust + clangcl. | Jussi Pakkanen | 1 | -0/+3 |
2021-08-15 | Disable vs2017 + 32bit Rust combo as it is broken. | Jussi Pakkanen | 1 | -2/+11 |
2021-08-14 | Force unity builds off in Flex test. | Jussi Pakkanen | 1 | -1/+3 |
2021-08-13 | Document that custom_target() install_dir can be a list | Xavier Claessens | 1 | -1/+20 |
2021-08-12 | Allow gettext test to skip on macOS. | Jussi Pakkanen | 1 | -0/+3 |
2021-08-12 | fix the previous commit which deleted a doc file but not the index entry | Eli Schwartz | 1 | -1/+0 |
2021-08-12 | Update wrap documentation to describe new submission process | Eli Schwartz | 2 | -243/+57 |
2021-08-12 | Fix building framework test. | Jussi Pakkanen | 1 | -0/+2 |
2021-08-12 | Disable asan memory leak checks on a Cuda test. | Jussi Pakkanen | 1 | -2/+5 |
2021-08-12 | Pass a test file to flex test. | Jussi Pakkanen | 3 | -2/+5 |
2021-08-11 | Always generate Java rule, it is platform agnostic. | Jussi Pakkanen | 1 | -2/+1 |
2021-08-11 | compilers/c++: Add MSVC option to make the __cplusplus define accurate | Dylan Baker | 6 | -2/+40 |
2021-08-11 | Make the flex test case work | Adrien Plazas | 2 | -11/+3 |
2021-08-09 | build: store global and project args per-machine even when not cross compiling | Dylan Baker | 1 | -8/+4 |
2021-08-09 | build: add a few annotations | Dylan Baker | 1 | -4/+4 |
2021-08-09 | Fix i18n target name when using @BASENAME@ and configure_file() input | Xavier Claessens | 5 | -13/+55 |
2021-08-09 | i18n: use real build/install targets for gmo files | Eli Schwartz | 2 | -51/+23 |
2021-08-09 | interpreter: Fix spurious warning in configure_data() | Xavier Claessens | 1 | -2/+2 |