index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
Age
Commit message (
Expand
)
Author
2025-03-06
build: cache target id at time of first use
Paolo Bonzini
2025-03-06
mesonlib: allow using lazy_property with "__"-named properties
Paolo Bonzini
2025-03-05
options: Remove BuiltinOption class
Dylan Baker
2025-03-05
options: allow readonly to be set in the initializer
Dylan Baker
2025-03-05
coredata: fix annotations for add_builtin_option
Dylan Baker
2025-03-05
options: split UserOption -> Argparse conversion out of BuiltinOption
Dylan Baker
2025-03-05
options: remove BuiltinOption._argparse_choices
Dylan Baker
2025-03-05
dependencies/dub: First try to describe local project
Andrei Horodniceanu
2025-03-04
coredata: fix handling of prefix
Dylan Baker
2025-03-04
coredata: fix arguments that are swapped
Dylan Baker
2025-03-04
coredata: delete a bunch of unused methods
Dylan Baker
2025-03-04
OptionStore: remove unused build_options attribute
Dylan Baker
2025-03-04
options: remove get_option_from_meson_file
Dylan Baker
2025-03-04
msetup: remove bad warning about unused options
Dylan Baker
2025-03-04
options: Fix nullability of OptionKey.subproject
Dylan Baker
2025-03-03
compilers: Remove the BaseOption type
Dylan Baker
2025-03-03
coredata: subproject should be None for checking in base_options
Dylan Baker
2025-03-03
options: store the default value in the class
Dylan Baker
2025-03-03
options: use an OptionKey for `get_default_for_b_option`
Dylan Baker
2025-03-01
arglist: post is only appended to, make it a list
Paolo Bonzini
2025-03-01
arglist: optimize flush_pre_post(), and __iadd__() with it
Paolo Bonzini
2025-03-01
arglist: optimize __init__()
Paolo Bonzini
2025-03-01
output PACKAGE_NOT_FOUND_MESSAGE as warning when CMake package is not found
na-trium-144
2025-03-01
modules/gnome: Allow to specify the doc-format argument
Corentin Noël
2025-03-01
environment: make fully type safe
Dylan Baker
2025-03-01
machinefile: ensure that arrays are single deep arrays for strings
Dylan Baker
2025-03-01
environment: fix minor typing issues
Dylan Baker
2025-03-01
environment: fix missing argument and return type annotations
Dylan Baker
2025-03-01
environment: delete dead code from option refactor
Dylan Baker
2025-03-01
Remove total_ordering from OptionKey
Charles Brunet
2025-03-01
Replace OptionKey.evolve(...) with specialized functions
Charles Brunet
2025-03-01
Add cache to OptionKey
Charles Brunet
2025-03-01
swift: Add swift_std compiler option
Marco Rebhan
2025-02-28
Fix Swift targets with same module name as source file name
Marco Rebhan
2025-02-28
Skip symlinks in _make_tree_writable()
Daan De Meyer
2025-02-27
Actually fix base option default values.
Jussi Pakkanen
2025-02-27
optstore: remove num_options
Dylan Baker
2025-02-27
coredata: remove dead code from option refactor
Dylan Baker
2025-02-27
compilers: delete dead code after option refactor
Dylan Baker
2025-02-27
coredata: delete the OptionsView
Dylan Baker
2025-02-27
use ElementaryOptionValues instead of open coding... again
Dylan Baker
2025-02-27
options: replace OptionValueType with ElementaryOptionValue
Dylan Baker
2025-02-27
Maintain bw compatibility for requesting bad options.
Jussi Pakkanen
2025-02-27
modules/rust: use 'nightly' as the bindgen version if the compiler is nightly
Dylan Baker
2025-02-27
compilers/detect: Split -beta and -nightly suffixes from rustc
Dylan Baker
2025-02-27
modules/rust: set --rust-edition for bindgen >= 0.71
Dylan Baker
2025-02-27
modules/rust: Update bindgen target error checking for bindgen >= 0.71
Dylan Baker
2025-02-27
test: fix hang when running tests that need parsing with `--interactive`
Patrick Steinhardt
2025-02-27
mtest: introduce ignored tests
Patrick Steinhardt
2025-02-27
mtest: move `console_mode` property into TestRun class
Patrick Steinhardt
[next]