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: Use CMP0114 NEW behavior with Xcode "new build system"
Brad King
2020-09-18
1
-0/+12
*
ExternalProject: Add policy CMP0114 to refine step target dependencies
Brad King
2020-09-14
1
-43/+235
*
ExternalProject: Factor out an internal helper to add a step target
Brad King
2020-09-10
1
-19/+27
*
Merge topic 'ExternalProject-retry-only-recoverable'
Brad King
2020-08-19
1
-2/+14
|
\
|
*
ExternalProject: add INACTIVITY_TIMEOUT argument
Thomas Bernard
2020-08-18
1
-2/+14
*
|
ExternalProject: Stop configure target from always appearing out-of-date
Craig Scott
2020-08-18
1
-24/+2
*
|
ExternalProject: Stop patch target from always appearing out-of-date
Craig Scott
2020-08-18
1
-3/+3
|
/
*
ExternalProject: omit --no-checkout from git clone when using git 2.20.x.
Nate Avers
2020-07-24
1
-1/+5
*
Update links to gitlab.kitware.com repos to add `-/`
Brad King
2020-05-26
1
-1/+1
*
Merge topic 'fetchcontent-externalproject-empty-args'
Craig Scott
2020-05-25
1
-70/+122
|
\
|
*
ExternalProject: Preserve empty string arguments
Craig Scott
2020-05-23
1
-70/+122
*
|
ExternalProject: Provide choice of git update strategies
Craig Scott
2020-05-23
1
-2/+51
*
|
ExternalProject: factor out gitupdate step to separate file
Craig Scott
2020-05-23
1
-163/+5
|
/
*
Merge topic 'fix-cache-args-file-to-dep-list'
Brad King
2020-05-13
1
-0/+4
|
\
|
*
ExternalProject: expose _ep_cache_args_script to the caller
Ben Boeckel
2020-05-12
1
-0/+4
*
|
ExternalProject: Fix step dependency on mkdir step
Vyacheslav Yurkov
2020-04-20
1
-1/+1
*
|
ExternalProject: Enforce that patch depends on update
Craig Scott
2020-04-03
1
-13/+20
*
|
Merge topic 'ExternalProject-no-extract-bool'
Brad King
2020-04-03
1
-1/+1
|
\
\
|
|
/
|
*
ExternalProject: allow `DOWNLOAD_NO_EXTRACT OFF`
Ben Boeckel
2020-04-02
1
-1/+1
*
|
Merge topic 'doc-sections'
Brad King
2020-02-18
1
-3/+6
|
\
\
|
|
/
|
/
|
|
*
Help: FetchContent, ExternalProject: Command sections -> subsections
Joachim Wuttke (o)
2020-02-17
1
-3/+6
*
|
ExternalProject: Quote each git --config option to handle spaces
Craig Scott
2020-02-15
1
-1/+1
|
/
*
ExternalProject: Fix git submodule recursion on update
Charis Marangos
2020-02-10
1
-19/+28
*
ExternalProject: replace LIST_SEPARATOR in initial cache files too
Ben Boeckel
2019-11-20
1
-0/+5
*
replace remove and remove_directory with rm in tests
Johnny Jazeix
2019-11-13
1
-3/+3
*
ExternalProject: Option to turn off recursive update of git submodules
Charis Marangos
2019-10-24
1
-5/+22
*
ExternalProject: fix some documentation typos
Ben Boeckel
2019-10-09
1
-2/+2
*
ExternalProject: Avoid unnecessary checkout on clone
Tetragramm
2019-07-30
1
-1/+1
*
ExternalProject: Support not initializing any submodules
Robert Maynard
2019-07-24
1
-18/+50
*
Merge topic 'ghs_custom'
Brad King
2019-04-15
1
-12/+26
|
\
|
*
GHS: Update ExternalProject for GHS tools
Fred Baksik
2019-04-11
1
-12/+26
*
|
Modules: Update documentation formatting
Bartosz Kosiorek
2019-04-08
1
-9/+10
|
/
*
ExternalProject: Optimize Mercurial commands
Bartosz Kosiorek
2019-03-19
1
-12/+5
*
ExternalProject: Optimize git commands
Bartosz Kosiorek
2019-03-19
1
-23/+18
*
ExternalProject: Extend documentation about GIT_TAG usage
Bartosz Kosiorek
2019-03-15
1
-0/+3
*
ExternalProject: Drop unnecessary 'git submodule init'
Bartosz Kosiorek
2019-03-14
1
-9/+0
*
ExternalProject: Simplify generated 'git clone' scripts
Bartosz Kosiorek
2019-03-14
1
-28/+24
*
ExternalProject: Re-run 'git clone' when GIT_REMOTE_NAME changes
Bartosz Kosiorek
2019-03-14
1
-1/+1
*
Merge topic 'ExternalProject-fix-log-in-custom-stamp'
Brad King
2019-03-01
1
-2/+14
|
\
|
*
ExternalProject: Restore default log dir with custom stamp dir
Brad King
2019-03-01
1
-2/+14
*
|
Help: Clarify ExternalProject_Add()'s LOG_MERGED_STDOUTERR behavior
Craig Scott
2019-02-17
1
-1/+2
|
/
*
ExternalProject: support SOURCE_SUBDIR for BUILD_IN_SOURCE
Ben Boeckel
2019-01-17
1
-2/+8
*
ExternalProject: add LOG_OUTPUT_ON_FAILURE option
Wouter Klouwen
2018-12-20
1
-4/+47
*
ExternalProject: add LOG_PATCH option to log the patch command
Wouter Klouwen
2018-10-26
1
-0/+11
*
ExternalProject: option LOG_MERGED_STDOUTERR to combine stdout and stderr
Wouter Klouwen
2018-10-19
1
-3/+14
*
ExternalProject: add LOG_DIR option that allows overriding of log location
Wouter Klouwen
2018-10-19
1
-7/+17
*
Help: Override pygments CMakeLexer to support <..> and [..]
Joachim Wuttke (o)
2018-10-18
1
-6/+18
*
ExternalProject: Report error if local variables are not defined
Jean-Christophe Fillion-Robin
2018-09-06
1
-0/+5
*
Merge topic 'ep-support-passing-var-ending-with-notfound'
Brad King
2018-06-05
1
-1/+1
|
\
|
*
ExternalProject: Fix cache generation when args end with "-NOTFOUND"
Jean-Christophe Fillion-Robin
2018-06-04
1
-1/+1
[next]