Commit Graph

9 Commits

Author SHA1 Message Date
Shane Grant
e2d07a1670 Added unit tests for complex and bitset
Made all template functions for the various types inline
2013-06-16 11:31:59 -07:00
Randolph Voorhies
70225c8e31 Merge branch 'master' of git.r-c-v.com:rand/cereal
Conflicts:
	binary_archive/array.hpp
	binary_archive/forward_list.hpp
2013-06-14 13:46:20 -07:00
Shane Grant
e9d277025f const_cast for save(), seeking for binary_oarchive
Using const cast to get rid of having two versions of save (changed vector and array so far)

Initial implementation of seeking to allow saving and restoring position within a binary archive
2013-06-14 12:17:21 -07:00
Randolph Voorhies
d060da918c Added list unit tests 2013-06-13 18:45:33 -07:00
Randolph Voorhies
010252c1d7 Fixed serialization error in vector, added tests 2013-06-13 18:26:29 -07:00
Laurent Itti
58abf1d2b9 std::shared_ptr works with pointer tracking 2013-06-13 15:54:08 -07:00
Randolph Voorhies
e11edef4c8 Made a special case for arithmetic vectors 2013-06-13 13:29:37 -07:00
Shane Grant
97304f8272 working on pointer support 2013-06-13 12:17:59 -07:00
Shane Grant
4d56ae215b Moving things around into folders; starting to add individual files for support for various standard library things.
Pointers will take some careful thought
2013-06-13 11:31:55 -07:00