summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* OrangeC: Add support for OrangeC compilerDavid Lindauer2023-09-2557-61/+213
| | | | | | | Add compiler information modules. Update the test suite. Fixes: #25032 Co-authored-by: Brad King <brad.king@kitware.com>
* Tests: Simplify nested if conditions in Complex testsBrad King2023-09-254-38/+10
|
* Merge topic 'update-curl'Brad King2023-09-25130-6386/+3644
|\ | | | | | | | | | | | | | | | | | | | | | | e3572c110a curl: Set build options the way we need for CMake c1f76e6c21 Merge branch 'upstream-curl' into update-curl 017637e40f curl 2023-09-13 (6fa1d817) 1fb19cbdad curl: Update script to get curl 8.3.0 21b668afc2 Utilities: Drop unused hard-coded try_compile result Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8826
| * curl: Set build options the way we need for CMakeBrad King2023-09-222-18/+43
| | | | | | | | | | Also restore commit a8d91e2719 (curl: Precompile common expensive headers, 2023-06-16) with new curl library target.
| * Merge branch 'upstream-curl' into update-curlBrad King2023-09-22128-6366/+3601
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream-curl: curl 2023-09-13 (6fa1d817) Upstream significantly refactored `lib/CMakeLists.txt`, so take the upstream version of everything except the code added by commit 54cb23c657 (curl: Restore installation of OpenSSL DLLs, 2014-11-03, v3.2.0-rc1~418^2~4). We will apply our customizations again in a follow-up commit.
| | * curl 2023-09-13 (6fa1d817)Curl Upstream2023-09-20128-6350/+3598
| | | | | | | | | | | | | | | | | | | | | | | | Code extracted from: https://github.com/curl/curl.git at commit 6fa1d817e5b1a00d7d0c8168091877476b499317 (curl-8_3_0).
| * | 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
| | | | | | | | | | | | The `HAVE_WINSOCK_H` check was removed by curl 7.81.
* | | Merge topic 'FindDoxygen-broken-binary'Brad King2023-09-251-13/+12
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | a960b901de FindDoxygen: Remove redundant debug message when Doxygen fails 59a4aaa237 FindDoxygen: Disable Doxygen if executable returns non-zero result Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8815
| * | | FindDoxygen: Remove redundant debug message when Doxygen failsChristoph GrĂ¼ninger2023-09-221-4/+0
| | | | | | | | | | | | | | | | We warn for this now.
| * | | FindDoxygen: Disable Doxygen if executable returns non-zero resultChristoph GrĂ¼ninger2023-09-221-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes detection of Doxygen more robust in case of broken Doxygen executables. Doxygen is called to determine its version number. If this call returns a non-zero result, we have an indication that the Doxygen executable is broken. We report Doxygen as not found to prevent issues with checks for other Doxygen component, that might lead to configuration aborts. Fixes: #18708
* | | | Merge topic 'CrayClang-compiler'Brad King2023-09-2510-7/+104
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 80838316a8 CrayClang: Add support for this compiler Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8781
| * | | | CrayClang: Add support for this compilerRyan Krattiger2023-09-2210-7/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `CrayClang` compiler ID for newer Cray compilers. Fixes: #25102
* | | | | Merge topic 'tests-in-symlink-tree'Brad King2023-09-2531-200/+388
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d9f1431f92 ci: Add jobs that run in symlink trees 879d12a29d ci: Always build Ninja with Unix Makefiles generator 8340313916 ci: Factor out debian12_ninja configure script 25d7843955 ci: Factor out build directory for finding artifacts a7534c31e6 Tests: Update tests to run in multi-config generators 59b0ae6b24 Tests: Update tests to run in symlinked tree Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8797
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The build for Ninja should not be affected by the CMAKE_GENERATOR environment variable.
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some jobs will run in a build directory other than $CI_PROJECT_DIR/build, and will produce artifacts in a different directory. Add a variable specifying where to find the artifacts, and set it to build/ by default.
| * | | | | 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
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4089954595 gitlab-ci: update to GCC CI container with merged P1689R5 c2564f5916 ci: drop extra scandep source settings for GCC ee52a02d56 ci: update GCC build to use master after P1689R5 is merged 4f0410959e GCC: add rules for scanning C++ module dependencies Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8827
| * | | | | 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
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6546aa2a2a ci: Add HIP job using CUDA on NVIDIA GPUs 18158bf81c HIP: Add support for NVIDIA GPUs 127b6fa06b HIP: Add CMAKE_HIP_PLATFORM variable to specify GPU platform 90e23f40ee Tests/HIP/WithDefs: Clean up test case 9ebdf3281f Tests/HIP/ArchitectureOff: Cover HIP_ARCHITECTURES initialization cfec29196e ci: Add CUDA 11.8 to HIP 5.5 image 26470eb987 ci: Put HIP GPU platform in CMake_TEST_HIP Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8817
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for using the CUDA Toolkit's NVCC to compile HIP code. Fixes: #25143
| * | | | | HIP: Add CMAKE_HIP_PLATFORM variable to specify GPU platformBrad King2023-09-2110-15/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For now, require the value to be `amd`, since that is the only platform we currently support.
| * | | | | Tests/HIP/WithDefs: Clean up test caseBrad King2023-09-211-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix code copied from equivalent CUDA test. Drop `CMAKE_HIP_ARCHITECTURES=OFF`. That is already covered by a dedicated `HIP.ArchitectureOff` test.
| * | | | | Tests/HIP/ArchitectureOff: Cover HIP_ARCHITECTURES initializationBrad King2023-09-211-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Verify that the property is initialized by `CMAKE_HIP_ARCHITECTURES`.
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `CMake_TEST_HIP` option is added explicitly to builds where we want the tests to run, so we can set it to a value indicating the HIP GPU platform.
* | | | | | Merge topic 'cuda-factor-out-lang'Brad King2023-09-2218-662/+771
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b32ea7cff0 CUDA: Factor out helper to generate CUDA architecture flags b3a1f17567 CUDA: Factor out helper to validate CMAKE_CUDA_ARCHITECTURES 8617c28221 CUDA: Factor out helper for detecting native CUDA architectures 0db0fe7958 CUDA: Factor out helper to compute all CUDA architectures c16f1e2b93 CUDA: Factor out helper to find CUDA Toolkit for compiler a6841a967b CUDA: Factor out helper to filter implicit link libraries deff0e638d CUDA: Factor out helper to parse NVCC implicit compiler and linker flags e1b2a5062f CUDA: Factor out some NVCC compiler information ... Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Raul Tambre <raul@tambre.ee> Merge-request: !8816
| * | | | | CUDA: Factor out helper to generate CUDA architecture flagsBrad King2023-09-212-21/+38
| | | | | | | | | | | | | | | | | | | | | | | | Prepare to use it for other languages.
| * | | | | CUDA: Factor out helper to validate CMAKE_CUDA_ARCHITECTURESBrad King2023-09-214-19/+28
| | | | | | | | | | | | | | | | | | | | | | | | Prepare to use it for other languages.
| * | | | | CUDA: Factor out helper for detecting native CUDA architecturesBrad King2023-09-214-68/+84
| | | | | | | | | | | | | | | | | | | | | | | | Prepare to use it for other languages.
| * | | | | CUDA: Factor out helper to compute all CUDA architecturesBrad King2023-09-213-83/+95
| | | | | | | | | | | | | | | | | | | | | | | | Prepare to use it for other languages.
| * | | | | CUDA: Factor out helper to find CUDA Toolkit for compilerBrad King2023-09-212-171/+181
| | | | | | | | | | | | | | | | | | | | | | | | Prepare to use it for other languages.
| * | | | | CUDA: Factor out helper to filter implicit link librariesBrad King2023-09-213-19/+25
| | | | | | | | | | | | | | | | | | | | | | | | Prepare to use it for other languages.
| * | | | | CUDA: Factor out helper to parse NVCC implicit compiler and linker flagsBrad King2023-09-214-161/+181
| | | | | | | | | | | | | | | | | | | | | | | | Prepare to use it for other languages.
| * | | | | CUDA: Factor out some NVCC compiler informationBrad King2023-09-212-93/+100
| | | | | | | | | | | | | | | | | | | | | | | | Prepare to use nvcc for other languages.
| * | | | | CUDA: Clarify order of logic finding CUDA Toolkit for compilerBrad King2023-09-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Finish all the search logic before using any results.
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve variable names and comments. Remove a comment missed by commit c267ed205a (CUDA: Defer architecture testing to the compiler testing step, 2022-04-25, v3.24.0-rc1~222^2) about architecture verification.
| * | | | | CUDA: Simplify isolation of work variables for determining compilerBrad King2023-09-211-11/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unset variables as soon as we are done with them. Rename one work variable to a private name.
| * | | | | CUDA: Combine consecutive blocks using same condition for determining compilerBrad King2023-09-211-4/+2
| | | | | |