aboutsummaryrefslogtreecommitdiff
path: root/externals
AgeCommit message (Collapse)Author
2007-07-06adapting to new flext lockfree structuresThomas Grill
much better detach method handling (one thread for all object instances) use PyGILState_\*() functionality (enabled with PY_USE_GIL) ooops, fixing typo fixing numpy initialization quirks pyext._init is now called after __init__ enabled use of inofficial PD functionality for search and help path access (#define PY_USE_INOFFICIAL) added sketch for new pye (Python expression) object buffer protocol adapted for Python 2.5 svn path=/trunk/; revision=7903
2007-06-19use branch hintsThomas Grill
added xcode 2.4 project fixed one-shot loop bang updated copyrights svn path=/trunk/; revision=7786
2007-06-11call iem16's aclocal before trying to run configure:IOhannes m zmölnig
either one has to use the entire iem16-buildsystem or nothing at all... svn path=/trunk/; revision=7760
2007-06-04use iem16's build-system for building iem16 (as externals)IOhannes m zmölnig
svn path=/trunk/; revision=7747
2007-05-17fixed wiiremote.pd_darwin installHans-Christoph Steiner
svn path=/trunk/; revision=7692
2007-05-14moved iem16 to only build on Mac OS X and GNU/Linux since it dies when ↵Hans-Christoph Steiner
compiling on Windows/MinGW svn path=/trunk/; revision=7662
2007-04-27made gem2pdp build more robustHans-Christoph Steiner
svn path=/trunk/; revision=7609
2007-04-27- added gem2pdp to the build system by following the template of pdp/pidipHans-Christoph Steiner
where externals/Makefile calls autoconf and ./configure svn path=/trunk/; revision=7606
2007-04-24first stab at adding gem2pdp to Pd-extended auto-builds; removed ↵Hans-Christoph Steiner
--disable-quicktime from PDP since libquicktime has been updated svn path=/trunk/; revision=7601
2007-04-20properly installed freeverb~-help.pd into libdirHans-Christoph Steiner
svn path=/trunk/; revision=7588
2007-04-17enabled pidip building on Mac OS X, since it seems to work ok; removed ↵Hans-Christoph Steiner
libdir stuff from PDP and PiDiP; PDP doesn't build on Mac OS X currently, the necessary fixes are in branch-v0-39-2-extended svn path=/trunk/; revision=7570
2007-04-05fix for iemlib1 and iemlib2 to get them work on osx againGeorg Holzmann
svn path=/trunk/; revision=7550
2007-04-03missed a few flatspace aliases in the cxc cleanupHans-Christoph Steiner
svn path=/trunk/; revision=7547
2007-04-03cleaned up cxc so that it passes the automated test in ↵Hans-Christoph Steiner
scripts/load_every_help.sh: renamed help files to standard name; made each file named after the class; removed non-functional aliases in flatspace svn path=/trunk/; revision=7542
2007-04-02cleaned up cxc so that it passes the automated test in ↵Hans-Christoph Steiner
scripts/load_every_help.sh: renamed help files to standard name; made each file named after the class; removed non-functional aliases in flatspace svn path=/trunk/; revision=7538
2007-04-02fix for osxGeorg Holzmann
svn path=/trunk/; revision=7534
2007-04-01hidio is broken on Windows for a while now, so skip it; also, die on errors ↵Hans-Christoph Steiner
when bulding pidip, so we can make sure it's being built svn path=/trunk/; revision=7528
2007-03-27improved symbol comparisonThomas Grill
more meaningful comparison function for symbols svn path=/trunk/; revision=7518
2007-03-26corrected PD help file namesThomas Grill
adapt to current flext version OSX changes svn path=/trunk/; revision=7517
2007-03-18added iem_matrix to the pd-extended build systemGeorg Holzmann
svn path=/trunk/; revision=7504
2007-03-18fix for propoer iemlib installationGeorg Holzmann
svn path=/trunk/; revision=7501
2007-03-18fix for Pd-Extended installation of iemlibGeorg Holzmann
svn path=/trunk/; revision=7500
2007-03-15forgot to install the HRTF filesGeorg Holzmann
svn path=/trunk/; revision=7491
2007-03-13fix build system for STK and SndObj support (currently unix only)Thomas Grill
fixed SndObjs include files changed eol-style no stripping of local symbols small changes to flext build system update docs svn path=/trunk/; revision=7483
2007-03-13fix for vbap externalGeorg Holzmann
svn path=/trunk/; revision=7482
2007-03-07multiply inlets for py (hot and cold inlets)Thomas Grill
small optimizations and fixes use PyGILState_\*() functionality (enabled with PY_USE_GIL) updates for DSP processing __str__ method for pyext, to enable print self calls added message bundle functionality (pyext.Bundle class) enable compiled-only scripts (without .py) enable optimization of Python code in reease build let _inlets and _outlets default to 0 fix for numpy some ASSERTs for explicitly created pyext classes (should be runtime checks i guess) open editor for script under OS X fixing numpy initialization quirks enable symbol binding for all callables (not only functions and methods) _isthreaded is now a data member instead of a method fix for gcc4 added pyext._list and pyext._tuple to convert input lists to Python sequence objects enable module packages (module/__init__.py[co]), now also for Max python-like dotted module.function syntax cleaned up float vs. int pyext tags compiler flag to exclude DSP objects some optimizations and py reload fix more safety for calls where association python-pd has already been removed always run Python interpreter in the background svn path=/trunk/; revision=7474
2007-03-04clarify usage of absdir flag for file operationsThomas Grill
svn path=/trunk/; revision=7459
2007-03-01fix for pdcontainerGeorg Holzmann
svn path=/trunk/; revision=7456
2007-02-22PD: possibility to create DSP objects without main DSP inlet (use ↵Thomas Grill
FLEXT_DSP0_NEW or similar) switching OSX builds to -bundle to avoid symbol clashes for different flext versions small fix for branch hints svn path=/trunk/; revision=7441
2007-02-13adding PD to defs for 3rd party externals, fixing name clashes in Max/MSP ↵Thomas Grill
externals by using -bundle svn path=/trunk/; revision=7428
2007-02-10fixing numpy initialization quirksThomas Grill
svn path=/trunk/; revision=7416
2007-02-10fixed break condition for some loop constructsThomas Grill
adapt to new flext version resurrected help message functionality fixed broken help file names svn path=/trunk/; revision=7415
2007-02-10remove deleted filesThomas Grill
svn path=/trunk/; revision=7414
2007-02-10small fix with help file nameThomas Grill
fix for Max/MSP svn path=/trunk/; revision=7413
2007-02-02WARNING: this is a kludge to get this object building on Windows. Currently, ↵Hans-Christoph Steiner
the linker fails on the symbol"sys_noloadbang". svn path=/trunk/; revision=7400
2007-01-29fixed loading of externals for pd0.40Georg Holzmann
svn path=/trunk/; revision=7393
2007-01-25added earplug~ to the buildsystemGeorg Holzmann
svn path=/trunk/; revision=7386
2007-01-20updated for any messages to be processed (not only symbols)Thomas Grill
use new ToSys* methods Codewarrior updates svn path=/trunk/; revision=7374
2007-01-20use new ToSys* methodsThomas Grill
better memory usage with modified proxies svn path=/trunk/; revision=7373
2007-01-20*** empty log message ***Thomas Grill
svn path=/trunk/; revision=7372
2007-01-20implemented output sorting (ogetall, ogetrec, ogetsub), see bug #154Thomas Grill
Fixed bug #148. added success/error reporting for file operations implemented UTF-8 conversion for OSX Additionally XML files are now encoded with UTF-8. changed obviously buggy pool name registering some assertions sorting fixes and optimizations svn path=/trunk/; revision=7371
2007-01-20fixed rich comparison method in Symbol classThomas Grill
fix for OSX small cosmetic fixes enable compiled-only scripts (without .py) small changes for numpy support fix for numpy headers on OS X fix for numpy added xcode 2.4 project added pyext._list and pyext._tuple to convert input lists to Python sequence objects fix numpy et al enable module packages (module/__init__.py[co]), now also for Max svn path=/trunk/; revision=7370
2007-01-20use new ToSys* methodsThomas Grill
a few fixes (printout and initialization) attempt fix for bug #143. svn path=/trunk/; revision=7369
2007-01-20PD: possibility to create DSP objects without main DSP inlet (use ↵Thomas Grill
FLEXT_DSP0_NEW or similar) fixing typo support for multiple archs under OSX small fix for ppc arch architecture-specific compiler flags for UB under OSX fixed severe Altivec bug changed eol-style corrections to config build templates added xcode 2.4 project fixed atom sorting (now also respect symbol content) no stripping of local symbols some fixes, mostly OS X updated build system for Max with MinGW better default values fixed bug in AtomList copying svn path=/trunk/; revision=7368
2007-01-17osx fix for iemlib.hGeorg Holzmann
svn path=/trunk/; revision=7362
2007-01-14doubled filesGeorg Holzmann
svn path=/trunk/; revision=7336
2007-01-14alias for iemmatrix externals should work nowGeorg Holzmann
svn path=/trunk/; revision=7335
2007-01-13pique now in libdir formatGeorg Holzmann
svn path=/trunk/; revision=7331
2007-01-13pdogg in libdir formatGeorg Holzmann
svn path=/trunk/; revision=7330
2007-01-13lrshift now in libdir formatGeorg Holzmann
svn path=/trunk/; revision=7329