aboutsummaryrefslogtreecommitdiff
path: root/external/boost/archive/portable_binary_archive.hpp
Commit message (Collapse)AuthorAgeFilesLines
* clang warning fix for #8338Jeffrey Ryan2022-05-271-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
* GCC: Fix -Wstringop-overflow= warningsJeffrey Ryan2022-05-161-0/+3
| | | | Resolves #8320
* boost: update obsolete usage of endian APImoneromooo-monero2019-07-091-1/+1
|
* portable serializer: use signed char for sizekenshi842017-01-071-1/+4
|
* moved boost cpp into hpp since they're supposed to be header onlykenshi842016-12-201-0/+2
|
* added experimental boost::archive::portable_binary_{i|o}archivekenshi842016-12-161-0/+50