summaryrefslogtreecommitdiff
path: root/mesonbuild/utils
AgeCommit message (Expand)Author
2022-12-27add builtin option to install licensesEli Schwartz
2022-12-15delay importing ctypes unless it is actually usedEli Schwartz
2022-12-11typing: fix some broken Sequence annotationsEli Schwartz
2022-12-09Merge pull request #10990 from xclaesse/devenvJussi Pakkanen
2022-12-07utils: Fix pylint warning using-constant-testL. E. Segovia
2022-12-07devenv: Do not include system values in --dumpXavier Claessens
2022-11-30pylint: enable the set_membership pluginDylan Baker
2022-11-30pylint: enable use-implicit-booleaness-not-comparisonDylan Baker
2022-11-29pylint: enable the bad_builtin checkerDylan Baker
2022-11-28utils: Popen_safe: Handle ENOEXEC to fail with an error messageMarvin Scholz
2022-11-17build: use the unified pickle loader to handle more edge casesEli Schwartz
2022-11-03squelch an EncodingWarning we don't care aboutEli Schwartz
2022-10-25Fix native compilation on ARM64 WindowsGustavoLCR
2022-09-28Move classes used by scripts to their own moduleXavier Claessens