| remove some code duplication and some magic numbers in OSCByteArrayToJavaConverter |
|
More...
|
almost 13 years ago
|
| use slightly more efficient way to convert int to Integer & float to Float |
|
More...
|
almost 13 years ago
|
| get rid of an other magic number in OSCByteArrayToJavaConverter#readTypes() |
|
More...
|
almost 13 years ago
|
| add support for setting a Charset for String->byte[] encoding and byte[]->String decoding |
|
More...
|
almost 13 years ago
|
| get rid of a magic number in OSCByteArrayToJavaConverter#isBundle() |
|
More...
|
almost 13 years ago
|
| fail fast when the user is trying to send null arguments (comes with unit tests) |
|
More...
|
almost 13 years ago
|
| add two new tests in OSCBundleTest, that check special timestamp handling |
|
More...
|
almost 13 years ago
|
| some code reuse in OSCBundleTest |
|
More...
|
almost 13 years ago
|
| add a new OSCMessage encoding test, using no arguments |
|
More...
|
almost 13 years ago
|
| more informative output on failure in OSCMessage encoding tests |
|
More...
|
almost 13 years ago
|
| add 2 new test that check whether the underlying sockets of OSCPort get closed properly |
|
More...
|
almost 13 years ago
|
| wait a bit after OSCPortIn#close(), so the JVM/operating system has time to close the underlying socket [fix] |
|
More...
|
almost 13 years ago
|
| do not override finalize() to close a socket, as the JVM does this automatically |
|
More...
|
almost 13 years ago
|
| add some more testing for ports numbers (mainly checks the default values) |
|
More...
|
almost 13 years ago
|
| OSCMessage#arguments can never be null -> no null-check required |
|
More...
|
almost 13 years ago
|
| properly initialize OSCPacket#isByteArrayComputed |
|
More...
|
almost 13 years ago
|
| use default order of imports |
|
More...
|
almost 13 years ago
|
| Maven: switch to aggregation + (separate) parent style project structure |
|
More...
|
almost 13 years ago
|
| Merge branch 'java5api' |
|
More...
|
almost 13 years ago
|
| [maven-release-plugin] prepare for next development iteration |
|
More...
|
almost 13 years ago
|
| [maven-release-plugin] prepare release javaosc-0.2 |
|
More...
|
almost 13 years ago
|
| Maven: add <tag>HEAD</tag> in the <scm> section |
|
More...
|
almost 13 years ago
|
| Maven: ensure equal versions for all sub-modules on a release |
|
More...
|
almost 13 years ago
|
| Merge branch 'master' into java5api |
|
More...
|
almost 13 years ago
|
| introduce TestOSCListener to prevent some code-duplication |
|
More...
|
almost 13 years ago
|
| add two missing generic specifiers |
|
More...
|
almost 13 years ago
|
| Maven: use latest JUnit |
|
More...
|
almost 13 years ago
|
| README: mention that the library is available on maven |
|
More...
|
almost 13 years ago
|
| Cleanup Test classes |
|
More...
|
almost 13 years ago
|
| remove JavaOSCRunnerUtility |
|
More...
|
almost 13 years ago
|