This commit is contained in:
nik gaffney 2022-08-24 17:42:27 +02:00
parent e1ac269e25
commit 652a10dfe1
Signed by: nik
GPG key ID: 989F5E6EDB478160

View file

@ -24,11 +24,10 @@ or via quicklisp.. .
- data checking and error handling - data checking and error handling
- portable en/decoding of floats -=> ieee754 tests - portable en/decoding of floats -=> ieee754 tests
- doubles and other defacto typetags - doubles and other defacto typetags
- correct en/decoding of timetags
## things to do in :osc-ex[tensions|tras] ## things to do in :osc-ex[tensions|tras]
- liblo like network wrapping - liblo like network wrapping
- add namespace exploration using cl-zeroconf - add namespace exploration using cl-zeroconf
# changes # changes
@ -38,18 +37,20 @@ or via quicklisp.. .
- osc-examples use usocket for portability from @boqs - osc-examples use usocket for portability from @boqs
- 2015-08-25 - 2015-08-25
- support for 64bit ints from Erik Ronström https://github.com/erikronstrom - support for 64bit ints from Erik Ronström https://github.com/erikronstrom
- 2015-08-21
- implement nested bundles from jamieforth https://github.com/jamieforth
- 2011-04-19 - 2011-04-19
- converted repo from darcs->git - converted repo from darcs->git
- 2007-02-20 - 2007-02-20
- version 0.5 - version 0.5
- Allegro CL float en/decoding from vincent akkermans <vincent.akkermans@gmail.com> - Allegro CL float en/decoding from vincent akkermans <vincent.akkermans@gmail.com>
- 2006-02-11 - 2006-02-11
- version 0.4 - version 0.4
- partial timetag implemetation - partial timetag implementation
- 2005-12-05 - 2005-12-05
- version 0.3 - version 0.3
- fixed openmcl float bug (decode-uint32) - fixed openmcl float bug (decode-uint32)
- 2005-11-29 - 2005-11-29
- version 0.2 - version 0.2
- openmcl float en/decoding - openmcl float en/decoding
- 2005-08-12 - 2005-08-12
@ -62,16 +63,16 @@ or via quicklisp.. .
- bundle and blob en/de- coding - bundle and blob en/de- coding
- 2005-03-05 - 2005-03-05
- 'declare' scattering and other optimisations - 'declare' scattering and other optimisations
- 2005-02-08 - 2005-02-08
- in-package'd - in-package'd
- basic dispatcher - basic dispatcher
- 2005-03-01 - 2005-03-01
- fixed address string bug - fixed address string bug
- 2005-01-26 - 2005-01-26
- fixed string handling bug - fixed string handling bug
- 2005-01-24 - 2005-01-24
- sends and receives multiple arguments - sends and receives multiple arguments
- tests in osc-tests.lisp - tests in osc-tests.lisp
- 2004-12-18 - 2004-12-18
- initial version, single args only - initial version, single args only