summaryrefslogtreecommitdiff
path: root/mesonbuild/utils
AgeCommit message (Expand)Author
2023-06-14WIP: refactor loggable popen calls for consistencyEli Schwartz
2023-06-01vcs_tag: Add --always to git describeXavier Claessens
2023-05-25ProgressBar: Fix some rendering issuesXavier Claessens
2023-05-02extend install scripts to allow specific directory variable exportsEli Schwartz
2023-04-26Add env kwarg to gnome.generate_gir().Volker Weißmann
2023-04-17select the correct python_command for pyinstaller builds, even on not-WindowsEli Schwartz
2023-04-11fix various spelling issuesJosh Soref
2023-03-29Make --vsenv a readonly builtin optionXavier Claessens
2023-03-09configure_file: emit FeatureNew when a cmake-formatted file has too many tokensEli Schwartz
2023-03-09utils: fix annotation of pickle_loadDylan Baker
2023-02-19handle more corner cases where locking the build directory failsEisuke Kawashima
2023-02-14allow install script to run in dry-run modeCharles Brunet
2023-02-01simplify instantiation of builtin type using builtins instead of functionsEli Schwartz
2023-02-01micro-optimize: define typing-only objects in TYPE_CHECKINGEli Schwartz
2023-02-01treewide: add future annotations importEli Schwartz
2023-01-20haiku: set default prefix and library pathsX512
2023-01-20remove dead codeEli Schwartz
2023-01-18devenv: Allow dumping into file and select a formatXavier Claessens
2023-01-16properly type utils/core.py and add it to mypyEli Schwartz
2023-01-03mesonlib: remove filename parameter to mlog.warningDylan Baker
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