lokinet/test/util
Jason Rhinelander ac1486d0be Replace absl::optional with optional-lite
Step 1 of removing abseil from lokinet.

For the most part this is a drop-in replacement, but there are also a
few changes here to the JSONRPC layer that were needed to work around
current gcc 10 dev snapshot:

- JSONRPC returns a json now instead of an optional<json>.  It doesn't
  make any sense to have a json rpc call that just closes the connection
  with returning anything.  Invoked functions can return a null (default
  constructed) result now if they don't have anything to return (such a
  null value won't be added as "result").
2020-02-19 18:21:25 -04:00
..
meta Replace absl::optional with optional-lite 2020-02-19 18:21:25 -04:00
metrics Update deprecated gtest macros 2020-02-13 15:15:36 -04:00
thread Replace absl::optional with optional-lite 2020-02-19 18:21:25 -04:00
test_llarp_util_aligned.cpp Disallow AlignedBuffer < 8 bytes; add oddball buffer sizes 2019-12-19 16:17:02 -04:00
test_llarp_util_bencode.cpp Update deprecated gtest macros 2020-02-13 15:15:36 -04:00
test_llarp_util_bits.cpp Update deprecated gtest macros 2020-02-13 15:15:36 -04:00
test_llarp_util_decaying_hashset.cpp add unit test for decaying hash set 2019-12-30 15:52:10 -05:00
test_llarp_util_encode.cpp Fix shadowing warnings 2019-04-26 00:21:19 +01:00
test_llarp_util_log_level.cpp Replace absl::optional with optional-lite 2020-02-19 18:21:25 -04:00
test_llarp_util_printer.cpp Update deprecated gtest macros 2020-02-13 15:15:36 -04:00
test_llarp_utils_str.cpp Revert "Merge pull request #679 from tewinget/revert-config-refactor" 2019-07-06 14:46:25 +01:00