Commit Graph

5 Commits (da6bda15a15900c7cbe1a8601cf47430dc6d6820)

Author SHA1 Message Date
Jeff Becker 2190da8c81
cpack win32 5 years ago
Jeff Becker 9efd796145
initial wack at 0.7.0 dht fixes 5 years ago
jeff 816070be62 dont inherit std::array 5 years ago
jeff f728e6016b router version 5 years ago
Jason Rhinelander 638fb25b47 Put version info into a compiled file
This rewrites the version info using lokid's approach of compiling it
into a .cpp file that gets generated as part of the build (*not* during
the configure stage).

Among other things, this means that changing the version no longer
invalidates ccache or cmake dependencies, and because it depends on
`.git/index` git commits will cause the version to be regenerated,
making the commit tag more reliable (currently if you rebuild without
running cmake your git commit tag doesn't update).
5 years ago