summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* OrangeC: Add support for OrangeC compilerDavid Lindauer2023-09-2557-61/+213
* Tests: Simplify nested if conditions in Complex testsBrad King2023-09-254-38/+10
* Merge topic 'update-curl'Brad King2023-09-25130-6386/+3644
|\
| * curl: Set build options the way we need for CMakeBrad King2023-09-222-18/+43
| * Merge branch 'upstream-curl' into update-curlBrad King2023-09-22128-6366/+3601
| |\
| | * curl 2023-09-13 (6fa1d817)Curl Upstream2023-09-20128-6350/+3598
| * | curl: Update script to get curl 8.3.0Brad King2023-09-201-1/+1
| * | Utilities: Drop unused hard-coded try_compile resultBrad King2023-09-202-2/+0
* | | Merge topic 'FindDoxygen-broken-binary'Brad King2023-09-251-13/+12
|\ \ \
| * | | FindDoxygen: Remove redundant debug message when Doxygen failsChristoph GrĂ¼ninger2023-09-221-4/+0
| * | | FindDoxygen: Disable Doxygen if executable returns non-zero resultChristoph GrĂ¼ninger2023-09-221-9/+12
* | | | Merge topic 'CrayClang-compiler'Brad King2023-09-2510-7/+104
|\ \ \ \
| * | | | CrayClang: Add support for this compilerRyan Krattiger2023-09-2210-7/+104
* | | | | Merge topic 'tests-in-symlink-tree'Brad King2023-09-2531-200/+388
|\ \ \ \ \
| * | | | | ci: Add jobs that run in symlink treesKyle Edwards2023-09-2215-0/+157
| * | | | | ci: Always build Ninja with Unix Makefiles generatorKyle Edwards2023-09-221-1/+1
| * | | | | ci: Factor out debian12_ninja configure scriptKyle Edwards2023-09-224-116/+118
| * | | | | ci: Factor out build directory for finding artifactsKyle Edwards2023-09-222-61/+65
| * | | | | Tests: Update tests to run in multi-config generatorsKyle Edwards2023-09-224-3/+7
| * | | | | Tests: Update tests to run in symlinked treeKyle Edwards2023-09-226-19/+40
| |/ / / /
* | | | | Merge topic 'cxxmodules-gcc-14'Brad King2023-09-254-25/+26
|\ \ \ \ \
| * | | | | gitlab-ci: update to GCC CI container with merged P1689R5Ben Boeckel2023-09-221-1/+1
| * | | | | ci: drop extra scandep source settings for GCCBen Boeckel2023-09-211-19/+0
| * | | | | ci: update GCC build to use master after P1689R5 is mergedBen Boeckel2023-09-211-5/+4
| * | | | | GCC: add rules for scanning C++ module dependenciesBen Boeckel2023-09-211-0/+21
* | | | | | CMake Nightly Date StampKitware Robot2023-09-251-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2023-09-241-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2023-09-231-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'hip-nvidia'Brad King2023-09-2233-48/+349
|\ \ \ \ \
| * | | | | ci: Add HIP job using CUDA on NVIDIA GPUsBrad King2023-09-214-0/+24
| * | | | | HIP: Add support for NVIDIA GPUsBrad King2023-09-2119-27/+221
| * | | | | HIP: Add CMAKE_HIP_PLATFORM variable to specify GPU platformBrad King2023-09-2110-15/+70
| * | | | | Tests/HIP/WithDefs: Clean up test caseBrad King2023-09-211-5/+3
| * | | | | Tests/HIP/ArchitectureOff: Cover HIP_ARCHITECTURES initializationBrad King2023-09-211-1/+5
| * | | | | ci: Add CUDA 11.8 to HIP 5.5 imageBrad King2023-09-213-3/+29
| * | | | | ci: Put HIP GPU platform in CMake_TEST_HIPBrad King2023-09-213-3/+3
* | | | | | Merge topic 'cuda-factor-out-lang'Brad King2023-09-2218-662/+771
|\ \ \ \ \ \ | |/ / / / /
| * | | | | CUDA: Factor out helper to generate CUDA architecture flagsBrad King2023-09-212-21/+38
| * | | | | CUDA: Factor out helper to validate CMAKE_CUDA_ARCHITECTURESBrad King2023-09-214-19/+28
| * | | | | CUDA: Factor out helper for detecting native CUDA architecturesBrad King2023-09-214-68/+84
| * | | | | CUDA: Factor out helper to compute all CUDA architecturesBrad King2023-09-213-83/+95
| * | | | | CUDA: Factor out helper to find CUDA Toolkit for compilerBrad King2023-09-212-171/+181
| * | | | | CUDA: Factor out helper to filter implicit link librariesBrad King2023-09-213-19/+25
| * | | | | CUDA: Factor out helper to parse NVCC implicit compiler and linker flagsBrad King2023-09-214-161/+181
| * | | | | CUDA: Factor out some NVCC compiler informationBrad King2023-09-212-93/+100
| * | | | | CUDA: Clarify order of logic finding CUDA Toolkit for compilerBrad King2023-09-211-3/+3
| * | | | | CUDA: Clarify compiler-specific logic in architectures tableBrad King2023-09-211-19/+32
| * | | | | CUDA: Clarify logic detecting compiler default CUDA architecturesBrad King2023-09-211-16/+13
| * | | | | CUDA: Simplify isolation of work variables for determining compilerBrad King2023-09-211-11/+16
| * | | | | CUDA: Combine consecutive blocks using same condition for determining compilerBrad King2023-09-211-4/+2