summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ExternalProject: Explicitly run Git commands on intended directoryPatrick Stewart2022-09-301-19/+19
* Merge topic 'try_compile-no-cache'Brad King2022-09-297-7/+104
|\
| * try_compile: Add NO_CACHE option (also try_run)Matthew Woehlke2022-09-287-7/+104
* | Merge topic 'traversaro-master-patch-54928'Brad King2022-09-291-1/+4
|\ \
| * | FindGLUT: On Windows and with multiple config generator do not use pkg-configSilvio Traversaro2022-09-281-1/+4
| |/
* | Merge topic 'tutorial_step4_update'Brad King2022-09-2910-32/+288
|\ \
| * | Tutorial: Update step 4 styleMarkus Ferrell2022-09-2810-32/+288
* | | Merge topic 'fix-compiler-test-message'Brad King2022-09-291-2/+2
|\ \ \
| * | | CMakeTestCXXCompiler.cmake: Improve logging consistencyMatthew Woehlke2022-09-281-2/+2
* | | | Merge topic 'compiler-tests'Brad King2022-09-2911-0/+36
|\ \ \ \
| * | | | Tests: Test CMakeTest*Compiler.cmake fallbacksMatthew Woehlke2022-09-2811-0/+36
| | |_|/ | |/| |
* | | | CMake Nightly Date StampKitware Robot2022-09-291-1/+1
| |/ / |/| |
* | | 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
|\ \ \ \ \ \ \ \