15350 Commits (master)
 

Author SHA1 Message Date
Dylan Baker df9b0757e2 interpreter: fix swapped casts 2 weeks ago
Dylan Baker 9fd5281bef options: Replace uses of `UserOption[T.Any]` with a Union of UserOption types 2 weeks ago
Dylan Baker 8eba69cbaa options: Add a function to compare different option choices 2 weeks ago
Dylan Baker 177148686c options: split UserIntegerOption and UserUmaskOption 2 weeks ago
Dylan Baker 164a18d84f options: fix typing of add_to_argparse 2 weeks ago
Dylan Baker ba3460eb11 options: Add an EnumeratedUserOption class 2 weeks ago
Dylan Baker 0e11b90d6f options: use dataclasses for UserOption 2 weeks ago
Dylan Baker fe9f8de1ab compilers: remove Compiler.create_option 2 weeks ago
Dylan Baker f0a6ba3809 compilers: use super().get_options() instead of CompilerClass.get_options() 2 weeks ago
Dylan Baker b51840cf18 compilers: fix the UserStdOption name of the C and C++ compilers 2 weeks ago
Dylan Baker cd5bc11bb3 options: Get rid of the invalid _U type, and use UserOption[_T] 2 weeks ago
Dylan Baker b32e4e87b1 options: Add a printable_choices method to UserOption 2 weeks ago
Dylan Baker 4aa0e93922 options: fix the annotations of _to_tuple 2 weeks ago
Dylan Baker 0e6e68786c minstall: help mypy out with our chown overriding 2 weeks ago
L. E. Segovia 3a4cb94e94 ci: Update appleclang job to test Xcode-provided Python 2 weeks ago
L. E. Segovia e793b1bc1a unittests: Unbreak Python bytecompile tests with Xcode Python 2 weeks ago
L. E. Segovia f75e45887c Python: fix typo in the inserted workaround for missing RPATH 2 weeks ago
Paolo Bonzini d34c37f8a0
rust: use f-string to build rpath arguments 2 weeks ago
Paolo Bonzini f021c37191
ninjabackend: remove cratetype variable 2 weeks ago
Paolo Bonzini a19df7da15
ninjabackend: start adjusting for differences between rustc and rustdoc 2 weeks ago
Paolo Bonzini 39d5ffc27f
rust: stop using --out-dir, move depfile into private directory 2 weeks ago
Paolo Bonzini 103501c274
ninjabackend: unify building rpath args 2 weeks ago
Paolo Bonzini 4276f1d482
ninjabackend: rust: remove code duplication 2 weeks ago
Paolo Bonzini ab5e67a57c
ninjabackend: rust: fix incorrect use of abspath 2 weeks ago
Charles Brunet b825faebaf Fix PATH for SharedModule in Windows devenv 3 weeks ago
wrvsrx c0da4a5a74 mformat: try to detect meson.format in source files' parent directories 3 weeks ago
Dylan Baker cb4ac15993 utils: Use dataclasses for PerMachine classes 3 weeks ago
Dylan Baker 42c4f74632 utils: Fix nullability of PerMachine from default_missing 3 weeks ago
L. E. Segovia c616f1ed50 Python: Work around missing rpath in Xcode python3-embed 3 weeks ago
Otto Moerbeek d25fcbb5fc
Mention add_dist_script in meson dist docs (#14186) 3 weeks ago
Steve Lhomme 248a7213f6 symbolextractor: generate symbol files for cross-compiled Windows 3 weeks ago
Charles Brunet 8493b768eb Fix call to object_filename_from_source in vs2010 3 weeks ago
Piotr Brzeziński 01584101b7 swift: Fix duplicate SDK include paths causing a compile error 3 weeks ago
Steve Lhomme ae1bb2f87b symbolextractor: use -nologo with lib.exe and llvm-lib.exe 3 weeks ago
Charles Brunet 57c5d00dcd Detect files with trailing space 3 weeks ago
Jussi Pakkanen b55cef0c3b
Merge pull request #13642 from dcbaker/submit/fix-objc-standards 3 weeks ago
Dylan Baker 7bcf38de60 tests: enable gir static lib on cygwin 3 weeks ago
Dylan Baker 7a40db5a4f tests: disable vala generated test on cygwin 3 weeks ago
Eli Schwartz 0b505fcab8
testcase expect_error(): add missing line from rebase 3 weeks ago
Dylan Baker 7c625f80d8 dependencies/dub: Fix arguments passed as strings that should be bools 3 weeks ago
Dylan Baker 88d8a3a425 dependencies: version_compare -> version_compare_many 3 weeks ago
Dylan Baker a47e8f260a dependencies: correctly handle a language of None 3 weeks ago
Dylan Baker cdbd33a4f5 modules/python: Make sure that all dependency candidates meet interface 3 weeks ago
Dylan Baker 3a96b8b03a dependencies/detect: make assertions more useful 3 weeks ago
Aditya Vidyadhar Kamath 1ae7dd1290 Fix to Meson failed to archive shared libraries in AIX. 3 weeks ago
Daiki Ueno b2456ad8bf docs: clarify behavior of default_both_libraries option 3 weeks ago
Eli Schwartz 8a9dea2e37
When subproject() fails because downloading is disabled, say what failed 3 weeks ago
Eli Schwartz d51e202888
fix edge case in testcase expect_error() if error is printed using mlog 3 weeks ago
insunaa c31963ca80 compilers/clang++: Add `-fpch-instantiate-templates` to speed up clang++ builds 3 weeks ago
Dylan Baker 1eaab0253b compilers: Check if GCC has support for ObjC and/or ObjC++ 3 weeks ago