summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-25Remove unused variable left over from option refactor.Jussi Pakkanen
2025-02-25Add a new test for `override_options: ['cython_language': 'cpp'])`Ralf Gommers
2025-02-25Use override value when setting up Cython language.Jussi Pakkanen
2025-02-22Fix yielding when top project does not define the option.Jussi Pakkanen
2025-02-22Permit all unknown b_ options.Jussi Pakkanen
2025-02-20Fix reconfiguration on --wipe.Jussi Pakkanen
2025-02-19build: Optimize transitive link dep resolutionCampbell Jones
2025-02-17Add restat = 1 to Swift compile ruleMarco Rebhan
2025-02-18Improve error message on nonexisting options.Jussi Pakkanen
2025-02-16c: add -Wno-vla-larger-than to the exceptions for -Wno*Paolo Bonzini
2025-02-15Permit more missing b options. Closes #14254.Jussi Pakkanen
2025-02-13Make all Meson level options overridable per subproject.Jussi Pakkanen
2025-02-12build: fix typing of `Target.get_option`Dylan Baker
2025-02-12options: Add a TypeAlias for option valuesDylan Baker
2025-02-12modules/pkgconfig: use host machine to calculate install prefixDylan Baker
2025-02-11Actually use return value of SwiftCompiler.get_working_directory_argsMarco Rebhan
2025-02-11Fix CMake import's linker args sorting algorithm mangling -framework argumentsMarco Rebhan
2025-02-11ninja backend: Use swiftc flag -working-directory if availableMarco Rebhan
2025-02-06interpreter: fix swapped castsDylan Baker
2025-02-05options: Replace uses of `UserOption[T.Any]` with a Union of UserOption typesDylan Baker
2025-02-05options: Add a function to compare different option choicesDylan Baker
2025-02-05options: split UserIntegerOption and UserUmaskOptionDylan Baker
2025-02-05options: fix typing of add_to_argparseDylan Baker
2025-02-05options: Add an EnumeratedUserOption classDylan Baker
2025-02-05options: use dataclasses for UserOptionDylan Baker
2025-02-05compilers: remove Compiler.create_optionDylan Baker
2025-02-05compilers: use super().get_options() instead of CompilerClass.get_options()Dylan Baker
2025-02-05compilers: fix the UserStdOption name of the C and C++ compilersDylan Baker
2025-02-05options: Get rid of the invalid _U type, and use UserOption[_T]Dylan Baker
2025-02-05options: Add a printable_choices method to UserOptionDylan Baker
2025-02-05options: fix the annotations of _to_tupleDylan Baker
2025-02-03minstall: help mypy out with our chown overridingDylan Baker
2025-02-04ci: Update appleclang job to test Xcode-provided PythonL. E. Segovia
2025-02-04unittests: Unbreak Python bytecompile tests with Xcode PythonL. E. Segovia
2025-02-04Python: fix typo in the inserted workaround for missing RPATHL. E. Segovia
2025-02-03rust: use f-string to build rpath argumentsPaolo Bonzini
2025-02-03ninjabackend: remove cratetype variablePaolo Bonzini
2025-02-03ninjabackend: start adjusting for differences between rustc and rustdocPaolo Bonzini
2025-02-03rust: stop using --out-dir, move depfile into private directoryPaolo Bonzini
2025-02-03ninjabackend: unify building rpath argsPaolo Bonzini
2025-02-03ninjabackend: rust: remove code duplicationPaolo Bonzini
2025-02-03ninjabackend: rust: fix incorrect use of abspathPaolo Bonzini
2025-01-31Fix PATH for SharedModule in Windows devenvCharles Brunet
2025-01-31mformat: try to detect meson.format in source files' parent directorieswrvsrx
2025-01-31utils: Use dataclasses for PerMachine classesDylan Baker
2025-01-31utils: Fix nullability of PerMachine from default_missingDylan Baker
2025-01-30Python: Work around missing rpath in Xcode python3-embedL. E. Segovia
2025-01-30Mention add_dist_script in meson dist docs (#14186)Otto Moerbeek
2025-01-30symbolextractor: generate symbol files for cross-compiled WindowsSteve Lhomme
2025-01-29Fix call to object_filename_from_source in vs2010Charles Brunet