Commit Graph

7 Commits (b9f6af760bada5a59d9cd118268977feff05c1f3)

Author SHA1 Message Date
Jason Rhinelander 1697bf90fe C++17
Compiles with C++17, replaces ghc::filesystem with std::filesystem,
nonstd::optional with std::optional, and llarp::string_view with
std::string_view.
4 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.
5 years ago
Jeff Becker 896dd85a2b
allow multiple calls to FeedData 5 years ago
Jeff Becker 53b159e361
dont fail on 0 sized data fed to json parser 5 years ago
Michael 16cdfbd5f0
clang-tidy modernize pass 5 years ago
Michael 31441b46dc
Convert from rapidjson to use nlohmann::json 6 years ago
Michael a0125ffe86
Move abyss/json to llarp/util/json 6 years ago