| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Use more verbose/descriptive names for the "public API" functions in the Exte... | David Cole | 2009-09-08 | 1 | -21/+29 |
|
|
* | Add test step to ExternalProject builds. Rename SVN_TAG to SVN_REVISION since... | David Cole | 2009-09-03 | 1 | -4/+13 |
|
|
* | BUG: Exclude svn portions of ExternalProject test when: svn client version is... | David Cole | 2009-07-01 | 1 | -0/+26 |
|
|
* | BUG: Avoid running the cvs portions of the ExternalProject test on non-cygwin... | David Cole | 2009-06-29 | 1 | -2/+21 |
|
|
* | BUG: Downgrade svn repository to be created with an svn 1.2 installation (rat... | David Cole | 2009-06-26 | 2 | -11/+13 |
|
|
* | ENH: Do not unzip the local repositories unless CVS and SVN executables are a... | David Cole | 2009-06-26 | 1 | -26/+27 |
|
|
* | ENH: Revise the ExternalProject test to use local CVS and SVN repositories to... | David Cole | 2009-06-26 | 1 | -126/+87 |
|
|
* | ENH: Add *.tgz files of cvs and svn repositories containing the TutorialStep1... | David Cole | 2009-06-25 | 2 | -0/+0 |
|
|
* | ENH: New ExternalProject.cmake module interface | Brad King | 2009-06-24 | 1 | -63/+61 |
|
|
* | ENH: Allow lists in AddExternalProject arguments | Brad King | 2009-04-09 | 2 | -0/+8 |
|
|
* | ENH: Generalize AddExternalProject step creation | Brad King | 2009-03-30 | 1 | -1/+8 |
|
|
* | ENH: Add patch step for add_external_project | Brad King | 2009-03-18 | 2 | -1/+24 |
|
|
* | ENH: Improve add_external_project interface | Brad King | 2009-03-18 | 1 | -18/+16 |
|
|
* | ENH: Better recursive make in AddExternalProject | Brad King | 2009-03-04 | 1 | -8/+16 |
|
|
* | ENH: Re-work of fix committed yesterday for the Watcom WMake dashboard. Fix i... | David Cole | 2008-12-24 | 1 | -19/+2 |
|
|
* | BUG: Workaround for Watcom WMake not handling "always out of date" custom com... | David Cole | 2008-12-23 | 1 | -0/+19 |
|
|