summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2024-03-03Bump version number for rc2.1.4.0rc2Jussi Pakkanen
2024-03-03compilers: only wrap multiple input libraries with start/end groupEli Schwartz
2024-03-03compilers: avoid catching -Wl,-soname and wrapping with start/end groupEli Schwartz
2024-03-02Merge pull request #12804 from joukewitteveen/dist-rewriterJussi Pakkanen
2024-03-01Fix unknown base options not detected in commandline argumentsCharles Brunet
2024-03-01Fix base and compiler options not reconfigurable.Charles Brunet
2024-03-01Revert "Fix base options not reconfigurable"Charles Brunet
2024-02-29rust: recursively pull proc-macro dependencies as wellXavier Claessens
2024-02-28nvcc: avoid adding `-Wpedantic` to compile linesDavid Seifert
2024-02-27cargo: support lib.path in Cargo.tomlAlyssa Ross
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-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-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-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-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-23env2mfile: move language args to `built-in options`Ole André Vadla Ravnås
2024-02-23Fix base options not reconfigurableCharles Brunet