Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'add_subdirectory_system' | Brad King | 2022-09-27 | 1 | -0/+1 |
|\ | |||||
| * | add_subdirectory: Add SYSTEM option | Da Quexian | 2022-09-26 | 1 | -0/+1 |
* | | Help: Add package preset to example presets file | Kyle Edwards | 2022-09-22 | 1 | -1/+10 |
* | | Help: List packagePresets field in cmake-presets.7 | Kyle Edwards | 2022-09-22 | 1 | -0/+4 |
* | | Merge topic 'transitive-usage-reqs-lnks' | Brad King | 2022-09-19 | 1 | -3/+5 |
|\ \ | |||||
| * | | Help: Link from usage requirement commands to detailed explanation | Hinell | 2022-09-16 | 1 | -3/+5 |
* | | | Merge topic 'env-tls-certs' | Brad King | 2022-09-19 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | cmCurl: Honor OpenSSL certificate environment variables | Maxim Cournoyer | 2022-09-16 | 1 | -0/+2 |
* | | | | Merge topic 'xcode-lib-dirs' | Brad King | 2022-09-16 | 1 | -0/+1 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Xcode: Do not append per-config suffixes to library search paths | Mikko Sivulainen | 2022-09-15 | 1 | -0/+1 |
* | | | | Merge topic 'add_tasking_compiler' | Brad King | 2022-09-15 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Tasking: Add support for several compiler toolsets | Christoph Seitz | 2022-09-14 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge topic 'MsvcDebugInformationFormatAbstraction' | Brad King | 2022-09-14 | 3 | -0/+3 |
|\ \ \ | |/ / |/| | | |||||
| * | | MSVC: Add abstraction for debug information format | Glen Chung | 2022-09-14 | 3 | -0/+3 |
* | | | Merge topic 'LINUX-host' | Brad King | 2022-09-13 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | LINUX: Set CMAKE_HOST_LINUX variable when running on a Linux host | Cristian Adam | 2022-09-09 | 1 | -0/+1 |
* | | | | Merge topic 'manual-toolchain' | Brad King | 2022-09-12 | 2 | -33/+46 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Help: Add links between cmake-{toolchains,presets}(7) | Hinell | 2022-09-09 | 2 | -33/+46 |
| |/ / | |||||
* | | | Merge topic 'BSD' | Brad King | 2022-09-09 | 1 | -4/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | BSD: Set CMAKE_HOST_BSD variable on a BSD host | Cristian Adam | 2022-09-05 | 1 | -0/+1 |
| * | | BSD: Only use BSD as variable for target BSD system | Cristian Adam | 2022-09-05 | 1 | -4/+0 |
* | | | Merge topic 'return-propagate-variables' | Brad King | 2022-09-07 | 1 | -0/+8 |
|\ \ \ | |||||
| * | | | return(): Propagate variables to result scope | Marc Chevrier | 2022-09-03 | 1 | -0/+8 |
| |/ / | |||||
* | | | Merge topic 'help-windows-registry' | Craig Scott | 2022-09-06 | 1 | -64/+79 |
|\ \ \ | |/ / |/| | | |||||
| * | | Help: cmake-developer: Add section for Windows registry access. | Marc Chevrier | 2022-09-04 | 1 | -64/+79 |
* | | | Merge topic 'cmake-presets-package' | Brad King | 2022-09-02 | 4 | -10/+344 |
|\ \ \ | |||||
| * | | | CPack: Add support for presets | Kyle Edwards | 2022-08-31 | 4 | -10/+344 |
* | | | | Merge topic 'E-capabilities-tls' | Brad King | 2022-09-02 | 1 | -0/+5 |
|\ \ \ \ | |||||
| * | | | | cmake -E capabilities: Tell whether TLS is enabled | Kyle Edwards | 2022-09-01 | 1 | -0/+5 |
* | | | | | Merge topic 'xcode-add-gpu-validation-and-default-configuration' | Brad King | 2022-08-31 | 2 | -0/+6 |
|\ \ \ \ \ | |||||
| * | | | | | Xcode: Add settings to control a scheme's launch configuration | PatriceJiang | 2022-08-30 | 2 | -0/+2 |
| * | | | | | Xcode: Add settings to control a scheme's GPU Validation values | PatriceJiang | 2022-08-30 | 2 | -0/+4 |
* | | | | | | Merge topic 'FindOpenSP-module' | Brad King | 2022-08-31 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FindOpenSP: Add module to find the OpenSP library | Dawid Wróbel | 2022-08-30 | 1 | -0/+1 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge topic 'doc-CMP0134-fixes' | Brad King | 2022-08-31 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | | |||||
| * | | | | Help: Fix typos, grammar and formatting in CMP0134 policy docs | Craig Scott | 2022-08-30 | 1 | -1/+1 |
* | | | | | Help: Clarify that the order of -C and -D arguments matters | Kyle Edwards | 2022-08-26 | 1 | -0/+19 |
* | | | | | Help: $<CONFIG:...> supports multiple configs only since CMake 3.19 | Michael Hirsch | 2022-08-24 | 1 | -0/+4 |
* | | | | | Merge topic 'block-management' | Brad King | 2022-08-23 | 1 | -0/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Add new flow-control commands for variables and policies scopes management | Marc Chevrier | 2022-08-22 | 1 | -0/+2 |
* | | | | | | Merge topic 'bsd-variables' | Craig Scott | 2022-08-22 | 1 | -0/+5 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | BSD: Set *BSD variables when targeting a *BSD system | Cristian Adam | 2022-08-20 | 1 | -0/+5 |
* | | | | | | Merge topic 'feature/cmake-man-page-short-option-first' | Brad King | 2022-08-19 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Help: Convenient declaration for `-j, --parallel` option | Alex Turbov | 2022-08-18 | 1 | -1/+1 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge topic 'doc-var-refs' | Brad King | 2022-08-19 | 1 | -6/+8 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | | | |||||
| * | | | | Help: Clarify that variable references may use cache entries | Brad King | 2022-08-18 | 1 | -6/+8 |
* | | | | | cmake -E env: Add --modify flag | Alex Reinking | 2022-08-17 | 1 | -2/+20 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'doc-cmake-cli-options' | Brad King | 2022-08-16 | 9 | -316/+186 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Help: Insert link to `cmake --toolchain` option | Alex Turbov | 2022-08-14 | 1 | -1/+2 |
| * | | | Help: Turn items of presets manual page into description list | Alex Turbov | 2022-08-14 | 1 | -154/+0 |