Commit Graph

11 Commits (273270916ea33b096753c5ad316f46a8268761bd)

Author SHA1 Message Date
Stephen Shelton 273270916e
The Great Wall of Blame
This commit reflects changes to clang-format rules. Unfortunately,
these rule changes create a massive change to the codebase, which
causes an apparent rewrite of git history.

Git blame's --ignore-rev flag can be used to ignore this commit when
attempting to `git blame` some code.
4 years ago
Jeff Becker c36b6a409c
move version to cmake so docs can access it 4 years ago
Jeff Becker 2190da8c81
cpack win32 4 years ago
Jeff Becker 9efd796145
initial wack at 0.7.0 dht fixes 4 years ago
Jeff Becker c86fb19187
bump version for 0.6.4 4 years ago
Stephen Shelton 2607bdbee6
Bump version (0.6.3) 4 years ago
Jeff cceb531e58
version bump 4 years ago
Jeff Becker 59257815d5
version bump with intentional grammar troll motto for science related ventures. 4 years ago
Jeff Becker 0eb4efdce9
netid update 5 years ago
Stephen Shelton 8f6dd132ff Make format (on recent version-related code) 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