summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2022-01-21i18n: Add support for joining XML localization via itstoolMatthias Klumpp
2021-12-18i18n: Fix typo for typed_pos_argsMatthias Klumpp
2021-12-17Fix mypy errorsDaniel Mensinger
2021-12-17add ft32 cpu familyRafael Silva
2021-12-15mesonlib: make get_meson_command return an ImmutableListDylan Baker
2021-12-15rewriter: create {add,rm}_extra_files commandsCeleste Wouters
2021-12-12intl dep: forward static to iconv if neededChristoph Reiter
2021-12-12Merge pull request #9711 from dcbaker/submit/fix-gnome-typing-regressionsJussi Pakkanen
2021-12-11install: Don't run ldconfig on cross buildsDylan Baker
2021-12-11Activate VS env when running `meson test`William Toohey
2021-12-09modules/gnome: fix genmarshall install_dir defaultDylan Baker
2021-12-09modules/gnome: Fix handling of flags to genmarshalDylan Baker
2021-12-09modules/gnome: set genmarshal extra_args default to listDylan Baker
2021-12-07custom_target: catch and reject input files that do not existEli Schwartz
2021-12-08clang-cl: add a translation pass for `-isystem` args to workSahnvour
2021-12-07modules/gnome: replace FeatureDeprecatedKwarg with typed_kwargDylan Baker
2021-12-07modules/gnome: use typed_kwargs for generate_vapiDylan Baker
2021-12-07modules/gnome: use typed_kwargs for genmarshalDylan Baker
2021-12-07gnome/genmarshal: Add missing kwargs to permittedKwargsDylan Baker
2021-12-07interpreter: use common DEPENDS_KWDylan Baker
2021-12-07interpreter: move more custom_target keyword arguments to the type_checking m...Dylan Baker
2021-12-06gnome module: deprecate passing false to install_dir_girEli Schwartz
2021-12-06gnome module: document and fix install_dir x3, by allowing false *_gir and *_...Eli Schwartz
2021-12-06decorators: fold some duplicated code into a closureDylan Baker
2021-12-06add message option to since_values and deprecated_valuesDylan Baker
2021-12-06Add deprecated_message and since_message to KwargInfoDylan Baker
2021-12-06interpreterbase/decorators: Fix types of deprecated_values and since_valuesDylan Baker
2021-12-06interpreter: use build.GeneratedTypesPaolo Bonzini
2021-12-06interpreter: allow extract_objects to receive generated sourcesPaolo Bonzini
2021-12-06allow passing a CustomTargetIndex as argument to a testPaolo Bonzini
2021-12-06pass all outputs of a custom_target as arguments to a testPaolo Bonzini
2021-12-06Fix performance regression in build file generationcomplexoctonion
2021-12-05fix stray typoEli Schwartz
2021-12-05rename exe_runner to exe_wrapper everywhereEli Schwartz
2021-12-05clean up function signatures in preparation for dataclassesEli Schwartz
2021-12-05modules/qt: compeil_resources allow name to be unsetDylan Baker
2021-12-02gtkdoc: add support for a binary wrapperAlexander Kanavin
2021-12-02i18n module: correctly annotate the availability of data_dirsEli Schwartz
2021-12-02cmake: Deprecate CMake <3.14 and warn for <3.17 (#9677)Daniel Mensinger
2021-12-01cmake: Fix old style dependency lookup with imported targetsDaniel Mensinger
2021-12-01add install_symlink functionPablo Correa Gómez
2021-12-01interpreter: reorder functions alphabeticallyPablo Correa Gómez
2021-11-30Fix typo in wrap.pyRandy
2021-11-30fix broken FeatureNew checks that never printedEli Schwartz
2021-11-29interpreter: allow Compiler as a variadic positional argumentDylan Baker
2021-11-29interpreter: use typed_kwargs for run_commandDylan Baker
2021-11-29interpreter: use typed_pos_args for run_commandDylan Baker
2021-11-29report the context, if possible, on python tracebacksEli Schwartz
2021-11-28make sure files arguments to compiler.compiles and friends, performs rebuildEli Schwartz
2021-11-28Merge pull request #9623 from dcbaker/submit/keyval-typeingJussi Pakkanen