summaryrefslogtreecommitdiff
path: root/msgpack/unpack_template.h
Commit message (Collapse)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
| | | | | | | | | | this bug is a twin to #28. Unit-test is also attached.
* | A segfault fixed in the issue ↵Alexei Romanoff2012-10-121-1/+1
| | | | | | | | https://github.com/msgpack/msgpack-python/issues/28
* | Merge remote-tracking branch 'jnothman/read_size_cpp'INADA Naoki2012-10-011-8/+76
|\ \ | |/ |/| | | | | | | Conflicts: msgpack/_msgpack.pyx setup.py
| * 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
| | | | (see simplejson for how to use).
* 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