Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'separate_arguments-program' | Brad King | 2020-09-23 | 1 | -67/+123 |
|\ | |||||
| * | separate_arguments: add option PROGRAM | Marc Chevrier | 2020-09-22 | 1 | -1/+50 |
| * | separate_arguments: refactoring | Marc Chevrier | 2020-09-22 | 1 | -70/+77 |
* | | Merge topic 'install-EXPORT-source-CONFIG' | Brad King | 2020-09-23 | 1 | -3/+1 |
|\ \ | |||||
| * | | install(EXPORT): Fix exporting target w/ source named using CONFIG genex | Deniz Bahadir | 2020-09-22 | 1 | -3/+1 |
* | | | Merge topic 'binary-dir-props' | Brad King | 2020-09-23 | 2 | -6/+6 |
|\ \ \ | |||||
| * | | | {get,set}_property: Add support for referencing binary directories | Brad King | 2020-09-23 | 2 | -6/+6 |
| | |/ | |/| | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-23 | 1 | -1/+1 |
|/ / | |||||
* | | Merge topic 'file-ARCHIVE-compression-level' | Brad King | 2020-09-22 | 5 | -16/+83 |
|\ \ | |||||
| * | | file(ARCHIVE_CREATE): Add option to control compression level | Asit Dhal | 2020-09-21 | 5 | -16/+83 |
| |/ | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-22 | 1 | -1/+1 |
* | | Merge topic 'xcode-12-new-build-system' | Brad King | 2020-09-21 | 2 | -44/+442 |
|\ \ | |||||
| * | | Xcode: Switch to the "new build system" for Xcode 12 and above | Brad King | 2020-09-18 | 2 | -27/+318 |
| * | | Xcode: Add option to specify build system variant | Brad King | 2020-09-18 | 2 | -12/+114 |
| * | | Xcode: Factor out build phase variable declarations | Brad King | 2020-09-18 | 1 | -7/+12 |
| * | | Xcode: Clarify name of legacy run script build phase helper | Brad King | 2020-09-18 | 2 | -8/+8 |
* | | | Merge topic 'foreach-int-parse-range-check' | Brad King | 2020-09-21 | 1 | -0/+6 |
|\ \ \ | |||||
| * | | | foreach: Fix crash parsing integer out of range | Ben McMorran | 2020-09-18 | 1 | -0/+6 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-21 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-20 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-19 | 1 | -1/+1 |
* | | | | Merge topic 'ninja-multi-automoc-regression' | Brad King | 2020-09-18 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | Ninja Multi-Config: Fix dependencies of custom commands | Kyle Edwards | 2020-09-17 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-18 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge topic 'string-json-support' | Brad King | 2020-09-17 | 1 | -0/+300 |
|\ \ \ | |||||
| * | | | string(JSON): Adds JSON parsing support to the string command | Peter Steneteg | 2020-09-16 | 1 | -0/+300 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-17 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-16 | 1 | -1/+1 |
* | | | | Merge topic 'ExternalProject-steps-refinement' | Brad King | 2020-09-15 | 1 | -1/+4 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | ExternalProject: Add policy CMP0114 to refine step target dependencies | Brad King | 2020-09-14 | 1 | -1/+4 |
* | | | | Merge topic 'commands-unordered-map' | Marc Chevrier | 2020-09-15 | 1 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | cmState: store commands in unordered_map | Oleksandr Koval | 2020-09-11 | 1 | -3/+3 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-15 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-14 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-13 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-12 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge topic 'file-GENERATE-earlier' | Brad King | 2020-09-11 | 1 | -0/+2 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | file(GENERATE): Create output file structures for all directories first | Josef Angstenberger | 2020-09-10 | 1 | -0/+2 |
| * | | | Merge topic 'automoc-rerun-missing-dependency' into release-3.18 | Brad King | 2020-09-10 | 1 | -7/+15 |
| |\ \ \ | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-11 | 1 | -1/+1 |
| |_|/ / |/| | | | |||||
* | | | | Merge topic 'pch-instantiate-templates' | Brad King | 2020-09-10 | 2 | -0/+11 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | PCH: Template instantiation support | Tobias Hieta | 2020-09-02 | 2 | -0/+11 |
* | | | | Merge topic 'custom-command-dedup' | Brad King | 2020-09-10 | 5 | -11/+69 |
|\ \ \ \ | |||||
| * | | | | Makefile: Add policy CMP0113 to avoid duplication of custom commands | Brad King | 2020-09-08 | 5 | -1/+63 |
| * | | | | cmMakefileTargetGenerator: Simplify custom command output collection | Brad King | 2020-09-08 | 2 | -10/+6 |
* | | | | | Merge topic 'json-helpers' | Brad King | 2020-09-10 | 4 | -91/+437 |
|\ \ \ \ \ | |||||
| * | | | | | Refactor: Use JSON helpers in CTest resource spec | Kyle Edwards | 2020-09-09 | 2 | -91/+132 |
| * | | | | | JSON: Add helpers | Kyle Edwards | 2020-09-09 | 2 | -0/+305 |
* | | | | | | Merge topic 'optimize-old-expand' | Brad King | 2020-09-10 | 5 | -46/+34 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmCommandArgumentParserHelper: rework input handling | Oleksandr Koval | 2020-09-09 | 5 | -46/+34 |