Commit Graph

11 Commits (62d7192a5059626396d6f0aa6b65380fde79db69)

Author SHA1 Message Date
Thomas Winget 7caa87862e standardize include format and pragma once
All #ifndef guards on headers have been removed, I think,
in favor of #pragma once

Headers are now included as `#include "filename"` if the included file
resides in the same directory as the file including it, or any
subdirectory therein.  Otherwise they are included as
`#include <project/top/dir/relative/path/filename>`

The above does not include system/os headers.
3 years ago
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
Stephen Shelton 5631983716
Make format 4 years ago
Stephen Shelton f0571a9f2c
Fix IsCompatableWith() logic WRT emptyRouterVersion, add unit tests 4 years ago
jeff f6813717b5 Merge branch '2020-01-25-router-version' of ssh://github.com/majestrate/loki-network into 2020-01-25-router-version 4 years ago
jeff 898c98b170 use double braces 4 years ago
Jeff Becker bb6dce486f
don't use a pointer 4 years ago
Jeff Becker 8c82bfe5bf
operator != 4 years ago
Jeff Becker 03c13f4261
make it compile 4 years ago
jeff 816070be62 dont inherit std::array 4 years ago
jeff fa30a6f9b2 router version 4 years ago