| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: Add cache entries to control ExternalProject test VCS tools | Brad King | 2022-02-07 | 1 | -84/+51 |
|
|
* | Add deprecation warnings for policies CMP0097 and below | Brad King | 2022-02-03 | 1 | -0/+2 |
|
|
* | Tests: Use the CVS :local: access method for local directories | William R. Dieter | 2021-01-28 | 1 | -3/+3 |
|
|
* | Tests: Generate simpler ExternalProject sample Git repositories | Brad King | 2021-01-25 | 5 | -7/+136 |
|
|
* | Tests: FindGit already provides the git version, re-use it | Craig Scott | 2021-01-19 | 1 | -8/+2 |
|
|
* | Tests: Bump CMake minimum required in tests to 2.8.12 | Chuck Atkins | 2020-12-23 | 2 | -2/+2 |
|
|
* | ExternalProject: Use CMP0114 NEW behavior with Xcode "new build system" | Brad King | 2020-09-18 | 1 | -0/+3 |
|
|
* | ExternalProject: allow `DOWNLOAD_NO_EXTRACT OFF` | Ben Boeckel | 2020-04-02 | 1 | -0/+9 |
|
|
* | ExternalProject: Quote each git --config option to handle spaces | Craig Scott | 2020-02-15 | 1 | -1/+3 |
|
|
* | Tests: Add missing ExternalProject smoke tests | Craig Scott | 2020-02-15 | 1 | -0/+8 |
|
|
* | ExternalProject: Option to turn off recursive update of git submodules | Charis Marangos | 2019-10-24 | 2 | -0/+60 |
|
|
* | ExternalProject: Support not initializing any submodules | Robert Maynard | 2019-07-24 | 1 | -2/+19 |
|
|
* | ExternalProject: option LOG_MERGED_STDOUTERR to combine stdout and stderr | Wouter Klouwen | 2018-10-19 | 1 | -0/+1 |
|
|
* | ExternalProject: add LOG_DIR option that allows overriding of log location | Wouter Klouwen | 2018-10-19 | 1 | -0/+17 |
|
|
* | ExternalProject: only append `COMMAND` if actually adding a command | Ben Boeckel | 2017-02-27 | 1 | -0/+10 |
|
|
* | ExternalProject: Allow passing config flags to git clone | Christian Fetzer | 2016-11-09 | 1 | -0/+17 |
|
|
* | ExternalProject: Add option to perform a shallow Git clone (#15291) | Brad King | 2016-04-27 | 1 | -0/+17 |
|
|
* | Replace http://www.cmake.org URLs with https://cmake.org | Brad King | 2015-09-25 | 1 | -1/+1 |
|
|
* | ExternalProject: Add unit tests for GIT_SUBMODULES argument | Daniele E. Domenichelli | 2015-06-08 | 2 | -0/+60 |
|
|
* | ExternalProject: Fix log when the first arg of commands is "COMMAND" (#15567) | Daniele E. Domenichelli | 2015-05-20 | 1 | -0/+35 |
|
|
* | Tests/ExternalProject: Skip Windows hg tests with cygwin hg | Brad King | 2014-10-22 | 1 | -0/+7 |
|
|
* | Tests: split the ExternalProject test | Rolf Eike Beer | 2014-07-03 | 10 | -226/+2 |
|
|
* | ExternalProject test: remove unused file | Rolf Eike Beer | 2014-07-01 | 1 | -54/+0 |
|
|
* | ExternalProject: Add option to disable download progress (#14807) | Brad King | 2014-03-17 | 1 | -0/+1 |
|
|
* | ExternalProject: Add option GIT_SUBMODULES | Gereon Kremer | 2014-01-28 | 1 | -0/+16 |
|
|
* | ExternalProject: Allow DEPENDS on normal targets (#13849) | Brad King | 2013-01-16 | 1 | -1/+3 |
|
|
* | ExternalProject: Do smoke tests for Git Tutorial builds. | Matt McCormick | 2012-11-03 | 1 | -0/+11 |
|
|
* | ExternalProject: Generalize URL_MD5 option to URL_HASH | Brad King | 2012-09-11 | 1 | -1/+1 |
|
|
* | ExternalProject: Add Mercurial (hg) repository support | Brad King | 2012-08-16 | 2 | -2/+73 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -2/+2 |
|
|
* | Fix MSYS CVS local test repo path format (#13001) | Brad King | 2012-03-02 | 1 | -0/+12 |
|
|
* | Tests: ExternalProject: Remove unnecessary 'svn --version' call | Rolf Eike Beer | 2011-12-05 | 1 | -7/+0 |
|
|
* | Tests: Nudge MFC test to pass on VS 6 dashboards (#11213) | David Cole | 2011-11-09 | 1 | -1/+1 |
|
|
* | ExternalProject: Add SVN_TRUST_CERT argument | David Cole | 2011-04-11 | 1 | -0/+3 |
|
|
* | ExternalProject: Replace location tags in CMAKE_CACHE_ARGS | David Cole | 2011-01-07 | 1 | -1/+2 |
|
|
* | Merge topic 'vs-project-groups' | Brad King | 2010-10-05 | 1 | -0/+16 |
|\ |
|
| * | New USE_FOLDERS property OFF by default. (#3796) | David Cole | 2010-10-02 | 1 | -0/+16 |
|
|
* | | Merge topic 'vs-project-groups' | Brad King | 2010-09-08 | 1 | -0/+45 |
|\ \
| |/ |
|
| * | Add FOLDER target property, for IDEs (#3796) | David Cole | 2010-09-03 | 1 | -0/+45 |
|
|
* | | Add STEP_TARGETS to ExternalProject module. | David Cole | 2010-08-23 | 1 | -0/+2 |
|
|
* | | ExternalProject: Add LOG_* options to hide step output | Brad King | 2010-06-21 | 1 | -0/+6 |
|/ |
|
* | Merge branch 'improve-file-download' | Brad King | 2010-06-07 | 1 | -0/+8 |
|\ |
|
| * | Improve FILE(DOWNLOAD) and ExternalProject. | David Cole | 2010-05-27 | 1 | -0/+8 |
|
|
* | | Merge branch 'add-git-to-ExternalProject' | Brad King | 2010-06-07 | 2 | -4/+84 |
|\ \ |
|
| * | | Add FindGit module. | David Cole | 2010-06-03 | 1 | -6/+6 |
|
|
| * | | Use relative path for git repo reference. | David Cole | 2010-06-03 | 1 | -1/+1 |
|
|
| * | | Fix ExternalProject test failures on dashboards. | David Cole | 2010-06-02 | 1 | -3/+16 |
|
|
| * | | Add git support to ExternalProject. | David Cole | 2010-06-02 | 2 | -2/+69 |
| |/ |
|
* | | Add .zip and .tar.bz2 extraction to ExternalProject. | David Cole | 2010-05-31 | 6 | -1/+64 |
|/ |
|
* | Fix problem with ExternalProject test in in-source builds. | David Cole | 2010-02-17 | 1 | -0/+11 |
|
|