summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-3.25'Brad King2023-01-191-0/+4
|\
| * CMake 3.25.2v3.25.2Brad King2023-01-192-1/+5
* | Merge topic 'minor-tutorial-fixes'Brad King2023-01-195-9/+9
|\ \
| * | Tutorial: Fix typos in Step 11 exercise and solutionJoshua Perrett2023-01-182-5/+5
| * | Tutorial: Fix exercise in Step 10 to match solution provided in Step 11Joshua Perrett2023-01-181-1/+1
| * | Tutorial: Fix destination of link from Step 6 to Step 5Joshua Perrett2023-01-181-2/+2
| * | Tutorial: Fix exercise in Step 5 to match solution provided in Step 6Joshua Perrett2023-01-181-1/+1
* | | Merge topic 'FindLibLZMA_quote'Brad King2023-01-191-1/+1
|\ \ \
| * | | FindLibLZMA: Fix failure when no include directories are neededEven Rouault2023-01-181-1/+1
| |/ /
* | | Merge topic 'optimize-target-depends-closure'Brad King2023-01-192-56/+68
|\ \ \
| * | | cmGlobalNinjaGenerator: Optimize target depends closurePierre Testart2023-01-172-56/+68
* | | | Merge topic 'optimize-full-name-function'Brad King2023-01-195-92/+95
|\ \ \ \
| * | | | cmGeneratorTarget: Cache full name componentsPierre Testart2023-01-185-92/+95
* | | | | Merge topic 'clang-format-15'Brad King2023-01-191-1/+1
|\ \ \ \ \
| * | | | | Help/dev: Update source code guide to specify clang-format version 15Brad King2023-01-191-1/+1
* | | | | | Merge topic 'clang-format-15'Brad King2023-01-1967-143/+157
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Revise C++ coding style using clang-format-15Kitware Robot2023-01-1862-136/+148
| * | | | | Empty commit at end of history preceding clang-format-15 style transitionBrad King2023-01-180-0/+0
| * | | | | clang-format.bash: update to clang-format-15Brad King2023-01-184-7/+7
| * | | | | clang-format: Add comments to suppress some formattingBrad King2023-01-181-0/+2
| | |_|/ / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2023-01-191-1/+1
|/ / / /
* | | | Merge topic 'configure-log'Brad King2023-01-1815-1/+178
|\ \ \ \
| * | | | message: Add CONFIGURE_LOG mode to record a message in the configure logBrad King2023-01-1813-1/+164
| * | | | Help: Document configure log behavior in try_compile and try_runBrad King2023-01-183-0/+14
* | | | | Merge topic 'clang-format-attr'Brad King2023-01-1811-19/+17
|\ \ \ \ \
| * | | | | clang-format.bash: Use generic clang-format attributeBrad King2023-01-1811-19/+17
|/ / / / /
* | | | | Merge topic 'swift-ios'Brad King2023-01-181-3/+6
|\ \ \ \ \
| * | | | | Swift: Add comment about where platform-specific flags should goBrad King2023-01-171-1/+2
| * | | | | Swift: Use macOS-style linker flags on iOS, tvOS, and watchOS tooCraig Hutchinson2023-01-171-2/+4
* | | | | | Merge topic 'doc-CMAKE_CONFIGURATION_TYPES'Brad King2023-01-181-1/+2
|\ \ \ \ \ \
| * | | | | | Help: Document format of CMAKE_CONFIGURATION_TYPES listBrad King2023-01-171-1/+2
* | | | | | | Merge topic 'doc-DEFINE_SYMBOL-unix'Brad King2023-01-181-1/+7
|\ \ \ \ \ \ \
| * | | | | | | Help: add notes for POSIX platforms to the DEFINE_SYMBOL target propertyRalf Habacker2023-01-171-1/+7
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge topic 'add_visbility_flags_to_device_link_line'Brad King2023-01-187-14/+33
|\ \ \ \ \ \ \
| * | | | | | | CUDA: device linking obeys CMAKE_CUDA_VISIBILITY_PRESET settingRobert Maynard2023-01-167-14/+33
* | | | | | | | Merge topic 'docpc'Brad King2023-01-181-3/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | Help:ProcessorCount: recommend cmake_host_system_informationscivision2023-01-161-3/+9
* | | | | | | | | Merge topic 'IntelLLVM-c++23'Brad King2023-01-182-6/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | IntelLLVM: Add provisional flags for C23 and C++23scivision2023-01-162-0/+12
| * | | | | | | | | IntelLLVM: Replace -Qstd= with -Qstd: on Windowsscivision2023-01-161-6/+6
| |/ / / / / / / /
* | | | | | | | | Merge topic 'less-conversions'Brad King2023-01-1826-99/+104
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-1626-99/+104
* | | | | | | | | | Merge topic 'typo-fix'Brad King2023-01-184-6/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Source: Fix a few typosVitaly Stakhovsky2023-01-174-6/+6
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2023-01-181-1/+1
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'release-3.25'Brad King2023-01-170-0/+0
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch 'backport-FindCUDAToolkit-cuda-12-nvToolsExt' into release-3.25Brad King2023-01-171-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | FindCUDAToolkit: Handle CUDA::nvToolsExt not existingRobert Maynard2023-01-161-1/+1
* | | | | | | | | Merge topic 'configure-log'Brad King2023-01-1727-23/+265
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | try_compile: Record stack of in-progess checks in configure logBrad King2023-01-1613-0/+78