Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Tests: Add mixed Swift+CXX source test case | Evan Wilde | 2022-09-19 | 6 | -0/+23 |
| * | | | | | Tests: Add swift compiler version to test check | Evan Wilde | 2022-09-19 | 1 | -0/+2 |
* | | | | | | Merge topic 'try_compile-more-consistent-errors' | Brad King | 2022-09-20 | 2 | -2/+2 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | try_compile: Improve error message consistency | Matthew Woehlke | 2022-09-16 | 2 | -2/+2 |
* | | | | | | Merge topic 'add-try_compile-test-documentation' | Brad King | 2022-09-19 | 2 | -0/+18 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Tests: document try_{compile,run} old/new signature testing | Matthew Woehlke | 2022-09-15 | 2 | -0/+18 |
* | | | | | | | Merge topic 'improve-try_compile-arg-error' | Brad King | 2022-09-19 | 3 | -3/+3 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | try_compile: More useful error if insufficient arguments | Matthew Woehlke | 2022-09-15 | 3 | -3/+3 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'try_compile-new-project-signature' | Brad King | 2022-09-16 | 20 | -1/+61 |
|\ \ \ \ \ \ | |||||
| * | | | | | | try_compile: Add PROJECT keyword-dispatched signature | Matthew Woehlke | 2022-09-14 | 20 | -1/+61 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'xcode-lib-dirs' | Brad King | 2022-09-16 | 3 | -0/+25 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Xcode: Do not append per-config suffixes to library search paths | Mikko Sivulainen | 2022-09-15 | 3 | -0/+25 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'fphsa-no-version-var' | Brad King | 2022-09-16 | 3 | -0/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FPHSA: Fix regression when VERSION_VAR is missing | Brad King | 2022-09-15 | 3 | -0/+5 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | cmake --list-presets: List package as a valid option | Kyle Edwards | 2022-09-15 | 3 | -0/+5 |
|/ / / / / | |||||
* | | | | | Merge topic 'fix-try_compile-tests' | Brad King | 2022-09-15 | 3 | -3/+9 |
|\ \ \ \ \ | |||||
| * | | | | | Tests: Fix recently added tests | Matthew Woehlke | 2022-09-14 | 3 | -3/+9 |
| |/ / / / | |||||
* | | | | | Merge topic 'link-framework-with-multi-config-postfix' | Brad King | 2022-09-15 | 1 | -0/+5 |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | |||||
| * | | | Apple: Fix regression when linking a framework with postfix | Marc Chevrier | 2022-09-14 | 1 | -0/+5 |
* | | | | Merge topic 'MsvcDebugInformationFormatAbstraction' | Brad King | 2022-09-14 | 25 | -0/+275 |
|\ \ \ \ | |||||
| * | | | | MSVC: Add test for debug information format | Brad King | 2022-09-14 | 11 | -0/+147 |
| * | | | | MSVC: Add abstraction for debug information format | Glen Chung | 2022-09-14 | 14 | -0/+128 |
* | | | | | Merge topic 'modules-use-new-try_compile-signature' | Brad King | 2022-09-14 | 4 | -2/+15 |
|\ \ \ \ \ |