summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMakePresets: Allow files included from CMakePresets.json to be anywhereKyle Edwards2022-01-197-36/+3
* Merge topic 'fix_file_offset'Brad King2022-01-141-14/+9
|\
| * file: Fix types of the OFFSET and LIMIT argumentsAlexey Edelev2022-01-131-14/+9
* | Merge topic 'doc-DEPRECATION-format'Brad King2022-01-143-2/+14
|\ \
| * | Help: Document formatting of DEPRECATION target propertyBrad King2022-01-133-2/+14
* | | Merge topic 'update-libuv'Brad King2022-01-1421-915/+170
|\ \ \
| * | | libuv: add cast to pass sockaddr_storage as sockaddr on windowsBrad King2022-01-131-1/+1
| * | | Merge branch 'upstream-libuv' into update-libuvBrad King2022-01-1321-914/+169
| |\ \ \ | | |/ / | |/| |
| | * | libuv 2022-01-13 (2fbfa035)libuv upstream2022-01-1321-914/+169
* | | | CMake Nightly Date StampKitware Robot2022-01-141-1/+1
|/ / /
* | | Merge topic 'cudatoolkit_find_cufft_static_nocallback'Brad King2022-01-132-0/+9
|\ \ \
| * | | CUDAToolkit: Add CUDA::cufft_static_nocallback targetRobert Maynard2022-01-122-0/+9
| | |/ | |/|
* | | Merge topic 'cudatoolkit_correct_cublas_deps'Brad King2022-01-131-0/+7
|\ \ \
| * | | FindCUDAToolkit: depend cublas on cublasLt for CUDA 11.0+Robert Maynard2022-01-121-0/+7
| |/ /
* | | Merge topic 'ide_guide'Brad King2022-01-132-0/+30
|\ \ \
| * | | Help: Add IDE Integration Guide section on IDEs supporting CMakeSemyon Kolton2022-01-122-0/+30
* | | | Merge topic 'update-jsoncpp'Brad King2022-01-1313-148/+106
|\ \ \ \
| * | | | jsoncpp: Drop outdated CMake-specific READMEBrad King2022-01-121-66/+0
| * | | | jsoncpp: Drop deprecation markupBrad King2022-01-121-2/+2
| * | | | Merge branch 'upstream-jsoncpp' into update-jsoncppBrad King2022-01-1211-81/+105
| |\ \ \ \
| | * | | | jsoncpp 2022-01-12 (42e892d9)JsonCpp Upstream2022-01-1211-81/+105
| * | | | | jsoncpp: Update script to get jsoncpp 1.9.5Brad King2022-01-121-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'release-3.22'Brad King2022-01-130-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'release-3.21' into release-3.22Brad King2022-01-130-0/+0
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'release-3.21'Brad King2022-01-130-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'vs2022-v143-link-guard-cf' into release-3.21Brad King2022-01-124-7/+48
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'release-3.22'Brad King2022-01-130-0/+0
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge topic 'vs2022-v143-link-guard-cf' into release-3.22Brad King2022-01-134-7/+48
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge topic 'vs2022-v143-link-guard-cf'Brad King2022-01-134-7/+48
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | VS: Remove the '/guard:cf' flag from v143 link flag tableBenjamin Sluis2022-01-124-7/+48
| | |/ / / / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2022-01-131-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge topic 'better_error_message_on_unsupported_language_level'Brad King2022-01-129-14/+14
|\ \ \ \ \ \
| * | | | | | cmStandardLevelResolver: Better error message on unsupported language levelRobert Maynard2022-01-119-14/+14
* | | | | | | Merge branch 'release-3.22'Brad King2022-01-120-0/+0
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge topic 'msvc-isystem' into release-3.22Brad King2022-01-122-2/+2
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'msvc-isystem'Brad King2022-01-122-2/+2
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | MSVC: Use -external:I flag without space to support Clang toolsBrad King2022-01-112-2/+2
* | | | | | | | Merge branch 'release-3.22'Brad King2022-01-120-0/+0
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge topic 'file-READ_ELF-capture-error' into release-3.22Brad King2022-01-123-5/+29
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'file-READ_ELF-capture-error'Brad King2022-01-123-5/+29
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | file: Restore error capture in undocumented READ_ELF modeBrad King2022-01-113-5/+29
| |/ / / / / /
* | | | | | | Merge topic 'GoogleTest-discover-sq-brackets'Brad King2022-01-127-148/+226
|\ \ \ \ \ \ \
| * | | | | | | GoogleTest: Add handling for square brackets in test namesEvgeniy Shcherbina2022-01-114-16/+94
| * | | | | | | GoogleTest: Generalize test samplesEvgeniy Shcherbina2022-01-115-135/+135
* | | | | | | | Merge topic 'update-kwsys'Brad King2022-01-125-25/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | cmFileCommand: Update for new signature of GetLineFromStreamBrad King2022-01-111-6/+4
| * | | | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2022-01-114-19/+23
| |\ \ \ \ \ \ \ \
| | * | | | | | | | KWSys 2022-01-11 (15b0b0c4)KWSys Upstream2022-01-114-19/+23
* | | | | | | | | | Merge topic 'help-add_custom_command-DEPFILE-format'Brad King2022-01-121-3/+42
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Help: add_custom_command: describes depfile formatMarc Chevrier2022-01-111-3/+42
| | |_|/ / / / / / / | |/| | | | | | | |