Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-04 | boost: fix little/big endian compatibility | moneromooo-monero | 2 | -2/+4 | |
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-07-09 | boost: update obsolete usage of endian API | moneromooo-monero | 3 | -6/+6 | |
2017-08-21 | Silence stupid fallthru warning in gcc 7 | Howard Chu | 1 | -5/+10 | |
2017-01-08 | Merge pull request #1531 | Riccardo Spagni | 3 | -4/+7 | |
9d1d3a45 portable serializer: use signed char for size (kenshi84) | |||||
2017-01-08 | Merge pull request #1515 | Riccardo Spagni | 2 | -0/+7 | |
ada7c7da portable serializer: tests added (kenshi84) f390a0e2 portable serializer: make signerd/unsigned tx portable, ignore archive version checking (kenshi84) | |||||
2017-01-07 | portable serializer: use signed char for size | kenshi84 | 3 | -4/+7 | |
2017-01-02 | portable serializer: make signerd/unsigned tx portable, ignore archive ↵ | kenshi84 | 2 | -0/+7 | |
version checking | |||||
2016-12-23 | Fix multiple definition clash on ARMv7 build | Howard Chu | 2 | -10/+10 | |
Broken by d1d6e27ab661f71d90fb6530db84d5a2b92550a8 | |||||
2016-12-21 | account for API difference between 1.58 & 1.59 | kenshi84 | 2 | -0/+47 | |
2016-12-20 | moved boost cpp into hpp since they're supposed to be header only | kenshi84 | 6 | -272/+234 | |
2016-12-16 | added experimental boost::archive::portable_binary_{i|o}archive | kenshi84 | 6 | -0/+724 | |