Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file(ARCHIVE_CREATE): Add option to control compression level | Asit Dhal | 2020-09-21 | 23 | -16/+284 |
* | Merge branch 'release-3.18' | Brad King | 2020-09-17 | 0 | -0/+0 |
|\ | |||||
| * | Merge topic 'ci-xcode-11.7' into release-3.18 | Brad King | 2020-09-17 | 1 | -3/+3 |
| |\ | |||||
* | \ | Merge topic 'ci-xcode-11.7' | Brad King | 2020-09-17 | 1 | -4/+4 |
|\ \ \ | |||||
| * \ \ | Merge branch 'backport-3.18-ci-xcode-11.7' into ci-xcode-11.7 | Brad King | 2020-09-17 | 0 | -0/+0 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | gitlab-ci: update macOS jobs to use Xcode 11.7 | Brad King | 2020-09-17 | 1 | -3/+3 |
| | |/ | |||||
| * | | gitlab-ci: update macOS jobs to use Xcode 11.7 | Brad King | 2020-09-17 | 1 | -4/+4 |
|/ / | |||||
* | | Merge topic 'ci-package-upload' | Brad King | 2020-09-17 | 1 | -1/+1 |
|\ \ | |||||
| * | | gitlab-ci: reduce verbosity of binary upload | Brad King | 2020-09-17 | 1 | -1/+1 |
* | | | Merge topic 'string-json-support' | Brad King | 2020-09-17 | 18 | -0/+790 |
|\ \ \ | |||||
| * | | | string(JSON): Adds JSON parsing support to the string command | Peter Steneteg | 2020-09-16 | 18 | -0/+790 |
* | | | | Merge topic 'finddoxygen-permission-denied' | Brad King | 2020-09-17 | 1 | -7/+11 |
|\ \ \ \ | |||||
| * | | | | FindDoxygen: build the generated file contents using temporary strings | Ronald Hiemstra | 2020-09-16 | 1 | -7/+11 |
* | | | | | Merge topic 'findlibxml2_add_names' | Brad King | 2020-09-17 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | FindLibXml2 : added libxml2_a to find_library() | Olivier LIESS | 2020-09-16 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge topic 'system-includes-for-clang-on-windows' | Brad King | 2020-09-17 | 2 | -0/+6 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Clang: use -imsvc for system include dirs when running on Windows | Andrew Fuller | 2020-09-16 | 2 | -0/+6 |
| |/ / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-17 | 1 | -1/+1 |
* | | | | Merge topic 'ci-macos-package' | Brad King | 2020-09-16 | 18 | -58/+185 |
|\ \ \ \ | |||||
| * | | | | Utilities/Release: remove old macOS release script | Ben Boeckel | 2020-09-16 | 3 | -40/+0 |
| * | | | | gitlab-ci: add a job to upload macOS binaries | Ben Boeckel | 2020-09-16 | 2 | -0/+33 |
| * | | | | ci: use a pre-built Qt for macOS packages | Ben Boeckel | 2020-09-16 | 2 | -9/+25 |
| * | | | | gitlab-ci: add a job to make macOS packages | Ben Boeckel | 2020-09-16 | 4 | -0/+73 |
| * | | | | gitlab-ci: add a job to make a doc "bundle" | Ben Boeckel | 2020-09-16 | 7 | -7/+48 |
| * | | | | gitlab-ci: always place the build directory at the top | Ben Boeckel | 2020-09-16 | 1 | -1/+1 |
| * | | | | ci: remove extra newline | Ben Boeckel | 2020-09-16 | 1 | -1/+0 |
| * | | | | Utilities: also support an already extracted doc tree | Ben Boeckel | 2020-09-16 | 1 | -0/+5 |
* | | | | | Merge branch 'release-3.18' into master | Brad King | 2020-09-16 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | Help: Update 3.18.2 release notes to mention 3.16.9 and 3.17.5 | Brad King | 2020-09-15 | 1 | -0/+1 |
| * | | | Merge branch 'release-3.17' into release-3.18 | Brad King | 2020-09-15 | 1 | -0/+9 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'release-3.16' into release-3.18 | Brad King | 2020-09-15 | 1 | -5/+11 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'flexiblas' | Brad King | 2020-09-16 | 2 | -0/+34 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Find{BLAS,LAPACK}: Add support for FlexiBLAS | Mattias Ellert | 2020-09-14 | 2 | -0/+34 |
* | | | | | | | Merge topic 'CMAKE_LINKER_points_to_lld_link_for_msvc_with_clang_gnu_interface' | Brad King | 2020-09-16 | 1 | -1/+5 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | Clang: Detect lld-link when using gnu front end with msvc target | Thomas Bernard | 2020-09-14 | 1 | -1/+5 |
| |/ / / / / | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-16 | 1 | -1/+1 |
* | | | | | | Merge topic 'ExternalProject-steps-refinement' | Brad King | 2020-09-15 | 37 | -96/+730 |
|\ \ \ \ \ \ | |||||
| * | | | | | | ExternalProject: Add policy CMP0114 to refine step target dependencies | Brad King | 2020-09-14 | 36 | -50/+655 |
| * | | | | | | Tests: Match RunCMake.ExternalProject NO_DEPENDS output more strictly | Brad King | 2020-09-10 | 1 | -18/+38 |
| * | | | | | | ExternalProject: Factor out an internal helper to add a step target | Brad King | 2020-09-10 | 2 | -22/+31 |
* | | | | | | | Merge branch 'release-3.17' into master | Brad King | 2020-09-15 | 1 | -0/+9 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | CMake 3.17.5v3.17.5 | Brad King | 2020-09-15 | 1 | -1/+1 |
| * | | | | | | Merge branch 'backport-3.17-automoc-path-prefix-off' into release-3.17 | Brad King | 2020-09-15 | 1 | -0/+9 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Help: Add 3.17.5 release note about AUTOMOC_PATH_PREFIX default change | Joerg Bornemann | 2020-09-15 | 1 | -0/+9 |
| | * | | | | | | Merge branch 'backport-3.16-automoc-path-prefix-off' | Brad King | 2020-09-15 | 1 | -5/+11 |
| | |\ \ \ \ \ \ | |||||
| * | \ \ \ \ \ \ | Merge branch 'release-3.16' into release-3.17 | Brad King | 2020-09-15 | 1 | -5/+11 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | / / | | | |_|_|_|/ / | | |/| | | | | | |||||
* | | | | | | | | Merge branch 'release-3.16' into master | Brad King | 2020-09-15 | 1 | -5/+11 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | CMake 3.16.9v3.16.9 | Brad King | 2020-09-15 | 1 | -1/+1 |
| * | | | | | | | Merge branch 'backport-3.16-automoc-path-prefix-off' into release-3.16 | Brad King | 2020-09-15 | 1 | -5/+11 |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
| | * | | | | | | Help: Add 3.16.9 release note about AUTOMOC_PATH_PREFIX default change | Joerg Bornemann | 2020-09-15 | 1 | -5/+11 |