summaryrefslogtreecommitdiff
path: root/mesonbuild/utils
AgeCommit message (Expand)Author
2024-07-21Remove the exe_exists functionMads Andreasen
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen
2024-07-11Move compiler option check into OptionStore.Jussi Pakkanen
2024-07-11Move builtin option check into OptionStore.Jussi Pakkanen
2024-07-11Move backend option check into OptionStore.Jussi Pakkanen
2024-07-11Move base option check into OptionStore.Jussi Pakkanen
2024-07-11Move project option detection into OptionStore.Jussi Pakkanen
2024-07-10Replace exe_exists function with shutil.which()Mads Andreasen
2024-07-10tests: Clean up leftover files from source dirs.Jussi Pakkanen
2024-06-23limit wrapped-due-to-env special case for `env` to only apply for env.setEli Schwartz
2024-06-23`configure_file`: update \@ escape logicMatt Jolly
2024-05-09implement @PLAINNAME0@ and @BASENAME0@Stas Sergeev
2024-04-15allow any alternative python freeze tool to work with mesonEli Schwartz
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