aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2024-03-03Bump version number for rc2.1.4.0rc2Jussi Pakkanen1-1/+1
2024-03-03compilers: only wrap multiple input libraries with start/end groupEli Schwartz2-3/+4
2024-03-03compilers: avoid catching -Wl,-soname and wrapping with start/end groupEli Schwartz1-1/+1
2024-03-02Merge pull request #12804 from joukewitteveen/dist-rewriterJussi Pakkanen1-9/+8
2024-03-01Fix unknown base options not detected in commandline argumentsCharles Brunet1-1/+6
2024-03-01Fix base and compiler options not reconfigurable.Charles Brunet3-9/+13
2024-03-01Revert "Fix base options not reconfigurable"Charles Brunet1-4/+2
2024-02-29rust: recursively pull proc-macro dependencies as wellXavier Claessens1-2/+0
2024-02-28nvcc: avoid adding `-Wpedantic` to compile linesDavid Seifert1-1/+7
2024-02-27cargo: support lib.path in Cargo.tomlAlyssa Ross1-2/+3
2024-02-26Bump version number for rc1.1.4.0rc1Jussi Pakkanen1-2/+2
2024-02-26rewriter: allow setting values regardless of the previous typeJouke Witteveen1-87/+101
2024-02-26modules/rust: Fix New Version check that was not updatedDylan Baker1-1/+1
2024-02-26Merge pull request #11867 from xclaesse/cargo-featuresJussi Pakkanen6-13/+314
2024-02-26Fix lint warning.Jussi Pakkanen1-8/+4
2024-02-26cargo: Call into meson subdir if it existsXavier Claessens1-1/+34
2024-02-26cargo: Abort if features are missingXavier Claessens1-1/+70
2024-02-26cargo: Expose features as Meson boolean optionsXavier Claessens2-5/+133
2024-02-26cargo: Use coredata.stable_versionXavier Claessens1-4/+3
2024-02-26cargo: Builder: method() object can be any BaseNodeXavier Claessens1-1/+1
2024-02-26cargo: Builder: Add support for "!=", "in" and "not in" operatorsXavier Claessens1-0/+27
2024-02-26cargo: Builder: Add support for "+", "+=", "if" and "foreach"Xavier Claessens1-0/+42
2024-02-26printer: Add a newline after "else"Xavier Claessens1-0/+1
2024-02-26printer: notin operator should be printed as "not in"Xavier Claessens1-1/+1
2024-02-26interpreter: Dependency variables can be empty stringXavier Claessens3-2/+4
2024-02-25cmake: Allow recasting a CMake dependency into an Apple frameworkL. E. Segovia2-7/+45
2024-02-24Add support for BuildTargetTypes to various fs module functionsTristan Partin1-28/+28
2024-02-24Correct fs.read function name in exception messageTristan Partin1-1/+1
2024-02-24Fix fs module FeatureNew prefixes to match the function nameTristan Partin1-8/+8
2024-02-24Fix bad escape character in doc commentTristan Partin1-1/+1
2024-02-24backend/ninjabackend: Implemented logic for passing the discovered gcovr and ...dragonmux1-11/+18
2024-02-24environment: Add LLVM 18 support to get_llvm_tool_names()dragonmux1-0/+1
2024-02-24environment: Built logic for computing the suffix of and automatically select...dragonmux1-4/+32
2024-02-24scripts/coverage: Implemented handling for passing the gcovr and llvm-cov bin...dragonmux3-15/+30
2024-02-24compilers/detect: Implemented logic for checking suffixed LLVM tools before nondragonmux1-1/+5
2024-02-24meson/rust: wrap `bindgen`s `wrap-static-fns` functionalityKarol Herbst1-6/+29
2024-02-24Allow using CustomTarget as test executableCharles Brunet4-9/+21
2024-02-23mtest: set MSAN_OPTIONS to abort by defaultSam James1-0/+2
2024-02-23Detect utf8 bom from meson build filesCharles Brunet2-4/+9
2024-02-23env.unset methodCharles Brunet2-0/+24
2024-02-23Alphabetize the fs module methods dictTristan Partin1-10/+10
2024-02-23Add location nodes to FeatureNews in the fs moduleTristan Partin1-9/+9
2024-02-23modules/rust: allow setting a version constraint on bindgenDylan Baker2-2/+4
2024-02-23modules: fix find_program.wantedDylan Baker1-1/+1
2024-02-23modules/rust: inject a C/C++ standard for bindgenDylan Baker1-0/+17
2024-02-23modules/rust: Allow explicitly setting the language to bindDylan Baker1-5/+16
2024-02-23compilers: 'H' is a C++ headerDylan Baker1-1/+1
2024-02-23rust/bindgen: Use Meson rules for C++ headersDylan Baker1-8/+17
2024-02-23env2mfile: move language args to `built-in options`Ole André Vadla RavnÄs1-1/+4
2024-02-23Fix base options not reconfigurableCharles Brunet1-2/+4