summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)Author
2022-05-29gettext: explicitly pass source root / subdir as cli argsEli Schwartz
2022-05-06coverage: be clever and detect config files for gcovr/lcovEli Schwartz
2022-04-23Fix typo that breaks g++ cross detection on Debian.Jussi Pakkanen
2022-04-21gtkdochelper.py: Use os.pathsep for --path argumentChun-wei Fan
2022-04-20Add NetBSD support in symbolextractor.Thomas Klausner
2022-04-14simplify destdir_join for readabilityEli Schwartz
2022-04-14pyupgrade --py37-plusEli Schwartz
2022-03-29move a bunch of imports into TYPE_CHECKING blocksEli Schwartz
2022-03-13Merge pull request #9339 from dcbaker/submit/structured_sourcesJussi Pakkanen
2022-03-09Add new env2mfile command.Jussi Pakkanen
2022-03-08Revert "Add new env2cross command."Eli Schwartz
2022-03-08Add new env2cross command.Jussi Pakkanen
2022-03-07scripts: Add a script to copy files.Dylan Baker
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