Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Xcode: Fix "clean" operation under the "new build system" | Brad King | 2022-09-29 | 5 | -1/+11 | |
| * | | | | Xcode: Set object file locations using TARGET_TEMP_DIR | Brad King | 2022-09-29 | 3 | -34/+12 | |
| * | | | | Xcode: Set build product locations using CONFIGURATION_BUILD_DIR | Brad King | 2022-09-29 | 1 | -11/+13 | |
| * | | | | cmGlobalXCodeGenerator: Remove unused local variable settings | Brad King | 2022-09-29 | 1 | -4/+0 | |
* | | | | | Merge topic 'compiler-tests' | Brad King | 2022-09-30 | 10 | -0/+46 | |
|\ \ \ \ \ | ||||||
| * | | | | | Tests: Test more CMakeTest*Compiler.cmake fallbacks | Brad King | 2022-09-29 | 10 | -0/+46 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge topic 'revert-ci-debian10-clang-tidy-headers' | Brad King | 2022-09-30 | 3 | -25/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | ci: Revert "add clang-tidy to Debian x86_64 base image" | Brad King | 2022-09-29 | 3 | -25/+1 | |
| |/ / / / | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-30 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge topic 'try_compile-no-cache' | Brad King | 2022-09-29 | 7 | -7/+104 | |
|\ \ \ \ | ||||||
| * | | | | try_compile: Add NO_CACHE option (also try_run) | Matthew Woehlke | 2022-09-28 | 7 | -7/+104 | |
* | | | | | Merge topic 'traversaro-master-patch-54928' | Brad King | 2022-09-29 | 1 | -1/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | FindGLUT: On Windows and with multiple config generator do not use pkg-config | Silvio Traversaro | 2022-09-28 | 1 | -1/+4 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'tutorial_step4_update' | Brad King | 2022-09-29 | 10 | -32/+288 | |
|\ \ \ \ \ | ||||||
| * | | | | | Tutorial: Update step 4 style | Markus Ferrell | 2022-09-28 | 10 | -32/+288 | |
* | | | | | | Merge topic 'fix-compiler-test-message' | Brad King | 2022-09-29 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | CMakeTestCXXCompiler.cmake: Improve logging consistency | Matthew Woehlke | 2022-09-28 | 1 | -2/+2 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge topic 'compiler-tests' | Brad King | 2022-09-29 | 11 | -0/+36 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Tests: Test CMakeTest*Compiler.cmake fallbacks | Matthew Woehlke | 2022-09-28 | 11 | -0/+36 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-29 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge topic 'use-try_compile-source-from' | Brad King | 2022-09-28 | 28 | -157/+150 | |
|\ \ \ \ \ | ||||||
| * | | | | | Modules: Use new SOURCES_FROM_* try_compile (2/2) | Matthew Woehlke | 2022-09-27 | 9 | -79/+74 | |
| * | | | | | Modules: Use new SOURCES_FROM_* try_compile (1/2) | Matthew Woehlke | 2022-09-27 | 19 | -78/+76 | |
* | | | | | | Merge topic 'vs11-deprecate' | Brad King | 2022-09-28 | 11 | -4/+55 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Deprecate Visual Studio 11 2012 generator | Brad King | 2022-09-27 | 11 | -4/+55 | |
| * | | | | | | Tests: Drop unused files from RunCMake.CommandLine | Brad King | 2022-09-27 | 2 | -0/+0 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge topic 'cmake-presets-workflow' | Brad King | 2022-09-28 | 64 | -16/+1297 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmake: Add --workflow mode | Kyle Edwards | 2022-09-27 | 58 | -11/+981 | |
| * | | | | | | CMakePresets.json: Add workflow presets to schema | Kyle Edwards | 2022-09-26 | 6 | -5/+316 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-28 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge topic 'remove-vs10-generator' | Brad King | 2022-09-27 | 28 | -361/+38 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Drop Visual Studio 10 2010 generator | Brad King | 2022-09-26 | 28 | -361/+38 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'drop-try_run-macro' | Brad King | 2022-09-27 | 1 | -11/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Drop try_run macro from CMake's own build | Brad King | 2022-09-26 | 1 | -11/+0 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'add_subdirectory_system' | Brad King | 2022-09-27 | 42 | -18/+199 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | add_subdirectory: Add SYSTEM option | Da Quexian | 2022-09-26 | 42 | -18/+199 | |
* | | | | | | | Merge topic 'cpack-nsis-arguments-command-line' | Brad King | 2022-09-27 | 3 | -2/+70 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | CPack/NSIS: Add options to set makensis arguments | Johnny Jazeix | 2022-09-26 | 3 | -2/+70 | |
* | | | | | | | | Merge topic 'vs-dotnet-sdk-output-paths' | Brad King | 2022-09-27 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | VS: Fix target output paths in SDK-style projects | elksson | 2022-09-23 | 1 | -0/+1 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'release-3.24' | Brad King | 2022-09-27 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | Merge topic 'ctest_ninja_full_output' into release-3.24 | Brad King | 2022-09-27 | 7 | -11/+68 | |
| |\ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ | Merge topic 'ctest_ninja_full_output' | Brad King | 2022-09-27 | 7 | -11/+68 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | ctest: only report make-level errors when no others are found | Zack Galbreath | 2022-09-26 | 7 | -11/+68 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'update-libuv' | Brad King | 2022-09-27 | 56 | -1410/+2530 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | libuv: Update CMake-internal buildsystem for 1.44.2 | Brad King | 2022-09-27 | 4 | -0/+13 | |
| * | | | | | | | | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2022-09-27 | 52 | -1409/+2516 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | libuv 2022-07-12 (0c1fa696) | libuv upstream | 2022-09-27 | 52 | -1410/+2517 | |
| * | | | | | | | | | libuv: Update script to get libuv 1.44.2 | Brad King | 2022-09-27 | 1 | -1/+1 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-27 | 1 | -1/+1 | |
| |_|_|_|_|/ / / |/| | | | | | | |