summaryrefslogtreecommitdiff
path: root/mesonbuild/utils
AgeCommit message (Expand)Author
2024-04-15compilers: fix crash when compiler check returns None outputEli Schwartz
2024-03-20mesonlib: Fix bug in relpath return values found by mypyNirbheek Chauhan
2024-03-15move UserArrayOption.listify_value to mesonlibCharles Brunet
2024-02-23env.unset methodCharles Brunet
2024-02-12correct type signature of Popen_safe to follow stdlib subprocessEli Schwartz
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-12-02Only convert boolean values for cmake formatsJan200101
2023-10-20fix the repr for OrderedSet to actually execute correctlyEli Schwartz
2023-09-18pkgconfig: Cache the implementation instanceXavier Claessens
2023-09-09Add macro_name option to configure_fileNicholas Vinson
2023-09-07Rename OptionOverrideProxy to OptionsView and move to coredataXavier Claessens
2023-08-31add json output format to configure fileCharles Brunet
2023-08-24Suggest using --reconfigure only when not already using itXavier Claessens
2023-08-18consistently use Literal annotation from typing_extensionsEli Schwartz
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz
2023-08-10Popen_safe_logged: Also log exceptionsXavier Claessens
2023-08-08correct cmakedefine behaviorJan200101
2023-08-08tests: fix test_vsenv_option with Python 3.11+ on WindowsChristoph Reiter
2023-08-03MachineChoice: Implement __str__ for easier debugXavier Claessens
2023-08-03ExecutableSerialisation: capture and feed are optional stringsXavier Claessens
2023-07-19fix implicit_reexport issues and enforce them going forwardEli Schwartz
2023-07-17Merge pull request #11976 from tristan957/cleanupsJussi Pakkanen
2023-07-13macos: map arm64e to aarch64, map "whole" architecture stringsAndres Freund
2023-07-12Remove do_conf_str(encoding:)Tristan Partin
2023-07-12Use underscore for variables that we don't referenceTristan Partin
2023-07-12Use more specific typesTristan Partin
2023-07-12Match the method signatures of parent classesTristan Partin
2023-07-12Annotate naked fundamental Python typesTristan Partin
2023-07-12Replace some type comments with annotationsTristan Partin
2023-07-02genvslite: fix the core option being listed as one of the per-project optionsEli Schwartz
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