summaryrefslogtreecommitdiff
path: root/cpp/zone.hpp.erb
Commit message (Expand)AuthorAgeFilesLines
* cpp: zone::push_finalizer supports std::auto_ptr<T>frsyuki2009-12-161-0/+13
* add msgpack_vrefbuffer, msgpack::vrefbufferfrsyuki2009-06-071-0/+10
* zone::basefrsyuki2009-03-011-6/+8
* zone::push_finalizer reverts memory allocation on exceptionfrsyuki2009-03-011-3/+20
* msgpack_zone_clear, msgpack::zone::clearfrsyuki2009-03-011-0/+7
* c: msgpack_sbuffer; cpp: msgpack::sbufferfrsyuki2009-03-011-1/+0
* c and c++: rewritten and integratedfrsyuki2009-02-221-30/+29
* update pack/unpack routinesfrsyuki2009-02-151-1/+1
* c++ binding: improve msgpack::zone, zero-copy stream deserializerfrsyuki2009-02-151-0/+103
* lang/c/msgpack: reimplemented C++ binding with template-based static resoluti...frsyuki2009-02-151-202/+0
* lang/c/msgpack: fix typesfrsyuki2009-02-151-8/+20
* lang/c/msgpack: optimize zone::alloc()frsyuki2009-02-151-15/+25
* lang/c/msgpack: added license notificationsfrsyuki2009-02-151-0/+17
* lang/c/msgpack: C++ binding: enlarged chunk size of zonefrsyuki2009-02-151-6/+5
* lang/c/msgpack: C++ binding: implemented built-in buffer.frsyuki2009-02-151-12/+53
* lang/c/msgpack: added C++ bindingfrsyuki2009-02-151-0/+123