summaryrefslogtreecommitdiffstats
path: root/Modules/ExternalProject.cmake
Commit message (Expand)AuthorAgeFilesLines
* ExternalProject: Do not trip over pre-existing 'cmd' variableKarsten Sperling2016-11-171-68/+65
* Merge topic 'add-SHA-3'Brad King2016-11-151-1/+1
|\
| * ExternalProject: Add support for SHA-3 algorithmsBrad King2016-11-111-1/+1
* | ExternalProject: Fix UPDATE_DISCONNECTED with empty update stepsBrad King2016-11-151-2/+2
* | ExternalProject: Allow passing config flags to git cloneChristian Fetzer2016-11-091-2/+12
|/
* Merge topic 'external-project-clone-progress'Brad King2016-10-201-3/+14
|\
| * ExternalProject: support GIT_PROGRESS argumentBen Boeckel2016-10-181-2/+13
| * ExternalProject: fix typoBen Boeckel2016-10-181-1/+1
* | ExternalProject: support extracting the configure commandBen Boeckel2016-10-191-20/+27
* | Merge topic 'external-project-source-subdir-usage'Brad King2016-10-191-8/+9
|\ \ | |/ |/|
| * ExternalProject: make SOURCE_SUBDIR directly appendableBen Boeckel2016-10-181-6/+6
| * ExternalProject: error out only if the property is unsetBen Boeckel2016-10-181-2/+3
* | ExternalProject: Fix regression in passing list to CMAKE_CACHE_ARGSMax Smolens2016-10-101-1/+1
|/
* Simplify CMake per-source license noticesBrad King2016-09-271-14/+3
* ExternalProject: Add HTTP_HEADERRuslan Baratov2016-09-191-2/+16
* ExternalProject: Add HTTP_{USERNAME,PASSWORD}Ruslan Baratov2016-09-151-2/+15
* Merge topic 'ExternalProject-SOURCE_SUBDIR'Brad King2016-08-161-5/+23
|\
| * ExternalProject: Add SOURCE_SUBDIR optionMatthew Woehlke2016-08-161-5/+23
* | issues: update references to the CMake issue trackerBen Boeckel2016-08-151-1/+1
* | prefer list(APPEND) over string(APPEND) where appropriateDaniel Pfeifer2016-08-081-1/+1
* | Merge topic 'ExternalProject-no-DS_Store'Brad King2016-08-031-0/+1
|\ \
| * | ExternalProject: Ignore macOS .DS_Store files in tarball extractionBrad King2016-08-021-0/+1
* | | Use string(APPEND) in ModulesDaniel Pfeifer2016-07-271-8/+8
|/ /
* | ExternalProject: Add support for multiple alternative URLsLars Schmertmann2016-07-131-3/+16
* | ExternalProject: Use default file name if extracting from URL failsRuslan Baratov2016-07-071-1/+6
* | ExternalProject: Match filenames in URLs with query strings and anchorsBrad King2016-07-051-7/+5
|/
* ExternalProject: Fix git stash not using "--all" optionChristian Fetzer2016-05-211-0/+2
* ExternalProject: Re-implement download logic as a dedicated scriptRuslan Baratov2016-05-191-42/+19
* ExternalProject: Re-implement download verification as a dedicated scriptRuslan Baratov2016-05-191-25/+18
* ExternalProject: Avoid repeating download verificationRuslan Baratov2016-05-191-1/+2
* ExternalProject: Remove unused verify script logicRuslan Baratov2016-05-191-17/+2
* ExternalProject: Remove unused 'retries' argument from verify scriptRuslan Baratov2016-05-191-4/+3
* ExternalProject: Use uppercase placeholders for script generationRuslan Baratov2016-05-191-27/+27
* ExternalProject: Always run update step with non-empty UPDATE_COMMANDBrad King2016-05-181-0/+3
* ExternalProject: Initialize Git submodules recursively and on update (#16083)Ilya Kulakov2016-05-031-2/+2
* ExternalProject: Add option to perform a shallow Git clone (#15291)Brad King2016-04-271-3/+20
* ExternalProject: Fix file download script with CMAKE_TLS_{VERIFY,CAINFO}Brad King2016-04-061-6/+9
* ExternalProject: Tell Git not to verify certs only if TLS_VERIFY is OFFBrad King2016-04-061-4/+7
* ExternalProject: Allow TLS_VERIFY for git clonesSamir Benmendil2016-04-011-6/+17
* Merge topic 'fix-spelling-typos'Brad King2016-03-311-3/+3
|\
| * Fix spelling typos in comments and documentation (#16037)Felix Geyer2016-03-291-3/+3
* | ExternalProject: add support for just downloading a fileBen Boeckel2016-03-311-6/+26
|/
* ExternalProject: Be compatible with projects setting CMAKE_CFG_INTDIRBrad King2016-02-051-2/+17
* ExternalProject: Fix TEST_BEFORE_INSTALL for multi-config generatorsBrad King2016-01-201-0/+3
* ExternalProject: Simplify `cmake --build` configuration passingBrad King2016-01-201-3/+3
* ExternalProject: Add option to set `git clone -o` argumentAdam Rankin2016-01-151-6/+17
* ExternalProject: Always use CMake builtin FindGit (#15791)Brad King2015-10-151-0/+1
* ExternalProject: Fix Git version report in error message (#15791)Brad King2015-10-151-1/+1
* ExternalProject: Use "git stash save --all" only if supported (#15722)Daniele E. Domenichelli2015-09-171-1/+6
* ExternalProject: Use GIT_VERSION_STRING instead of custom methodDaniele E. Domenichelli2015-09-171-16/+1