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