summaryrefslogtreecommitdiffstats
path: root/Source/CMakeVersion.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2019-09-101-1/+1
|
* CMake Nightly Date StampKitware Robot2019-09-091-1/+1
|
* CMake Nightly Date StampKitware Robot2019-09-081-1/+1
|
* CMake Nightly Date StampKitware Robot2019-09-071-1/+1
|
* CMake Nightly Date StampKitware Robot2019-09-061-1/+1
|
* CMake Nightly Date StampKitware Robot2019-09-051-1/+1
|
* CMake Nightly Date StampKitware Robot2019-09-041-1/+1
|
* CMake Nightly Date StampKitware Robot2019-09-031-1/+1
|
* CMake Nightly Date StampKitware Robot2019-09-021-1/+1
|
* CMake Nightly Date StampKitware Robot2019-09-011-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-311-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-301-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-291-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-281-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-271-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-261-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-251-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-241-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-231-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-221-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-211-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-201-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-191-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-181-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-171-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-161-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-151-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-141-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-131-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-121-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-111-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-101-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-091-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-081-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-071-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-061-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-051-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-041-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-031-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-021-1/+1
|
* CMake Nightly Date StampKitware Robot2019-08-011-1/+1
|
* CMake Nightly Date StampKitware Robot2019-07-311-1/+1
|
* Merge topic 'cmake-version'Craig Scott2019-07-301-0/+77
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | fe2c558ba6 CMakeVersion: Preserve Git information during 'git archive' 0505a66cbf CMakeVersion: Add generic '-git' suffix when no git info is available f7bf08754b CMakeVersion: Provide Git information in non-exact release versions ac48259333 CMakeVersion: Re-order logic to obviate addition of each component 311f232f7a CMakeVersion: De-duplicate variable initialization 2f608566b4 CMakeVersion: Factor git execution into helper macro 74ff80323c CMakeVersion: Use FindGit module to find Git e1e7986c00 CMakeVersion: Consider Git even with just a `.git` file ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3622
| * CMakeVersion: Preserve Git information during 'git archive'Brad King2019-07-291-0/+3
| | | | | | | | | | Use `export-subst` to get information about the Git commit used to produce an archive.
| * CMakeVersion: Add generic '-git' suffix when no git info is availableBrad King2019-07-291-0/+6
| |
| * CMakeVersion: Provide Git information in non-exact release versionsBrad King2019-07-291-9/+22
| | | | | | | | | | | | Our exact release commits have a subject of the form `CMake <version>`. Distinguish development on a release branch in commits after such a version but before the next release by providing Git information.
| * CMakeVersion: Re-order logic to obviate addition of each componentBrad King2019-07-291-16/+19
| |
| * CMakeVersion: De-duplicate variable initializationBrad King2019-07-291-4/+2
| |
| * CMakeVersion: Factor git execution into helper macroBrad King2019-07-291-24/+23
| |
| * CMakeVersion: Use FindGit module to find GitBrad King2019-07-291-3/+2
| | | | | | | | | | We now require at least CMake 3.1 to build, and that has the FindGit module.