summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | java: adds CustomMessage class (currently not implemented on Packer, Unpacker...frsyuki2010-09-274-0/+147
* | | | cpp: zone: adds msgpack_zone_swap and msgpack::zone::swapfrsyuki2010-09-262-2/+18
* | | | cpp: sbuffer: check initial buffer size != 0frsyuki2010-09-262-5/+9
| |_|/ |/| |
* | | Merge branch 'master' of github.com:msgpack/msgpackfrsyuki2010-09-244-29/+89
|\ \ \
| * | | haskell: fix for empty constructortanakh2010-09-243-38/+42
| * | | haskell: finish template-haskell deriving implementtanakh2010-09-244-19/+75
* | | | java: refactor annotation-utilitiesMuga Nishizawa2010-09-231-12/+16
* | | | java: add several API to annotation-utilitiesMuga Nishizawa2010-09-231-19/+43
* | | | java: refactor annotation-utilities and edit those test programsMuga Nishizawa2010-09-232-65/+134
* | | | java: refactor annotation-utilitiesMuga Nishizawa2010-09-231-467/+205
* | | | java: append a code for generating a messageConvert method to annotation-util...Muga Nishizawa2010-09-232-80/+1045
|/ / /
* | | Merge branch 'master' of git@github.com:msgpack/msgpacktanakh2010-09-2330-188/+1795
|\ \ \
| * | | perl: add tests for 'extra bytes' exceptionsgfx2010-09-221-0/+18
| * | | perl: cleanup PPgfx2010-09-221-30/+24
| * | | perl: add tests for boolean valuesgfx2010-09-221-0/+12
| * | | perl: make scopesgfx2010-09-221-0/+7
| |/ /
| * | Merge branch 'master' of github.com:msgpack/msgpacktokuhirom2010-09-221-6/+6
| |\ \
| | * | perl: modified trivial codes in PP::Unpackermakamaka2010-09-221-4/+4
| | * | modified be unpack_(u)int64 in PPmakamaka2010-09-221-2/+2
| * | | Checking in changes prior to tagging of version 0.26.tokuhirom2010-09-202-1/+5
| |/ /
| * | Merge branch 'master' of github.com:msgpack/msgpacktokuhirom2010-09-201-1/+1
| |\ \
| | * | perl: modified a serious code typo in PPmakamaka2010-09-201-1/+1
| * | | Checking in changes prior to tagging of version 0.25.tokuhirom2010-09-202-1/+5
| * | | Checking in changes prior to tagging of version 0.24.tokuhirom2010-09-201-1/+1
| |/ /
| * | perl: tweaks for Makefile.PLgfx2010-09-191-3/+3
| * | perl: more tests for nil/true/false entitiesgfx2010-09-191-6/+17
| * | Merge branch 'master' of github.com:msgpack/msgpackgfx2010-09-197-0/+1332
| |\ \
| | * \ Merge branch 'master' of github.com:msgpack/msgpackfrsyuki2010-09-1915-88/+178
| | |\ \
| | * \ \ Merge branch 'master' of http://github.com/msgpack/msgpackMuga Nishizawa2010-09-1825-458/+786
| | |\ \ \
| | * | | | change an annotation-utility in Java. it allows users to pack and unpack a L...Muga Nishizawa2010-09-153-312/+498
| | * | | | fixed a bug the program for packing and unpacking byte[] in annotation-utilityMuga Nishizawa2010-09-142-2/+6
| | * | | | fixed several bugs of a verify error within annotation-utilitiesMuga Nishizawa2010-09-142-53/+263
| | * | | | add a new test program for annotation-utilitiesMuga Nishizawa2010-09-142-11/+385
| | * | | | change the version of javassist 3.12.1.GAMuga Nishizawa2010-09-121-7/+8
| | * | | | add annotation utilities for JavaMuga Nishizawa2010-09-1210-510/+545
| | * | | | Merge branch 'master' of http://github.com/msgpack/msgpackMuga Nishizawa2010-09-124-21/+32
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' of http://github.com/msgpack/msgpackMuga Nishizawa2010-09-127-22/+37
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' of git@github.com:muga/msgpackMuga Nishizawa2010-09-110-0/+0
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'master' of http://github.com/msgpack/msgpackMuga Nishizawa2010-09-1030-1232/+1719
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'master' of git@github.com:muga/msgpackMuga Nishizawa2010-09-056-0/+522
| | | |\ \ \ \ \ \ \
| | * | \ \ \ \ \ \ \ Merge branch 'master' of http://github.com/msgpack/msgpackMuga Nishizawa2010-09-1179-1430/+2706
| | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | change the part for creating a new constructor within DynamicCodeGeneratorMuga Nishizawa2010-08-261-23/+20
| | * | | | | | | | | object serialization with reflection and with dynamic code generationMuga Nishizawa2010-08-256-0/+525
| * | | | | | | | | | More testsgfx2010-09-192-2/+11
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | perl: update .gitignore and MANIFEST.SKIPgfx2010-09-192-0/+2
| * | | | | | | | | perl: always unpacking 64 bit ints as a string on 32 bit perlsgfx2010-09-191-16/+6
| * | | | | | | | | perl: fix unpacking int64_t in PP (based on makamaka's patch)gfx2010-09-192-3/+17
| * | | | | | | | | perl: regen READMEgfx2010-09-191-1/+8
| * | | | | | | | | perl: Changelogginggfx2010-09-181-2/+3
| * | | | | | | | | perl: fix bootstrapgfx2010-09-181-2/+2