aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/utils/universal.py
AgeCommit message (Expand)AuthorFilesLines
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-01simplify instantiation of builtin type using builtins instead of functionsEli Schwartz1-4/+32
2023-01-20haiku: set default prefix and library pathsX5121-1/+56
2023-01-20remove dead codeEli Schwartz1-47/+0
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-07utils: Fix pylint warning using-constant-testL. E. Segovia1-1/+1
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 WindowsGustavoLCR1-0/+37
2022-09-28Move classes used by scripts to their own moduleXavier Claessens1-0/+2279