aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-09modules/gnome: fix genmarshall install_dir defaultDylan Baker1-1/+1
2021-12-09modules/gnome: Fix handling of flags to genmarshalDylan Baker1-11/+11
2021-12-09modules/gnome: set genmarshal extra_args default to listDylan Baker1-1/+1
2021-12-09tests/rust polyglot: we need to link with bcrypt.lib as wellDylan Baker1-1/+1
2021-12-08docs: Add the `configuration` keyword argument to `configure_File`Dylan Baker1-0/+7
2021-12-07custom_target: catch and reject input files that do not existEli Schwartz1-10/+14
2021-12-08clang-cl: add a translation pass for `-isystem` args to workSahnvour1-0/+14
2021-12-07modules/gnome: replace FeatureDeprecatedKwarg with typed_kwargDylan Baker1-3/+6
2021-12-07modules/gnome: use typed_kwargs for generate_vapiDylan Baker1-47/+52
2021-12-07modules/gnome: use typed_kwargs for genmarshalDylan Baker1-43/+57
2021-12-07gnome/genmarshal: Add missing kwargs to permittedKwargsDylan Baker2-8/+13
2021-12-07interpreter: use common DEPENDS_KWDylan Baker2-3/+3
2021-12-07interpreter: move more custom_target keyword arguments to the type_checking m...Dylan Baker2-3/+8
2021-12-06gnome module: deprecate passing false to install_dir_girEli Schwartz4-7/+21
2021-12-06gnome module: document and fix install_dir x3, by allowing false *_gir and *_...Eli Schwartz4-11/+29
2021-12-06decorators: fold some duplicated code into a closureDylan Baker1-26/+17
2021-12-06add message option to since_values and deprecated_valuesDylan Baker2-7/+24
2021-12-06unittests/internal: use more subTestDylan Baker1-13/+11
2021-12-06Add deprecated_message and since_message to KwargInfoDylan Baker2-12/+23
2021-12-06unittests/internal: use mock and subTestDylan Baker1-7/+9
2021-12-06interpreterbase/decorators: Fix types of deprecated_values and since_valuesDylan Baker2-2/+8
2021-12-06ci: install pytest-subtestsDylan Baker5-4/+5
2021-12-06ci/ubuntu-rolling: remove pkg-config-arm-linux-gnueabihfDylan Baker1-1/+0
2021-12-06interpreter: use build.GeneratedTypesPaolo Bonzini1-1/+1
2021-12-06interpreter: allow extract_objects to receive generated sourcesPaolo Bonzini5-14/+45
2021-12-06allow passing a CustomTargetIndex as argument to a testPaolo Bonzini4-6/+8
2021-12-06pass all outputs of a custom_target as arguments to a testPaolo Bonzini3-15/+25
2021-12-06doc: fix missing kwarg in qt5 moduleEli Schwartz1-0/+1
2021-12-06Fix performance regression in build file generationcomplexoctonion1-1/+2
2021-12-05fix stray typoEli Schwartz1-1/+1
2021-12-05rename exe_runner to exe_wrapper everywhereEli Schwartz3-15/+15
2021-12-05clean up function signatures in preparation for dataclassesEli Schwartz2-16/+16
2021-12-05modules/qt: compeil_resources allow name to be unsetDylan Baker1-1/+1
2021-12-02gtkdoc: add support for a binary wrapperAlexander Kanavin1-1/+3
2021-12-02i18n module: correctly annotate the availability of data_dirsEli Schwartz1-2/+2
2021-12-01gnome module: document that yelp(languages: ...) is deprecatedEli Schwartz1-1/+5
2021-12-02cmake: Deprecate CMake <3.14 and warn for <3.17 (#9677)Daniel Mensinger2-0/+21
2021-12-01cmake: Fix old style dependency lookup with imported targetsDaniel Mensinger7-169/+171
2021-12-01add install_symlink functionPablo Correa Gómez14-17/+180
2021-12-01interpreter: reorder functions alphabeticallyPablo Correa Gómez1-15/+15
2021-11-30Fix typo in wrap.pyRandy1-1/+1
2021-11-30fix broken FeatureNew checks that never printedEli Schwartz1-2/+2
2021-11-29docs: add missing argument documentation for run_command captureDylan Baker1-0/+9
2021-11-29interpreter: allow Compiler as a variadic positional argumentDylan Baker1-6/+15
2021-11-29interpreter: use typed_kwargs for run_commandDylan Baker3-19/+26
2021-11-29interpreter: use typed_pos_args for run_commandDylan Baker2-10/+19
2021-11-29report the context, if possible, on python tracebacksEli Schwartz1-2/+8
2021-11-28make sure files arguments to compiler.compiles and friends, performs rebuildEli Schwartz2-0/+10
2021-11-28Merge pull request #9623 from dcbaker/submit/keyval-typeingJussi Pakkanen2-16/+18
2021-11-28fix BSD ldconfig handling (#9631)Eli Schwartz2-6/+16