Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-04 | moved deprecation message from _new to _setup so that people don't get ↵ | Hans-Christoph Steiner | |
flooded with deprecation messages; cleaned up message formatting svn path=/trunk/externals/OSCx/; revision=13588 | |||
2010-04-21 | added loads of "deprecated" notices | IOhannes m zmölnig | |
svn path=/trunk/externals/OSCx/; revision=13459 | |||
2010-01-23 | made explicit error about needing a portnumber, and documented it | Hans-Christoph Steiner | |
svn path=/trunk/externals/OSCx/; revision=13084 | |||
2009-12-27 | following up on bug report #2921689, fixed a bunch of 'implicit declaration ↵ | Hans-Christoph Steiner | |
of function' warnings, which could cause problems on 64-bit svn path=/trunk/externals/OSCx/; revision=12846 | |||
2009-10-26 | added pd/src as path for -lpd for new build system | Hans-Christoph Steiner | |
svn path=/trunk/externals/OSCx/; revision=12680 | |||
2009-10-25 | switch -export_dynamic to the actual current flag --export-dynamic | Hans-Christoph Steiner | |
svn path=/trunk/externals/OSCx/; revision=12671 | |||
2009-09-22 | on MinGW, made it also look in pd/src for pd.dll/-lpd | Hans-Christoph Steiner | |
svn path=/trunk/externals/OSCx/; revision=12424 | |||
2008-03-11 | added -fPIC and changed wildcard to support 64-bit builds on GNU/Linux | Hans-Christoph Steiner | |
svn path=/trunk/externals/OSCx/; revision=9568 | |||
2007-06-14 | checked in patch from tracker 1656382 to fix TTL for non-multicast | Hans-Christoph Steiner | |
svn path=/trunk/externals/OSCx/; revision=7777 | |||
2007-06-14 | checked in patch from tracker 1667928 to fix multicast porting binding bug | Hans-Christoph Steiner | |
svn path=/trunk/externals/OSCx/; revision=7776 | |||
2007-06-14 | checked in patch from tracker 1668080 to fix bang crasher bug | Hans-Christoph Steiner | |
svn path=/trunk/externals/OSCx/; revision=7775 | |||
2007-01-17 | checked in Stephen Sinclair's MinGW fix, patch 1629160 | Hans-Christoph Steiner | |
svn path=/trunk/externals/OSCx/; revision=7361 | |||
2007-01-02 | committed patch 1612910 to add multicast support to the OSCx objects. I took | Hans-Christoph Steiner | |
out the changes to configure.ac since it broke the Pd-extended build stuff. svn path=/trunk/externals/OSCx/; revision=7120 | |||
2006-10-19 | fixed up to hopefully build on MinGW gcc 3.4.5 since currently it crashes ↵ | Hans-Christoph Steiner | |
gcc. I have to say this code is ugly, so its hard to blame gcc. Too many peole just doing quick fixes, and no one caring... I am also guilty as charged. But I did take a moment to remove some warnings svn path=/trunk/externals/OSCx/; revision=6142 | |||
2006-04-12 | applied patch [ 1446663 ] in order to use typed list-elements instead of | IOhannes m zmölnig | |
reparsing the send-string (up till now the list to send was converted to a string and this string was then converted into an OSC-message; this prevented us from sending of a symbol "12" (instead it became a float 12) svn path=/trunk/externals/OSCx/; revision=4885 | |||
2006-03-13 | updated to be more tolerant of Windows/MinGW build vagaries | Hans-Christoph Steiner | |
svn path=/trunk/externals/OSCx/; revision=4702 | |||
2006-01-16 | a bunch of things to get the OSCx objects compiling to complete without ↵ | Hans-Christoph Steiner | |
error on MinGW. Moved the building of the OSC library to the 'lib' target. Move the building of the command utils to the 'utils' target. Neither 'lib' nor 'utils' are built with 'all', but they are built with 'install'. Copied externals/OSCx/src/htmsocket.c to externals/OSCx/send+dump/htmsocket.c since they seem to be the same file, but the send+dump one was out of date. svn path=/trunk/externals/OSCx/; revision=4420 | |||
2006-01-16 | made the building of the OSC.pd_ext library optional, with its own 'lib' ↵ | Hans-Christoph Steiner | |
target. The lib doesn't build on MinGW, so this makes everything the same on all Pd-extended platforms. Plus the lib isn't really needed anyway. svn path=/trunk/externals/OSCx/; revision=4418 | |||
2005-12-19 | fixed up OSC for MinGW, doesn't compile the OSC.dll lib, but the individual ↵ | Hans-Christoph Steiner | |
objects compile fine svn path=/trunk/externals/OSCx/; revision=4255 | |||
2005-08-30 | changes by piotr majdak | Georg Holzmann | |
svn path=/trunk/externals/OSCx/; revision=3464 | |||
2005-06-28 | Added back a test against "/*" which will strip off the first element in a | Frank Barknecht | |
OSC-message. svn path=/trunk/externals/OSCx/; revision=3265 | |||
2005-06-20 | moving docs out of 5.reference, adding ann | carmen rocco | |
svn path=/trunk/externals/OSCx/; revision=3223 | |||
2005-05-02 | merely adding -Wall and -Wno-unused fixes the 64bit 'float is 0.0' problem. ↵ | carmen rocco | |
go figure... svn path=/trunk/externals/OSCx/; revision=2867 | |||
2005-04-14 | OSCx | carmen rocco | |
svn path=/trunk/externals/OSCx/; revision=2765 | |||
2004-08-19 | changed offending cnmat licences to current ones (2) | jdl | |
svn path=/trunk/externals/OSCx/; revision=1962 | |||
2004-08-19 | changed offending cnmat licences to current one | jdl | |
svn path=/trunk/externals/OSCx/; revision=1961 | |||
2004-08-18 | fixed prefix setting via configure | jdl | |
svn path=/trunk/externals/OSCx/; revision=1960 | |||
2004-08-18 | fixed wrong pd_suffix in install target | jdl | |
svn path=/trunk/externals/OSCx/; revision=1959 | |||
2004-04-07 | added files from OSC-Kit 1.0 in order to get updated free license; added GPL ↵ | Hans-Christoph Steiner | |
to my modifications svn path=/trunk/externals/OSCx/; revision=1556 | |||
2004-04-05 | removed OSC.dll since build system will build a new one | Hans-Christoph Steiner | |
svn path=/trunk/externals/OSCx/; revision=1551 | |||
2004-04-05 | made unified autoconf build, should work with MinGW also | Hans-Christoph Steiner | |
svn path=/trunk/externals/OSCx/; revision=1550 | |||
2004-04-04 | cleaned up build system, especially for Darwin/MacOS X | Hans-Christoph Steiner | |
svn path=/trunk/externals/OSCx/; revision=1549 | |||
2004-03-29 | cleaned up OSC help and added reference to OSC-help.pd | Hans-Christoph Steiner | |
svn path=/trunk/externals/OSCx/; revision=1500 | |||
2004-03-26 | dummy add | jdl | |
svn path=/trunk/externals/OSCx/; revision=1483 | |||
2004-03-10 | updated readme .. | jdl | |
svn path=/trunk/externals/OSCx/; revision=1405 | |||
2004-03-10 | all files moved to src folder | jdl | |
svn path=/trunk/externals/OSCx/; revision=1404 | |||
2004-03-10 | added configure | jdl | |
svn path=/trunk/externals/OSCx/; revision=1403 | |||
2004-03-10 | changed to single external style ... | jdl | |
svn path=/trunk/externals/OSCx/; revision=1400 | |||
2004-03-10 | changed to single external style ... | jdl | |
svn path=/trunk/externals/OSCx/; revision=1399 | |||
2004-02-13 | OSX stuff | jdl | |
svn path=/trunk/externals/OSCx/; revision=1320 | |||
2004-02-13 | fixed some OSX stuff | jdl | |
svn path=/trunk/externals/OSCx/; revision=1319 | |||
2004-02-06 | remvoed rpc.h | jdl | |
svn path=/trunk/externals/OSCx/; revision=1313 | |||
2004-02-06 | unknown changes | jdl | |
svn path=/trunk/externals/OSCx/; revision=1312 | |||
2004-01-20 | added ben's fix for ARFLAGS .. | jdl | |
svn path=/trunk/externals/OSCx/; revision=1275 | |||
2004-01-20 | MACOSX needs sys/types.h included ... | jdl | |
svn path=/trunk/externals/OSCx/; revision=1274 | |||
2004-01-20 | now dumpOSC.c compiles something for OSX too | jdl | |
svn path=/trunk/externals/OSCx/; revision=1273 | |||
2003-12-19 | Added Martin Peach's bugfix for sending negative integers. | Frank Barknecht | |
svn path=/trunk/externals/OSCx/; revision=1227 | |||
2003-07-30 | added fPIC | Guenter Geiger | |
svn path=/trunk/externals/OSCx/; revision=804 | |||
2003-07-21 | adjusting help files | Guenter Geiger | |
svn path=/trunk/externals/OSCx/; revision=792 | |||
2003-06-19 | changed include path, removed debug messages | Guenter Geiger | |
svn path=/trunk/externals/OSCx/; revision=727 |