Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake Nightly Date Stamp | Kitware Robot | 2019-08-20 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-08-19 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-08-18 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-08-17 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-08-16 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-08-15 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-08-14 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-08-13 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-08-12 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-08-11 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-08-10 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-08-09 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-08-08 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-08-07 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-08-06 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-08-05 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-08-04 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-08-03 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-08-02 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-08-01 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-07-31 | 1 | -1/+1 |
| | |||||
* | Merge topic 'cmake-version' | Craig Scott | 2019-07-30 | 1 | -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 King | 2019-07-29 | 1 | -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 available | Brad King | 2019-07-29 | 1 | -0/+6 |
| | | |||||
| * | CMakeVersion: Provide Git information in non-exact release versions | Brad King | 2019-07-29 | 1 | -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 component | Brad King | 2019-07-29 | 1 | -16/+19 |
| | | |||||
| * | CMakeVersion: De-duplicate variable initialization | Brad King | 2019-07-29 | 1 | -4/+2 |
| | | |||||
| * | CMakeVersion: Factor git execution into helper macro | Brad King | 2019-07-29 | 1 | -24/+23 |
| | | |||||
| * | CMakeVersion: Use FindGit module to find Git | Brad King | 2019-07-29 | 1 | -3/+2 |
| | | | | | | | | | | We now require at least CMake 3.1 to build, and that has the FindGit module. | ||||
| * | CMakeVersion: Consider Git even with just a `.git` file | Brad King | 2019-07-29 | 1 | -1/+1 |
| | | |||||
| * | CMakeVersion: Move git logic to main script | Brad King | 2019-07-29 | 1 | -2/+31 |
| | | |||||
| * | CMakeVersion: Move computation logic to main script | Brad King | 2019-07-29 | 1 | -0/+27 |
| | | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-30 | 1 | -1/+1 |
| | | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-29 | 1 | -1/+1 |
| | | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-28 | 1 | -1/+1 |
| | | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-27 | 1 | -1/+1 |
|/ | |||||
* | CMakeVersion: Use '-rc0' version suffix on release branches prior to rc1 | Brad King | 2019-07-26 | 1 | -1/+1 |
| | | | | | | | | | | 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. | ||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-07-26 | 1 | -1/+1 |
| | |||||
* | CMakeVersion: Set CMake_VERSION_RC to 0 even in non-rc versions | Brad King | 2019-07-25 | 1 | -1/+1 |
| | | | | | | | The logic that uses this value already ignores any "false" value, so `0` is just as good as not being set at all. Using `0` for this role makes the version components look more symmetric and reduces the number of edits needed when creating releases. | ||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-07-25 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-07-24 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-07-23 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-07-22 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-07-21 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-07-20 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-07-19 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-07-18 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-07-17 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-07-16 | 1 | -1/+1 |
| | |||||
* | CMake Nightly Date Stamp | Kitware Robot | 2019-07-15 | 1 | -1/+1 |
| |