| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'doc-improvements' | Brad King | 2022-11-10 | 1 | -6/+6 |
|\ |
|
| * | Help: Use role `:program:` | Alex Turbov | 2022-11-06 | 1 | -6/+6 |
|
|
* | | ExternalProject: Add `INSTALL_BYPRODUCTS` option | Alois Klink | 2022-11-05 | 1 | -0/+18 |
|
|
* | | ExternalProject: Clarify `BYPRODUCTS` docs | Alois Klink | 2022-11-03 | 1 | -4/+10 |
|/ |
|
* | ExternalProject: Use -S and -B args to robustly set configure dirs | Craig Scott | 2022-10-27 | 1 | -1/+1 |
|
|
* | ExternalProject: Install CMake projects using 'cmake --install' | Harry Mallon | 2022-09-12 | 1 | -4/+5 |
|
|
* | Merge topic 'ExternalProject-default-git-tag' | Craig Scott | 2022-09-04 | 1 | -0/+3 |
|\ |
|
| * | ExternalProject: note the default of `GIT_TAG` being `master` | Ben Boeckel | 2022-09-02 | 1 | -0/+3 |
|
|
* | | ExternalProject: Fix install on BUILD_ALWAYS+BUILD_BYPRODUCTS with Ninja | Maik Nijhuis | 2022-08-09 | 1 | -0/+14 |
|/ |
|
* | ExternalProject: Fix regression in stamp creation for Xcode+iOS | Brad King | 2022-06-21 | 1 | -1/+3 |
|
|
* | ExternalProject: Express per-config step stamp file paths using CONFIG genex | Brad King | 2022-06-08 | 1 | -15/+22 |
|
|
* | ExternalProject: Reformatting only | Craig Scott | 2022-05-22 | 1 | -291/+769 |
|
|
* | ExternalProject: Minor cleanup to use more convenient commands | Craig Scott | 2022-05-22 | 1 | -12/+14 |
|
|
* | ExternalProject: Remove unused property docs | Craig Scott | 2022-05-22 | 1 | -38/+5 |
|
|
* | ExternalProject: Replace SEND_ERROR with FATAL_ERROR | Craig Scott | 2022-05-22 | 1 | -3/+5 |
|
|
* | ExternalProject: Make SVN interactive with USES_TERMINAL_{DOWNLOAD,UPDATE} | Michael Durso Jr | 2022-05-12 | 1 | -2/+15 |
|
|
* | ExternalProject: Add DOWNLOAD_EXTRACT_TIMESTAMP option and policy | Kasper Laudrup | 2022-05-04 | 1 | -4/+56 |
|
|
* | Merge topic 'doc-list-semicolons' | Brad King | 2022-03-16 | 1 | -5/+5 |
|\ |
|
| * | ExternalProject: Document that LIST_SEPARATOR works for CMAKE_ARGS too | Brad King | 2022-03-11 | 1 | -5/+5 |
|
|
* | | Help: Clarify behavior of REBASE_CHECKOUT when switching branches | Craig Scott | 2022-02-21 | 1 | -0/+4 |
|/ |
|
* | ExternalProject: Add support for USES_TERMINAL_PATCH keyword | Craig Scott | 2022-02-03 | 1 | -1/+16 |
|
|
* | ExternalProject: Rerun download on SOURCE_DIR change | Craig Scott | 2022-02-01 | 1 | -60/+54 |
|
|
* | ExternalProject: Move inline scripts to separate files | Craig Scott | 2022-01-22 | 1 | -222/+130 |
|
|
* | ExternalProject: Ensure _ep_set_directories records cmake paths | Craig Scott | 2022-01-22 | 1 | -0/+5 |
|
|
* | ExternalProject: Move existing step scripts to separate subdirectory | Craig Scott | 2022-01-22 | 1 | -8/+8 |
|
|
* | ExternalProject: Fix misuse of IS_NEWER_THAN in timestamp checks | Craig Scott | 2022-01-08 | 1 | -2/+4 |
|
|
* | Help: Clarify CMAKE_INSTALL_MODE documentation | Felix Lelchuk | 2021-11-23 | 1 | -0/+16 |
|
|
* | Help: Add documentation for CMAKE_TLS_CAINFO | Craig Scott | 2021-10-04 | 1 | -4/+4 |
|
|
* | Merge topic 'git-config-version-check' | Brad King | 2021-05-21 | 1 | -3/+5 |
|\ |
|
| * | ExternalProject: Only add git config setting with git 1.7.7 or later | Craig Scott | 2021-05-20 | 1 | -3/+5 |
|
|
* | | Help: Clarify details passed to ExternalProject configure and build | Craig Scott | 2021-05-16 | 1 | -3/+20 |
|
|
* | | Help: Document CMAKE_TLS_VERIFY variable explicitly | Michael Hirsch | 2021-05-04 | 1 | -1/+1 |
|/ |
|
* | Revert ExternalProject and FetchContent refactoring | Craig Scott | 2021-03-09 | 1 | -1086/+706 |
|
|
* | FetchContent: Don't update timestamps if files don't change | Craig Scott | 2021-02-22 | 1 | -4/+22 |
|
|
* | FetchContent: Restore patch command support | Craig Scott | 2021-02-17 | 1 | -1/+1 |
|
|
* | FetchContent: Invoke steps directly and avoid a separate sub-build | Craig Scott | 2021-02-04 | 1 | -64/+162 |
|
|
* | ExternalProject: Refactor pre-configure steps to support no-target uses | Craig Scott | 2021-02-04 | 1 | -670/+934 |
|
|
* | ExternalProject: Avoid scanning docs for keywords, use include_guard() | Craig Scott | 2021-01-29 | 1 | -54/+178 |
|
|
* | ExternalProject: Prevent the noisy detached head messages on checkout | Craig Scott | 2021-01-28 | 1 | -0/+4 |
|
|
* | Merge topic 'FindGit-cache-version' | Brad King | 2021-01-21 | 1 | -8/+14 |
|\ |
|
| * | FindGit: Cache the GIT_EXECUTABLE version for the current run | Craig Scott | 2021-01-19 | 1 | -8/+14 |
|
|
* | | ExternalProject: Don't git stash ignored files | Craig Scott | 2021-01-16 | 1 | -4/+7 |
|/ |
|
* | Merge topic 'ExternalProject-configure-handled-by-build' | Brad King | 2021-01-13 | 1 | -12/+44 |
|\ |
|
| * | ExternalProject: Add CONFIGURE_HANDLED_BY_BUILD option | Daan De Meyer | 2021-01-12 | 1 | -12/+44 |
|
|
* | | ExternalProject: Silence step succeeded message when using Ninja | Daan De Meyer | 2020-12-17 | 1 | -2/+4 |
|/ |
|
* | Help: Add `.. versionadded` directives to module docs | Nikita Nemkin | 2020-12-02 | 1 | -24/+104 |
|
|
* | ExternalProject: Use CMP0114 NEW behavior with Xcode "new build system" | Brad King | 2020-09-18 | 1 | -0/+12 |
|
|
* | ExternalProject: Add policy CMP0114 to refine step target dependencies | Brad King | 2020-09-14 | 1 | -43/+235 |
|
|
* | ExternalProject: Factor out an internal helper to add a step target | Brad King | 2020-09-10 | 1 | -19/+27 |
|
|
* | Merge topic 'ExternalProject-retry-only-recoverable' | Brad King | 2020-08-19 | 1 | -2/+14 |
|\ |
|