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
Age
Commit message (
Expand
)
Author
2025-02-25
Remove unused variable left over from option refactor.
Jussi Pakkanen
2025-02-25
Add a new test for `override_options: ['cython_language': 'cpp'])`
Ralf Gommers
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
2025-02-05
options: Get rid of the invalid _U type, and use UserOption[_T]
Dylan Baker
2025-02-05
options: Add a printable_choices method to UserOption
Dylan Baker
2025-02-05
options: fix the annotations of _to_tuple
Dylan Baker
2025-02-03
minstall: help mypy out with our chown overriding
Dylan Baker
2025-02-04
ci: Update appleclang job to test Xcode-provided Python
L. E. Segovia
2025-02-04
unittests: Unbreak Python bytecompile tests with Xcode Python
L. E. Segovia
2025-02-04
Python: fix typo in the inserted workaround for missing RPATH
L. E. Segovia
2025-02-03
rust: use f-string to build rpath arguments
Paolo Bonzini
2025-02-03
ninjabackend: remove cratetype variable
Paolo Bonzini
2025-02-03
ninjabackend: start adjusting for differences between rustc and rustdoc
Paolo Bonzini
2025-02-03
rust: stop using --out-dir, move depfile into private directory
Paolo Bonzini
2025-02-03
ninjabackend: unify building rpath args
Paolo Bonzini
2025-02-03
ninjabackend: rust: remove code duplication
Paolo Bonzini
2025-02-03
ninjabackend: rust: fix incorrect use of abspath
Paolo Bonzini
2025-01-31
Fix PATH for SharedModule in Windows devenv
Charles Brunet
2025-01-31
mformat: try to detect meson.format in source files' parent directories
wrvsrx
2025-01-31
utils: Use dataclasses for PerMachine classes
Dylan Baker
2025-01-31
utils: Fix nullability of PerMachine from default_missing
Dylan Baker
2025-01-30
Python: Work around missing rpath in Xcode python3-embed
L. E. Segovia
2025-01-30
Mention add_dist_script in meson dist docs (#14186)
Otto Moerbeek
2025-01-30
symbolextractor: generate symbol files for cross-compiled Windows
Steve Lhomme
2025-01-29
Fix call to object_filename_from_source in vs2010
Charles Brunet
[next]