summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMakeTestCXXCompiler.cmake: Improve logging consistencyMatthew Woehlke2022-09-281-2/+2
* Merge topic 'use-try_compile-source-from'Brad King2022-09-2828-157/+150
|\
| * Modules: Use new SOURCES_FROM_* try_compile (2/2)Matthew Woehlke2022-09-279-79/+74
| * Modules: Use new SOURCES_FROM_* try_compile (1/2)Matthew Woehlke2022-09-2719-78/+76
* | Merge topic 'vs11-deprecate'Brad King2022-09-2811-4/+55
|\ \
| * | Deprecate Visual Studio 11 2012 generatorBrad King2022-09-2711-4/+55
| * | Tests: Drop unused files from RunCMake.CommandLineBrad King2022-09-272-0/+0
* | | Merge topic 'cmake-presets-workflow'Brad King2022-09-2864-16/+1297
|\ \ \
| * | | cmake: Add --workflow modeKyle Edwards2022-09-2758-11/+981
| * | | CMakePresets.json: Add workflow presets to schemaKyle Edwards2022-09-266-5/+316
* | | | CMake Nightly Date StampKitware Robot2022-09-281-1/+1
| |/ / |/| |
* | | Merge topic 'remove-vs10-generator'Brad King2022-09-2728-361/+38
|\ \ \
| * | | Drop Visual Studio 10 2010 generatorBrad King2022-09-2628-361/+38
| |/ /
* | | Merge topic 'drop-try_run-macro'Brad King2022-09-271-11/+0
|\ \ \
| * | | Drop try_run macro from CMake's own buildBrad King2022-09-261-11/+0
| |/ /
* | | Merge topic 'add_subdirectory_system'Brad King2022-09-2742-18/+199
|\ \ \
| * | | add_subdirectory: Add SYSTEM optionDa Quexian2022-09-2642-18/+199
* | | | Merge topic 'cpack-nsis-arguments-command-line'Brad King2022-09-273-2/+70
|\ \ \ \
| * | | | CPack/NSIS: Add options to set makensis argumentsJohnny Jazeix2022-09-263-2/+70
* | | | | Merge topic 'vs-dotnet-sdk-output-paths'Brad King2022-09-271-0/+1
|\ \ \ \ \
| * | | | | VS: Fix target output paths in SDK-style projectselksson2022-09-231-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'release-3.24'Brad King2022-09-270-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge topic 'ctest_ninja_full_output' into release-3.24Brad King2022-09-277-11/+68
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'ctest_ninja_full_output'Brad King2022-09-277-11/+68
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | ctest: only report make-level errors when no others are foundZack Galbreath2022-09-267-11/+68
| |/ / / / /
* | | | | | Merge topic 'update-libuv'Brad King2022-09-2756-1410/+2530
|\ \ \ \ \ \
| * | | | | | libuv: Update CMake-internal buildsystem for 1.44.2Brad King2022-09-274-0/+13
| * | | | | | Merge branch 'upstream-libuv' into update-libuvBrad King2022-09-2752-1409/+2516
| |\ \ \ \ \ \
| | * | | | | | libuv 2022-07-12 (0c1fa696)libuv upstream2022-09-2752-1410/+2517
| * | | | | | | libuv: Update script to get libuv 1.44.2Brad King2022-09-271-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2022-09-271-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge topic 'doc-typo-fix'Brad King2022-09-261-1/+1
|\ \ \ \ \ \
| * | | | | | Help/CPACK_START_MENU_SHORTCUTS: fix monospace markupBen Boeckel2022-09-231-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'cmake-presets-package-more-doc-fixes'Brad King2022-09-268-1/+58
|\ \ \ \ \ \
| * | | | | | Tests: Add test for --list-presets=allKyle Edwards2022-09-232-0/+19
| * | | | | | Tests: Add test for cpack --list-presetsKyle Edwards2022-09-234-0/+25
| * | | | | | Help: Add package preset to example presets fileKyle Edwards2022-09-221-1/+10
| * | | | | | Help: List packagePresets field in cmake-presets.7Kyle Edwards2022-09-221-0/+4
* | | | | | | Merge topic 'UseSWIG-macos-csharp-suffix'Brad King2022-09-261-0/+3
|\ \ \ \ \ \ \
| * | | | | | | UseSWIG: Change the library suffix to 'dylib' for C# on macOSMario Emmenlauer2022-09-231-0/+3
* | | | | | | | Merge topic 'unicode-env'Brad King2022-09-261-0/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | cmSystemTools: Fix encoding of whole-environment lookup on Windowszhenhaonong2022-09-231-0/+9
* | | | | | | | | CMake Nightly Date StampKitware Robot2022-09-261-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2022-09-251-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2022-09-241-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge topic 'try_compile-source-from'Brad King2022-09-2320-48/+269
|\ \ \ \ \ \ \
| * | | | | | | try_compile: Add SOURCE_FROM_FILEMatthew Woehlke2022-09-229-2/+61
| * | | | | | | Tests: Clean up and simplify TryCompile testsMatthew Woehlke2022-09-223-46/+29
| * | | | | | | try_compile: Add SOURCE_FROM_{ARG,VAR}Matthew Woehlke2022-09-2215-14/+193
* | | | | | | | Merge topic 'vs-dotnet-sdk-package'Brad King2022-09-231-2/+2
|\ \ \ \ \ \ \ \