aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
3 daysMaintain bw compatibility for requesting bad options. Closes: #14255.optionfallbackJussi Pakkanen1-0/+5
3 daysAdd a fallback argument to get_option.Jussi Pakkanen3-3/+18
3 daysAdd restat = 1 to Swift compile ruleMarco Rebhan1-1/+1
3 daysImprove error message on nonexisting options.Jussi Pakkanen1-1/+6
4 daysc: add -Wno-vla-larger-than to the exceptions for -Wno*Paolo Bonzini2-4/+13
6 daysPermit more missing b options. Closes #14254.Jussi Pakkanen2-1/+6
7 daysMake all Meson level options overridable per subproject.Jussi Pakkanen63-829/+1971
8 daysbuild: fix typing of `Target.get_option`Dylan Baker1-4/+3
8 daysoptions: Add a TypeAlias for option valuesDylan Baker5-20/+22
8 daysmodules/pkgconfig: use host machine to calculate install prefixDylan Baker1-2/+3
9 daysActually use return value of SwiftCompiler.get_working_directory_argsMarco Rebhan1-1/+1
9 daysFix CMake import's linker args sorting algorithm mangling -framework argumentsMarco Rebhan1-1/+25
9 daysninja backend: Use swiftc flag -working-directory if availableMarco Rebhan2-7/+19
2025-02-06interpreter: fix swapped castsDylan Baker1-2/+2
2025-02-05options: Replace uses of `UserOption[T.Any]` with a Union of UserOption typesDylan Baker6-25/+24
2025-02-05options: Add a function to compare different option choicesDylan Baker2-2/+26
2025-02-05options: split UserIntegerOption and UserUmaskOptionDylan Baker3-18/+32
2025-02-05options: fix typing of add_to_argparseDylan Baker2-6/+6
2025-02-05options: Add an EnumeratedUserOption classDylan Baker13-82/+93
2025-02-05options: use dataclasses for UserOptionDylan Baker10-104/+96
2025-02-05compilers: remove Compiler.create_optionDylan Baker10-181/+217
2025-02-05compilers: use super().get_options() instead of CompilerClass.get_options()Dylan Baker3-23/+23
2025-02-05compilers: fix the UserStdOption name of the C and C++ compilersDylan Baker2-2/+2
2025-02-05options: Get rid of the invalid _U type, and use UserOption[_T]Dylan Baker2-12/+11
2025-02-05options: Add a printable_choices method to UserOptionDylan Baker2-4/+12
2025-02-05options: fix the annotations of _to_tupleDylan Baker1-1/+1
2025-02-03minstall: help mypy out with our chown overridingDylan Baker1-2/+14
2025-02-04ci: Update appleclang job to test Xcode-provided PythonL. E. Segovia2-10/+10
2025-02-04unittests: Unbreak Python bytecompile tests with Xcode PythonL. E. Segovia1-2/+7
2025-02-04Python: fix typo in the inserted workaround for missing RPATHL. E. Segovia1-1/+1
2025-02-03rust: use f-string to build rpath argumentsPaolo Bonzini1-1/+1
2025-02-03ninjabackend: remove cratetype variablePaolo Bonzini1-7/+5
2025-02-03ninjabackend: start adjusting for differences between rustc and rustdocPaolo Bonzini2-6/+24
2025-02-03rust: stop using --out-dir, move depfile into private directoryPaolo Bonzini1-3/+3
2025-02-03ninjabackend: unify building rpath argsPaolo Bonzini2-40/+34
2025-02-03ninjabackend: rust: remove code duplicationPaolo Bonzini1-2/+2
2025-02-03ninjabackend: rust: fix incorrect use of abspathPaolo Bonzini1-2/+2
2025-01-31Fix PATH for SharedModule in Windows devenvCharles Brunet1-6/+13
2025-01-31mformat: try to detect meson.format in source files' parent directorieswrvsrx1-3/+11
2025-01-31utils: Use dataclasses for PerMachine classesDylan Baker1-23/+14
2025-01-31utils: Fix nullability of PerMachine from default_missingDylan Baker1-12/+8
2025-01-30Python: Work around missing rpath in Xcode python3-embedL. E. Segovia1-0/+6
2025-01-30Mention add_dist_script in meson dist docs (#14186)Otto Moerbeek1-0/+7
2025-01-30symbolextractor: generate symbol files for cross-compiled WindowsSteve Lhomme1-1/+4
2025-01-29Fix call to object_filename_from_source in vs2010Charles Brunet1-1/+1
2025-01-29swift: Fix duplicate SDK include paths causing a compile errorPiotr BrzeziƄski3-2/+48
2025-01-28symbolextractor: use -nologo with lib.exe and llvm-lib.exeSteve Lhomme1-1/+1
2025-01-28Detect files with trailing spaceCharles Brunet2-1/+3
2025-01-28Merge pull request #13642 from dcbaker/submit/fix-objc-standardsJussi Pakkanen14-177/+331
2025-01-28tests: enable gir static lib on cygwinDylan Baker1-1/+1