Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-27 | clang warning fix for #8338 | Jeffrey Ryan | 1 | -0/+4 | |
Unlike some other warnings, clang does not have a `stringop-overflow` group so it doesn't recognize the `#pragma GCC ...` directive in #8338 | |||||
2022-05-16 | GCC: Fix -Wstringop-overflow= warnings | Jeffrey Ryan | 1 | -0/+3 | |
Resolves #8320 | |||||
2019-07-09 | boost: update obsolete usage of endian API | moneromooo-monero | 1 | -1/+1 | |
2017-01-07 | portable serializer: use signed char for size | kenshi84 | 1 | -1/+4 | |
2016-12-20 | moved boost cpp into hpp since they're supposed to be header only | kenshi84 | 1 | -0/+2 | |
2016-12-16 | added experimental boost::archive::portable_binary_{i|o}archive | kenshi84 | 1 | -0/+50 | |