Age | Commit message (Expand) | Author | Files | Lines |
2021-12-08 | Update configure_file.yamladd-configuration-configure_File | Dylan Baker | 1 | -1/+1 |
2021-12-07 | Update configure_file.yaml | Dylan Baker | 1 | -1/+1 |
2021-12-06 | docs: Add the `configuration` keyeword argument to `configure_File` | Dylan Baker | 1 | -0/+7 |
2021-12-06 | gnome module: deprecate passing false to install_dir_gir | Eli Schwartz | 4 | -7/+21 |
2021-12-06 | gnome module: document and fix install_dir x3, by allowing false *_gir and *_... | Eli Schwartz | 4 | -11/+29 |
2021-12-06 | decorators: fold some duplicated code into a closure | Dylan Baker | 1 | -26/+17 |
2021-12-06 | add message option to since_values and deprecated_values | Dylan Baker | 2 | -7/+24 |
2021-12-06 | unittests/internal: use more subTest | Dylan Baker | 1 | -13/+11 |
2021-12-06 | Add deprecated_message and since_message to KwargInfo | Dylan Baker | 2 | -12/+23 |
2021-12-06 | unittests/internal: use mock and subTest | Dylan Baker | 1 | -7/+9 |
2021-12-06 | interpreterbase/decorators: Fix types of deprecated_values and since_values | Dylan Baker | 2 | -2/+8 |
2021-12-06 | ci: install pytest-subtests | Dylan Baker | 5 | -4/+5 |
2021-12-06 | ci/ubuntu-rolling: remove pkg-config-arm-linux-gnueabihf | Dylan Baker | 1 | -1/+0 |
2021-12-06 | interpreter: use build.GeneratedTypes | Paolo Bonzini | 1 | -1/+1 |
2021-12-06 | interpreter: allow extract_objects to receive generated sources | Paolo Bonzini | 5 | -14/+45 |
2021-12-06 | allow passing a CustomTargetIndex as argument to a test | Paolo Bonzini | 4 | -6/+8 |
2021-12-06 | pass all outputs of a custom_target as arguments to a test | Paolo Bonzini | 3 | -15/+25 |
2021-12-06 | doc: fix missing kwarg in qt5 module | Eli Schwartz | 1 | -0/+1 |
2021-12-06 | Fix performance regression in build file generation | complexoctonion | 1 | -1/+2 |
2021-12-05 | fix stray typo | Eli Schwartz | 1 | -1/+1 |
2021-12-05 | rename exe_runner to exe_wrapper everywhere | Eli Schwartz | 3 | -15/+15 |
2021-12-05 | clean up function signatures in preparation for dataclasses | Eli Schwartz | 2 | -16/+16 |
2021-12-05 | modules/qt: compeil_resources allow name to be unset | Dylan Baker | 1 | -1/+1 |
2021-12-02 | gtkdoc: add support for a binary wrapper | Alexander Kanavin | 1 | -1/+3 |
2021-12-02 | i18n module: correctly annotate the availability of data_dirs | Eli Schwartz | 1 | -2/+2 |
2021-12-01 | gnome module: document that yelp(languages: ...) is deprecated | Eli Schwartz | 1 | -1/+5 |
2021-12-02 | cmake: Deprecate CMake <3.14 and warn for <3.17 (#9677) | Daniel Mensinger | 2 | -0/+21 |
2021-12-01 | cmake: Fix old style dependency lookup with imported targets | Daniel Mensinger | 7 | -169/+171 |
2021-12-01 | add install_symlink function | Pablo Correa Gómez | 14 | -17/+180 |
2021-12-01 | interpreter: reorder functions alphabetically | Pablo Correa Gómez | 1 | -15/+15 |
2021-11-30 | Fix typo in wrap.py | Randy | 1 | -1/+1 |
2021-11-30 | fix broken FeatureNew checks that never printed | Eli Schwartz | 1 | -2/+2 |
2021-11-29 | docs: add missing argument documentation for run_command capture | Dylan Baker | 1 | -0/+9 |
2021-11-29 | interpreter: allow Compiler as a variadic positional argument | Dylan Baker | 1 | -6/+15 |
2021-11-29 | interpreter: use typed_kwargs for run_command | Dylan Baker | 3 | -19/+26 |
2021-11-29 | interpreter: use typed_pos_args for run_command | Dylan Baker | 2 | -10/+19 |
2021-11-29 | report the context, if possible, on python tracebacks | Eli Schwartz | 1 | -2/+8 |
2021-11-28 | make sure files arguments to compiler.compiles and friends, performs rebuild | Eli Schwartz | 2 | -0/+10 |
2021-11-28 | Merge pull request #9623 from dcbaker/submit/keyval-typeing | Jussi Pakkanen | 2 | -16/+18 |
2021-11-28 | fix BSD ldconfig handling (#9631) | Eli Schwartz | 2 | -6/+16 |
2021-11-28 | iconv dependency: try even harder to find working iconv | Eli Schwartz | 1 | -1/+2 |
2021-11-28 | Add typing to msubprojects.py | Tristan Partin | 4 | -65/+107 |
2021-11-27 | Merge pull request #9599 from dcbaker/submit/typed_kwargs-message-improvements | Jussi Pakkanen | 4 | -30/+54 |
2021-11-27 | Fix _calculate_toolset_version for VS2022. | Luke Elliott | 1 | -0/+2 |
2021-11-27 | Merge pull request #9531 from dcbaker/submit/interpreter-more-typing | Jussi Pakkanen | 5 | -115/+194 |
2021-11-27 | Remove premature return in BuildTarget.check_module_linking() | Mike Gilbert | 1 | -2/+1 |
2021-11-27 | Add -g for debug builds. | Nathanael Gray | 1 | -1/+1 |
2021-11-27 | Fix more code which appears copied from CcrxCompiler. | Nathanael Gray | 1 | -4/+6 |
2021-11-27 | Fix '# Visual Studio <>' comment in sln files with VS backend | Luke Elliott | 7 | -5/+20 |
2021-11-25 | interpreter: fix `feature.require` handling of error message | Benoit Pierre | 4 | -1/+13 |