summaryrefslogtreecommitdiff
path: root/Modules/ExternalProject.cmake
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'git-config-version-check'Brad King2021-05-211-3/+5
|\
| * ExternalProject: Only add git config setting with git 1.7.7 or laterCraig Scott2021-05-201-3/+5
* | Help: Clarify details passed to ExternalProject configure and buildCraig Scott2021-05-161-3/+20
* | Help: Document CMAKE_TLS_VERIFY variable explicitlyMichael Hirsch2021-05-041-1/+1
|/
* Revert ExternalProject and FetchContent refactoringCraig Scott2021-03-101-1086/+706
* FetchContent: Don't update timestamps if files don't changeCraig Scott2021-02-221-4/+22
* FetchContent: Restore patch command supportCraig Scott2021-02-181-1/+1
* FetchContent: Invoke steps directly and avoid a separate sub-buildCraig Scott2021-02-051-64/+162
* ExternalProject: Refactor pre-configure steps to support no-target usesCraig Scott2021-02-051-670/+934
* ExternalProject: Avoid scanning docs for keywords, use include_guard()Craig Scott2021-01-301-54/+178
* ExternalProject: Prevent the noisy detached head messages on checkoutCraig Scott2021-01-281-0/+4
* Merge topic 'FindGit-cache-version'Brad King2021-01-211-8/+14
|\
| * FindGit: Cache the GIT_EXECUTABLE version for the current runCraig Scott2021-01-201-8/+14
* | ExternalProject: Don't git stash ignored filesCraig Scott2021-01-161-4/+7
|/
* Merge topic 'ExternalProject-configure-handled-by-build'Brad King2021-01-131-12/+44
|\
| * ExternalProject: Add CONFIGURE_HANDLED_BY_BUILD optionDaan De Meyer2021-01-121-12/+44
* | ExternalProject: Silence step succeeded message when using NinjaDaan De Meyer2020-12-171-2/+4
|/
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-24/+104
* ExternalProject: Use CMP0114 NEW behavior with Xcode "new build system"Brad King2020-09-181-0/+12
* ExternalProject: Add policy CMP0114 to refine step target dependenciesBrad King2020-09-141-43/+235
* ExternalProject: Factor out an internal helper to add a step targetBrad King2020-09-101-19/+27
* Merge topic 'ExternalProject-retry-only-recoverable'Brad King2020-08-191-2/+14
|\
| * ExternalProject: add INACTIVITY_TIMEOUT argumentThomas Bernard2020-08-181-2/+14
* | ExternalProject: Stop configure target from always appearing out-of-dateCraig Scott2020-08-181-24/+2
* | ExternalProject: Stop patch target from always appearing out-of-dateCraig Scott2020-08-181-3/+3
|/
* ExternalProject: omit --no-checkout from git clone when using git 2.20.x.Nate Avers2020-07-241-1/+5
* Update links to gitlab.kitware.com repos to add `-/`Brad King2020-05-261-1/+1
* Merge topic 'fetchcontent-externalproject-empty-args'Craig Scott2020-05-251-70/+122
|\
| * ExternalProject: Preserve empty string argumentsCraig Scott2020-05-231-70/+122
* | ExternalProject: Provide choice of git update strategiesCraig Scott2020-05-231-2/+51
* | ExternalProject: factor out gitupdate step to separate fileCraig Scott2020-05-231-163/+5
|/
* Merge topic 'fix-cache-args-file-to-dep-list'Brad King2020-05-131-0/+4
|\
| * ExternalProject: expose _ep_cache_args_script to the callerBen Boeckel2020-05-121-0/+4
* | ExternalProject: Fix step dependency on mkdir stepVyacheslav Yurkov2020-04-201-1/+1
* | ExternalProject: Enforce that patch depends on updateCraig Scott2020-04-031-13/+20
* | Merge topic 'ExternalProject-no-extract-bool'Brad King2020-04-031-1/+1
|\ \ | |/
| * ExternalProject: allow `DOWNLOAD_NO_EXTRACT OFF`Ben Boeckel2020-04-021-1/+1
* | Merge topic 'doc-sections'Brad King2020-02-181-3/+6
|\ \ | |/ |/|
| * Help: FetchContent, ExternalProject: Command sections -> subsectionsJoachim Wuttke (o)2020-02-171-3/+6
* | ExternalProject: Quote each git --config option to handle spacesCraig Scott2020-02-151-1/+1
|/
* ExternalProject: Fix git submodule recursion on updateCharis Marangos2020-02-111-19/+28
* ExternalProject: replace LIST_SEPARATOR in initial cache files tooBen Boeckel2019-11-201-0/+5
* replace remove and remove_directory with rm in testsJohnny Jazeix2019-11-131-3/+3
* ExternalProject: Option to turn off recursive update of git submodulesCharis Marangos2019-10-241-5/+22
* ExternalProject: fix some documentation typosBen Boeckel2019-10-091-2/+2
* ExternalProject: Avoid unnecessary checkout on cloneTetragramm2019-07-301-1/+1
* ExternalProject: Support not initializing any submodulesRobert Maynard2019-07-241-18/+50
* Merge topic 'ghs_custom'Brad King2019-04-151-12/+26
|\
| * GHS: Update ExternalProject for GHS toolsFred Baksik2019-04-111-12/+26
* | Modules: Update documentation formattingBartosz Kosiorek2019-04-081-9/+10
|/