summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-26Bump version number for rc1.1.4.0rc1Jussi Pakkanen
2024-02-26rewriter: allow setting values regardless of the previous typeJouke Witteveen
2024-02-26docs: fix typo in snippet: "hueristic" -> "heuristic"Dylan Baker
2024-02-26modules/rust: Fix New Version check that was not updatedDylan Baker
2024-02-26Merge pull request #11867 from xclaesse/cargo-featuresJussi Pakkanen
2024-02-26Fix lint warning.Jussi Pakkanen
2024-02-26Condense directory names for RC1.Jussi Pakkanen
2024-02-26cargo: Call into meson subdir if it existsXavier Claessens
2024-02-26cargo: Abort if features are missingXavier Claessens
2024-02-26cargo: Expose features as Meson boolean optionsXavier Claessens
2024-02-26cargo: Use coredata.stable_versionXavier Claessens
2024-02-26cargo: Builder: method() object can be any BaseNodeXavier Claessens
2024-02-26cargo: Builder: Add support for "!=", "in" and "not in" operatorsXavier Claessens
2024-02-26cargo: Builder: Add support for "+", "+=", "if" and "foreach"Xavier Claessens
2024-02-26printer: Add a newline after "else"Xavier Claessens
2024-02-26printer: notin operator should be printed as "not in"Xavier Claessens
2024-02-26interpreter: Dependency variables can be empty stringXavier Claessens
2024-02-25docs: fix some release notes snippet typosEli Schwartz
2024-02-25docs: clarify environment variables take only ExternalProgram.full_path()L. E. Segovia
2024-02-25Avoid use of deprecated command form on the cross compilation doc pageRalf Gommers
2024-02-25cmake: Allow recasting a CMake dependency into an Apple frameworkL. E. Segovia
2024-02-24Add support for BuildTargetTypes to various fs module functionsTristan Partin
2024-02-24Correct fs.read function name in exception messageTristan Partin
2024-02-24Fix fs module FeatureNew prefixes to match the function nameTristan Partin
2024-02-24Fix bad escape character in doc commentTristan Partin
2024-02-24backend/ninjabackend: Implemented logic for passing the discovered gcovr and ...dragonmux
2024-02-24environment: Add LLVM 18 support to get_llvm_tool_names()dragonmux
2024-02-24environment: Built logic for computing the suffix of and automatically select...dragonmux
2024-02-24scripts/coverage: Implemented handling for passing the gcovr and llvm-cov bin...dragonmux
2024-02-24compilers/detect: Implemented logic for checking suffixed LLVM tools before nondragonmux
2024-02-24add test for generating static inline wrappersKarol Herbst
2024-02-24meson/rust: wrap `bindgen`s `wrap-static-fns` functionalityKarol Herbst
2024-02-24Allow using CustomTarget as test executableCharles Brunet
2024-02-23mtest: set MSAN_OPTIONS to abort by defaultSam James
2024-02-23Detect utf8 bom from meson build filesCharles Brunet
2024-02-23env.unset methodCharles Brunet
2024-02-23Alphabetize the fs module methods dictTristan Partin
2024-02-23Add location nodes to FeatureNews in the fs moduleTristan Partin
2024-02-23modules/rust: allow setting a version constraint on bindgenDylan Baker
2024-02-23modules: fix find_program.wantedDylan Baker
2024-02-23modules/rust: inject a C/C++ standard for bindgenDylan Baker
2024-02-23modules/rust: Allow explicitly setting the language to bindDylan Baker
2024-02-23compilers: 'H' is a C++ headerDylan Baker
2024-02-23rust/bindgen: Use Meson rules for C++ headersDylan Baker
2024-02-23doc: fix compiler.preprocess varargs documentationCharles Brunet
2024-02-23env2mfile: move language args to `built-in options`Ole André Vadla Ravnås
2024-02-23Fix base options not reconfigurableCharles Brunet
2024-02-23mconf|msetup: use Protocol for argparse optionsDylan Baker
2024-02-23coredata: use a Protocol for shared options between setup configure and distDylan Baker
2024-02-22wrap: remove Resolver.packagenameDylan Baker