aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)AuthorFilesLines
2022-09-01env2mfile: reuse logical lists of interesting facts from meson itselfEli Schwartz1-45/+12
2022-08-26Fix purely white space issues reported by flake8Alf Henrik Sauge2-2/+1
2022-07-25ninja depscanner: handle C++ sources named capital CEli Schwartz1-1/+3
2022-07-16Ignore encoding errors when scanning. Closes #10571.Jussi Pakkanen1-2/+2
2022-06-26Fix destdir_joinAkihiko Odaki1-3/+3
2022-06-17always run external projects multi-threaded if possibleStaz M1-4/+3
2022-06-17always set DESTDIR via the environment for external projectsStaz M1-4/+1
2022-06-17Improve WINEPATH reductionXavier Claessens1-1/+2
2022-06-14devenv: Add support for PowerShell 7 on WindowsSeungha Yang1-1/+1
2022-06-13flake8: fix various whitespace nitsEli Schwartz1-4/+4
2022-06-10treewide: various cleanups to move imports for mypy into typechecking blocksEli Schwartz1-24/+26
2022-05-29gettext: explicitly pass source root / subdir as cli argsEli Schwartz1-8/+7
2022-05-06coverage: be clever and detect config files for gcovr/lcovEli Schwartz1-13/+28
2022-04-23Fix typo that breaks g++ cross detection on Debian.Jussi Pakkanen1-1/+1
2022-04-21gtkdochelper.py: Use os.pathsep for --path argumentChun-wei Fan1-1/+1
2022-04-20Add NetBSD support in symbolextractor.Thomas Klausner1-0/+2
2022-04-14simplify destdir_join for readabilityEli Schwartz1-3/+3
2022-04-14pyupgrade --py37-plusEli Schwartz1-2/+2
2022-03-29move a bunch of imports into TYPE_CHECKING blocksEli Schwartz2-7/+14
2022-03-13Merge pull request #9339 from dcbaker/submit/structured_sourcesJussi Pakkanen1-0/+18
2022-03-09Add new env2mfile command.Jussi Pakkanen1-0/+368
2022-03-08Revert "Add new env2cross command."Eli Schwartz1-368/+0
2022-03-08Add new env2cross command.Jussi Pakkanen1-0/+368
2022-03-07scripts: Add a script to copy files.Dylan Baker1-0/+18
2022-03-06scripts: accept the path of the gettext commands to run as an argumentEli Schwartz3-11/+18
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