| Commit message (Expand) | Author | Age | Files | Lines |
* | ExternalProject: Optimize Mercurial commands | Bartosz Kosiorek | 2019-03-19 | 1 | -12/+5 |
|
|
* | ExternalProject: Optimize git commands | Bartosz Kosiorek | 2019-03-19 | 1 | -23/+18 |
|
|
* | ExternalProject: Extend documentation about GIT_TAG usage | Bartosz Kosiorek | 2019-03-15 | 1 | -0/+3 |
|
|
* | ExternalProject: Drop unnecessary 'git submodule init' | Bartosz Kosiorek | 2019-03-14 | 1 | -9/+0 |
|
|
* | ExternalProject: Simplify generated 'git clone' scripts | Bartosz Kosiorek | 2019-03-14 | 1 | -28/+24 |
|
|
* | ExternalProject: Re-run 'git clone' when GIT_REMOTE_NAME changes | Bartosz Kosiorek | 2019-03-14 | 1 | -1/+1 |
|
|
* | Merge topic 'ExternalProject-fix-log-in-custom-stamp' | Brad King | 2019-03-01 | 1 | -2/+14 |
|\ |
|
| * | ExternalProject: Restore default log dir with custom stamp dir | Brad King | 2019-03-01 | 1 | -2/+14 |
|
|
* | | Help: Clarify ExternalProject_Add()'s LOG_MERGED_STDOUTERR behavior | Craig Scott | 2019-02-17 | 1 | -1/+2 |
|/ |
|
* | ExternalProject: support SOURCE_SUBDIR for BUILD_IN_SOURCE | Ben Boeckel | 2019-01-17 | 1 | -2/+8 |
|
|
* | ExternalProject: add LOG_OUTPUT_ON_FAILURE option | Wouter Klouwen | 2018-12-20 | 1 | -4/+47 |
|
|
* | ExternalProject: add LOG_PATCH option to log the patch command | Wouter Klouwen | 2018-10-26 | 1 | -0/+11 |
|
|
* | ExternalProject: option LOG_MERGED_STDOUTERR to combine stdout and stderr | Wouter Klouwen | 2018-10-19 | 1 | -3/+14 |
|
|
* | ExternalProject: add LOG_DIR option that allows overriding of log location | Wouter Klouwen | 2018-10-19 | 1 | -7/+17 |
|
|
* | Help: Override pygments CMakeLexer to support <..> and [..] | Joachim Wuttke (o) | 2018-10-18 | 1 | -6/+18 |
|
|
* | ExternalProject: Report error if local variables are not defined | Jean-Christophe Fillion-Robin | 2018-09-06 | 1 | -0/+5 |
|
|
* | Merge topic 'ep-support-passing-var-ending-with-notfound' | Brad King | 2018-06-05 | 1 | -1/+1 |
|\ |
|
| * | ExternalProject: Fix cache generation when args end with "-NOTFOUND" | Jean-Christophe Fillion-Robin | 2018-06-04 | 1 | -1/+1 |
|
|
* | | ExternalProject: Improve URL_HASH argument description | Matt McCormick | 2018-06-04 | 1 | -3/+3 |
|/ |
|
* | ExternalProject: Fix cache generation when last args ends with "-NOTFOUND" | Jean-Christophe Fillion-Robin | 2018-03-12 | 1 | -4/+14 |
|
|
* | Merge topic 'use_generator_is_multi_config' | Brad King | 2018-01-08 | 1 | -4/+7 |
|\ |
|
| * | GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in Modules | Craig Scott | 2017-12-29 | 1 | -4/+7 |
|
|
* | | Various typo fixes | Luz Paz | 2018-01-03 | 1 | -1/+1 |
|/ |
|
* | ExternalProject: Support substituting <DOWNLOAD_DIR> | Craig Scott | 2017-12-06 | 1 | -3/+4 |
|
|
* | ExternalProject: Propagate the generator instance | Brad King | 2017-10-19 | 1 | -0/+15 |
|
|
* | Merge topic 'curl_netrc_options' | Brad King | 2017-10-19 | 1 | -2/+44 |
|\ |
|
| * | ExternalProject: Add support for NETRC and NETRC_FILE suboption | Shane Parris | 2017-10-18 | 1 | -2/+44 |
|
|
* | | ExternalProject: Avoid if() auto-dereferene in quoted arguments | Brad King | 2017-10-11 | 1 | -0/+5 |
|/ |
|
* | ExternalProject: Refactor code introducing _ep_get_complete_stampfile | Jean-Christophe Fillion-Robin | 2017-09-28 | 1 | -5/+11 |
|
|
* | ExternalProject: Prevent COMMAND from being treated as a true keyword | Craig Scott | 2017-09-02 | 1 | -0/+8 |
|
|
* | ExternalProject: Improve documentation | Craig Scott | 2017-07-17 | 1 | -374/+821 |
|
|
* | Use string(APPEND) in Modules | Daniel Pfeifer | 2017-05-17 | 1 | -4/+4 |
|
|
* | ExternalProject: Run `git checkout` with `--` to clarify arguments | Brad King | 2017-04-03 | 1 | -4/+10 |
|
|
* | Merge topic 'ExternalProject-fix-remote-branch' | Brad King | 2017-04-03 | 1 | -1/+4 |
|\ |
|
| * | ExternalProject: Fix regression in GIT_TAG with remote branch name | Brad King | 2017-03-31 | 1 | -1/+4 |
|
|
| * | Merge branch 'ExternalProject-checkout-clarify' into release | Brad King | 2017-02-24 | 1 | -1/+1 |
| |\ |
|
* | | | ExternalProject: only append `COMMAND` if actually adding a command | Ben Boeckel | 2017-02-27 | 1 | -3/+2 |
|
|
* | | | Merge topic 'ExternalProject-checkout-clarify' | Brad King | 2017-02-27 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | ExternalProject: Run `git checkout` with `--` to clarify arguments | Brad King | 2017-02-24 | 1 | -1/+1 |
|
|
* | | ExternalProject: Clarify documented role of `INSTALL_DIR` | Brad King | 2017-02-21 | 1 | -1/+4 |
|
|
* | | ExternalProject: Clarify documented role of `INSTALL_COMMAND` | Wilfried Goesgens | 2017-02-21 | 1 | -1/+5 |
|/ |
|
* | ExternalProject: Restore case-insensitive download hash check | Brad King | 2017-01-17 | 1 | -1/+1 |
|
|
* | ExternalProject: Do not trip over pre-existing 'cmd' variable | Karsten Sperling | 2016-11-17 | 1 | -68/+65 |
|
|
* | Merge topic 'add-SHA-3' | Brad King | 2016-11-15 | 1 | -1/+1 |
|\ |
|
| * | ExternalProject: Add support for SHA-3 algorithms | Brad King | 2016-11-11 | 1 | -1/+1 |
|
|
* | | ExternalProject: Fix UPDATE_DISCONNECTED with empty update steps | Brad King | 2016-11-15 | 1 | -2/+2 |
|
|
* | | ExternalProject: Allow passing config flags to git clone | Christian Fetzer | 2016-11-09 | 1 | -2/+12 |
|/ |
|
* | Merge topic 'external-project-clone-progress' | Brad King | 2016-10-20 | 1 | -3/+14 |
|\ |
|
| * | ExternalProject: support GIT_PROGRESS argument | Ben Boeckel | 2016-10-18 | 1 | -2/+13 |
|
|
| * | ExternalProject: fix typo | Ben Boeckel | 2016-10-18 | 1 | -1/+1 |
|
|