summaryrefslogtreecommitdiff
path: root/cmake/GitVersionGen.cmake
Commit message (Collapse)AuthorAgeFilesLines
* build: Deprecate version generation from git tag0.10.1Dimitri Staessens2018-02-231-47/+0
| | | | | | | | | | This deprecates the version generation from git tags. The version is now set in the CMakeLists.txt. This avoids wrong versions when checking out old commits and building the repository inside another repository. Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be> Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
* build: Add sort command to GitVersionGen0.9.10Sander Vrijders2018-02-131-0/+7
| | | | | | | | This adds the sort command with the version sort to GitVersionGen so the latest version is used when running cmake. Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be> Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
* build: Add patchlevel to versionDimitri Staessens2018-01-101-2/+6
| | | | | | | This adds a patchlevel to the Ouroboros version. Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be> Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
* build: Simplify GitVersionGenSander Vrijders2017-08-101-7/+0
| | | | | This simplifies the macro GitVersionGen so that it doesn't need to rely on the sort executable.
* build: Format CMakeLists.txt filesSander Vrijders2017-03-031-29/+29
| | | | The CMakeLists files are now properly indented.
* Initial build infrastructureSander Vrijders2016-02-111-0/+43
Contains the initial build infrastructure. Cmake was chosen for portability reasons.