aboutsummaryrefslogtreecommitdiff
path: root/colorgrid
AgeCommit message (Collapse)Author
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/pdvjtools/; revision=11724
2009-01-29bug solved on tcl proc declarationslluís gómez i bigordà
svn path=/trunk/externals/pdvjtools/; revision=10676
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/pdvjtools/; revision=10652
2008-07-10add -fPIC cflagN.N.
svn path=/trunk/externals/pdvjtools/; revision=10155
2008-06-26removed svn:executable property from patchesIOhannes m zmölnig
svn path=/trunk/externals/pdvjtools/; revision=10104
2008-06-19removed the svn:executable bit for code, patches and textIOhannes m zmölnig
svn path=/trunk/externals/pdvjtools/; revision=10048
2008-05-23svn path=/trunk/externals/pdvjtools/; revision=9880lluís gómez i bigordà
2008-05-23Makefile updatedlluís gómez i bigordà
svn path=/trunk/externals/pdvjtools/; revision=9872
2008-05-23changed the code to be in a single file colorgrid.clluís gómez i bigordà
moved the help patch to a more common name svn path=/trunk/externals/pdvjtools/; revision=9871
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/pdvjtools/; revision=8902
2007-10-24This commit was generated by cvs2svn to compensate for changes in r8875,svn2git-rootlluís gómez i bigordà
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/pdvjtools/; revision=8876