summaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* changed the src/test folderTaro L. Saito2010-04-201-3/+3
|
* add READMETaro L. Saito2010-04-191-0/+28
|
* removed unnecessary settingsTaro L. Saito2010-04-192-18/+10
|
* moved src and test codes to src/{main,test}/javaTaro L. Saito2010-04-1932-0/+0
|
* added pom.xmlTaro L. Saito2010-04-194-0/+150
|
* java: add javadoc,javadoc-jar,pom,dist,mvn-install,mvn-deploy ANT tasks.Kazuki Ohta2010-04-182-4/+125
| | | | | Now maven2 repository for msgpack is created at the following URL. - http://msgpack.sourceforge.net/maven2/
* java: add tests for array and mapKazuki Ohta2010-04-171-0/+69
|
* java: skip building jar file for the faster testingKazuki Ohta2010-04-172-21/+8
|
* java: add tests for float, double, nil, boolean, stringKazuki Ohta2010-04-171-10/+130
|
* java: add TestPackUnpack for intKazuki Ohta2010-04-172-2/+58
|
* introduce JUnit framework for testing.Kazuki Ohta2010-04-173-17/+220
|
* fix: org.msgpack.impl.UnpackerImpl.java CS_MAP_16 deserialize bug(line.388)moaikids2010-04-012-2/+1
|
* fix: CS_MAP_16 deserialize bug(line.388)moaikids2010-04-011-1/+1
|
* import MessagePack for Javafrsyuki2010-01-0840-0/+4636