aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-10made the [print] standalone useful by making it loadable, just copied ↵Hans-Christoph Steiner
x_interface.c and removed the 'static' from print_setup() svn path=/trunk/; revision=12738
2009-11-10make sure the setup functions are not 'static'Hans-Christoph Steiner
svn path=/trunk/; revision=12737
2009-11-10split out d_math.c into standalone objectsHans-Christoph Steiner
svn path=/trunk/; revision=12736
2009-11-10make an instant libdir by including a meta fileHans-Christoph Steiner
svn path=/trunk/; revision=12735
2009-11-10updated corelibs/vanilla build using ext13 templateHans-Christoph Steiner
svn path=/trunk/; revision=12734
2009-11-10renaming this to 'vanilla' since that's the most common name used for the ↵Hans-Christoph Steiner
core of Pd svn path=/trunk/; revision=12733
2009-11-10updated for 0.43-preHans-Christoph Steiner
svn path=/trunk/; revision=12732
2009-11-06upgrade gridflowN.N.
svn path=/trunk/; revision=12728
2009-11-06remove gridflow 0.9.5N.N.
svn path=/trunk/; revision=12727
2009-11-06temporarly removed mtl from the build systemThomas O Fredericks
svn path=/trunk/; revision=12726
2009-11-04added one more pass to catch dylibs that depend on dylibsHans-Christoph Steiner
svn path=/trunk/; revision=12721
2009-11-03Moved mtl examples to Pd-Extended examplesThomas O Fredericks
svn path=/trunk/; revision=12720
2009-11-01added set_version to the build when using the old build system too, i.e. ↵Hans-Christoph Steiner
Pd-extended svn path=/trunk/; revision=12711
2009-10-31set the Pd-extended version with the date before building PdHans-Christoph Steiner
svn path=/trunk/; revision=12710
2009-10-31switched font from Bitstream Vera to DejaVuHans-Christoph Steiner
svn path=/trunk/; revision=12704
2009-10-31switched font from Bitstream Vera to DejaVuHans-Christoph Steiner
svn path=/trunk/; revision=12703
2009-10-30made pdvjtools build using the new template that's in ext13Hans-Christoph Steiner
svn path=/trunk/; revision=12700
2009-10-29Fixed mtlThomas O Fredericks
svn path=/trunk/; revision=12696
2009-10-29removing 'mtl' from the nightly build since its broken the build for almost ↵Hans-Christoph Steiner
a week svn path=/trunk/; revision=12695
2009-10-25Modified mtl entry in the MakefileThomas O Fredericks
svn path=/trunk/; revision=12673
2009-10-25Added mtl to MakefileThomas O Fredericks
svn path=/trunk/; revision=12668
2009-10-23Max???N.N.
svn path=/trunk/; revision=12655
2009-10-23not used in DesireDataN.N.
svn path=/trunk/; revision=12654
2009-10-23Max?N.N.
svn path=/trunk/; revision=12653
2009-10-22remove <portaudio.h> (sf#2883658)N.N.
svn path=/trunk/; revision=12637
2009-10-20switched Conflicts: from pd to puredata to allow other pd packages to ↵Hans-Christoph Steiner
co-exist with pd-extended svn path=/trunk/; revision=12626
2009-10-18added instructions and made layout a bit clearerHans-Christoph Steiner
svn path=/trunk/; revision=12612
2009-10-18hi gridflow 0.9.5N.N.
svn path=/trunk/; revision=12611
2009-10-18bye gridflow 0.9.4N.N.
svn path=/trunk/; revision=12610
2009-10-13more jack fixes: when switching to jack, check whether the functions are != ↵IOhannes m zmölnig
NULL (might happen on OSX if weak-linked and jack-framework is not available on target machine) svn path=/trunk/; revision=12585
2009-09-24Updated the Makefile so that it includes my abstractionsThomas O Fredericks
svn path=/trunk/; revision=12442
2009-09-23Updated tof in MakefileThomas O Fredericks
svn path=/trunk/; revision=12436
2009-09-22added Inconsolata to the installer, since its a very nice font with PdHans-Christoph Steiner
svn path=/trunk/; revision=12428
2009-09-21setup separate pd_install targets, one for each the old and new build systemsHans-Christoph Steiner
svn path=/trunk/; revision=12419
2009-09-20more DESTDIR fixes, looks like a complete build on Mac OS XHans-Christoph Steiner
svn path=/trunk/; revision=12414
2009-09-20IOhannes forgot a $ on the varname, thanks to Arnout Engelen for reporting itHans-Christoph Steiner
svn path=/trunk/; revision=12413
2009-09-17added $(pd_src)/src as a place to search for pd.dll to support the new ↵Hans-Christoph Steiner
pd-devel/pd-extended build system svn path=/trunk/; revision=12388
2009-09-16more DESTDIR fixesHans-Christoph Steiner
svn path=/trunk/; revision=12379
2009-09-16more DESTDIR fixes and also included 'tcl8', 'dde1.3' and 'reg1.2' Tcl ↵Hans-Christoph Steiner
libraries in order to support 'msgcat', 'dde', and 'registry' commands svn path=/trunk/; revision=12369
2009-09-15fixed linker flag, it was using a very old version that now means something ↵Hans-Christoph Steiner
else (-export_dynamic versus --export-dynamic) svn path=/trunk/; revision=12356
2009-09-15a couple more DESTDIR fixesHans-Christoph Steiner
svn path=/trunk/; revision=12349
2009-09-14perhaps this fixes minor mingw hicupdmotd
svn path=/trunk/; revision=12339
2009-09-13rolled back tclpd changes since they have been breaking the build for two weeksHans-Christoph Steiner
svn path=/trunk/; revision=12327
2009-09-11oops committed in the wrong placeN.N.
svn path=/trunk/; revision=12313
2009-09-11oops comitted in the wrong placeN.N.
svn path=/trunk/; revision=12312
2009-09-11added hu momentsN.N.
svn path=/trunk/; revision=12311
2009-09-06fixed bug SF#2853052N.N.
svn path=/trunk/; revision=12248
2009-09-03add two variables to Makefile (TCL_RUNTIME_VERSION and TCL_HEADERS_VERSION), ↵mescalinum
and conditionally add tclpd only if OS == linux AND tcl-dev >= 8.5 svn path=/trunk/; revision=12210
2009-09-03removing tclpd from the auto-build until there is a test for tcl85-dev vs ↵Hans-Christoph Steiner
tcl84-dev. tclpd relies on Tcl/Tk 8.5 svn path=/trunk/; revision=12199
2009-09-01added pd-devel to get it rsyncing properly... arg windowsHans-Christoph Steiner
svn path=/trunk/; revision=12176