summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge topic 'configure-log'Brad King2022-12-1720-79/+995
|\ \ \ \
| * | | | ConfigureLog: Version individual events instead of the whole logBrad King2022-12-168-65/+119
| * | | | ConfigureLog: Log try_compile and try_run checksMatthew Woehlke2022-12-1612-15/+441
| * | | | ConfigureLog: Add infrastructure for structured configure event loggingMatthew Woehlke2022-12-169-5/+442
| * | | | Tests: Generalize RunCMake expectation component namesMatthew Woehlke2022-12-141-31/+27
| * | | | cmTryRunCommand: Factor out stdout/stderr capture conditionsBrad King2022-12-141-14/+8
| * | | | cmCoreTryCompile: Return more semantic information from compile stepBrad King2022-12-143-30/+39
| |/ / /
* | | | Merge branch 'release-3.25'Craig Scott2022-12-170-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge topic 'doc-updates' into release-3.25Craig Scott2022-12-171-6/+7
| |\ \ \
* | \ \ \ 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
* | | | | CMake Nightly Date StampKitware Robot2022-12-171-1/+1
* | | | | Merge topic 'genex-config-mapping-imported-targets'Brad King2022-12-163-0/+16
|\ \ \ \ \
| * | | | | Genex: Fix CONFIG on imported target with no explicit mappingLuis Caro Campos2022-12-163-0/+16
| | |_|/ / | |/| | |
* | | | | Merge topic 'fix-typos-in_CTEST_CUSTOM_docs'Brad King2022-12-164-4/+4
|\ \ \ \ \
| * | | | | Help: Fix command references in CTEST_CUSTOM_ variablesAmir Masoud Abdol2022-12-154-4/+4
* | | | | | Merge branch 'release-3.25'Brad King2022-12-160-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge topic 'masm-debug-format' into release-3.25Brad King2022-12-163-1/+9
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'masm-debug-format'Brad King2022-12-166-3/+15
|\ \ \ \ \ \ \
| * | | | | | | ASM_MARMASM: Fix VS flag table entry for debug flagBrad King2022-12-151-1/+1
| * | | | | | | ASM_MARMASM: Populate MSVC debug information format abstraction tableBrad King2022-12-152-1/+5
| * | | | | | | Merge branch 'backport-masm-debug-format' into masm-debug-formatBrad King2022-12-153-1/+9
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| / / / / | | |_|/ / / / | |/| | | | |
| | * | | | | VS: Do not enable ASM_MASM debug information unless requestedBrad King2022-12-151-0/+4
| | * | | | | ASM_MASM: Populate MSVC debug information format abstraction tableBrad King2022-12-152-1/+5
| | | |_|/ / | | |/| | |
* | | | | | Merge branch 'release-3.25'Brad King2022-12-160-0/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'release-3.24' into release-3.25Brad King2022-12-160-0/+0
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'release-3.24'Brad King2022-12-160-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'ci-xcode-14.2' into release-3.24Brad King2022-12-161-6/+6
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'release-3.25'Brad King2022-12-160-0/+0
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge topic 'ci-xcode-14.2' into release-3.25Brad King2022-12-161-6/+6
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | / / / | | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'ci-xcode-14.2'Brad King2022-12-161-6/+6
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | gitlab-ci: update macOS jobs to use Xcode 14.2Brad King2022-12-151-6/+6
| | |/ / / / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2022-12-161-1/+1
| |_|/ / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2022-12-151-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'codespell-commit-message'Brad King2022-12-142-1/+17
|\ \ \ \
| * | | | ci: run commit messages through codespellKyle Edwards2022-12-132-1/+17
* | | | | Merge topic 'COMPILE_DEFINITIONS-property-cleanup'Brad King2022-12-1418-2/+114
|\ \ \ \ \
| * | | | | COMPILE_DEFINITIONS property: ensure leading -D is removed in all casesMarc Chevrier2022-12-1318-2/+114
| | |_|_|/ | |/| | |
* | | | | Merge topic 'vectorfix'Brad King2022-12-149-11/+12
|\ \ \ \ \
| * | | | | Make vector operations more efficientRose2022-12-109-11/+12
* | | | | | Merge topic 'find_cudatoolkit_add_nvjitlink'Brad King2022-12-143-0/+24
|\ \ \ \ \ \
| * | | | | | FindCUDAToolkit: Support the new `nvJitLink` library in CUDA 12Robert Maynard2022-12-123-0/+24
* | | | | | | Merge branch 'release-3.25'Brad King2022-12-140-0/+0
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge topic 'cuda-nvcc-cuda20' into release-3.25Brad King2022-12-142-0/+18
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'cuda-nvcc-cuda20'Brad King2022-12-142-0/+18
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | CUDA: Add support for cuda_std_20 for nvcc 12.0+Robert Maynard2022-12-132-0/+18
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2022-12-141-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2022-12-131-1/+1
| |/ / / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2022-12-121-1/+1
* | | | | CMake Nightly Date StampKitware Robot2022-12-111-1/+1
| |/ / / |/| | |