index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
ExternalProject.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
ExternalProject: Enable all policies in internal scripts
Brad King
2024-10-03
1
-1/+1
*
ExternalProject: Ensure keywords requiring an argument have one
Craig Scott
2024-08-30
1
-7/+13
*
Merge topic 'fetchcontent-direct'
Craig Scott
2024-05-18
1
-1520/+16
|
\
|
*
ExternalProject: Move more internal commands out of main file
Craig Scott
2024-05-13
1
-1517/+8
|
*
ExternalProject: Switch download, update and patch to use _EP_ vars
Craig Scott
2024-05-13
1
-186/+185
|
*
ExternalProject: Provide ExternalProject_Add keywords through a macro
Craig Scott
2024-05-12
1
-49/+54
|
*
ExternalProject: Don't treat YES as a keyword
Craig Scott
2024-05-12
1
-1/+1
|
*
ExternalProject: Fix minor formatting error
Craig Scott
2024-05-12
1
-1/+2
*
|
Merge topic 'ExternalProject-xcode-effective-platform'
Brad King
2024-05-14
1
-1/+10
|
\
\
|
|
/
|
/
|
|
*
ExternalProject: Restore support for Xcode with an effective platform
Brad King
2024-05-13
1
-1/+10
*
|
ExternalProject: Honor CMAKE_TLS_VERIFY environment variable
Brad King
2024-03-30
1
-9/+19
*
|
ExternalProject: Revise TLS_VERIFY wording to use TLS_VERSION pattern
Brad King
2024-03-30
1
-11/+14
*
|
Merge topic 'ExternalProject-list-separator-docs-example'
Brad King
2024-03-28
1
-4/+15
|
\
\
|
*
|
ExternalProject: reword `LIST_SEPARATOR` to indicate what it *does*
Ben Boeckel
2024-03-28
1
-7/+7
|
*
|
ExternalProject: add an example of `LIST_SEPARATOR` usage
Ben Boeckel
2024-03-28
1
-1/+12
*
|
|
ExternalProject: Add TLS version options for https connections
Brad King
2024-02-29
1
-0/+59
*
|
|
ExternalProject: Factor out helper to get NETRC options
Brad King
2024-02-29
1
-21/+22
*
|
|
ExternalProject: Factor out helper to get TLS_CAINFO option
Brad King
2024-02-29
1
-9/+13
*
|
|
ExternalProject: Factor out helper to get TLS_VERIFY option
Brad King
2024-02-28
1
-17/+15
*
|
|
ExternalProject: Revise wording of TLS_VERIFY documentation
Brad King
2024-02-28
1
-7/+6
*
|
|
ExternalProject: Prepare for multiple git submodule config options
Brad King
2024-02-28
1
-15/+15
|
/
/
*
|
ExternalProject: Prevent URL list-splitting on special characters
Craig Scott
2024-01-27
1
-0/+8
*
|
ExternalProject: Catch empty REMOTE or LOCAL earlier
Craig Scott
2024-01-27
1
-0/+7
*
|
ExternalProject: Update foreach() calls to use IN LISTS and IN ITEMS
Craig Scott
2024-01-27
1
-13/+13
*
|
ExternalProject: Remove N^2 add_dependencies() calls
Craig Scott
2024-01-27
1
-5/+3
*
|
Merge topic 'revert-ExternalProject-download-byproducts'
Brad King
2024-01-04
1
-9/+5
|
\
\
|
|
/
|
*
ExternalProject: revert `BYPRODUCTS` for download outputs
Ben Boeckel
2024-01-03
1
-9/+5
*
|
Merge branch 'backport-ci-fedora-39' into ci-fedora-39
Brad King
2023-11-17
1
-2/+2
|
\
\
|
|
/
|
*
codespell: Fix typos
Brad King
2023-11-17
1
-2/+2
*
|
FetchContent: Pass GHS Variables to subbuild
William Sciaroni
2023-11-04
1
-0/+3
*
|
ExternalProject: Fix INSTALL step for GHS generator
William Sciaroni
2023-10-16
1
-3/+14
|
/
*
ExternalProject: declare byproducts for the download step
Ben Boeckel
2023-09-30
1
-5/+9
*
ExternalProject: Ensure svn --trust-server-cert has dependent options
Craig Scott
2023-08-20
1
-2/+4
*
ExternalProject: Enable Make Job Server with Explicit Build Command
Chris Mahoney
2023-08-15
1
-0/+40
*
ExternalProject: Add option subsection anchors for accessibility from TOC
scivision
2023-07-31
1
-862/+893
*
FetchContent: Protect ExternalProject keywords from unknown arguments
Brad King
2023-06-29
1
-0/+4
*
ExternalProject: Respect TLS_VERIFY for git update step
Craig Scott
2023-06-01
1
-9/+42
*
Help: Clarify default TLS_VERIFY behavior for git download method
Craig Scott
2023-05-28
1
-1/+6
*
ExternalProject: Make hg download method respect UPDATE_DISCONNECTED
Craig Scott
2023-05-23
1
-0/+2
*
ExternalProject: Avoid reconfigure when updates are disconnected
Craig Scott
2023-05-23
1
-13/+92
*
ExternalProject: Avoid adding empty touch command on "ALWAYS" steps
Antonio Caggiano
2023-05-10
1
-3/+3
*
ExternalProject/FetchContent: Support relative remote URLs
Chris Wright
2023-04-26
1
-0/+20
*
Merge topic 'ExternalProject-revert-install'
Brad King
2023-03-03
1
-5/+4
|
\
|
*
ExternalProject: Restore driving install through build system
Brad King
2023-03-02
1
-5/+4
*
|
ExternalProject: Always use $<CONFIG> for source files
Kyle Edwards
2023-02-03
1
-7/+1
*
|
Merge topic 'doc-improvements'
Brad King
2022-11-10
1
-6/+6
|
\
\
|
*
|
Help: Use role `:program:`
Alex Turbov
2022-11-06
1
-6/+6
*
|
|
ExternalProject: Add `INSTALL_BYPRODUCTS` option
Alois Klink
2022-11-05
1
-0/+18
*
|
|
ExternalProject: Clarify `BYPRODUCTS` docs
Alois Klink
2022-11-03
1
-4/+10
|
/
/
*
|
ExternalProject: Use -S and -B args to robustly set configure dirs
Craig Scott
2022-10-27
1
-1/+1
|
/
[next]