summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)Author
2023-02-01pylint 2.16: remove pointless parens around equality assignmentsEli Schwartz
2023-02-01simplify instantiation of builtin type using builtins instead of functionsEli Schwartz
2023-02-01treewide: add future annotations importEli Schwartz
2022-12-14depfixer: silence fix_jar() and make it do somethingBenjamin Gilbert
2022-12-13depfixer: don't extract MANIFEST.MF verboselyBenjamin Gilbert
2022-12-05on newer versions of clang-format, use builtin --check handlingEli Schwartz
2022-11-30pylint: enable the set_membership pluginDylan Baker
2022-11-30pylint: enable simplifiable-if-statementDylan Baker
2022-11-22Fix writing single strings in env2mfile.Jussi Pakkanen
2022-11-12Add CMake to cross file.Jussi Pakkanen
2022-11-12Fix ppc64 detection in Debian.Jussi Pakkanen
2022-11-03depfixer: handle darwin dependencies with non-ASCII pathsEli Schwartz
2022-10-24Add yasm as fallback for nasm languageXavier Claessens
2022-10-03pylint: enable unspecified-encodingDylan Baker
2022-09-28Move classes used by scripts to their own moduleXavier Claessens
2022-09-22pylint: enable global-statementDylan Baker
2022-09-22pylint: enable global-variable-not-assignedDylan Baker
2022-09-21Fix cmd_or_ps.ps1 script with pwsh7Xavier Claessens
2022-09-19pylint: enable use-maxsplit-argDylan Baker
2022-09-01env2mfile: reuse logical lists of interesting facts from meson itselfEli Schwartz
2022-08-26Fix purely white space issues reported by flake8Alf Henrik Sauge
2022-07-25ninja depscanner: handle C++ sources named capital CEli Schwartz
2022-07-16Ignore encoding errors when scanning. Closes #10571.Jussi Pakkanen
2022-06-26Fix destdir_joinAkihiko Odaki
2022-06-17always run external projects multi-threaded if possibleStaz M
2022-06-17always set DESTDIR via the environment for external projectsStaz M
2022-06-17Improve WINEPATH reductionXavier Claessens
2022-06-14devenv: Add support for PowerShell 7 on WindowsSeungha Yang
2022-06-13flake8: fix various whitespace nitsEli Schwartz
2022-06-10treewide: various cleanups to move imports for mypy into typechecking blocksEli Schwartz
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