aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2024-02-25compilers: Add test for correct forwarding of flags to MSVC's Clang linkersL. E. Segovia1-0/+20
2024-02-25cmake: Allow recasting a CMake dependency into an Apple frameworkL. E. Segovia2-0/+6
2024-02-24Add support for BuildTargetTypes to various fs module functionsTristan Partin3-0/+28
2024-02-24add test for generating static inline wrappersKarol Herbst3-0/+54
2024-02-24Allow using CustomTarget as test executableCharles Brunet2-0/+28
2024-02-23Detect utf8 bom from meson build filesCharles Brunet8-0/+33
2024-02-23env.unset methodCharles Brunet2-0/+62
2024-02-23modules/rust: allow setting a version constraint on bindgenDylan Baker2-3/+8
2024-02-23modules/rust: inject a C/C++ standard for bindgenDylan Baker2-3/+7
2024-02-23modules/rust: Allow explicitly setting the language to bindDylan Baker1-0/+19
2024-02-23rust/bindgen: Use Meson rules for C++ headersDylan Baker4-1/+50
2024-02-21fix crash in generator.process() with an invalid preserve_path_fromEli Schwartz1-0/+5
2024-02-19Fix KeyError in Python moduleCharles Brunet3-2/+19
2024-02-12qt: add preserve_paths keyword to functionsCharles Brunet3-4/+8
2024-02-12Add MESONREWRITE to `meson dist` scriptsJouke Witteveen3-1/+17
2024-02-09Suppress LLVM static test on ArchEli Schwartz1-1/+1
2024-02-09test cases: use C++17 for protobuf because of abseil-cppSam James1-1/+1
2024-02-09ci: add GentooSam James2-2/+2
2024-02-01test cases: pass the c++11 std to boost-using codeEli Schwartz1-0/+1
2024-01-31CI: mark hdf5 as inaccessible on macOS with config-tool instead of pkg-configEli Schwartz1-2/+2
2024-01-25Fix compiler.preprocess compile_args not usedCharles Brunet2-2/+4
2024-01-17compiler.preprocess: add depends kwargStas Sergeev2-1/+6
2024-01-17rust: fix linking static executablesAlyssa Ross4-0/+29
2024-01-17fix openmp dependency for clang-clPeter Urban1-2/+2
2024-01-17tests: Also test implicit rpaths from dependenciesJonathon Anderson2-6/+13
2024-01-16cmake: Fix blunt target filtering skipping GENERATED dependenciesL. E. Segovia3-5/+8
2024-01-11Vala: fixes to gresource handling (#12418)Valeri4-0/+53
2024-01-06machine file: Fix parenthesized expressionsTamás Bálint Misius1-1/+2
2024-01-02tests: fix java JNI test assert for jni.h existingEli Schwartz1-2/+2
2023-12-26swift: Support swift_argsSergey Vlasov2-0/+19
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker2-15/+4
2023-12-12cmake: parse project versionNicolas Werner2-2/+2
2023-12-10vs: Manually link generated .o filesarch1t3cht3-2/+14
2023-12-05ninja backend: don't hide all compiler warnings for transpiled languagesEli Schwartz4-29/+0
2023-12-04macos: Skip as-needed test, the linker is too smartAndres Freund1-0/+7
2023-12-04Fix test failure on Darwin on a case-sensitive fsRandy Eckenrode1-1/+1
2023-12-03macos: Fix test case for constructor_priority when using gccAndres Freund1-0/+5
2023-11-24File: Add full_path() methodXavier Claessens1-0/+6
2023-11-18Fix unity builds (#12452)David Seifert5-0/+30
2023-11-14dependencies: allow get_variable to define multiple pkgconfig definesEli Schwartz1-0/+7
2023-11-13rust: Add transitive dependencies to ninja rulesXavier Claessens4-0/+29
2023-11-12Renumber test dirs for rc3.Jussi Pakkanen97-0/+0
2023-11-12Merge pull request #12485 from xclaesse/rust-link-regressJussi Pakkanen14-17/+111
2023-11-09rust: Fix linking with C libraries (again)Xavier Claessens14-17/+111
2023-11-07Prohibit symlinks in test data dir because they get mangled by setup.py.Jussi Pakkanen6-3/+1
2023-11-06tests: skip llvm modules test more thoroughlyEli Schwartz1-1/+1
2023-11-04Fix visibility attribute support check for GCC on WindowsChristoph Reiter1-14/+29
2023-11-02rust: proc-macro should be ignored in transitive dependenciesXavier Claessens4-1/+40
2023-11-02rust: Add unit test for transitive rust dependenciesSebastian Dröge6-0/+32
2023-10-27Handle path behaviour change in Python 3.12.Jussi Pakkanen1-1/+3