summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge topic 'cuda-std'Brad King2024-04-2211-3/+53
|\ \ \ \
| * | | | Tests/CompileFeatures: Cover cuda_std_## meta-featuresBrad King2024-04-199-1/+33
| * | | | Tests/CompileFeatures: Fix c_std_23 case with Clang < 14Brad King2024-04-191-2/+1
| * | | | Tests/CompileFeatures: Cover CUDA default standard levelBrad King2024-04-183-0/+19
* | | | | Merge topic 'cxxmodules-import-std-user-detect'Brad King2024-04-191-4/+15
|\ \ \ \ \
| * | | | | cxxmodules: provide a detection variable for `import std`Ben Boeckel2024-04-181-4/+15
* | | | | | Merge topic 'FindBacktrace-imported-library'Brad King2024-04-181-3/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Tests/FindBacktrace: Fix compilation as C90Brad King2024-04-171-3/+6
| | |_|/ / | |/| | |
* | | | | Merge topic 'invalid-ctest-arg-revisions'Brad King2024-04-181-1/+2
|\ \ \ \ \
| * | | | | ctest: Cleanup for invalid argument handlingMartin Duffy2024-04-171-1/+2
| |/ / / /
* | | | | Merge topic 'tests_gdk_init'Brad King2024-04-181-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Tests: fix calling gdk_init()Rolf Eike Beer2024-04-171-1/+1
* | | | | C++26: Support detection as the default standardRaul Tambre2024-04-163-3/+8
| |/ / / |/| | |
* | | | Merge topic 'test-configure'Brad King2024-04-161-44/+43
|\ \ \ \
| * | | | Tests/RunCMake/Configure: Improve variable scopingBrad King2024-04-151-44/+43
* | | | | Merge topic 'FindBacktrace-imported-library'Brad King2024-04-164-0/+75
|\ \ \ \ \
| * | | | | FindBacktrace: Add imported libraryDavid Faure2024-04-154-0/+75
* | | | | | Merge topic 'lcc-updates-2024-04'Brad King2024-04-161-0/+11
|\ \ \ \ \ \
| * | | | | | Tests: Exclude more tests found to be failing on broken libc on Elbrusmakise-homura2024-04-121-0/+11
* | | | | | | Merge topic 'swift-module-libraries'Brad King2024-04-164-14/+4
|\ \ \ \ \ \ \
| * | | | | | | Swift: Support module libraries with command-line build systemsEvan Wilde2024-04-154-14/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'file-GET_RUNTIME_DEPENDENCIES-macos-rpath'Brad King2024-04-166-0/+68
|\ \ \ \ \ \ \
| * | | | | | | file(GET_RUNTIME_DEPENDENCIES): propagate parent rpath on macOSLuis Caro Campos2024-04-156-0/+68
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'test-separate_arguments'Brad King2024-04-162-16/+14
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Tests: Avoid unnecessary copy of cmake in RunCMake.separate_argumentsBrad King2024-04-152-16/+14
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'cxxmodules-import-std'Brad King2024-04-1562-1/+810
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Experimental: add an experimental feature gate for `import std`Ben Boeckel2024-04-1219-0/+112
| * | | | | Tests/CXXModules: mask C++23 std module targetsBen Boeckel2024-04-115-0/+15
| * | | | | cmTarget: support the `CXX_MODULE_STD` propertyBen Boeckel2024-04-111-0/+1
| * | | | | Tests/CXXModules: test using targets that import `std`Ben Boeckel2024-04-113-0/+37
| * | | | | Tests/CXXModules: add tests for exporting `CXX_MODULE_STD`Ben Boeckel2024-04-1111-0/+243
| * | | | | Tests/CXXModules: add tests that the C++ std targets don't get exportedBen Boeckel2024-04-119-0/+229
| * | | | | Tests/CXXModules; add tests for `CXX_MODULE_STD` behaviorBen Boeckel2024-04-117-0/+53
| * | | | | Tests/CXXModules: add tests for genex usage in `CXX_MODULE_STD`Ben Boeckel2024-04-1111-0/+70
| * | | | | Tests/CXXModules/vs-without-flags: use C++20Ben Boeckel2024-04-111-1/+1
| * | | | | Tests/CXXModules: add a test for the `CXX_MODULE_STD` propertyBen Boeckel2024-04-115-0/+21
| * | | | | Tests/CXXModules: add test case for `import std` supportBen Boeckel2024-04-113-0/+28
| |/ / / /
* | | | | Merge topic 'genex-compatible-interface'Brad King2024-04-122-6/+227
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | GenEx: Fix COMPATIBLE_INTERFACE_ evaluation outside usage requirementsBrad King2024-04-111-3/+2
| * | | | Tests: Add COMPATIBLE_INTERFACE_ cases outside usage requirementsBrad King2024-04-112-1/+52
| * | | | Tests: Add COMPATIBLE_INTERFACE_ cases for library targetsBrad King2024-04-112-4/+167
| * | | | Tests: Add COMPATIBLE_INTERFACE_NUMBER_{MAX,MIN} transitive-only casesBrad King2024-04-112-3/+11
* | | | | Merge topic 'restore-pkg-prefix-var'Brad King2024-04-115-102/+0
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | CMakePackageConfigHelpers: Restore undocumented PACKAGE_PREFIX_DIR variableBrad King2024-04-115-102/+0
* | | | Merge topic 'GenerateExportHeader-clang-tidy'Brad King2024-04-1116-0/+16
|\ \ \ \
| * | | | GenerateExportHeader: Suppress clang-tidy warningClausKlein2024-04-1016-0/+16
* | | | | Merge topic 'compiler-path-normalization'Brad King2024-04-119-38/+34
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix regression on reconfigure with unnormalized -DCMAKE_<LANG>_COMPILER=Brad King2024-04-103-0/+15
| * | | | Tests/RunCMake/CompilerChange: Simplify test casesBrad King2024-04-107-39/+20
* | | | | Merge topic 'FindJasper-imported-target'Brad King2024-04-112-13/+7
|\ \ \ \ \