aboutsummaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)AuthorFilesLines
18 hourstest cases: add test for @OUTPUT0@ substitution rulesHEADmasterPierre Lamot5-2/+19
7 daysReorder test dirs for rc1.Jussi Pakkanen19-0/+0
13 daystests: use statx instead of sendmmsg in has_function testAndrea Pappacoda1-4/+3
2024-09-23interpreter: when overriding a dependency make its name matchDylan Baker6-3/+67
2024-09-11Fix pkgconfig.generate handling of BothLibraries dependenciesCharles Brunet8-0/+61
2024-09-06alias_target with both_libs builds bothCharles Brunet2-1/+28
2024-09-06auto select static or shared when linking both_libraries togetherCharles Brunet7-14/+79
2024-09-06add default_both_libraries core optionCharles Brunet6-0/+98
2024-08-27Allow external programs in test()'s 'args' parameterDavid Gibson2-0/+10
2024-08-26Skip symlink tests on Windows.Jussi Pakkanen2-1/+5
2024-08-26Convert Bash usage to a Python script.Jussi Pakkanen2-2/+13
2024-08-04CI: Install make on CygwinJon Turney1-1/+2
2024-07-19compilers: handle -Wno-attributes= for GCCSam James1-0/+6
2024-07-10tests: Clean up leftover files from source dirs.Jussi Pakkanen2-0/+6
2024-07-05Revert PR12972 as a regression.Eli Schwartz1-17/+1
2024-07-05configuration_data: add test case for regression when merging a confdataEli Schwartz1-0/+6
2024-07-05Revert "Clarify mutable objects usage"Eli Schwartz2-40/+1
2024-06-26compilers: Add support for OpenMP from homebrew with AppleClangDylan Baker1-3/+0
2024-06-23Test case for environment prepend/append acting like setNils Werner1-0/+12
2024-06-23Ensure private directory exists for custom targets (#13196)Scott Kyle1-0/+16
2024-06-23find_program: add a kwarg to specify custom version argumentDudemanguy2-0/+11
2024-06-23`configure_file`: update \@ escape logicMatt Jolly3-11/+40
2024-05-07Add support for GCC's null_terminated_string_arg function attributeTristan Partin1-0/+6
2024-05-07Use correct subdir when generating processed file pathTristan Partin2-0/+28
2024-05-01Add required kwarg to compiler.{compiles,links,run}Tristan Partin4-0/+54
2024-04-25tests: bump C++ requirement of has_header_symbolDylan Baker1-1/+4
2024-04-14Clarify mutable objects usageXavier Claessens2-1/+40
2024-04-05depends keyword argument: accept CustomTargetIndexGerion Entrup2-0/+10
2024-04-05Merge pull request #12144 from amyspark/fix-msvc-clangcl-linker-flag-detectionJussi Pakkanen1-0/+20
2024-03-15interpreter: when overriding a dependency make its name matchDylan Baker1-1/+17
2024-03-04test cases/common/103 has header symbol: fix for musl 1.2.5Alyssa Ross1-4/+2
2024-02-26Condense directory names for RC1.Jussi Pakkanen2-0/+0
2024-02-25compilers: Add test for correct forwarding of flags to MSVC's Clang linkersL. E. Segovia1-0/+20
2024-02-24Add support for BuildTargetTypes to various fs module functionsTristan Partin3-0/+28
2024-02-24Allow using CustomTarget as test executableCharles Brunet2-0/+28
2024-02-23env.unset methodCharles Brunet2-0/+62
2024-02-21fix crash in generator.process() with an invalid preserve_path_fromEli Schwartz1-0/+5
2024-02-01test cases: pass the c++11 std to boost-using codeEli Schwartz1-0/+1
2024-01-25Fix compiler.preprocess compile_args not usedCharles Brunet2-2/+4
2024-01-17compiler.preprocess: add depends kwargStas Sergeev2-1/+6
2024-01-17fix openmp dependency for clang-clPeter Urban1-2/+2
2024-01-06machine file: Fix parenthesized expressionsTamás Bálint Misius1-1/+2
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-13/+2
2023-12-10vs: Manually link generated .o filesarch1t3cht3-2/+14
2023-12-04macos: Skip as-needed test, the linker is too smartAndres Freund1-0/+7
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-07Prohibit symlinks in test data dir because they get mangled by setup.py.Jussi Pakkanen5-2/+0
2023-11-04Fix visibility attribute support check for GCC on WindowsChristoph Reiter1-14/+29