14581 Commits (728fcdaab312020fe3ebea40e942f23ee620ed6c)
 

Author SHA1 Message Date
Xavier Claessens 53ba7196b9 cargo: Builder: Add support for "!=", "in" and "not in" operators 9 months ago
Xavier Claessens 6cce6c51bf cargo: Builder: Add support for "+", "+=", "if" and "foreach" 9 months ago
Xavier Claessens cbf23f5eba printer: Add a newline after "else" 9 months ago
Xavier Claessens c25f0b1d54 printer: notin operator should be printed as "not in" 9 months ago
Xavier Claessens 5654f03450 interpreter: Dependency variables can be empty string 9 months ago
Eli Schwartz 42944f72a4
docs: fix some release notes snippet typos 9 months ago
L. E. Segovia df2dbd06cf
docs: clarify environment variables take only ExternalProgram.full_path() 9 months ago
Ralf Gommers 9ec26051c6 Avoid use of deprecated command form on the cross compilation doc page 9 months ago
L. E. Segovia f3fad6cc5f compilers: Add test for correct forwarding of flags to MSVC's Clang linkers 9 months ago
L. E. Segovia c5254429e4 clang: Fix tests that use /DEF for MSVC LINK.exe 9 months ago
L. E. Segovia 3366756c0f compilers: Forward Meson's preference of lld-link to clang-cl 9 months ago
L. E. Segovia a33c599f78 linkers: Fix detection of link arguments to Clang(-cl) + MSVC 9 months ago
L. E. Segovia 05f4e0d6c5 cmake: Allow recasting a CMake dependency into an Apple framework 9 months ago
Tristan Partin 6a119256a1 Add support for BuildTargetTypes to various fs module functions 9 months ago
Tristan Partin 0b19d1c015 Correct fs.read function name in exception message 9 months ago
Tristan Partin 35c6052723 Fix fs module FeatureNew prefixes to match the function name 9 months ago
Tristan Partin 9cb44c9c58 Fix bad escape character in doc comment 9 months ago
dragonmux 5495dc4315 backend/ninjabackend: Implemented logic for passing the discovered gcovr and llvm-cov along to the code coverage backend 9 months ago
dragonmux 67afddbf43 environment: Add LLVM 18 support to get_llvm_tool_names() 9 months ago
dragonmux d4450520e0 environment: Built logic for computing the suffix of and automatically selecting suitable `llvm-cov` binaries to find_coverage_tools() 9 months ago
dragonmux cfada46694 scripts/coverage: Implemented handling for passing the gcovr and llvm-cov binaries to use to the script 9 months ago
dragonmux a234c001a0 compilers/detect: Implemented logic for checking suffixed LLVM tools before non 9 months ago
Karol Herbst 8137eb437a add test for generating static inline wrappers 9 months ago
Karol Herbst d44185026d meson/rust: wrap `bindgen`s `wrap-static-fns` functionality 9 months ago
Charles Brunet 11f2e07071 Allow using CustomTarget as test executable 9 months ago
Sam James 8ba0ea6801
mtest: set MSAN_OPTIONS to abort by default 9 months ago
Charles Brunet 715dc27b2b Detect utf8 bom from meson build files 9 months ago
Charles Brunet 138e0fe984 env.unset method 9 months ago
Tristan Partin db8246b3fc
Alphabetize the fs module methods dict 9 months ago
Tristan Partin 1b40fb1089
Add location nodes to FeatureNews in the fs module 9 months ago
Dylan Baker e7f20efc8b modules/rust: allow setting a version constraint on bindgen 9 months ago
Dylan Baker 9752b89100 modules: fix find_program.wanted 9 months ago
Dylan Baker a75ced6d50 modules/rust: inject a C/C++ standard for bindgen 9 months ago
Dylan Baker 05d49c6990 modules/rust: Allow explicitly setting the language to bind 9 months ago
Dylan Baker 8ac4346943 compilers: 'H' is a C++ header 9 months ago
Dylan Baker 6a8330af59 rust/bindgen: Use Meson rules for C++ headers 9 months ago
Charles Brunet 2c7833b1c9 doc: fix compiler.preprocess varargs documentation 9 months ago
Ole André Vadla Ravnås 6cd2ba42ff env2mfile: move language args to `built-in options` 9 months ago
Charles Brunet 20c9f3e621 Fix base options not reconfigurable 9 months ago
Dylan Baker 5d1c3ae787 mconf|msetup: use Protocol for argparse options 9 months ago
Dylan Baker 95b3b9f710 coredata: use a Protocol for shared options between setup configure and dist 9 months ago
Dylan Baker 39e1bf19fb wrap: remove Resolver.packagename 9 months ago
Dylan Baker 0abc8729bf wrap: remove useless set of `Resolver.directory` 9 months ago
Dylan Baker 9a493f541f wrap: correct return annotation of `Resolver.get_from_wrapdb()` 9 months ago
Dylan Baker 413c288d0d wrap: Mark some methods of Resolver as protected 9 months ago
Dylan Baker bc46ea22f7 modules/i18n: CustomTargets must have `install_dir` if installing 9 months ago
Dylan Baker 8283e4900d build: get_default_install_dir() can be (None, None) or (str, str) 9 months ago
Dylan Baker 477783a65b build: fix some type annotations for get_install_dir 9 months ago
Eli Schwartz a35d4d368a
ciimage: fix pathological brokenness in homebrew packaging of python 9 months ago
Eli Schwartz 4e5df4b3b7
fix crash in generator.process() with an invalid preserve_path_from 9 months ago