wownero/external
moneromooo-monero c1fa4a7f8c
boost: fix little/big endian compatibility
When no little/big endian flag is given to the writer, it stores
data in host endianness. When loading, if no flag is set, it also
assumes host endianness. This works as long as the loading and
writing are done on machines with the same endianness.

We change this to default to little endian when saving. This will
cause the loader to see the little endian flag, and swap endianness
when loading on a big endian machine. Similarly, writing on a big
endian machine will swap on save, and a little endian machine will
load little endian data.
2019-09-04 14:54:00 +00:00
..
boost/archive boost: fix little/big endian compatibility 2019-09-04 14:54:00 +00:00
db_drivers Define _WANT_SEMUN for FreeBSD to ensure `union semun` is defined 2019-07-27 20:39:50 +01:00
easylogging++ easylogging++: weed out most calls to allowed without locking 2019-08-19 14:52:14 +00:00
miniupnp@4c700e0952 miniupnpc: update to build on BSD 2019-06-08 18:38:51 +00:00
rapidjson@129d19ba7f Build: bump rapidjson to 129d19b 2018-07-06 21:35:39 +00:00
trezor-common@31a0073c62 device: show address on device display 2019-06-17 16:49:04 +02:00
unbound@0f6c0579d6 unbound: update to get the redefinition fix 2019-02-24 13:20:03 +00:00
CMakeLists.txt Update 2019 copyright 2019-03-05 22:05:34 +01:00