aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/utils
AgeCommit message (Expand)AuthorFilesLines
2023-05-02extend install scripts to allow specific directory variable exportsEli Schwartz1-0/+1
2023-04-26Add env kwarg to gnome.generate_gir().Volker Weißmann1-0/+5
2023-04-17select the correct python_command for pyinstaller builds, even on not-WindowsEli Schwartz1-2/+2
2023-04-11fix various spelling issuesJosh Soref2-4/+4
2023-03-29Make --vsenv a readonly builtin optionXavier Claessens1-0/+1
2023-03-09configure_file: emit FeatureNew when a cmake-formatted file has too many tokensEli Schwartz1-7/+12
2023-03-09utils: fix annotation of pickle_loadDylan Baker1-5/+26
2023-02-19handle more corner cases where locking the build directory failsEisuke Kawashima1-0/+3
2023-02-14allow install script to run in dry-run modeCharles Brunet1-0/+1
2023-02-01simplify instantiation of builtin type using builtins instead of functionsEli Schwartz1-4/+32
2023-02-01micro-optimize: define typing-only objects in TYPE_CHECKINGEli Schwartz1-11/+1
2023-02-01treewide: add future annotations importEli Schwartz4-0/+5
2023-01-20haiku: set default prefix and library pathsX5121-1/+56
2023-01-20remove dead codeEli Schwartz1-47/+0
2023-01-18devenv: Allow dumping into file and select a formatXavier Claessens1-2/+2
2023-01-16properly type utils/core.py and add it to mypyEli Schwartz1-4/+7
2023-01-03mesonlib: remove filename parameter to mlog.warningDylan Baker1-1/+1
2022-12-27add builtin option to install licensesEli Schwartz1-0/+1
2022-12-15delay importing ctypes unless it is actually usedEli Schwartz1-1/+1
2022-12-11typing: fix some broken Sequence annotationsEli Schwartz1-1/+1
2022-12-09Merge pull request #10990 from xclaesse/devenvJussi Pakkanen1-7/+8
2022-12-07utils: Fix pylint warning using-constant-testL. E. Segovia1-1/+1
2022-12-07devenv: Do not include system values in --dumpXavier Claessens1-7/+8
2022-11-30pylint: enable the set_membership pluginDylan Baker1-1/+1
2022-11-30pylint: enable use-implicit-booleaness-not-comparisonDylan Baker1-1/+1
2022-11-29pylint: enable the bad_builtin checkerDylan Baker1-2/+2
2022-11-28utils: Popen_safe: Handle ENOEXEC to fail with an error messageMarvin Scholz1-6/+14
2022-11-17build: use the unified pickle loader to handle more edge casesEli Schwartz1-3/+8
2022-11-03squelch an EncodingWarning we don't care aboutEli Schwartz1-1/+1
2022-10-25Fix native compilation on ARM64 WindowsGustavoLCR2-4/+42
2022-09-28Move classes used by scripts to their own moduleXavier Claessens7-0/+2674