summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)Author
2022-03-06scripts: accept the path of the gettext commands to run as an argumentEli Schwartz
2022-01-22Merge pull request #9742 from ximion/wip/itstoolJussi Pakkanen
2022-01-21i18n: Add support for joining XML localization via itstoolMatthias Klumpp
2022-01-02modules/gnome: replace yelphelper with run and custom targetsPablo Correa Gómez
2021-12-05rename exe_runner to exe_wrapper everywhereEli Schwartz
2021-11-14Share common code between clang tidy and formatXavier Claessens
2021-11-09depfixer: always print the file name in messagesZbigniew Jędrzejewski-Szmek
2021-11-09depfixer: convert unused printing code to debugging functionsZbigniew Jędrzejewski-Szmek
2021-11-09depfixer: f-stringsZbigniew Jędrzejewski-Szmek
2021-11-01coverage generator: obey the documentation and only generate supported outputsEli Schwartz
2021-10-27fix various flake8 whitespace errorsEli Schwartz
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-10-10clangformat: Only format files tracked by git by defaultXavier Claessens
2021-10-04fix extra whitespaceEli Schwartz
2021-10-04various python neatness cleanupsEli Schwartz
2021-09-24scripts/meson_exe: narrow type annotationDylan Baker
2021-09-24scripts/meson_exe: close fd if we open itDylan Baker
2021-09-14unused variable -- open() does not need "as f"Eli Schwartz
2021-08-31pylint: turn on superflous-parensDylan Baker
2021-08-20external-project: Add support for WAF build systemXavier Claessens
2021-08-18backends/ninja: write depscan input files to jsonDylan Baker
2021-08-09i18n: use real build/install targets for gmo filesEli Schwartz
2021-08-04Escape path in exclude filter passed to gcovrAlois Wohlschlager
2021-07-23Add support for gcovr --sonarqube reportWeston Schmidt
2021-07-05use modern set syntaxEli Schwartz
2021-06-29Add feed arg to custom_target()Simon Ser
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-06-02Do not delete workdir in case scan-build fails.Jussi Pakkanen
2021-05-01Do not accidentally format files when only checking if they are formatted.Jussi Pakkanen
2021-04-19Xcode: regenerato project file when build conf changes.Jussi Pakkanen
2021-03-30scripts/meson_exe: fix stdout and stderr decodingAleksandr Mezin
2021-03-24depfixer: temporarily modify file permissionsHemmo Nieminen
2021-03-16clangformat: Add clang-format-check targetXavier Claessens
2021-03-16clangformat: Add include and ignore filesXavier Claessens
2021-03-16Add `meson devenv` command and meson.add_devenv()Xavier Claessens
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-03-04various python neatness cleanupsEli Schwartz
2021-03-04raw string literals are next to godlinessEli Schwartz
2021-02-05run_target: Add env kwargXavier Claessens
2021-01-30Merge pull request #8264 from xclaesse/ep-miscJussi Pakkanen
2021-01-30Fix executable as script on WindowsXavier Claessens
2021-01-29external_project: Improve loggingXavier Claessens
2021-01-27custom_target: Add env kwargXavier Claessens
2021-01-20Use case-insensitive suffix check for fortranJonas Lundholm Bertelsen
2021-01-14Merge pull request #8192 from dcbaker/submit/minstall-type-annotationsJussi Pakkanen
2021-01-13scripts/depfixer: make rpaths_dirs_to_remove a setDylan Baker
2021-01-13Fix misspellsAntonin Décimo
2021-01-04Use a single coredata dictionary for optionsDylan Baker
2020-12-25Extend the C++ module scanner to handle Fortran, too.Jussi Pakkanen
2020-12-22depfixer: split new rpath into multiple entries for dedup comparisonsAlan Coopersmith