aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-02Merge pull request #12804 from joukewitteveen/dist-rewriterJussi Pakkanen7-10/+64
2024-03-01Fix unknown base options not detected in commandline argumentsCharles Brunet3-2/+14
2024-03-01Fix base and compiler options not reconfigurable.Charles Brunet6-10/+29
2024-03-01Set PYTHONIOENCODING when running testsCharles Brunet2-1/+2
2024-03-01Revert "Fix base options not reconfigurable"Charles Brunet1-4/+2
2024-02-29rust: recursively pull proc-macro dependencies as wellXavier Claessens5-2/+27
2024-02-28nvcc: avoid adding `-Wpedantic` to compile linesDavid Seifert1-1/+7
2024-02-28remove junk file from the repository rootEli Schwartz1-7/+0
2024-02-27cargo: support lib.path in Cargo.tomlAlyssa Ross3-2/+4
2024-02-26Bump version number for rc1.1.4.0rc1Jussi Pakkanen2-3/+3
2024-02-26rewriter: allow setting values regardless of the previous typeJouke Witteveen1-87/+101
2024-02-26docs: fix typo in snippet: "hueristic" -> "heuristic"Dylan Baker1-1/+1
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 Pakkanen18-49/+398
2024-02-26Fix lint warning.Jussi Pakkanen1-8/+4
2024-02-26Condense directory names for RC1.Jussi Pakkanen25-0/+0
2024-02-26cargo: Call into meson subdir if it existsXavier Claessens4-1/+44
2024-02-26cargo: Abort if features are missingXavier Claessens2-2/+72
2024-02-26cargo: Expose features as Meson boolean optionsXavier Claessens9-7/+206
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 Claessens7-36/+4
2024-02-25docs: fix some release notes snippet typosEli Schwartz2-2/+2
2024-02-25docs: clarify environment variables take only ExternalProgram.full_path()L. E. Segovia1-2/+4
2024-02-25Avoid use of deprecated command form on the cross compilation doc pageRalf Gommers1-1/+1
2024-02-25cmake: Allow recasting a CMake dependency into an Apple frameworkL. E. Segovia4-7/+51
2024-02-24Add support for BuildTargetTypes to various fs module functionsTristan Partin5-28/+65
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-24add test for generating static inline wrappersKarol Herbst3-0/+54
2024-02-24meson/rust: wrap `bindgen`s `wrap-static-fns` functionalityKarol Herbst2-6/+32
2024-02-24Allow using CustomTarget as test executableCharles Brunet8-11/+56
2024-02-23mtest: set MSAN_OPTIONS to abort by defaultSam James4-7/+16
2024-02-23Detect utf8 bom from meson build filesCharles Brunet10-4/+42
2024-02-23env.unset methodCharles Brunet6-0/+97
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 Baker5-5/+13
2024-02-23modules: fix find_program.wantedDylan Baker1-1/+1
2024-02-23modules/rust: inject a C/C++ standard for bindgenDylan Baker4-3/+27