summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ci: Update LLVM/Clang to 16.0 in nightly CI jobs on WindowsBrad King2023-03-212-13/+13
* Merge branch 'release-3.26'Brad King2023-03-210-0/+0
|\
| * Merge topic 'clang-windows-cxx-modules' into release-3.26Brad King2023-03-218-76/+96
| |\
* | \ Merge topic 'clang-windows-cxx-modules'Brad King2023-03-218-76/+96
|\ \ \ | | |/ | |/|
| * | Ninja: Wrap rules using '>' shell redirection with 'cmd /C' on WindowsBrad King2023-03-201-1/+18
| * | Clang: Record Clang 16.0 C++ modules flags only for GNU-like front-endBrad King2023-03-201-13/+15
| * | cmGlobalNinjaGenerator: Use forward slashes in clang modmap format on WindowsBrad King2023-03-181-1/+7
| * | cmDyndepCollation: Drop outdated mentions of CXX_MODULE_INTERNAL_PARTITIONSBrad King2023-03-181-38/+11
| * | cmLocalNinjaGenerator: De-duplicate condition for using 'cmd /C' on WindowsBrad King2023-03-181-5/+5
| * | cmGlobalNinjaGenerator: Detect GNU-like command-line for dyndep collatorBrad King2023-03-182-6/+20
| * | cmGlobalNinjaGenerator: Factor out GNU-like command-line detection on WindowsBrad King2023-03-182-6/+16
| * | cmCxxModuleMapper: Use value semantics in path conversion callbackBrad King2023-03-183-3/+3
| * | cmCxxModuleMapper: Remove redundant path conversion callbacksBrad King2023-03-181-4/+2
* | | Merge branch 'release-3.26'Brad King2023-03-210-0/+0
|\ \ \ | | |/ | |/|
| * | Merge topic 'clang-cl-showIncludes' into release-3.26Brad King2023-03-216-1/+23
| |\ \
* | \ \ Merge topic 'clang-cl-showIncludes'Brad King2023-03-216-1/+23
|\ \ \ \ | | |/ / | |/| |
| * | | Ninja: Restore detection of clang-cl showIncludes prefixYR Chen2023-03-206-1/+17
| * | | Tests: Comment RunCMake.Ninja ShowIncludes sample input languagesBrad King2023-03-201-0/+6
| | |/ | |/|
* | | Merge branch 'release-3.26'Brad King2023-03-210-0/+0
|\ \ \ | | |/ | |/|
| * | Merge topic 'FindPython-SOSABI-handling' into release-3.26Brad King2023-03-213-4/+8
| |\ \ | | |/ | |/|
* | | Merge topic 'FindPython-SOSABI-handling'Brad King2023-03-213-4/+8
|\ \ \
| * \ \ Merge branch 'backport-3.26-FindPython-SOSABI-handling'Brad King2023-03-203-4/+8
| |\ \ \ | | | |/ | | |/|
| | * | FindPython: ensure Stable ABI is correctly handledMarc Chevrier2023-03-203-4/+8
| | |/
* | | CMake Nightly Date StampKitware Robot2023-03-211-1/+1
* | | Merge topic 'ci-linkcheck'Brad King2023-03-202-2/+2
|\ \ \
| * | | Help: Replace link with its permanent redirectBrad King2023-03-182-2/+2
* | | | CMake Nightly Date StampKitware Robot2023-03-201-1/+1
* | | | CMake Nightly Date StampKitware Robot2023-03-191-1/+1
| |/ / |/| |
* | | CMake Nightly Date StampKitware Robot2023-03-181-1/+1
|/ /
* | Merge topic 'iar-version-correction'Brad King2023-03-171-1/+1
|\ \
| * | IAR: Version update for arm assemblerJoakim Lönnberg2023-03-161-1/+1
* | | Merge topic 'FindCUDA-mark-option-as-advanced'Brad King2023-03-171-0/+1
|\ \ \
| * | | FindCUDA: Mark CUDA_rt_LIBRARY as advancedAndrey Alekseenko2023-03-161-0/+1
* | | | Merge topic 'recognize-f03-f08-extensions'Brad King2023-03-171-1/+1
|\ \ \ \
| * | | | Fortran: Recognize f03, F03, f08 and F08 as extensionsTarun Prabhu2023-03-161-1/+1
* | | | | Merge topic 'test-cuda-cubin'Brad King2023-03-174-1/+17
|\ \ \ \ \
| * | | | | Tests: Teach CudaOnly.CUBIN to tolerate toolkit not supporting native archBrad King2023-03-162-1/+13
| * | | | | Tests: Add missing exit code to CudaOnly.{CUBIN,Fatbin}Brad King2023-03-162-0/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'release-3.26'Brad King2023-03-170-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge topic 'CMakePackageConfigHelpers-ARCH_INDEPENDENT' into release-3.26Brad King2023-03-171-1/+1
| |\ \ \ \
* | \ \ \ \ Merge topic 'CMakePackageConfigHelpers-ARCH_INDEPENDENT'Brad King2023-03-171-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | WriteBasicConfigVersionFile: Fix regression in ARCH_INDEPENDENT checkBrad King2023-03-161-1/+1
* | | | | | Merge branch 'release-3.26'Brad King2023-03-170-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'FindMatlab-R2023a' into release-3.26Brad King2023-03-171-0/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Merge topic 'FindMatlab-R2023a'Brad King2023-03-171-0/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | FindMatlab: add version/release map for R2023ascivision2023-03-161-0/+1
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2023-03-171-1/+1
| |/ / / |/| | |
* | | | Merge topic 'vs-windows-min-version'Brad King2023-03-165-3/+28
|\ \ \ \
| * | | | VS: Add CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION variablehalx992023-03-155-3/+28
* | | | | Merge topic 'vs-BuildInParallel'Brad King2023-03-162-6/+19
|\ \ \ \ \