summaryrefslogtreecommitdiff
path: root/Modules/ExternalProject
Commit message (Expand)AuthorAgeFilesLines
* ExternalProject/FetchContent: Support relative remote URLsChris Wright2023-04-261-0/+182
* ExternalProject: Also retry curl download on timeout errorGreg Thain2023-03-011-1/+1
* ExternalProject: Explicitly run Git commands on intended directoryPatrick Stewart2022-09-301-19/+19
* ExternalProject: Fix regression in stamp creation for Xcode+iOSBrad King2022-06-211-0/+3
* ExternalProject: Add DOWNLOAD_EXTRACT_TIMESTAMP option and policyKasper Laudrup2022-05-051-1/+1
* ExternalProject: Remove extra quotes in for-each-ref update stepCraig Scott2022-02-211-1/+1
* ExternalProject: Rerun download on SOURCE_DIR changeCraig Scott2022-02-011-3/+9
* ExternalProject: Move inline scripts to separate filesCraig Scott2022-01-225-0/+207
* ExternalProject: Move existing step scripts to separate subdirectoryCraig Scott2022-01-224-0/+490
* Revert ExternalProject and FetchContent refactoringCraig Scott2021-03-1014-929/+0
* ExternalProject: Fix misuse of IS_NEWER_THAN in timestamp checksCraig Scott2021-02-222-2/+4
* FetchContent: Invoke steps directly and avoid a separate sub-buildCraig Scott2021-02-0510-103/+296
* ExternalProject: Refactor pre-configure steps to support no-target usesCraig Scott2021-02-0511-0/+734