Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'automoc-skip-pch' | Brad King | 2022-10-07 | 2 | -2/+22 |
|\ | |||||
| * | AUTOMOC: Skip PCH when all sources files skip the PCH file too | Cristian Adam | 2022-10-06 | 2 | -2/+22 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2022-10-07 | 1 | -1/+1 |
|/ | |||||
* | Merge topic 'try_compile-more-debug-logging' | Brad King | 2022-10-06 | 1 | -0/+7 |
|\ | |||||
| * | try_compile: Report build dir with --debug-trycompile | Matthew Woehlke | 2022-10-06 | 1 | -0/+7 |
* | | Merge topic 'self-target_sources' | Brad King | 2022-10-06 | 2 | -13/+13 |
|\ \ | |||||
| * | | Source: Fix regression causing CMakeLib sources to be compiled repeatedly | Brad King | 2022-10-05 | 2 | -13/+13 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2022-10-06 | 1 | -1/+1 |
|/ / | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2022-10-05 | 1 | -1/+1 |
|/ | |||||
* | Merge topic 'try_compile-rename-source_from_arg' | Brad King | 2022-10-04 | 2 | -10/+11 |
|\ | |||||
| * | try_compile: Rename SOURCE_FROM_ARG -> SOURCE_FROM_CONTENT | Matthew Woehlke | 2022-09-30 | 2 | -10/+11 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2022-10-04 | 1 | -1/+1 |
* | | Merge topic 'ci-xcode-14.0' | Brad King | 2022-10-03 | 1 | -2/+7 |
|\ \ | |||||
| * | | Xcode: Drop CMAKE_INTDIR= definition in Swift targets | Brad King | 2022-09-30 | 1 | -2/+7 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2022-10-03 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2022-10-02 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2022-10-01 | 1 | -1/+1 |
* | | | Merge topic 'xcode-build-layout' | Brad King | 2022-09-30 | 3 | -48/+23 |
|\ \ \ | |||||
| * | | | Xcode: Fix "clean" operation under the "new build system" | Brad King | 2022-09-29 | 1 | -1/+0 |
| * | | | 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 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-30 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge topic 'try_compile-no-cache' | Brad King | 2022-09-29 | 3 | -6/+19 |
|\ \ \ | |||||
| * | | | try_compile: Add NO_CACHE option (also try_run) | Matthew Woehlke | 2022-09-28 | 3 | -6/+19 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-29 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge topic 'vs11-deprecate' | Brad King | 2022-09-28 | 2 | -1/+21 |
|\ \ \ | |||||
| * | | | Deprecate Visual Studio 11 2012 generator | Brad King | 2022-09-27 | 2 | -1/+21 |
| |/ / | |||||
* | | | Merge topic 'cmake-presets-workflow' | Brad King | 2022-09-28 | 9 | -5/+604 |
|\ \ \ | |||||
| * | | | cmake: Add --workflow mode | Kyle Edwards | 2022-09-27 | 3 | -0/+288 |
| * | | | 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 | 11 | -277/+17 |
|\ \ \ | |||||
| * | | | Drop Visual Studio 10 2010 generator | Brad King | 2022-09-26 | 11 | -277/+17 |
| |/ / | |||||
* | | | Merge topic 'add_subdirectory_system' | Brad King | 2022-09-27 | 5 | -6/+20 |
|\ \ \ | |||||
| * | | | add_subdirectory: Add SYSTEM option | Da Quexian | 2022-09-26 | 5 | -6/+20 |
* | | | | Merge topic 'cpack-nsis-arguments-command-line' | Brad King | 2022-09-27 | 1 | -2/+32 |
|\ \ \ \ | |||||
| * | | | | CPack/NSIS: Add options to set makensis arguments | Johnny Jazeix | 2022-09-26 | 1 | -2/+32 |
* | | | | | 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 topic 'ctest_ninja_full_output' | Brad King | 2022-09-27 | 1 | -10/+25 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | ctest: only report make-level errors when no others are found | Zack Galbreath | 2022-09-26 | 1 | -10/+25 |
| * | | | | | Merge topic 'parse-large-int' into release-3.24 | Brad King | 2022-09-21 | 3 | -2/+50 |
| |\ \ \ \ \ | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-27 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge topic 'unicode-env' | Brad King | 2022-09-26 | 1 | -0/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmSystemTools: Fix encoding of whole-environment lookup on Windows | zhenhaonong | 2022-09-23 | 1 | -0/+9 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-26 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-25 | 1 | -1/+1 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-24 | 1 | -1/+1 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Merge topic 'try_compile-source-from' | Brad King | 2022-09-23 | 2 | -8/+125 |
|\ \ \ \ \ |