| cleanup bundle time-stamp handling: no more `null` values allowed |
|
More...
|
about 11 years ago
|
| add `OSCImpulse#toString()` -> "I" |
|
More...
|
about 11 years ago
|
| improve two class doc comments [minor] |
|
More...
|
about 11 years ago
|
| replace `OSCPortIn.addListener` -> `OSCPortIn#getDispatcher().addListener` |
|
More...
|
about 11 years ago
|
| improve some class comments [minor] |
|
More...
|
about 11 years ago
|
| remove deprecated method `OSCParser#convert(byte[] bytes, int bytesLength)` |
|
More...
|
about 11 years ago
|
| mark `OSCSerializer#write(Object)` as `private` |
|
More...
|
about 11 years ago
|
| OSCSerializerTest: remove unused private method [nlc] [test] |
|
More...
|
about 11 years ago
|
| wrap input as read-only ByteBuffer for parsing |
|
More...
|
about 11 years ago
|
| OSCSerializer#writeType(Object): fix documentation and other comments |
|
More...
|
about 11 years ago
|
| PMD: do not check for maximum number of methods |
|
More...
|
about 11 years ago
|
| replace '[' and ']' literals with two constants |
|
More...
|
about 11 years ago
|
| OSCParser: introduce the TYPES_VALUES_SEPARATOR constant |
|
More...
|
about 11 years ago
|
| serializer: use OSCParser.TYPES_VALUES_SEPARATOR instead of literal ',' |
|
More...
|
about 11 years ago
|
| serializer: remove obsolete comment [minor] |
|
More...
|
about 11 years ago
|
| serializer: make class doc a bit more precise [minor] |
|
More...
|
about 11 years ago
|
| OSCMessageTest: simplify a bit [test] |
|
More...
|
about 11 years ago
|
| use a single parser per received bundle |
|
More...
|
about 11 years ago
|
| parser: use charset getter instead of field, internally |
|
More...
|
about 11 years ago
|
| OSCParserTest: split unsigned integer tests into separate functions [test] |
|
More...
|
about 11 years ago
|
| reformat to obey max line-length 80 [test] [minor] |
|
More...
|
about 11 years ago
|
| refactor serializer tests [test] |
|
More...
|
about 11 years ago
|
| split Date argument testing into separate functions and activate fail-testing [test] |
|
More...
|
about 11 years ago
|
| fix spelling and visibility of OSCReparserTest#reparseSingleBlobArgument() [test] |
|
More...
|
about 11 years ago
|
| split Blob argument testing into separate functions [test] |
|
More...
|
about 11 years ago
|
| refactor OSCReparserTest#testArgumentBlob() for more modularity [test] |
|
More...
|
about 11 years ago
|
| split Double argument testing into separate functions [test] |
|
More...
|
about 11 years ago
|
| split Float argument testing into separate functions [test] |
|
More...
|
about 11 years ago
|
| split Integer argument testing into separate functions [test] |
|
More...
|
about 11 years ago
|
| split Long argument testing into separate functions [test] |
|
More...
|
about 11 years ago
|