A C++11 library for serialization
Go to file
2013-07-06 15:58:21 -07:00
doc adding doxygen generation 2013-07-04 23:43:46 -07:00
include/cereal Merge branch 'master' of git.r-c-v.com:rand/cereal 2013-07-06 15:58:21 -07:00
.gitignore adding doxygen generation 2013-07-04 23:43:46 -07:00
LICENSE Took comments out of LICENSE 2013-06-17 15:51:19 -07:00
Makefile adding doxygen generation 2013-07-04 23:43:46 -07:00
performance.cpp Added make_nvp<Archive> to elide unnecessary names 2013-07-03 18:57:42 -07:00
renameincludes.sh Added renameincludes script 2013-07-01 15:25:29 -07:00
sandbox_json.cpp Basic JSON saving works 2013-07-03 16:37:47 -07:00
sandbox_rtti.cpp Fixed small bug with xml output for unique_ptr, uint8_t was being serialized as a character, now serialized as a number 2013-07-04 18:13:40 -07:00
sandbox.cpp fixes a memory issue with rapidxml, we need to make sure that input streams are null terminated (C++ api yeah right!) 2013-07-06 15:52:39 -07:00
unittests.cpp fixes a memory issue with rapidxml, we need to make sure that input streams are null terminated (C++ api yeah right!) 2013-07-06 15:52:39 -07:00