aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-09-28oops, sh didn't like that case syntax, let's try thisHans-Christoph Steiner
svn path=/trunk/; revision=6049
2006-09-28added status message for debuggingHans-Christoph Steiner
svn path=/trunk/; revision=6048
2006-09-28disable libquicktime in pdp until autodetection worksHans-Christoph Steiner
svn path=/trunk/; revision=6047
2006-09-28fixed up for windowsHans-Christoph Steiner
svn path=/trunk/; revision=6046
2006-09-28added fftw3 compile sectionHans-Christoph Steiner
svn path=/trunk/; revision=6045
2006-09-28Makefile tune ups and clean ups, hopefully to allow things to build faster, ↵Hans-Christoph Steiner
especially when using make -j svn path=/trunk/; revision=6040
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-26updated source versions as well as the howtoHans-Christoph Steiner
svn path=/trunk/; revision=6029
2006-09-25redirected email to pd-cvs; made this script run as the 'pd' userHans-Christoph Steiner
svn path=/trunk/; revision=6025
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-25shorted paths to files and re-added ixHans-Christoph Steiner
svn path=/trunk/; revision=6015
2006-09-25shorted paths to filesHans-Christoph Steiner
svn path=/trunk/; revision=6014
2006-09-24enabled pdp on GNU/Linux since Tom's been fixing thingsHans-Christoph Steiner
svn path=/trunk/; revision=6012
2006-09-24remove doubleclick as rightclick on Mac OS X since the OS provides a ↵Hans-Christoph Steiner
standard method to rightclick with one-button mice svn path=/trunk/; revision=6010
2006-09-22call Gem's own "configure" targetIOhannes m zmölnig
svn path=/trunk/; revision=6001
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-22made aclocal and autoconf run everytime (at least until 'configure' is not ↵Hans-Christoph Steiner
in CVS, then it would be trivial to have them automatically triggered). disabled ffmpeg on GNU/Linux on IOhannes' request svn path=/trunk/; revision=5999
2006-09-22call aclocal before autoconf, just to be sureHans-Christoph Steiner
svn path=/trunk/; revision=5996
2006-09-21removed ix guis from auto-builds since they stopped workingHans-Christoph Steiner
svn path=/trunk/; revision=5990
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
2006-09-20oops, forgetting a backslash is a bitch...Hans-Christoph Steiner
svn path=/trunk/; revision=5983
2006-09-20added sensible double-click actions for files, directory browsing still ↵Hans-Christoph Steiner
happens with single-clicks svn path=/trunk/; revision=5982
2006-09-20*** empty log message ***Thomas Grill
svn path=/trunk/; revision=5981
2006-09-20added forgotten ~ for signal objectsThomas Grill
svn path=/trunk/; revision=5980
2006-09-20enabled templates for flext classes, inlined timer functions, some more ↵Thomas Grill
ToOut/Sys methods fixed help name definition added flfeatures.h for compile-time version-specific feature detection changed eol-style adapted for pd-devel 0.39 minimal fix for timers cosmetic changes to calm the compiler changes for Mac/Intel svn path=/trunk/; revision=5979
2006-09-20changed PDDP tutorials layout and used local file for pd_fileformatHans-Christoph Steiner
svn path=/trunk/; revision=5977
2006-09-20fixed bug that prevented loopingHans-Christoph Steiner
svn path=/trunk/; revision=5976
2006-09-20added HTML file from puredata.org since the creators don't seem to be ↵Hans-Christoph Steiner
maintaining this svn path=/trunk/; revision=5975
2006-09-19*** empty log message ***carmen rocco
svn path=/trunk/; revision=5973
2006-09-19Bug fixesMiller Puckette
svn path=/trunk/; revision=5972
2006-09-19trying out IOhannes' bugfix 1549377 in Pd-extendedHans-Christoph Steiner
svn path=/trunk/; revision=5971
2006-09-19taken from Thomas' patch tracker 1473684, its been taken into 0.40Hans-Christoph Steiner
svn path=/trunk/; revision=5970
2006-09-19cleaned up clean targetsHans-Christoph Steiner
svn path=/trunk/; revision=5966
2006-09-19added miniscript to shorten path namesHans-Christoph Steiner
svn path=/trunk/; revision=5964
2006-09-18updated pref files for more libs that are included in the auto-buildsHans-Christoph Steiner
svn path=/trunk/; revision=5962
2006-09-18added IOhannes' closebang/initbang patch from the patch tracker, #1544041Hans-Christoph Steiner
svn path=/trunk/; revision=5961
2006-09-18oops, forgot to install Gem on Mac OS XHans-Christoph Steiner
svn path=/trunk/; revision=5959
2006-09-16added Gem.pd_darwin to the auto-buildHans-Christoph Steiner
svn path=/trunk/; revision=5955
2006-09-16dashed out quick sentense on IOhannes' new patchHans-Christoph Steiner
svn path=/trunk/; revision=5954
2006-09-16this patch wasn't doing anything here, and miller added FFTW support in 0.40Hans-Christoph Steiner
svn path=/trunk/; revision=5953
2006-09-16added fix from tigital for d_array.cHans-Christoph Steiner
svn path=/trunk/; revision=5952
2006-09-16cleaned up macintel patchHans-Christoph Steiner
svn path=/trunk/; revision=5951
2006-09-16simple fix to configure.in to build PortAudio little-endian on Mac/IntelHans-Christoph Steiner
svn path=/trunk/; revision=5950
2006-09-16added two nice, small GUI patches from oskudeHans-Christoph Steiner
svn path=/trunk/; revision=5949
2006-09-15added gem to the standard build on GNU/LinuxHans-Christoph Steiner
svn path=/trunk/; revision=5935
2006-09-14added [arduino] to the hardware libdirHans-Christoph Steiner
svn path=/trunk/; revision=5932
2006-09-14Inno Setup now runs headless from the command lineHans-Christoph Steiner
svn path=/trunk/; revision=5931
2006-09-13fixed up build system and includes to get [hidin] building as part of ↵Hans-Christoph Steiner
Pd-extended on Windows svn path=/trunk/; revision=5930