lokinet/llarp/util
Jason Rhinelander 3be7eb789b Endian defines fix for macOS
It seems `__BYTE_ORDER`/`__LITTLE_ENDIAN`/`__BIG_ENDIAN` aren't defined
on macOS, so `if __BYTE_ORDER == __BIG_ENDIAN` was true which made macOS
take the big endian path *twice* (which cancelled out the big endian
conversion).

This makes util/endian.hpp define __LITTLE_ENDIAN__ or __BIG_ENDIAN__
everywhere, and errors if it can't be set.
2020-02-07 03:29:50 -04:00
..
logging initial wack at 0.7.0 dht fixes 2020-01-27 11:54:51 -05:00
meta Move thread stuff to subdirectory 2019-09-03 20:52:28 +01:00
metrics Move thread stuff to subdirectory 2019-09-03 20:52:28 +01:00
thread fix unit tests 2019-12-19 10:25:52 -05:00
aligned.cpp
aligned.hpp make format 2019-12-22 09:16:28 -05:00
bencode.cpp use correct format string 2019-12-07 15:05:07 -05:00
bencode.h Make format 2019-12-06 10:13:09 -07:00
bencode.hpp add bootstrap list functionality and utility 2019-12-06 12:32:46 -05:00
bits.cpp
bits.hpp tracy lock contention testing and other fun things 2019-09-03 11:56:56 -04:00
buffer.cpp
buffer.hpp
codel.cpp
codel.hpp Move thread stuff to subdirectory 2019-09-03 20:52:28 +01:00
common.cpp
common.hpp
compare_ptr.hpp
copy_or_nullptr.hpp
decaying_hashset.cpp add unit test for decaying hash set 2019-12-30 15:52:10 -05:00
decaying_hashset.hpp initial wack at 0.7.0 dht fixes 2020-01-27 11:54:51 -05:00
encode.cpp
encode.hpp
endian.cpp
endian.hpp Endian defines fix for macOS 2020-02-07 03:29:50 -04:00
fs.cpp Move logging to subdirectory 2019-09-03 20:52:27 +01:00
fs.hpp Replace cppbackport with ghc-filesystem 2019-12-06 20:41:22 -04:00
json.cpp allow multiple calls to FeedData 2019-12-15 12:01:29 -05:00
json.hpp
lokinet_init.c fix error msg 2019-12-01 19:01:58 -06:00
lokinet_init.h crash on wine, we support linux, ucb_unix, svr4 2019-12-01 19:01:40 -06:00
mem.cpp
mem.h
mem.hpp
printer.cpp
printer.hpp Move meta programming to subdirectory 2019-09-03 20:52:28 +01:00
status.cpp
status.hpp
stopwatch.cpp
stopwatch.hpp
str.cpp
str.hpp
string_view.cpp
string_view.hpp always use absl for string_view 2019-10-02 11:35:20 -04:00
time.cpp use static initialization for started times 2020-01-23 12:14:26 -05:00
time.hpp initial wack at 0.7.0 dht fixes 2020-01-27 11:54:51 -05:00
types.cpp
types.hpp