index
:
meson.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
utils
Age
Commit message (
Expand
)
Author
2024-07-21
Remove the exe_exists function
Mads Andreasen
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-07-11
Move compiler option check into OptionStore.
Jussi Pakkanen
2024-07-11
Move builtin option check into OptionStore.
Jussi Pakkanen
2024-07-11
Move backend option check into OptionStore.
Jussi Pakkanen
2024-07-11
Move base option check into OptionStore.
Jussi Pakkanen
2024-07-11
Move project option detection into OptionStore.
Jussi Pakkanen
2024-07-10
Replace exe_exists function with shutil.which()
Mads Andreasen
2024-07-10
tests: Clean up leftover files from source dirs.
Jussi Pakkanen
2024-06-23
limit wrapped-due-to-env special case for `env` to only apply for env.set
Eli Schwartz
2024-06-23
`configure_file`: update \@ escape logic
Matt Jolly
2024-05-09
implement @PLAINNAME0@ and @BASENAME0@
Stas Sergeev
2024-04-15
allow any alternative python freeze tool to work with meson
Eli Schwartz
2024-04-15
compilers: fix crash when compiler check returns None output
Eli Schwartz
2024-03-20
mesonlib: Fix bug in relpath return values found by mypy
Nirbheek Chauhan
2024-03-15
move UserArrayOption.listify_value to mesonlib
Charles Brunet
2024-02-23
env.unset method
Charles Brunet
2024-02-12
correct type signature of Popen_safe to follow stdlib subprocess
Eli Schwartz
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-12-02
Only convert boolean values for cmake formats
Jan200101
2023-10-20
fix the repr for OrderedSet to actually execute correctly
Eli Schwartz
2023-09-18
pkgconfig: Cache the implementation instance
Xavier Claessens
2023-09-09
Add macro_name option to configure_file
Nicholas Vinson
2023-09-07
Rename OptionOverrideProxy to OptionsView and move to coredata
Xavier Claessens
2023-08-31
add json output format to configure file
Charles Brunet
2023-08-24
Suggest using --reconfigure only when not already using it
Xavier Claessens
2023-08-18
consistently use Literal annotation from typing_extensions
Eli Schwartz
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-08-10
Popen_safe_logged: Also log exceptions
Xavier Claessens
2023-08-08
correct cmakedefine behavior
Jan200101
2023-08-08
tests: fix test_vsenv_option with Python 3.11+ on Windows
Christoph Reiter
2023-08-03
MachineChoice: Implement __str__ for easier debug
Xavier Claessens
2023-08-03
ExecutableSerialisation: capture and feed are optional strings
Xavier Claessens
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-07-17
Merge pull request #11976 from tristan957/cleanups
Jussi Pakkanen
2023-07-13
macos: map arm64e to aarch64, map "whole" architecture strings
Andres Freund
2023-07-12
Remove do_conf_str(encoding:)
Tristan Partin
2023-07-12
Use underscore for variables that we don't reference
Tristan Partin
2023-07-12
Use more specific types
Tristan Partin
2023-07-12
Match the method signatures of parent classes
Tristan Partin
2023-07-12
Annotate naked fundamental Python types
Tristan Partin
2023-07-12
Replace some type comments with annotations
Tristan Partin
2023-07-02
genvslite: fix the core option being listed as one of the per-project options
Eli Schwartz
2023-06-14
WIP: refactor loggable popen calls for consistency
Eli Schwartz
2023-06-01
vcs_tag: Add --always to git describe
Xavier Claessens
2023-05-25
ProgressBar: Fix some rendering issues
Xavier Claessens
2023-05-02
extend install scripts to allow specific directory variable exports
Eli Schwartz
2023-04-26
Add env kwarg to gnome.generate_gir().
Volker Weißmann
2023-04-17
select the correct python_command for pyinstaller builds, even on not-Windows
Eli Schwartz
2023-04-11
fix various spelling issues
Josh Soref
[next]