Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file(INSTALL): Improve formatting of symlink creation error | Brad King | 2022-10-06 | 5 | -0/+40 |
* | Merge topic 'try_compile-more-debug-logging' | Brad King | 2022-10-06 | 4 | -1/+34 |
|\ | |||||
| * | try_compile: Report build dir with --debug-trycompile | Matthew Woehlke | 2022-10-06 | 3 | -0/+33 |
| * | Tests: Remove stray debugging flag from RunCMake.CheckCompilerFlag case | Brad King | 2022-10-05 | 1 | -1/+1 |
* | | Tests: Improve CheckSourceTree test | Brad King | 2022-10-05 | 5 | -380/+36 |
|/ | |||||
* | Merge topic 'ci-intel-compiler' | Brad King | 2022-10-04 | 1 | -0/+1 |
|\ | |||||
| * | Tests: Teach RunCMake to ignore Intel Classic compiler deprecation warnings | Brad King | 2022-10-03 | 1 | -0/+1 |
* | | Merge topic 'xcode-ios-objects' | Brad King | 2022-10-04 | 2 | -0/+30 |
|\ \ | |||||
| * | | Tests: Add case covering XCODE_EMIT_EFFECTIVE_PLATFORM_NAME=OFF for iOS | Brad King | 2022-10-03 | 2 | -0/+30 |
| |/ | |||||
* | | Merge topic 'try_compile-rename-source_from_arg' | Brad King | 2022-10-04 | 7 | -11/+11 |
|\ \ | |/ |/| | |||||
| * | try_compile: Rename SOURCE_FROM_ARG -> SOURCE_FROM_CONTENT | Matthew Woehlke | 2022-09-30 | 7 | -11/+11 |
* | | Merge topic 'ci-xcode-14.0' | Brad King | 2022-10-03 | 5 | -29/+53 |
|\ \ | |||||
| * | | Tests: Update RunCMake.XcodeProject iOS cases for Xcode 14.0 | Brad King | 2022-09-30 | 5 | -29/+53 |
* | | | Merge topic 'xcode-build-layout' | Brad King | 2022-09-30 | 4 | -0/+11 |
|\ \ \ | |||||
| * | | | Xcode: Fix "clean" operation under the "new build system" | Brad King | 2022-09-29 | 4 | -0/+11 |
* | | | | Tests: Test more CMakeTest*Compiler.cmake fallbacks | Brad King | 2022-09-29 | 10 | -0/+46 |
| |_|/ |/| | | |||||
* | | | Merge topic 'try_compile-no-cache' | Brad King | 2022-09-29 | 1 | -0/+52 |
|\ \ \ | |||||
| * | | | try_compile: Add NO_CACHE option (also try_run) | Matthew Woehlke | 2022-09-28 | 1 | -0/+52 |
* | | | | 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 |
| |/ / | |||||
* | | | Merge topic 'vs11-deprecate' | Brad King | 2022-09-28 | 6 | -1/+20 |
|\ \ \ | |||||
| * | | | Deprecate Visual Studio 11 2012 generator | Brad King | 2022-09-27 | 6 | -1/+20 |
| * | | | 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 | 50 | -0/+514 |
|\ \ \ | |/ / |/| | | |||||
| * | | cmake: Add --workflow mode | Kyle Edwards | 2022-09-27 | 50 | -0/+514 |
* | | | Merge topic 'remove-vs10-generator' | Brad King | 2022-09-27 | 4 | -24/+1 |
|\ \ \ | |||||
| * | | | Drop Visual Studio 10 2010 generator | Brad King | 2022-09-26 | 4 | -24/+1 |
| |/ / | |||||
* | | | Merge topic 'add_subdirectory_system' | Brad King | 2022-09-27 | 31 | -0/+118 |
|\ \ \ | |||||
| * | | | add_subdirectory: Add SYSTEM option | Da Quexian | 2022-09-26 | 31 | -0/+118 |
* | | | | Merge topic 'ctest_ninja_full_output' | Brad King | 2022-09-27 | 6 | -1/+43 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | ctest: only report make-level errors when no others are found | Zack Galbreath | 2022-09-26 | 6 | -1/+43 |
| * | | Merge topic 'parse-large-int' into release-3.24 | Brad King | 2022-09-21 | 1 | -0/+35 |
| |\ \ | |||||
* | \ \ | Merge topic 'cmake-presets-package-more-doc-fixes' | Brad King | 2022-09-26 | 6 | -0/+44 |
|\ \ \ \ | |||||
| * | | | | Tests: Add test for --list-presets=all | Kyle Edwards | 2022-09-23 | 2 | -0/+19 |
| * | | | | Tests: Add test for cpack --list-presets | Kyle Edwards | 2022-09-23 | 4 | -0/+25 |
* | | | | | Merge topic 'try_compile-source-from' | Brad King | 2022-09-23 | 16 | -34/+94 |
|\ \ \ \ \ | |||||
| * | | | | | try_compile: Add SOURCE_FROM_FILE | Matthew Woehlke | 2022-09-22 | 5 | -0/+13 |
| * | | | | | Tests: Clean up and simplify TryCompile tests | Matthew Woehlke | 2022-09-22 | 3 | -46/+29 |
| * | | | | | try_compile: Add SOURCE_FROM_{ARG,VAR} | Matthew Woehlke | 2022-09-22 | 11 | -0/+64 |
* | | | | | | Merge topic 'modernize-build-self' | Brad King | 2022-09-23 | 10 | -149/+151 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Build: Simplify `configure_file()` calls | Alex Turbov | 2022-09-22 | 2 | -5/+3 |
| * | | | | | | CMakeLists: Remove redundant spaces around CMake command calls | Alex Turbov | 2022-09-22 | 1 | -56/+56 |
| * | | | | | | Build: Modernize some `foreach` calls to use `IN LISTS`/`IN ITEMS` | Alex Turbov | 2022-09-22 | 9 | -88/+92 |
* | | | | | | | Merge topic 'cdo-consider-dots' | Brad King | 2022-09-23 | 3 | -0/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CMakeDependentOption: allow in depends the use of . | Vicente Adolfo Bolea Sanchez | 2022-09-21 | 3 | -0/+6 |
| |/ / / / / / | |||||
* | | | | | | | Genex LINK_LIBRARY: Add support for framework with postfix | Marc Chevrier | 2022-09-21 | 3 | -0/+42 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Merge topic 'parse-large-int' | Brad King | 2022-09-21 | 1 | -0/+35 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | cmStringAlgorithms: Add functions to parse strings to long long integers | Brad King | 2022-09-20 | 1 | -0/+35 |
| * | | | | | cmake: In -P mode ignore extra paths on the command line | Robert Maynard | 2022-07-22 | 3 | -0/+13 |
* | | | | | | Merge topic 'swift-mix-cxx' | Brad King | 2022-09-21 | 7 | -0/+25 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | |