summaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)Author
2024-01-25Fix compiler.preprocess compile_args not usedCharles Brunet
2024-01-17compiler.preprocess: add depends kwargStas Sergeev
2024-01-17rust: fix linking static executablesAlyssa Ross
2024-01-17fix openmp dependency for clang-clPeter Urban
2024-01-17tests: Also test implicit rpaths from dependenciesJonathon Anderson
2024-01-16cmake: Fix blunt target filtering skipping GENERATED dependenciesL. E. Segovia
2024-01-11Vala: fixes to gresource handling (#12418)Valeri
2024-01-06machine file: Fix parenthesized expressionsTamás Bálint Misius
2024-01-02tests: fix java JNI test assert for jni.h existingEli Schwartz
2023-12-26swift: Support swift_argsSergey Vlasov
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-12-12cmake: parse project versionNicolas Werner
2023-12-10vs: Manually link generated .o filesarch1t3cht
2023-12-05ninja backend: don't hide all compiler warnings for transpiled languagesEli Schwartz
2023-12-04macos: Skip as-needed test, the linker is too smartAndres Freund
2023-12-04Fix test failure on Darwin on a case-sensitive fsRandy Eckenrode
2023-12-03macos: Fix test case for constructor_priority when using gccAndres Freund
2023-11-24File: Add full_path() methodXavier Claessens
2023-11-18Fix unity builds (#12452)David Seifert
2023-11-14dependencies: allow get_variable to define multiple pkgconfig definesEli Schwartz
2023-11-13rust: Add transitive dependencies to ninja rulesXavier Claessens
2023-11-12Renumber test dirs for rc3.Jussi Pakkanen
2023-11-12Merge pull request #12485 from xclaesse/rust-link-regressJussi Pakkanen
2023-11-09rust: Fix linking with C libraries (again)Xavier Claessens
2023-11-07Prohibit symlinks in test data dir because they get mangled by setup.py.Jussi Pakkanen
2023-11-06tests: skip llvm modules test more thoroughlyEli Schwartz
2023-11-04Fix visibility attribute support check for GCC on WindowsChristoph Reiter
2023-11-02rust: proc-macro should be ignored in transitive dependenciesXavier Claessens
2023-11-02rust: Add unit test for transitive rust dependenciesSebastian Dröge
2023-10-27Handle path behaviour change in Python 3.12.Jussi Pakkanen
2023-10-27Condense test directories for RC1.Jussi Pakkanen
2023-10-20modules/rust: Add a test that bindgen drops arguments it shouldn't useDylan Baker
2023-10-19test cases/15 llvm: Skip cmake when llvm == 17.0Nirbheek Chauhan
2023-10-16modules/rust: remove rust_crate_type for test() methodDylan Baker
2023-10-12Use -idirafter when adding Apple framework include pathsTristan Partin
2023-10-09interpreter: Add support for cargo subprojectXavier Claessens
2023-10-09interpreter: add <lang>_(static|shared)_argsDylan Baker
2023-10-09interpreter: Handle BuildTarget.vala_args as Files in the interpreterDylan Baker
2023-10-05Add env kwarg in generator.process()Nomura
2023-10-05build: use suffix when getting target id for exesDudemanguy
2023-10-04test: get_define: do not use assert incorrectlyMarvin Scholz
2023-10-02tests: fix test case to not import distutils on python 3.12Eli Schwartz
2023-10-02nasm tests: skip asm language test on Solaris & illumosAlan Coopersmith
2023-09-28add support for vs_module_defs to ExecutablesDylan Baker
2023-09-28fix using a CustomTargetIndex for vs_module_defsDylan Baker
2023-09-28unittest: Fix clang-tidy-fixLei YU
2023-09-26tests: Skip "withIncludeFile" for PCH on Xcode backendAlbert Tang
2023-09-25tests: fix broken promises with linker scriptsEli Schwartz
2023-09-25rust: apply global, project, and environment C args to bindgenDylan Baker
2023-09-22Allow to fallback to cmake subprojectXavier Claessens