summaryrefslogtreecommitdiff
path: root/msgpack/unpack_template.h
Commit message (Collapse)AuthorAgeFilesLines
* reverts variable-length stack: avoids memory leakfrsyuki2010-04-221-0/+12
|
* template_execute: fixes embed stackfrsyuki2010-04-171-6/+7
|
* malloc/realloc the stack when its length becomes > MSGPACK_EMBED_STACK_SIZEfrsyuki2010-04-141-3/+30
|
* strict-aliasing rule 2frsyuki2010-02-271-30/+21
|
* strict-aliasing rulefrsyuki2010-01-201-6/+6
|
* add msgpack/sysdep.hfrsyuki2009-12-101-3/+3
|
* msgpack template: macros for compilers that doesn't not support Case Rangesfrsyuki2009-12-101-9/+26
|
* msgpack template: architecture specific endian conversionfrsyuki2009-12-101-3/+3
|
* remove msgpack_unpacker_buffered_size, add msgpack_unpacker_parsed_sizefrsyuki2009-02-261-1/+0
|
* c and c++: rewritten and integratedfrsyuki2009-02-221-13/+13
|
* update pack/unpack routinesfrsyuki2009-02-151-39/+41
| | | | git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@100 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
* lang/c/msgpack: reimplemented C++ binding with template-based static ↵frsyuki2009-02-151-2/+2
| | | | | | resolution design git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@67 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
* lang/c/msgpack: c-macro based templatefrsyuki2009-02-151-0/+360
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@66 5a5092ae-2292-43ba-b2d5-dcab9c1a2731