summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Tests: Fix RunCMake.XcFramework in symlinked paths with Xcode 15Brad King2023-09-261-2/+11
| * | | | | | | | Tests: Fix failures on macOS arm64 due to Xcode 15 skipping ad-hoc signatureBrad King2023-09-262-7/+19
| * | | | | | | | Tests: Disable visionOS cases because Xcode 15.0 excludes supportBrad King2023-09-262-37/+44
| * | | | | | | | Tests: Clarify RunCMake.XcFramework conditions testing Xcode versionBrad King2023-09-262-8/+8
| * | | | | | | | Tests: Teach RunCMake to ignore Xcode DVTAssertions warningsBrad King2023-09-261-0/+2
| |/ / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2023-09-271-1/+1
|/ / / / / / /
* | | | | | | Merge topic 'cuda_handle_target_objects_in_device_link'Brad King2023-09-267-22/+112
|\ \ \ \ \ \ \
| * | | | | | | CUDA: Device linking now uses TARGET_OBJECTS contentRobert Maynard2023-09-256-8/+79
| * | | | | | | CUDA: Visual Studio propagate objects to device linkingRobert Maynard2023-09-221-14/+33
* | | | | | | | Merge topic 'hip-nvidia'Brad King2023-09-2616-100/+233
|\ \ \ \ \ \ \ \
| * | | | | | | | HIP: Add tests for special NVIDIA values of CMAKE_HIP_ARCHITECTURESBrad King2023-09-253-0/+72
| * | | | | | | | HIP: Fix support for -DCMAKE_HIP_ARCHITECTURES=native with NVCCBrad King2023-09-251-4/+4
| * | | | | | | | HIP: Add CMAKE_HIP_HOST_COMPILER when compiler is NVCCBrad King2023-09-256-8/+41
| * | | | | | | | HIP: Fix linking mixed-lang binary with CXX compiler and Makefile generatorsBrad King2023-09-252-4/+14
| * | | | | | | | HIP: Do not require hip-lang package for NVIDIA platformBrad King2023-09-251-45/+49
| * | | | | | | | HIP: Simplify exclusion of AMD device runtime with NVIDIA GPUsBrad King2023-09-251-4/+2
| * | | | | | | | HIP: Simplify CMAKE_GENERATOR references for determining compilerBrad King2023-09-251-2/+2
| * | | | | | | | CUDA: Generalize CMAKE_{CUDA => <LANG>}_HOST_COMPILER variable docsBrad King2023-09-255-38/+54
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'doc1'Brad King2023-09-262-0/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | Help:cmake(1): add versionadded back to 3.17scivision2023-09-242-0/+18
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'FindOpenMP-macOS-LLVM-Clang'Brad King2023-09-261-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | FindOpenMP: Handle non-Apple clang on macOSKeno Fischer2023-09-241-2/+3
| |/ / / / / / /
* | | | | | | | Merge topic 'genexp-no-eval'Brad King2023-09-2620-4/+110
|\ \ \ \ \ \ \ \
| * | | | | | | | cmGeneratorExpressionEvaluator: Short-circuit boolean operatorsMartin Duffy2023-09-1320-4/+110
* | | | | | | | | Merge branch 'release-3.27'Brad King2023-09-260-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Merge topic 'lint-genex-empty' into release-3.27Brad King2023-09-263-4/+8
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge topic 'lint-genex-empty'Brad King2023-09-263-4/+8
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Linting: Fix empty evaluated genexOrkun Tokdemir2023-09-253-4/+8
| |/ / / / / / /
* | | | | | | | Merge topic 'orangec-compiler'Brad King2023-09-2665-95/+288
|\ \ \ \ \ \ \ \
| * | | | | | | | ci: Add OrangeC 6.73.1 nightly CI jobBrad King2023-09-258-0/+69
| * | | | | | | | 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 'add-c++23'Brad King2023-09-261-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | IBMClang: Add provisional flags for C++23Xing Xue2023-09-251-0/+2
| |/ / / / / / /
* | | | | | | | Merge topic 'FetchContent-EXCLUDE_FROM_ALL'Craig Scott2023-09-266-7/+62
|\ \ \ \ \ \ \ \
| * | | | | | | | FetchContent: Add support for EXCLUDE_FROM_ALLSteven Stallion2023-09-256-7/+62
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2023-09-261-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | 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