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: 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
|
/
*
ExternalProject: Install CMake projects using 'cmake --install'
Harry Mallon
2022-09-12
1
-4/+5
*
Merge topic 'ExternalProject-default-git-tag'
Craig Scott
2022-09-04
1
-0/+3
|
\
|
*
ExternalProject: note the default of `GIT_TAG` being `master`
Ben Boeckel
2022-09-02
1
-0/+3
*
|
ExternalProject: Fix install on BUILD_ALWAYS+BUILD_BYPRODUCTS with Ninja
Maik Nijhuis
2022-08-09
1
-0/+14
|
/
*
ExternalProject: Fix regression in stamp creation for Xcode+iOS
Brad King
2022-06-21
1
-1/+3
*
ExternalProject: Express per-config step stamp file paths using CONFIG genex
Brad King
2022-06-08
1
-15/+22
*
ExternalProject: Reformatting only
Craig Scott
2022-05-22
1
-291/+769
*
ExternalProject: Minor cleanup to use more convenient commands
Craig Scott
2022-05-22
1
-12/+14
*
ExternalProject: Remove unused property docs
Craig Scott
2022-05-22
1
-38/+5
*
ExternalProject: Replace SEND_ERROR with FATAL_ERROR
Craig Scott
2022-05-22
1
-3/+5
*
ExternalProject: Make SVN interactive with USES_TERMINAL_{DOWNLOAD,UPDATE}
Michael Durso Jr
2022-05-12
1
-2/+15
*
ExternalProject: Add DOWNLOAD_EXTRACT_TIMESTAMP option and policy
Kasper Laudrup
2022-05-04
1
-4/+56
*
Merge topic 'doc-list-semicolons'
Brad King
2022-03-16
1
-5/+5
|
\
|
*
ExternalProject: Document that LIST_SEPARATOR works for CMAKE_ARGS too
Brad King
2022-03-11
1
-5/+5
*
|
Help: Clarify behavior of REBASE_CHECKOUT when switching branches
Craig Scott
2022-02-21
1
-0/+4
|
/
*
ExternalProject: Add support for USES_TERMINAL_PATCH keyword
Craig Scott
2022-02-03
1
-1/+16
*
ExternalProject: Rerun download on SOURCE_DIR change
Craig Scott
2022-02-01
1
-60/+54
*
ExternalProject: Move inline scripts to separate files
Craig Scott
2022-01-22
1
-222/+130
*
ExternalProject: Ensure _ep_set_directories records cmake paths
Craig Scott
2022-01-22
1
-0/+5
*
ExternalProject: Move existing step scripts to separate subdirectory
Craig Scott
2022-01-22
1
-8/+8
*
ExternalProject: Fix misuse of IS_NEWER_THAN in timestamp checks
Craig Scott
2022-01-08
1
-2/+4
*
Help: Clarify CMAKE_INSTALL_MODE documentation
Felix Lelchuk
2021-11-23
1
-0/+16
*
Help: Add documentation for CMAKE_TLS_CAINFO
Craig Scott
2021-10-04
1
-4/+4
*
Merge topic 'git-config-version-check'
Brad King
2021-05-21
1
-3/+5
|
\
|
*
ExternalProject: Only add git config setting with git 1.7.7 or later
Craig Scott
2021-05-20
1
-3/+5
*
|
Help: Clarify details passed to ExternalProject configure and build
Craig Scott
2021-05-16
1
-3/+20
*
|
Help: Document CMAKE_TLS_VERIFY variable explicitly
Michael Hirsch
2021-05-04
1
-1/+1
|
/
*
Revert ExternalProject and FetchContent refactoring
Craig Scott
2021-03-09
1
-1086/+706
*
FetchContent: Don't update timestamps if files don't change
Craig Scott
2021-02-22
1
-4/+22
*
FetchContent: Restore patch command support
Craig Scott
2021-02-17
1
-1/+1
*
FetchContent: Invoke steps directly and avoid a separate sub-build
Craig Scott
2021-02-04
1
-64/+162
*
ExternalProject: Refactor pre-configure steps to support no-target uses
Craig Scott
2021-02-04
1
-670/+934
[next]