summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'configure-log'Brad King2023-01-174-2/+53
|\
| * try_compile: Record stack of in-progess checks in configure logBrad King2023-01-161-0/+13
| * try_compile: Add a NO_LOG option to skip recording in the configure logBrad King2023-01-163-0/+15
| * try_compile: Add optional LOG_DESCRIPTION to record in configure logBrad King2023-01-164-0/+22
| * Help: Clarify backtrace order in cmake-configure-log(7)Brad King2023-01-131-2/+3
* | Merge topic 'ctest-no-tests-action-env-var'Brad King2023-01-174-0/+27
|\ \
| * | ctest(1): Add CTEST_NO_TESTS_ACTION env varfriendlyanon2023-01-134-0/+27
* | | Merge topic 'doc-header-only'Brad King2023-01-171-1/+1
|\ \ \ | |_|/ |/| |
| * | 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-221-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