aboutsummaryrefslogtreecommitdiff
path: root/audience~
AgeCommit message (Collapse)Author
2015-10-14merged all READMEs into oneHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15178
2015-10-14removed unneeded MakefilesHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15177
2015-10-14got everything building using the template MakefileHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=15173
2010-09-17merged relevant changes from Pd-extended 0.42Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=14153
2009-06-09replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic whereHans-Christoph Steiner
appropriate. It seems that once upon a time -export_dynamic was a real flag. Now it means -e xport_dynamic, meaning set the entry symbol to xport_dynamic, giving this error message: /usr/bin/ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000001b60 svn path=/trunk/externals/unauthorized/; revision=11724
2009-05-29remove help-*N.N.
svn path=/trunk/externals/unauthorized/; revision=11563
2009-01-26I just went through all of the externals that include t_tk.h and found thatHans-Christoph Steiner
none of them actually need to include it, since none of them actually use the functions or macros declared in t_tk.h. Since pd-devel has removed t_tk.h, and hopefully pd-vanilla will soon also ditch t_tk.h, I have removed #include "t_tk.h" from everywhere it was doing nothing (but preventing pd-devel-extended from compiling). svn path=/trunk/externals/unauthorized/; revision=10652
2007-10-29Following this thread:Hans-Christoph Steiner
http://lists.puredata.info/pipermail/pd-dev/2007-10/009797.html I have changed the save functions so that they will save the name of the object that it was actually instantiated with. This allows objects with savefns to work properly with namespaces. This is a fix for this bug: http://sourceforge.net/tracker/index.php?&aid=1818219&group_id=55736&atid=478070 svn path=/trunk/externals/unauthorized/; revision=8902
2006-07-26fixed coordinates for GOPN.N.
svn path=/trunk/externals/unauthorized/; revision=5416
2005-03-02Added GOP supoortN.N.
svn path=/trunk/externals/unauthorized/; revision=2592
2003-09-25updated externals so that the help files work in 0.37. Unfortunately this ↵Hans-Christoph Steiner
breaks <=0.36 support :( svn path=/trunk/externals/unauthorized/; revision=1034
2003-09-15updated #ifdef code to make savefn and propertiesfn work under 0.37Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=965
2003-09-02added #if's and minor tweaks to make things compile with pd 0.37Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=929
2003-09-01#ifdefed out stuff that was removed in 0.37Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=924
2003-08-16added explicit include for m_pd.h to be compatible with 0.37Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=851
2003-08-16changed Makefile to use common tk2c.bashHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=850
2003-08-16added files straight from Yves' sourcesHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=849