aboutsummaryrefslogtreecommitdiff
path: root/sonogram~
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
2015-10-14committed patches from unauthorized-w32-patches-10-april-2010.zip from patch ↵Hans-Christoph Steiner
#3283782 svn path=/trunk/externals/unauthorized/; revision=15069
2010-09-17merged relevant changes from Pd-extended 0.42Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=14153
2010-05-11fixed a crash with colorsN.N.
svn path=/trunk/externals/unauthorized/; revision=13511
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-08-01put #ifdef __APPLE__ back in so things compile on Mac OS XHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=5444
2006-07-26fixed coordinates for GOPN.N.
svn path=/trunk/externals/unauthorized/; revision=5416
2006-04-07these don't compile MinGW (yet?)Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=4833
2005-12-18lots of MinGW fixes for RC6Hans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=4250
2005-04-19updated to build on a plain MacOSX setupHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=2783
2005-03-02Added GOP supoortN.N.
svn path=/trunk/externals/unauthorized/; revision=2592
2004-08-14added #ifdef __APPLE__ around malloc.h to make compile on MacOS XHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=1953
2004-05-30trying out the roast of these NT Tweak .carmen rocco
svn path=/trunk/externals/unauthorized/; revision=1793
2004-03-30sonogram 0.12N.N.
svn path=/trunk/externals/unauthorized/; revision=1515
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-08-18excluded malloc.h for MacOS X because of compile troublesHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=883
2003-08-18excluded malloc.h for MacOS X because of compile troubles; added explicit ↵Hans-Christoph Steiner
include for m_pd.h to be compatible with 0.37 svn path=/trunk/externals/unauthorized/; revision=882
2003-08-16added files straight from Yves' sourcesHans-Christoph Steiner
svn path=/trunk/externals/unauthorized/; revision=864