You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp
Jason Rhinelander 5d1230d7c9 constexpr string_view fixes
Pre-C++17 char_traits::compare isn't constexpr so we can't constexpr the
find/rfind methods that use it.

begin() etc, however, can be constexpr (and need to be for some of the
other constexpr methods here that use them).
5 years ago
..
android
config TrimWhiteSpace -> TrimWhitespace 5 years ago
consensus
constants Removed empty cpp files 5 years ago
crypto Remove absl optimization 5 years ago
dht Remove all ABSL_ATTRIBUTE_UNUSED uses 5 years ago
dns Removed empty cpp files 5 years ago
ev
exit
handlers TrimWhiteSpace -> TrimWhitespace 5 years ago
hook
iwp De-abseil, part 2: mutex, locks, (most) time 5 years ago
link Removed empty cpp files 5 years ago
linux
messages Remove all ABSL_ATTRIBUTE_UNUSED uses 5 years ago
net Replace absl string_view with string_view from lokimq 5 years ago
path Remove all ABSL_ATTRIBUTE_UNUSED uses 5 years ago
router Remove all ABSL_ATTRIBUTE_UNUSED uses 5 years ago
routing Removed empty cpp files 5 years ago
rpc Replace absl string_view with string_view from lokimq 5 years ago
service Replace absl string_view with string_view from lokimq 5 years ago
util constexpr string_view fixes 5 years ago
win32
CMakeLists.txt Replace absl string_view with string_view from lokimq 5 years ago
app.xml
bootstrap.cpp
bootstrap.hpp
context.cpp Miscellaneous small absl removals 5 years ago
nodedb.cpp De-abseil, part 2: mutex, locks, (most) time 5 years ago
nodedb.hpp De-abseil, part 2: mutex, locks, (most) time 5 years ago
pow.cpp Remove all ABSL_ATTRIBUTE_UNUSED uses 5 years ago
pow.hpp
profiling.cpp De-abseil, part 2: mutex, locks, (most) time 5 years ago
profiling.hpp Miscellaneous small absl removals 5 years ago
router_contact.cpp
router_contact.hpp
router_id.cpp
router_id.hpp
router_version.cpp
router_version.hpp
testnet.c