Brad King
|
91053cdf7b
ExternalProject: Add Mercurial (hg) repository support
|
13 years ago |
Brad King
|
e333602567
Fix MSYS CVS local test repo path format (#13001)
|
13 years ago |
Rolf Eike Beer
|
f529ddcea0
Tests: ExternalProject: Remove unnecessary 'svn --version' call
|
14 years ago |
David Cole
|
3a5a402a53
ExternalProject: Add SVN_TRUST_CERT argument
|
14 years ago |
David Cole
|
d67a513447
ExternalProject: Replace location tags in CMAKE_CACHE_ARGS
|
15 years ago |
Brad King
|
dacc47853d
Merge topic 'vs-project-groups'
|
15 years ago |
David Cole
|
fd3249e11a
New USE_FOLDERS property OFF by default. (#3796)
|
15 years ago |
Brad King
|
28edb70a9e
Merge topic 'vs-project-groups'
|
15 years ago |
David Cole
|
e6ac0aacf6
Add FOLDER target property, for IDEs (#3796)
|
15 years ago |
David Cole
|
ef9dd49d3d
Add STEP_TARGETS to ExternalProject module.
|
15 years ago |
Brad King
|
012c986309
ExternalProject: Add LOG_* options to hide step output
|
15 years ago |
Brad King
|
0d07e4379e
Merge branch 'improve-file-download'
|
15 years ago |
Brad King
|
a03e85f13c
Merge branch 'add-git-to-ExternalProject'
|
15 years ago |
David Cole
|
29383b4b85
Add FindGit module.
|
15 years ago |
David Cole
|
d569b48b7a
Use relative path for git repo reference.
|
15 years ago |
David Cole
|
e73ad22e38
Fix ExternalProject test failures on dashboards.
|
15 years ago |
David Cole
|
670e16af2d
Add git support to ExternalProject.
|
15 years ago |
David Cole
|
2deba1b911
Add .zip and .tar.bz2 extraction to ExternalProject.
|
15 years ago |
David Cole
|
f67139ae6f
Improve FILE(DOWNLOAD) and ExternalProject.
|
15 years ago |
David Cole
|
b39fe9407e
Fix problem with ExternalProject test in in-source builds.
|
16 years ago |
David Cole
|
002ae925c3
Use more verbose/descriptive names for the "public API" functions in the ExternalProject.cmake module. Follow the cmake function naming convention, using a ModuleFileName_ prefix. Locate stamp files under a CMAKE_CFG_INTDIR subdir of the stamp dir so that debug and release builds have separate stamp files for Visual Studio builds. If no CMAKE_GENERATOR argument is given to ExternalProject_Add, default to using the parent project's cmake generator.
|
16 years ago |
David Cole
|
5624be360e
Add test step to ExternalProject builds. Rename SVN_TAG to SVN_REVISION since it is a more accurate name.
|
16 years ago |
David Cole
|
44878e7b11
BUG: Exclude svn portions of ExternalProject test when: svn client version is less than 1.2 or cygwin/non-cygwin mismatch detected -- avoids ExternalProject test failures on dash5 and dash22-cygwin. Also, non-code change: allow cvslock through Windows firewall to prevent ExternalProject test failure on dash1vista32.
|
16 years ago |
David Cole
|
fb81cd93f0
BUG: Avoid running the cvs portions of the ExternalProject test on non-cygwin builds that are using cygwin cvs.exe.
|
16 years ago |
David Cole
|
0e6c530e9e
BUG: Downgrade svn repository to be created with an svn 1.2 installation (rather than 1.4) so that it works (hopefully) with more svn clients in the wild. Change time stamps of test projects in CMakeLists.txt to reflect times available in newly created repository. Add UPDATE_COMMAND "" for checkouts that are tag-based or date-stamp-based to avoid unnecessary update steps.
|
16 years ago |
David Cole
|
688db8a17d
ENH: Do not unzip the local repositories unless CVS and SVN executables are available. Add 'configure' step to the repository extraction 'projects' to print the version number of CVS and SVN in the dashboard test/build output.
|
16 years ago |
David Cole
|
f23668a919
ENH: Revise the ExternalProject test to use local CVS and SVN repositories to avoid network activity. Also: stop building KWStyle and kwsys as part of this test to reduce the amount of time spent running the test. Instead, build TutorialStep1 as retrieved from the new local repositories with various tags, date stamps and revision numbers.
|
16 years ago |
Brad King
|
031379abe6
ENH: New ExternalProject.cmake module interface
|
16 years ago |
Brad King
|
68248be52e
ENH: Allow lists in AddExternalProject arguments
|
16 years ago |
Brad King
|
d2175580e7
ENH: Generalize AddExternalProject step creation
|
16 years ago |