aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
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-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
2023-10-27Condense test directories for RC1.Jussi Pakkanen385-83/+83
2023-10-20modules/rust: Add a test that bindgen drops arguments it shouldn't useDylan Baker2-3/+11
2023-10-19test cases/15 llvm: Skip cmake when llvm == 17.0Nirbheek Chauhan2-3/+8
2023-10-16modules/rust: remove rust_crate_type for test() methodDylan Baker1-1/+1
2023-10-12Use -idirafter when adding Apple framework include pathsTristan Partin2-3/+10
2023-10-09interpreter: Add support for cargo subprojectXavier Claessens9-1/+35
2023-10-09interpreter: add <lang>_(static|shared)_argsDylan Baker5-3/+54
2023-10-09interpreter: Handle BuildTarget.vala_args as Files in the interpreterDylan Baker4-0/+138
2023-10-05Add env kwarg in generator.process()Nomura3-0/+35
2023-10-05build: use suffix when getting target id for exesDudemanguy2-0/+4
2023-10-04test: get_define: do not use assert incorrectlyMarvin Scholz1-1/+1
2023-10-02tests: fix test case to not import distutils on python 3.12Eli Schwartz1-1/+1