aboutsummaryrefslogtreecommitdiff
path: root/src/test/serialize_tests.cpp
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-24scripted-diff: Remove trailing whitespacesJoão Barbosa
2018-04-11tests: Avoid copies of CTransactionMarcoFalke
2018-04-11test: Fix sign for expected valuesKarl-Johan Alm
2018-03-21Add native support for serializing char arrays without FLATDATAPieter Wuille
2018-03-15Add static_assert to prevent VARINT(<signed value>)Russell Yanofsky
2018-03-13Merge READWRITEMANY into READWRITEPieter Wuille
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-01-27[trivial] Fix typos in commentspracticalswift
2017-01-05Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke
2017-01-02Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-02Make CTransaction actually immutablePieter Wuille
2016-11-07Get rid of nType and nVersionPieter Wuille
2016-11-03serialization: teach serializers variadicsCory Fields
2016-04-09tests: add varints_bitpatterns testWladimir J. van der Laan
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-03-12tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan
2015-03-06Add serialize float/double testsWladimir J. van der Laan
2015-03-06src/serialize.h: base serialization level endianness neutralityWladimir J. van der Laan
2014-12-16Remove references to X11 licenceMichael Ford
2014-10-22boost: split stream classes out of serialize.hCory Fields
2014-03-18Add licenses for tests and test dataWladimir J. van der Laan
2013-12-16Improve unit test code not to compare with explanatory messages for each plat...Kangmo
2013-12-15Fix unit test error on OSX 10.9 using Apple LLVM v5.0.Kangmo
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-10-29Bug fix: CDataStream::GetAndClear() when nReadPos > 0Gavin Andresen
2013-08-09Reject non-canonically-encoded sizesGavin Andresen
2013-04-03Fix signed/unsigned comparison warningsGavin Andresen
2012-10-20Compact serialization for variable-length integersPieter Wuille