aboutsummaryrefslogtreecommitdiff
path: root/externals
AgeCommit message (Collapse)Author
2006-12-14// class_sethelpsymbol();musil
svn path=/trunk/; revision=6899
2006-12-14initial check inmusil
svn path=/trunk/; revision=6894
2006-12-12fixed to use new central locationHans-Christoph Steiner
svn path=/trunk/; revision=6819
2006-12-12removed more duplicate codeHans-Christoph Steiner
svn path=/trunk/; revision=6817
2006-12-11fix hid vs. hidio building; simplified cross-platform CFLAGS handlingHans-Christoph Steiner
svn path=/trunk/; revision=6799
2006-12-11fixed to point to other locationHans-Christoph Steiner
svn path=/trunk/; revision=6798
2006-12-11added moocow's pdstring objectsIOhannes m zmölnig
svn path=/trunk/; revision=6796
2006-12-11updated for recently removed codeHans-Christoph Steiner
svn path=/trunk/; revision=6794
2006-12-11converted to use the standard help file name (*-help.pd)Hans-Christoph Steiner
svn path=/trunk/; revision=6776
2006-12-11removed duplicate sources, this stuff is also in externals/bsaylorHans-Christoph Steiner
svn path=/trunk/; revision=6775
2006-12-11- updated pd-extended build system for iemlib changesHans-Christoph Steiner
svn path=/trunk/; revision=6773
2006-12-08- added new file to [hidio] to support new event naming schemeHans-Christoph Steiner
svn path=/trunk/; revision=6738
2006-12-05enabled for Mac OS X since it buildsHans-Christoph Steiner
svn path=/trunk/; revision=6630
2006-11-30found the stupid typo, it now works on Mac OS X, and is included in the ↵Hans-Christoph Steiner
linux and darwin auto-build svn path=/trunk/; revision=6534
2006-11-30did lots of renaming to the new [hidio] name, removed a little bit of cruft. ↵Hans-Christoph Steiner
Builds on Mac OS X, but doesn't load yet :-/. hidio_setup() gets called successfully, but for some reason hidio_new() does not seem to get called svn path=/trunk/; revision=6533
2006-11-28made jasch_lib build with standard dev layout and with Pd-extendedHans-Christoph Steiner
svn path=/trunk/; revision=6499
2006-11-26added mrpeach to build as part of the package; various minor install tweaks ↵Hans-Christoph Steiner
for iemlib, classpath/import, and loaders svn path=/trunk/; revision=6440
2006-11-26moved these to 'externals/hcs' since they are not loadersHans-Christoph Steiner
svn path=/trunk/; revision=6433
2006-11-23fixed build error on Mac OS X 10.3 by #if'ing out 0.40 functionsHans-Christoph Steiner
svn path=/trunk/; revision=6398
2006-11-21oops, put the outlets in the right placeHans-Christoph Steiner
svn path=/trunk/; revision=6352
2006-11-21made it compile on both 0.39.2-extended and 0.40; the 0.40 code isn't ↵Hans-Christoph Steiner
functional yet svn path=/trunk/; revision=6351
2006-11-21report only after success; and have it search the local dir before the ↵Hans-Christoph Steiner
global path svn path=/trunk/; revision=6350
2006-11-21libdir.cHans-Christoph Steiner
svn path=/trunk/; revision=6348
2006-11-20switched back to open_via_path to use global classpath; added -meta suffixHans-Christoph Steiner
svn path=/trunk/; revision=6335
2006-11-20first functional example, it worked in the test at least, time to test some moreHans-Christoph Steiner
svn path=/trunk/; revision=6328
2006-11-12added "-fno-strict-aliasing" to the CFLAGS to make the use ofIOhannes m zmölnig
anti-denormal-macros produce proper results svn path=/trunk/; revision=6272
2006-11-11removed old unused m_pd.h and updated the flatspace build system with m_pd.h ↵Hans-Christoph Steiner
from 0.40.1 svn path=/trunk/; revision=6265
2006-11-11- fixed up iemlib includes to accomidate recent iemlib source changes, andHans-Christoph Steiner
removed objects that were obsoleted. - perhaps its time to remove iemlib from this flatspace library since iemlib can built separately in its entirety. But others still want this, so I'll leave it be. svn path=/trunk/; revision=6264
2006-11-09iemlib tweak reflecting recent filename changes; standardized method of ↵Hans-Christoph Steiner
calling clean targets svn path=/trunk/; revision=6243
2006-11-07updated and the correct file nameMartin Peach
svn path=/trunk/; revision=6228
2006-11-07added float input to dynamically change shift amountMartin Peach
svn path=/trunk/; revision=6227
2006-11-02hey.N.N.
svn path=/trunk/; revision=6217
2006-11-02bye.N.N.
svn path=/trunk/; revision=6216
2006-11-02use new ToSys* methodsThomas Grill
added loadbang prioritization svn path=/trunk/; revision=6215
2006-11-02use branch hintsThomas Grill
small fixes update for new flext callback naming updated docs svn path=/trunk/; revision=6211
2006-11-02PD: possibility to create DSP objects without main DSP inlet (use ↵Thomas Grill
FLEXT_DSP0_NEW or similar) fix for Max/MSP svn path=/trunk/; revision=6210
2006-10-31changed description for zexy from "GUI and streaming objects" (neither ofIOhannes m zmölnig
which is part of zexy) to "swiss army knife for pd" (i admit this is some- what presumptuous...) svn path=/trunk/; revision=6202
2006-10-31PD: possibility to create DSP objects without main DSP inlet (use ↵Thomas Grill
FLEXT_DSP0_NEW or similar) fixed buggy memory deallocation for AtomListStatic svn path=/trunk/; revision=6196
2006-10-27fix for Codewarrior compilationThomas Grill
update docs fixed anything/symbol message mixup (thanks to Stefano Papetti) fixed typos, dates, contact info added gcc branch hinting svn path=/trunk/; revision=6170
2006-09-30reintroduced missing help messageThomas Grill
added success/error reporting for file operations fixed double-free on clearing values and dirs fixed bug in XML saving of nested folders changed obviously buggy pool name registering fixed clearing values and dirs, e.g. with messages clrall and clrrec use new ToSys* methods svn path=/trunk/; revision=6060
2006-09-29pdp and pidip now compile on Debian/stable, so let's try it in the ↵Hans-Christoph Steiner
auto-build farm svn path=/trunk/; revision=6052
2006-09-28switched to old binary install command since the new one wasn't working in ↵Hans-Christoph Steiner
all contexts; replaced make commands with MAKE variables; added more to the zexy_clean target svn path=/trunk/; revision=6050
2006-09-28disable libquicktime in pdp until autodetection worksHans-Christoph Steiner
svn path=/trunk/; revision=6047
2006-09-28fixed up zexy targets to only run autoconf or ./configure when needed; added ↵Hans-Christoph Steiner
--with-pd flag, but it doesn't seem to work; added autoconf stuff to the clean target svn path=/trunk/; revision=6039
2006-09-27*** empty log message ***Thomas Grill
svn path=/trunk/; revision=6035
2006-09-25removed the "-Wall" flag (there is NO use for this flag in a generic build ↵IOhannes m zmölnig
system); build zexy using zexy's build system svn path=/trunk/; revision=6024
2006-09-24enabled pdp on GNU/Linux since Tom's been fixing thingsHans-Christoph Steiner
svn path=/trunk/; revision=6012
2006-09-22small fixes for tutorial examplesThomas Grill
fixed help methods fixed typos, dates, contact info added typed flext::NewAligned svn path=/trunk/; revision=6000
2006-09-21added more iemlib objectsHans-Christoph Steiner
svn path=/trunk/; revision=5988
2006-09-20added missing ~ in package.txt'sThomas Grill
svn path=/trunk/; revision=5984