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-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
2025-02-27
mtest: filter summary lines without any results
Patrick Steinhardt
2025-02-27
mtest: add option to slice tests
Patrick Steinhardt
2025-02-27
Fixes issue 14089 (detection of Intel compiler)
Tom Evers
2025-02-25
Remove unused variable left over from option refactor.
Jussi Pakkanen
2025-02-25
Use override value when setting up Cython language.
Jussi Pakkanen
2025-02-22
Fix yielding when top project does not define the option.
Jussi Pakkanen
2025-02-22
Permit all unknown b_ options.
Jussi Pakkanen
2025-02-20
Fix reconfiguration on --wipe.
Jussi Pakkanen
2025-02-19
build: Optimize transitive link dep resolution
Campbell Jones
2025-02-17
Add restat = 1 to Swift compile rule
Marco Rebhan
2025-02-18
Improve error message on nonexisting options.
Jussi Pakkanen
2025-02-16
c: add -Wno-vla-larger-than to the exceptions for -Wno*
Paolo Bonzini
2025-02-15
Permit more missing b options. Closes #14254.
Jussi Pakkanen
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
2025-02-12
build: fix typing of `Target.get_option`
Dylan Baker
2025-02-12
options: Add a TypeAlias for option values
Dylan Baker
2025-02-12
modules/pkgconfig: use host machine to calculate install prefix
Dylan Baker
2025-02-11
Actually use return value of SwiftCompiler.get_working_directory_args
Marco Rebhan
2025-02-11
Fix CMake import's linker args sorting algorithm mangling -framework arguments
Marco Rebhan
2025-02-11
ninja backend: Use swiftc flag -working-directory if available
Marco Rebhan
2025-02-06
interpreter: fix swapped casts
Dylan Baker
2025-02-05
options: Replace uses of `UserOption[T.Any]` with a Union of UserOption types
Dylan Baker
2025-02-05
options: Add a function to compare different option choices
Dylan Baker
2025-02-05
options: split UserIntegerOption and UserUmaskOption
Dylan Baker
2025-02-05
options: fix typing of add_to_argparse
Dylan Baker
2025-02-05
options: Add an EnumeratedUserOption class
Dylan Baker
2025-02-05
options: use dataclasses for UserOption
Dylan Baker
2025-02-05
compilers: remove Compiler.create_option
Dylan Baker
2025-02-05
compilers: use super().get_options() instead of CompilerClass.get_options()
Dylan Baker
2025-02-05
compilers: fix the UserStdOption name of the C and C++ compilers
Dylan Baker
[prev]
[next]