Kitware Robot
679f5a0ec7
CMake Nightly Date Stamp
2019-09-02 00:01:03 -04:00
Kitware Robot
ff7c31abfd
CMake Nightly Date Stamp
2019-09-01 00:01:04 -04:00
Kitware Robot
45aacb7698
CMake Nightly Date Stamp
2019-08-31 00:01:04 -04:00
Kitware Robot
8720353d4a
CMake Nightly Date Stamp
2019-08-30 00:01:35 -04:00
Kitware Robot
2d0a24acc5
CMake Nightly Date Stamp
2019-08-29 00:01:03 -04:00
Kitware Robot
96291764a1
CMake Nightly Date Stamp
2019-08-28 00:01:04 -04:00
Kitware Robot
65fe80794d
CMake Nightly Date Stamp
2019-08-27 00:01:03 -04:00
Kitware Robot
0d356e4c94
CMake Nightly Date Stamp
2019-08-26 00:01:03 -04:00
Kitware Robot
2a1be178de
CMake Nightly Date Stamp
2019-08-25 00:01:03 -04:00
Kitware Robot
395cbee2fc
CMake Nightly Date Stamp
2019-08-24 00:01:12 -04:00
Kitware Robot
68126f5a02
CMake Nightly Date Stamp
2019-08-23 00:01:08 -04:00
Kitware Robot
7ddb5adc40
CMake Nightly Date Stamp
2019-08-22 00:01:08 -04:00
Kitware Robot
a04b852a7b
CMake Nightly Date Stamp
2019-08-21 00:01:08 -04:00
Kitware Robot
6cf8883a85
CMake Nightly Date Stamp
2019-08-20 00:00:20 -04:00
Kitware Robot
1958c78fe1
CMake Nightly Date Stamp
2019-08-19 00:01:07 -04:00
Kitware Robot
06e32a089d
CMake Nightly Date Stamp
2019-08-18 00:01:05 -04:00
Kitware Robot
34301441b9
CMake Nightly Date Stamp
2019-08-17 00:01:07 -04:00
Kitware Robot
6f1781c63a
CMake Nightly Date Stamp
2019-08-16 00:01:06 -04:00
Kitware Robot
789e585ad9
CMake Nightly Date Stamp
2019-08-15 00:01:06 -04:00
Kitware Robot
0312b6d522
CMake Nightly Date Stamp
2019-08-14 00:01:07 -04:00
Kitware Robot
7d194f7d83
CMake Nightly Date Stamp
2019-08-13 00:01:05 -04:00
Kitware Robot
42c993742d
CMake Nightly Date Stamp
2019-08-12 00:01:06 -04:00
Kitware Robot
70c56b856c
CMake Nightly Date Stamp
2019-08-11 00:01:08 -04:00
Kitware Robot
32a7605e69
CMake Nightly Date Stamp
2019-08-10 00:01:11 -04:00
Kitware Robot
242435a9c8
CMake Nightly Date Stamp
2019-08-09 00:01:06 -04:00
Kitware Robot
38a5b0203f
CMake Nightly Date Stamp
2019-08-08 00:01:08 -04:00
Kitware Robot
e295290ed7
CMake Nightly Date Stamp
2019-08-07 00:01:08 -04:00
Kitware Robot
53fc083d37
CMake Nightly Date Stamp
2019-08-06 00:01:07 -04:00
Kitware Robot
3ebd3fa51d
CMake Nightly Date Stamp
2019-08-05 00:01:06 -04:00
Kitware Robot
18a0d47bec
CMake Nightly Date Stamp
2019-08-04 00:01:07 -04:00
Kitware Robot
2a5d077a89
CMake Nightly Date Stamp
2019-08-03 00:01:09 -04:00
Kitware Robot
a1e32626f7
CMake Nightly Date Stamp
2019-08-02 00:01:05 -04:00
Kitware Robot
33d9a69130
CMake Nightly Date Stamp
2019-08-01 00:01:08 -04:00
Kitware Robot
72c1d564cc
CMake Nightly Date Stamp
2019-07-31 00:01:13 -04:00
Craig Scott
ffe555ad88
Merge topic 'cmake-version'
...
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
2019-07-30 09:41:57 -04:00
Kitware Robot
473f288e97
CMake Nightly Date Stamp
2019-07-30 00:01:11 -04:00
Brad King
fe2c558ba6
CMakeVersion: Preserve Git information during 'git archive'
...
Use `export-subst` to get information about the Git commit used to
produce an archive.
2019-07-29 11:37:32 -04:00
Brad King
0505a66cbf
CMakeVersion: Add generic '-git' suffix when no git info is available
2019-07-29 11:25:44 -04:00
Brad King
f7bf08754b
CMakeVersion: Provide Git information in non-exact release versions
...
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.
2019-07-29 11:25:44 -04:00
Brad King
ac48259333
CMakeVersion: Re-order logic to obviate addition of each component
2019-07-29 11:25:44 -04:00
Brad King
311f232f7a
CMakeVersion: De-duplicate variable initialization
2019-07-29 11:25:44 -04:00
Brad King
2f608566b4
CMakeVersion: Factor git execution into helper macro
2019-07-29 11:25:44 -04:00
Brad King
74ff80323c
CMakeVersion: Use FindGit module to find Git
...
We now require at least CMake 3.1 to build, and that has the FindGit
module.
2019-07-29 11:25:44 -04:00
Brad King
e1e7986c00
CMakeVersion: Consider Git even with just a .git file
2019-07-29 11:25:43 -04:00
Brad King
564bcb4cb3
CMakeVersion: Move git logic to main script
2019-07-29 11:25:43 -04:00
Brad King
ecdf38aa36
CMakeVersion: Move computation logic to main script
2019-07-29 11:25:43 -04:00
Kitware Robot
1df0cb577d
CMake Nightly Date Stamp
2019-07-29 00:01:05 -04:00
Kitware Robot
200eadcd90
CMake Nightly Date Stamp
2019-07-28 00:01:06 -04:00
Kitware Robot
38894b43ef
CMake Nightly Date Stamp
2019-07-27 00:01:13 -04:00
Brad King
eb5ea5a505
CMakeVersion: Use '-rc0' version suffix on release branches prior to rc1
...
Revert the change from commit 7b354baad5 (CMakeVersion: Set
CMake_VERSION_RC to 0 even in non-rc versions, 2019-07-25) and instead
define a `0` value in `CMake_VERSION_RC` to mean `-rc0`. This
distinguishes release branch versions prior to the first release
candidate from the first release candidate itself. It also makes room
for a dedicated "CMake $major.$minor.0-rc1" release commit for `-rc1` as
we have for later release candidates and final releases.
2019-07-26 08:08:30 -04:00