aboutsummaryrefslogtreecommitdiff
path: root/external/boost/archive/portable_binary_archive.hpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-05-27clang warning fix for #8338Jeffrey Ryan1-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-16GCC: Fix -Wstringop-overflow= warningsJeffrey Ryan1-0/+3
Resolves #8320
2019-07-09boost: update obsolete usage of endian APImoneromooo-monero1-1/+1
2017-01-07portable serializer: use signed char for sizekenshi841-1/+4
2016-12-20moved boost cpp into hpp since they're supposed to be header onlykenshi841-0/+2
2016-12-16added experimental boost::archive::portable_binary_{i|o}archivekenshi841-0/+50