summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| |/ / |/| |
* | | CMake Nightly Date StampKitware Robot2022-12-101-1/+1
| |/ |/|
* | Merge topic 'cmake-clang-tidy-export-fixes-option'Brad King2022-12-091-0/+9
|\ \
| * | CMake: add option to export clang-tidy fixes to a directoryKyle Edwards2022-12-081-0/+9
* | | Merge topic 'file-make-directory-descriptive-errors'Brad King2022-12-095-2/+18
|\ \ \
| * | | file(MAKE_DIRECTORY): Provide a more descriptive error messageTerence Noone2022-12-085-2/+18
* | | | Merge topic 'lcc-upd-warning'Brad King2022-12-091-0/+7
|\ \ \ \
| * | | | LCC: Update -Wunused-variable warning number as of LCC 1.26.16makise-homura2022-12-081-0/+7
| | |/ / | |/| |
* | | | 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
| | |/ / | |/| |
* | | | CMake Nightly Date StampKitware Robot2022-12-091-1/+1
| |/ / |/| |
* | | Merge topic 'vs-version-var'Brad King2022-12-089-17/+57
|\ \ \
| * | | VS: Add a variable to report the Visual Studio version build numberBrad King2022-12-078-0/+38
| * | | Help: Factor out VS Build Number components document fragmentBrad King2022-12-072-17/+19
| |/ /
* | | Merge topic 'test-FindBoost-no-system'Brad King2022-12-081-0/+4
|\ \ \
| * | | Tests: Teach RunCMake.FindBoost to avoid finding an external BoostBrad King2022-12-071-0/+4
| |/ /
* | | Merge topic 'ci-cuda'Brad King2022-12-081-21/+10
|\ \ \
| * | | gitlab-ci: de-duplicate cuda job settingsBrad King2022-12-071-21/+10
| |/ /
* | | Merge branch 'release-3.25'Brad King2022-12-080-0/+0
|\ \ \ | | |/ | |/|
| * | Merge topic 'ccmake-aix-curses' into release-3.25Brad King2022-12-081-0/+3
| |\ \
* | \ \ Merge topic 'ccmake-aix-curses'Brad King2022-12-081-0/+3
|\ \ \ \ | | |/ / | |/| |
| * | | ccmake: Restore compilation with AIX curses.hBrad King2022-12-071-0/+3
| |/ /
* | | CMake Nightly Date StampKitware Robot2022-12-081-1/+1
| |/ |/|
* | Merge topic 'vs-dotnet-sdk-xaml-resx'Brad King2022-12-0710-0/+353
|\ \
| * | VS: Add Xaml and Resx files to .Net SDK style projectsQuentin Berthet2022-12-0610-0/+353
* | | Merge topic 'clang-tidy-export-fixes-dir'Brad King2022-12-0728-2/+397
|\ \ \
| * | | clang-tidy: add <LANG>_CLANG_TIDY_EXPORT_FIXES_DIR propertyKyle Edwards2022-12-0628-2/+397
| |/ /
* | | Merge topic 'cmstrcat-any-rvalue-arg'Brad King2022-12-073-50/+75
|\ \ \
| * | | cmStrCat(): allow any argument to be an rvalue stringKyle Edwards2022-12-063-50/+75
* | | | Merge topic 'stop_parsing_after_first_script_arg'Brad King2022-12-073-0/+16
|\ \ \ \