summaryrefslogtreecommitdiff
path: root/msgpack/unpack_template.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '0.2-maint' (fix #39)INADA Naoki2012-12-221-1/+1
|\
| * Check return value of _end functions.INADA Naoki2012-12-221-3/+3
* | segfault fixed when data is unpacked using `list_hook`,Alexei Romanoff2012-10-121-1/+1
* | A segfault fixed in the issue https://github.com/msgpack/msgpack-python/issue...Alexei Romanoff2012-10-121-1/+1
* | Merge remote-tracking branch 'jnothman/read_size_cpp'INADA Naoki2012-10-011-8/+76
|\ \ | |/ |/|
| * read_array/map_header functionalityJoel Nothman2012-09-251-0/+63
| * Use C++ function templating for skip()/construct()Joel Nothman2012-09-251-8/+13
* | Implement object_pairs_hookJoel Nothman2012-09-231-1/+1
|/
* clean some cython code.INADA Naoki2012-09-231-1/+1
* A first implementation of Unpacker.skip()Joel Nothman2012-09-221-10/+14
* Fix new version of msgpack.INADA Naoki2012-06-261-5/+12
* Update msgpack version.INADA Naoki2012-06-261-50/+77
* Fix compile error on MSVC. (davidgaleano)INADA Naoki2011-12-251-2/+3
* Add list_hook option to unpacker.INADA Naoki2010-10-261-1/+2
* Add `object_hook` option to unpack and `default` option to pack.INADA Naoki2010-10-261-0/+1
* Update new headers.Naoki INADA2009-12-171-12/+29
* Reduce memory footprint.Naoki INADA2009-06-241-2/+5
* Remove duplicated values.Naoki INADA2009-06-241-0/+363