summaryrefslogtreecommitdiff
path: root/Tests/ExternalProjectUpdate
Commit message (Expand)AuthorAgeFilesLines
* Tests: Bump CMake minimum required in tests to 3.5Brad King2023-03-011-1/+1
* ExternalProject: Improve robustness of update stepCraig Scott2021-01-281-1/+0
* Tests: Prevent the noisy CMP0114 warnings in ExternalProjectUpdate testCraig Scott2021-01-281-0/+5
* Merge topic 'FindGit-cache-version'Brad King2021-01-212-17/+5
|\
| * Tests: FindGit already provides the git version, re-use itCraig Scott2021-01-202-17/+5
* | ExternalProject: Don't git stash ignored filesCraig Scott2021-01-162-5/+17
|/
* Tests: Bump CMake minimum required in tests to 2.8.12Chuck Atkins2020-12-231-1/+1
* ExternalProject: Use CMP0114 NEW behavior with Xcode "new build system"Brad King2020-09-181-3/+16
* ExternalProject: Remote checkout needs to include the remote nameCraig Scott2020-05-291-3/+10
* ExternalProject: Provide choice of git update strategiesCraig Scott2020-05-232-9/+48
* ExternalProject: Always run update step with non-empty UPDATE_COMMANDBrad King2016-05-181-0/+12
* Fix spelling typos in comments and documentation (#16037)Felix Geyer2016-03-291-1/+1
* ExternalProject: Add unit tests for UPDATE_DISCONNECTEDDaniele E. Domenichelli2014-11-062-0/+108
* ExternalProject: Add unit testsDaniele E. Domenichelli2014-11-031-1/+2
* Tests: Use -A option to pass generator platform selectionBrad King2014-09-151-1/+1
* Tests: Add generator platform supportBrad King2014-09-101-0/+1
* Tests: Drop CMAKE_TEST_GENERATOR(|_TOOLSET) variablesBrad King2014-03-031-1/+1
* Tests: Add generator toolset supportBrad King2013-02-071-1/+1
* ExternalProjectUpdateTest: Only support Git 1.6.5 and greater.Matt McCormick2012-11-131-0/+18
* ExternalProject: Verify when a fetch occurs during update test.Matt McCormick2012-11-131-10/+26
* ExternalProject: Make sure the ExternalProjectUpdate setup is available.Matt McCormick2012-11-131-1/+1
* ExternalProject: Always do a git fetch for a remote ref.Matt McCormick2012-11-131-1/+3
* ExternalProject: Add tests for UPDATE_COMMAND.Matt McCormick2012-11-133-0/+152