summaryrefslogtreecommitdiff
path: root/Help
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Help: Restore cmake-buildsystem(7) header-only library exampleBrad King2023-01-131-1/+1
* | | | Merge topic 'fea/add-copy_directory_if_different'Brad King2023-01-132-0/+14
|\ \ \ \
| * | | | cmake: Add -E copy_directory_if_differentRobert Maynard2023-01-122-0/+14
* | | | | Merge topic 'deprecate-findunixcmds'Brad King2023-01-131-1/+1
|\ \ \ \ \
| * | | | | FindUnixCommands: Deprecate in favor of cmake -EFeRD (Frank Dana)2023-01-121-1/+1
* | | | | | Merge topic 'IntelLLVM-no-icpx-on-Windows'Brad King2023-01-131-2/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Help: Clarify compiler id distinction between Intel Classic and IntelLLVMMichael Hirsch2023-01-121-2/+3
| * | | | Merge topic 'doc-SYSTEM' into release-3.25Craig Scott2022-12-198-58/+71
| |\ \ \ \
* | \ \ \ \ Merge topic 'find-module-cleanup'Brad King2023-01-121-2/+2
|\ \ \ \ \ \
| * | | | | | Help: Move FindITK/FindVTK to deprecated listFeRD (Frank Dana)2022-12-211-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'bug/cuda-toolkit-support-arm64-sbsa'Brad King2023-01-121-0/+4
|\ \ \ \ \ \
| * | | | | | FindCUDAToolkit: Support cross-compilation to sbsa-linuxRobert Maynard2023-01-111-0/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'tutorial_step5_todo_typo_fix'Brad King2023-01-121-1/+1
|\ \ \ \ \ \
| * | | | | | Tutorial: Fix typo in step 5 todo statementMarkus Ferrell2023-01-111-1/+1
| |/ / / / /
* | | | | | Merge topic 'doc-configure_file'Brad King2023-01-121-1/+1
|\ \ \ \ \ \
| * | | | | | Help: Fix typo in configure_file docsGustaf Borgström2023-01-111-1/+1
| |/ / / / /
* | | | | | Merge topic 'frontend-variant-always'Brad King2023-01-122-0/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Set CMAKE_<LANG>_COMPILER_FRONTEND_VARIANT on single-variant compilersRussell Greene2023-01-112-0/+10
| |/ / / /
* | | | | Help: Mention USE_FOLDERS property in the FOLDER docsAlexander Neundorf2023-01-071-0/+3
|/ / / /
* | | | Merge topic 'doc-SYSTEM'Craig Scott2022-12-198-58/+71
|\ \ \ \ | | |/ / | |/| |
| * | | Help: Clarify and update SYSTEM-related docsCraig Scott2022-12-178-58/+71
* | | | Merge topic 'fileapi-configureLog'Brad King2022-12-193-0/+52
|\ \ \ \
| * | | | FileAPI: Add "configureLog" object kindBrad King2022-12-173-0/+52
* | | | | Merge topic 'doc-updates'Marc Chevrier2022-12-181-11/+11
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Help: string(JSON): avoid duplicate labelsMarc Chevrier2022-12-171-11/+11
| |/ /
* | | Merge topic 'cxxmodules-clang-update'Brad King2022-12-171-1/+1
|\ \ \
| * | | cxxmodules: support new round of Clang patchesBen Boeckel2022-12-151-1/+1
* | | | Merge topic 'configure-log'Brad King2022-12-173-0/+260
|\ \ \ \
| * | | | ConfigureLog: Version individual events instead of the whole logBrad King2022-12-161-21/+42
| * | | | ConfigureLog: Log try_compile and try_run checksMatthew Woehlke2022-12-161-3/+134
| * | | | ConfigureLog: Add infrastructure for structured configure event loggingMatthew Woehlke2022-12-163-0/+108
| |/ / /
* | | | Merge topic 'doc-updates'Craig Scott2022-12-171-6/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Help: Add version information for SYSTEM option of add_subdirectoryMarc Chevrier2022-12-161-6/+7
* | | | Help: Fix command references in CTEST_CUSTOM_ variablesAmir Masoud Abdol2022-12-154-4/+4
| |/ / |/| |
* | | Merge topic 'COMPILE_DEFINITIONS-property-cleanup'Brad King2022-12-145-0/+18
|\ \ \
| * | | COMPILE_DEFINITIONS property: ensure leading -D is removed in all casesMarc Chevrier2022-12-135-0/+18
* | | | Merge topic 'cuda-nvcc-cuda20'Brad King2022-12-141-0/+6
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | CUDA: Add support for cuda_std_20 for nvcc 12.0+Robert Maynard2022-12-131-0/+6
* | | Merge topic 'doc-add_custom_command'Brad King2022-12-091-7/+48
|\ \ \
| * | | Help: Add add_custom_command example with output consumed by multiple targetsBrad King2022-12-081-3/+48
| * | | Help: Drop misleading add_custom_command "makefile terms" explanationBrad King2022-12-071-4/+0
* | | | VS: Add a variable to report the Visual Studio version build numberBrad King2022-12-074-0/+24
* | | | Help: Factor out VS Build Number components document fragmentBrad King2022-12-072-17/+19
|/ / /
* | | Merge topic 'clang-tidy-export-fixes-dir'Brad King2022-12-075-0/+54
|\ \ \
| * | | clang-tidy: add <LANG>_CLANG_TIDY_EXPORT_FIXES_DIR propertyKyle Edwards2022-12-065-0/+54
* | | | Merge topic 'doc-SYSTEM'Brad King2022-12-073-7/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Help: Clarify SYSTEM property default for imported targetsBrad King2022-12-053-7/+7
| * | | Merge topic 'msvc-cxx-no-optin-experimental-flag' into release-3.25Brad King2022-11-291-1/+2
| |\ \ \
* | \ \ \ Merge topic 'cxx-module-map-clang'Brad King2022-12-061-3/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | cmCxxModuleMapper: support the `clang` module map formatBen Boeckel2022-12-021-3/+6