aboutsummaryrefslogtreecommitdiff
path: root/cmake/GitVersion.cmake (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2019-10-26CMake build out of sourceTrasherDK1-1/+6
2019-10-23cmake: Fix generation of version.cppNathan Dorfman1-31/+37
2019-08-26wallet, rpc: add a release field to get_versionmoneromooo-monero1-0/+4
It does not leak much since you can make a fair guess by RPC version already, and some people want to avoid non release clients when using third parties' nodes (because they'd never lie about it)
2019-06-12Use 9 digit build IDsHoward Chu1-1/+2
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-10-20cmake: add dep of version lib on version.cppredfish1-0/+0
Also, move cmake source files into cmake/ to keep them together.
2017-09-21build: auto update version info without manually deleting version.hstoffu1-2/+2
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2016-09-18fixed tag detectorRiccardo Spagni1-36/+16
2016-03-03Fix languageHoward Chu1-1/+1
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-01-02year updated in licenseRiccardo Spagni1-2/+2
2014-12-02fixed CMake version matchingRiccardo Spagni1-1/+1
2014-10-23cmake: clean up if auto-dereferencingBen Boeckel1-1/+1
CMake will auto-dereference variable names in if statements, so there's no need to dereference them manually.
2014-09-15another fix for CMake empty varsRiccardo Spagni1-3/+5
2014-09-15Prevent CMake choking on empty varsRiccardo Spagni1-0/+2
2014-09-15More robust versioning in CMake, plus commentsRiccardo Spagni1-13/+62
2014-09-15fix CMake for multiplatform versioningRiccardo Spagni1-1/+6
2014-09-15fix logic in tag check, AND -> ORRiccardo Spagni1-1/+1
Signed-off-by: Riccardo Spagni <ric@spagni.net>
2014-09-15ignore tag check if we haven't pulled tagsRiccardo Spagni1-1/+1
Signed-off-by: Riccardo Spagni <ric@spagni.net>
2014-09-15new Makefile target: release-staticRiccardo Spagni1-1/+1
2014-09-12fixed cmake variable matchingRiccardo Spagni1-1/+1
2014-09-12versioning now includes the commit hash, or -final for tagged releasesRiccardo Spagni1-6/+20
2014-09-12versioning now includes the commit hash, or -final for tagged releasesRiccardo Spagni1-6/+20
2014-03-03moved all stuff to githubAntonio Juarez1-0/+11