summaryrefslogtreecommitdiffstats
path: root/Tests/ExternalProject
Commit message (Expand)AuthorAgeFilesLines
* ExternalProject: only append `COMMAND` if actually adding a commandBen Boeckel2017-02-271-0/+10
* ExternalProject: Allow passing config flags to git cloneChristian Fetzer2016-11-091-0/+17
* ExternalProject: Add option to perform a shallow Git clone (#15291)Brad King2016-04-271-0/+17
* Replace http://www.cmake.org URLs with https://cmake.orgBrad King2015-09-251-1/+1
* ExternalProject: Add unit tests for GIT_SUBMODULES argumentDaniele E. Domenichelli2015-06-082-0/+60
* ExternalProject: Fix log when the first arg of commands is "COMMAND" (#15567)Daniele E. Domenichelli2015-05-201-0/+35
* Tests/ExternalProject: Skip Windows hg tests with cygwin hgBrad King2014-10-221-0/+7
* Tests: split the ExternalProject testRolf Eike Beer2014-07-0310-226/+2
* ExternalProject test: remove unused fileRolf Eike Beer2014-07-011-54/+0
* ExternalProject: Add option to disable download progress (#14807)Brad King2014-03-171-0/+1
* ExternalProject: Add option GIT_SUBMODULESGereon Kremer2014-01-281-0/+16
* ExternalProject: Allow DEPENDS on normal targets (#13849)Brad King2013-01-161-1/+3
* ExternalProject: Do smoke tests for Git Tutorial builds.Matt McCormick2012-11-031-0/+11
* ExternalProject: Generalize URL_MD5 option to URL_HASHBrad King2012-09-111-1/+1
* ExternalProject: Add Mercurial (hg) repository supportBrad King2012-08-162-2/+73
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-2/+2
* Fix MSYS CVS local test repo path format (#13001)Brad King2012-03-021-0/+12
* Tests: ExternalProject: Remove unnecessary 'svn --version' callRolf Eike Beer2011-12-051-7/+0
* Tests: Nudge MFC test to pass on VS 6 dashboards (#11213)David Cole2011-11-091-1/+1
* ExternalProject: Add SVN_TRUST_CERT argumentDavid Cole2011-04-111-0/+3
* ExternalProject: Replace location tags in CMAKE_CACHE_ARGSDavid Cole2011-01-071-1/+2
* Merge topic 'vs-project-groups'Brad King2010-10-051-0/+16
|\
| * New USE_FOLDERS property OFF by default. (#3796)David Cole2010-10-021-0/+16
* | Merge topic 'vs-project-groups'Brad King2010-09-081-0/+45
|\ \ | |/
| * Add FOLDER target property, for IDEs (#3796)David Cole2010-09-031-0/+45
* | Add STEP_TARGETS to ExternalProject module.David Cole2010-08-231-0/+2
* | ExternalProject: Add LOG_* options to hide step outputBrad King2010-06-211-0/+6
|/
* Merge branch 'improve-file-download'Brad King2010-06-071-0/+8
|\
| * Improve FILE(DOWNLOAD) and ExternalProject.David Cole2010-05-271-0/+8
* | Merge branch 'add-git-to-ExternalProject'Brad King2010-06-072-4/+84
|\ \
| * | Add FindGit module.David Cole2010-06-031-6/+6
| * | Use relative path for git repo reference.David Cole2010-06-031-1/+1
| * | Fix ExternalProject test failures on dashboards.David Cole2010-06-021-3/+16
| * | Add git support to ExternalProject.David Cole2010-06-022-2/+69
| |/
* | Add .zip and .tar.bz2 extraction to ExternalProject.David Cole2010-05-316-1/+64
|/
* Fix problem with ExternalProject test in in-source builds.David Cole2010-02-171-0/+11
* Use more verbose/descriptive names for the "public API" functions in the Exte...David Cole2009-09-081-21/+29
* Add test step to ExternalProject builds. Rename SVN_TAG to SVN_REVISION since...David Cole2009-09-031-4/+13
* BUG: Exclude svn portions of ExternalProject test when: svn client version is...David Cole2009-07-011-0/+26
* BUG: Avoid running the cvs portions of the ExternalProject test on non-cygwin...David Cole2009-06-291-2/+21
* BUG: Downgrade svn repository to be created with an svn 1.2 installation (rat...David Cole2009-06-262-11/+13
* ENH: Do not unzip the local repositories unless CVS and SVN executables are a...David Cole2009-06-261-26/+27
* ENH: Revise the ExternalProject test to use local CVS and SVN repositories to...David Cole2009-06-261-126/+87
* ENH: Add *.tgz files of cvs and svn repositories containing the TutorialStep1...David Cole2009-06-252-0/+0
* ENH: New ExternalProject.cmake module interfaceBrad King2009-06-241-63/+61
* ENH: Allow lists in AddExternalProject argumentsBrad King2009-04-092-0/+8
* ENH: Generalize AddExternalProject step creationBrad King2009-03-301-1/+8
* ENH: Add patch step for add_external_projectBrad King2009-03-182-1/+24
* ENH: Improve add_external_project interfaceBrad King2009-03-181-18/+16
* ENH: Better recursive make in AddExternalProjectBrad King2009-03-041-8/+16