summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* cpp: zone::push_finalizer supports std::auto_ptr<T>frsyuki2009-12-161-0/+13
* msgpack template: architecture specific endian conversionfrsyuki2009-12-102-3/+1
* cpp: add missing type::tuple::tuple(object o)frsyuki2009-10-091-0/+2
* cpp: preprocess.sh: more verbosefrsyuki2009-10-051-2/+8
* cpp: add tests for stream unpacker apiKazuki Ohta2009-09-121-0/+120
* cpp: define, type::tuple: GENERATION_LIMIT = 31frsyuki2009-09-102-2/+2
* c++: add vrefbuffer testKazuki Ohta2009-09-041-0/+106
* cpp: test.cpp: fixes EXPECT_EQ rulefrsyuki2009-08-261-18/+18
* C: more strict tests for float, doubleKazuki Ohta2009-08-261-9/+132
* C: add test for mapKazuki Ohta2009-08-261-11/+430
* fix buildKazuki Ohta2009-08-251-3/+3
* add c/test.cpp cpp/test.cppfrsyuki2009-08-252-190/+21
* fix cpp/preprocess.shfrsyuki2009-08-251-1/+1
* cpp: add missing preprocess.sh filefrsyuki2009-08-191-0/+11
* cpp: preprocess eruby templates on ./bootstrap; released package doesn't requ...frsyuki2009-08-191-25/+0
* cpp-0.3.7frsyuki2009-08-191-1/+0
* cpp: fix overflow check for minimum number of signed integer typefrsyuki2009-08-191-1/+1
* c++: fix object >> std::stringfrsyuki2009-08-103-5/+2
* c++: fix type.hppfrsyuki2009-08-102-0/+2
* c++: rebuild type/*.hppfrsyuki2009-08-1011-37/+177
* c++: add std::pair and std::set serializerfrsyuki2009-08-104-0/+111
* c++: fix Makefile.amfrsyuki2009-08-101-1/+1
* cpp: fix msgpack::type::make_define()frsyuki2009-08-071-4/+1
* cpp: add missing msgpack::type::make_tuple()frsyuki2009-08-071-14/+12
* fix Makefile.amfrsyuki2009-08-071-0/+2
* cpp: msgpack::define is obsoletefrsyuki2009-08-062-1/+1
* cpp: add msgpack::type::definefrsyuki2009-08-063-1/+109
* fix missing tuple<>::value_typefrsyuki2009-08-061-0/+1
* operator>> (object, std::vector<T>): return reference; don't copyfrsyuki2009-08-061-1/+1
* perl packagefrsyuki2009-06-241-0/+1
* add msgpack_vrefbuffer, msgpack::vrefbufferfrsyuki2009-06-073-0/+96
* Merge branch 'master' of frsyuki@git.sourceforge.jp:/gitroot/msgpack/msgpackfrsyuki2009-06-071-5/+5
|\
| * cpp: fix map<K, V> converterfrsyuki2009-06-031-5/+5
* | cpp: constfrsyuki2009-05-131-11/+11
|/
* zone::basefrsyuki2009-03-011-6/+8
* zone::push_finalizer reverts memory allocation on exceptionfrsyuki2009-03-011-3/+20
* fix packaging problemfrsyuki2009-03-011-5/+5
* msgpack_zone_clear, msgpack::zone::clearfrsyuki2009-03-012-0/+15
* fix unpackerfrsyuki2009-03-012-36/+32
* msgpack::pack is not obsoletefrsyuki2009-03-012-10/+7
* msgpack::sbuffer::data() constfrsyuki2009-03-011-0/+6
* c: msgpack_sbuffer; cpp: msgpack::sbufferfrsyuki2009-03-012-28/+45
* add NOTICE filefrsyuki2009-02-261-2/+0
* add msgpack_unpacker_message_sizefrsyuki2009-02-261-3/+9
* remove msgpack_unpacker_buffered_size, add msgpack_unpacker_parsed_sizefrsyuki2009-02-261-8/+8
* c: msgpack_unpacker_buffered_size; c++: unpacker::buffered_sizefrsyuki2009-02-251-0/+9
* fix msgpack::unpack_returnfrsyuki2009-02-252-8/+12
* c: msgpack_pack_objectfrsyuki2009-02-243-15/+19
* type conversion operator msgpack_object <-> msgpack::objectfrsyuki2009-02-222-2/+25
* c and c++: rewritten and integratedfrsyuki2009-02-2220-608/+162