summaryrefslogtreecommitdiff
path: root/java/src/test
Commit message (Expand)AuthorAgeFilesLines
* java: adds templates for primitive typesfrsyuki2010-09-271-1/+1
* java: adds ReflectionPacker and ReflectionTemplatefrsyuki2010-09-271-0/+46
* java: refactor annotation-utilities and edit those test programsMuga Nishizawa2010-09-231-12/+5
* java: append a code for generating a messageConvert method to annotation-util...Muga Nishizawa2010-09-231-7/+236
* change an annotation-utility in Java. it allows users to pack and unpack a L...Muga Nishizawa2010-09-151-12/+93
* fixed a bug the program for packing and unpacking byte[] in annotation-utilityMuga Nishizawa2010-09-141-1/+4
* fixed several bugs of a verify error within annotation-utilitiesMuga Nishizawa2010-09-141-18/+132
* add a new test program for annotation-utilitiesMuga Nishizawa2010-09-141-0/+280
* cpp: updates README.mdfrsyuki2010-08-291-3/+1
* java: adds TestMessageUnpackable testfrsyuki2010-08-212-0/+84
* java: adds Unpacker.unpackBigInteger()frsyuki2010-08-191-0/+24
* java: NilType::create() returns NilType's one and only instancefrsyuki2010-08-191-1/+1
* java: updates TestDirectConversionfrsyuki2010-08-193-187/+296
* java: adds Packer.pack(<primitive types>)frsyuki2010-08-181-4/+20
* java: supports packing/unpacking of BigInteger less than 0xfffffffffffffffffrsyuki2010-08-181-0/+27
* java: fixes cross-language test casefrsyuki2010-08-181-8/+2
* java: adds cross-language test casefrsyuki2010-08-184-0/+47
* java: adds ObjectEquals testfrsyuki2010-08-181-0/+96
* java: uses MessagePackObject instead of Object for type of deserialized objectsfrsyuki2010-08-181-236/+219
* java: added testcases for empty array and empty mapKazuki Ohta2010-05-231-0/+6
* java: fix direct conversion APIfrsyuki2010-05-201-24/+18
* java: redesignfrsyuki2010-05-202-1/+155
* moved src and test codes to src/{main,test}/javaTaro L. Saito2010-04-192-0/+252