| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | ExternalProject: add INACTIVITY_TIMEOUT argument | Thomas Bernard | 2020-08-18 | 1 | -2/+14 |
|
|
* | | ExternalProject: Stop configure target from always appearing out-of-date | Craig Scott | 2020-08-18 | 1 | -24/+2 |
|
|
* | | ExternalProject: Stop patch target from always appearing out-of-date | Craig Scott | 2020-08-18 | 1 | -3/+3 |
|/ |
|
* | ExternalProject: omit --no-checkout from git clone when using git 2.20.x. | Nate Avers | 2020-07-24 | 1 | -1/+5 |
|
|
* | Update links to gitlab.kitware.com repos to add `-/` | Brad King | 2020-05-26 | 1 | -1/+1 |
|
|
* | Merge topic 'fetchcontent-externalproject-empty-args' | Craig Scott | 2020-05-25 | 1 | -70/+122 |
|\ |
|
| * | ExternalProject: Preserve empty string arguments | Craig Scott | 2020-05-23 | 1 | -70/+122 |
|
|
* | | ExternalProject: Provide choice of git update strategies | Craig Scott | 2020-05-23 | 1 | -2/+51 |
|
|
* | | ExternalProject: factor out gitupdate step to separate file | Craig Scott | 2020-05-23 | 1 | -163/+5 |
|/ |
|
* | Merge topic 'fix-cache-args-file-to-dep-list' | Brad King | 2020-05-13 | 1 | -0/+4 |
|\ |
|
| * | ExternalProject: expose _ep_cache_args_script to the caller | Ben Boeckel | 2020-05-12 | 1 | -0/+4 |
|
|
* | | ExternalProject: Fix step dependency on mkdir step | Vyacheslav Yurkov | 2020-04-20 | 1 | -1/+1 |
|
|
* | | ExternalProject: Enforce that patch depends on update | Craig Scott | 2020-04-03 | 1 | -13/+20 |
|
|
* | | Merge topic 'ExternalProject-no-extract-bool' | Brad King | 2020-04-03 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | ExternalProject: allow `DOWNLOAD_NO_EXTRACT OFF` | Ben Boeckel | 2020-04-02 | 1 | -1/+1 |
|
|
* | | Merge topic 'doc-sections' | Brad King | 2020-02-18 | 1 | -3/+6 |
|\ \
| |/
|/| |
|
| * | Help: FetchContent, ExternalProject: Command sections -> subsections | Joachim Wuttke (o) | 2020-02-17 | 1 | -3/+6 |
|
|
* | | ExternalProject: Quote each git --config option to handle spaces | Craig Scott | 2020-02-15 | 1 | -1/+1 |
|/ |
|
* | ExternalProject: Fix git submodule recursion on update | Charis Marangos | 2020-02-10 | 1 | -19/+28 |
|
|
* | ExternalProject: replace LIST_SEPARATOR in initial cache files too | Ben Boeckel | 2019-11-20 | 1 | -0/+5 |
|
|