Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Genex LINK_LIBRARY: Add support for framework with postfix | Marc Chevrier | 2022-09-21 | 4 | -54/+106 |
* | Merge topic 'parse-large-int' | Brad King | 2022-09-21 | 3 | -2/+50 |
|\ | |||||
| * | file: Avoid strange istringstream crash in cmake.org binaries on Alpine Linux | Brad King | 2022-09-20 | 1 | -2/+8 |
| * | cmStringAlgorithms: Add functions to parse strings to long long integers | Brad King | 2022-09-20 | 2 | -0/+42 |
| * | CMake 3.23.3v3.23.3 | Brad King | 2022-07-28 | 1 | -1/+1 |
| * | cmake: In -P mode ignore extra paths on the command line | Robert Maynard | 2022-07-22 | 1 | -1/+2 |
| * | cmake: simplify to a single source of truth of working mode | Robert Maynard | 2022-07-22 | 1 | -17/+7 |
* | | Merge topic 'swift-mix-cxx' | Brad King | 2022-09-21 | 1 | -7/+14 |
|\ \ | |||||
| * | | Ninja: Fix mixed Swift/CXX library target generation | Evan Wilde | 2022-09-16 | 1 | -7/+14 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-21 | 1 | -1/+1 |
* | | | Merge topic 'try_compile-more-consistent-errors' | Brad King | 2022-09-20 | 1 | -3/+3 |
|\ \ \ | |||||
| * | | | try_compile: Improve error message consistency | Matthew Woehlke | 2022-09-16 | 1 | -3/+3 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-20 | 1 | -1/+1 |
* | | | | Merge topic 'env-tls-certs' | Brad King | 2022-09-19 | 1 | -0/+11 |
|\ \ \ \ | |||||
| * | | | | cmCurl: Honor OpenSSL certificate environment variables | Maxim Cournoyer | 2022-09-16 | 1 | -0/+11 |
* | | | | | Merge topic 'improve-try_compile-arg-error' | Brad King | 2022-09-19 | 2 | -4/+9 |
|\ \ \ \ \ | |||||
| * | | | | | try_compile: More useful error if insufficient arguments | Matthew Woehlke | 2022-09-15 | 2 | -4/+9 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-19 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-18 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-17 | 1 | -1/+1 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge topic 'try_compile-new-project-signature' | Brad King | 2022-09-16 | 1 | -30/+70 |
|\ \ \ \ \ | |||||
| * | | | | | try_compile: Add PROJECT keyword-dispatched signature | Matthew Woehlke | 2022-09-14 | 1 | -30/+70 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'xcode-lib-dirs' | Brad King | 2022-09-16 | 2 | -4/+15 |
|\ \ \ \ \ | |||||
| * | | | | | Xcode: Do not append per-config suffixes to library search paths | Mikko Sivulainen | 2022-09-15 | 2 | -4/+15 |
| |/ / / / | |||||
* | | | | | Merge topic 'cmake-presets-package-clear' | Kyle Edwards | 2022-09-16 | 1 | -0/+2 |
|\ \ \ \ \ | |||||
| * | | | | | cmCMakePresetsGraph: Clear package presets in ClearPresets() | Kyle Edwards | 2022-09-15 | 1 | -0/+2 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'cmake-presets-list-error-message' | Kyle Edwards | 2022-09-16 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | cmake --list-presets: List package as a valid option | Kyle Edwards | 2022-09-15 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-16 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge topic 'export-ios-app-layout' | Brad King | 2022-09-15 | 1 | -1/+4 |
|\ \ \ \ | |||||
| * | | | | export: Fix IMPORTED_LOCATION of iOS flat app bundles | Harry Mallon | 2022-09-14 | 1 | -1/+4 |
| |/ / / | |||||
* | | | | Merge topic 'link-framework-with-multi-config-postfix' | Brad King | 2022-09-15 | 3 | -11/+18 |
|\ \ \ \ | |||||
| * | | | | Apple: Fix regression when linking a framework with postfix | Marc Chevrier | 2022-09-14 | 3 | -11/+18 |
| * | | | | CMake 3.24.2v3.24.2 | Brad King | 2022-09-13 | 1 | -1/+1 |
| * | | | | Merge topic 'truncation_invalid' into release-3.24 | Brad King | 2022-09-09 | 1 | -1/+5 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge topic 'revert-automoc-silence-warnings' into release-3.24 | Brad King | 2022-09-09 | 1 | -10/+1 |
| |\ \ \ \ \ | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-15 | 1 | -1/+1 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | Merge topic 'MsvcDebugInformationFormatAbstraction' | Brad King | 2022-09-14 | 4 | -1/+52 |
|\ \ \ \ \ \ | |||||
| * | | | | | | MSVC: Add abstraction for debug information format | Glen Chung | 2022-09-14 | 4 | -1/+52 |
* | | | | | | | Merge topic 'cmake-presets-package-unsupported-error' | Brad King | 2022-09-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CMakePresets.json: Fix error message for unsupported package presets | Kyle Edwards | 2022-09-13 | 1 | -1/+1 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-14 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Merge topic 'LINUX-host' | Brad King | 2022-09-13 | 1 | -0/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | LINUX: Set CMAKE_HOST_LINUX variable when running on a Linux host | Cristian Adam | 2022-09-09 | 1 | -0/+5 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-13 | 1 | -1/+1 |
* | | | | | | | Merge topic 'try_compile_correctly_compute_exec_name' | Brad King | 2022-09-12 | 2 | -51/+37 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | try_compile: Record output location instead of reverse computing it | Robert Maynard | 2022-09-07 | 2 | -51/+37 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-12 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-11 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-10 | 1 | -1/+1 |
| |/ / / / / |/| | | | | |