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/test/util
Stephen Shelton 9d71228e74
Replace config visit pattern with explicit lookups
This is an initial pass at doing explicit value checks when handling
config parsing, as opposed to using a visiting pattern. The latter
made it difficult to check for conditions such as missing required
values, multiple values, etc.

It was also generally less readable (think declarative) which further
made it difficult to get a grasp for what our actual configuration file
requirements were.
5 years ago
..
meta Vastly simplified llarp::util::memFn 5 years ago
thread De-abseil, part 2: mutex, locks, (most) time 5 years ago
test_llarp_util_aligned.cpp Disallow AlignedBuffer < 8 bytes; add oddball buffer sizes 5 years ago
test_llarp_util_bencode.cpp Update deprecated gtest macros 5 years ago
test_llarp_util_bits.cpp Add gcc5 workaround for catch2 GENERATE(table 5 years ago
test_llarp_util_decaying_hashset.cpp remove Time_t, add operator overload for printing llarp_time_t and add to_json function for serializing llarp_time_t to json 5 years ago
test_llarp_util_encode.cpp Fix shadowing warnings 6 years ago
test_llarp_util_log_level.cpp Replace config visit pattern with explicit lookups 5 years ago
test_llarp_util_printer.cpp Final abseil purge 5 years ago
test_llarp_util_str.cpp Fix string_view C++17 compatibility 5 years ago