summaryrefslogtreecommitdiffstats
path: root/Modules/ExternalProject.cmake
Commit message (Expand)AuthorAgeFilesLines
* ExternalProject: Enable all policies in internal scriptsBrad King2024-10-031-1/+1
* ExternalProject: Ensure keywords requiring an argument have oneCraig Scott2024-08-301-7/+13
* Merge topic 'fetchcontent-direct'Craig Scott2024-05-181-1520/+16
|\
| * ExternalProject: Move more internal commands out of main fileCraig Scott2024-05-131-1517/+8
| * ExternalProject: Switch download, update and patch to use _EP_ varsCraig Scott2024-05-131-186/+185
| * ExternalProject: Provide ExternalProject_Add keywords through a macroCraig Scott2024-05-121-49/+54
| * ExternalProject: Don't treat YES as a keywordCraig Scott2024-05-121-1/+1
| * ExternalProject: Fix minor formatting errorCraig Scott2024-05-121-1/+2
* | Merge topic 'ExternalProject-xcode-effective-platform'Brad King2024-05-141-1/+10
|\ \ | |/ |/|
| * ExternalProject: Restore support for Xcode with an effective platformBrad King2024-05-131-1/+10
* | ExternalProject: Honor CMAKE_TLS_VERIFY environment variableBrad King2024-03-301-9/+19
* | ExternalProject: Revise TLS_VERIFY wording to use TLS_VERSION patternBrad King2024-03-301-11/+14
* | Merge topic 'ExternalProject-list-separator-docs-example'Brad King2024-03-281-4/+15
|\ \
| * | ExternalProject: reword `LIST_SEPARATOR` to indicate what it *does*Ben Boeckel2024-03-281-7/+7
| * | ExternalProject: add an example of `LIST_SEPARATOR` usageBen Boeckel2024-03-281-1/+12
* | | ExternalProject: Add TLS version options for https connectionsBrad King2024-02-291-0/+59
* | | ExternalProject: Factor out helper to get NETRC optionsBrad King2024-02-291-21/+22
* | | ExternalProject: Factor out helper to get TLS_CAINFO optionBrad King2024-02-291-9/+13
* | | ExternalProject: Factor out helper to get TLS_VERIFY optionBrad King2024-02-281-17/+15
* | | ExternalProject: Revise wording of TLS_VERIFY documentationBrad King2024-02-281-7/+6
* | | ExternalProject: Prepare for multiple git submodule config optionsBrad King2024-02-281-15/+15
|/ /
* | ExternalProject: Prevent URL list-splitting on special charactersCraig Scott2024-01-271-0/+8
* | ExternalProject: Catch empty REMOTE or LOCAL earlierCraig Scott2024-01-271-0/+7
* | ExternalProject: Update foreach() calls to use IN LISTS and IN ITEMSCraig Scott2024-01-271-13/+13
* | ExternalProject: Remove N^2 add_dependencies() callsCraig Scott2024-01-271-5/+3
* | Merge topic 'revert-ExternalProject-download-byproducts'Brad King2024-01-041-9/+5
|\ \ | |/
| * ExternalProject: revert `BYPRODUCTS` for download outputsBen Boeckel2024-01-031-9/+5
* | Merge branch 'backport-ci-fedora-39' into ci-fedora-39Brad King2023-11-171-2/+2
|\ \ | |/
| * codespell: Fix typosBrad King2023-11-171-2/+2
* | FetchContent: Pass GHS Variables to subbuildWilliam Sciaroni2023-11-041-0/+3
* | ExternalProject: Fix INSTALL step for GHS generatorWilliam Sciaroni2023-10-161-3/+14
|/
* ExternalProject: declare byproducts for the download stepBen Boeckel2023-09-301-5/+9
* ExternalProject: Ensure svn --trust-server-cert has dependent optionsCraig Scott2023-08-201-2/+4
* ExternalProject: Enable Make Job Server with Explicit Build CommandChris Mahoney2023-08-151-0/+40
* ExternalProject: Add option subsection anchors for accessibility from TOCscivision2023-07-311-862/+893
* FetchContent: Protect ExternalProject keywords from unknown argumentsBrad King2023-06-291-0/+4
* ExternalProject: Respect TLS_VERIFY for git update stepCraig Scott2023-06-011-9/+42
* Help: Clarify default TLS_VERIFY behavior for git download methodCraig Scott2023-05-281-1/+6
* ExternalProject: Make hg download method respect UPDATE_DISCONNECTEDCraig Scott2023-05-231-0/+2
* ExternalProject: Avoid reconfigure when updates are disconnectedCraig Scott2023-05-231-13/+92
* ExternalProject: Avoid adding empty touch command on "ALWAYS" stepsAntonio Caggiano2023-05-101-3/+3
* ExternalProject/FetchContent: Support relative remote URLsChris Wright2023-04-261-0/+20
* Merge topic 'ExternalProject-revert-install'Brad King2023-03-031-5/+4
|\
| * ExternalProject: Restore driving install through build systemBrad King2023-03-021-5/+4
* | ExternalProject: Always use $<CONFIG> for source filesKyle Edwards2023-02-031-7/+1
* | Merge topic 'doc-improvements'Brad King2022-11-101-6/+6
|\ \
| * | Help: Use role `:program:`Alex Turbov2022-11-061-6/+6
* | | ExternalProject: Add `INSTALL_BYPRODUCTS` optionAlois Klink2022-11-051-0/+18
* | | ExternalProject: Clarify `BYPRODUCTS` docsAlois Klink2022-11-031-4/+10
|/ /
* | ExternalProject: Use -S and -B args to robustly set configure dirsCraig Scott2022-10-271-1/+1
|/