summaryrefslogtreecommitdiff
path: root/Modules/ExternalProject.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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-281-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
* ExternalProject: Tell "hg clone" not to implicitly updateA. Joël Lamotte2015-08-111-1/+1
* ExternalProject: Avoid if() auto-dereference of a "TEST" variableMatt McCormick2015-08-031-3/+3
* ExternalProject: Added new USES_TERMINAL optionsJames Johnston2015-07-061-0/+83
* ExternalProject: Initialize only selected git submodules (#15590)Silvio Traversaro2015-06-021-1/+1
* ExternalProject: Fix log when the first arg of commands is "COMMAND" (#15567)Daniele E. Domenichelli2015-05-201-2/+4
* ExternalProject: Improve error when SOURCE_DIR is missing (#15560)Brad King2015-05-081-1/+12
* ExternalProject: Allow dependencies on INTERFACE librariesBrad King2015-04-221-4/+16
* ExternalProject: Fix error message typoBrad King2015-04-211-1/+1
* ExternalProject: Allow generator expressions with LOG_* options (#15287)Andrey Pokrovskiy2015-04-211-4/+10
* ExternalProject: Allow generator expressions in initial cache optionsAndrey Pokrovskiy2015-04-211-5/+6
* ExternalProject: fix the build command for generator overridesBen Boeckel2015-03-261-1/+4
* ExternalProject: Replace placeholder tokens in BYPRODUCTSGaëtan Lehmann2015-03-091-3/+3
* Modules: Check for ARGC before using ARGV#Daniele E. Domenichelli2015-02-271-1/+1
* ExternalProject: Allow ALWAYS step property to be switched (#15368)Brad King2015-01-231-0/+9