aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-10updated all templates with the PDOBJECTS fixes from the 'mapping' buildHans-Christoph Steiner
svn path=/trunk/externals/windowing/; revision=13167
2010-02-10added rule to install 'examples' if they existHans-Christoph Steiner
svn path=/trunk/externals/windowing/; revision=13161
2010-02-09fix install location of library in packaging (I forgot to include the ↵Hans-Christoph Steiner
'extra' in /usr/lib/pd/extra) svn path=/trunk/externals/windowing/; revision=13156
2010-02-09fixed version numberHans-Christoph Steiner
svn path=/trunk/externals/windowing/; revision=13152
2010-02-09made Build-Depends: only puredata so that these packages are guaranteed to ↵Hans-Christoph Steiner
be Pd-vanilla compatible svn path=/trunk/externals/windowing/; revision=13151
2010-02-09converted 'windowing' to use the Makefile template+debian stuffHans-Christoph Steiner
svn path=/trunk/externals/windowing/; revision=13148
2010-01-31converted NT to _WIN32Hans-Christoph Steiner
svn path=/trunk/externals/windowing/; revision=13123
2007-12-13Help files for windowing are complete! So now we have easy block-sizedEd Kelly
windows. Hurrah! Ek svn path=/trunk/externals/windowing/; revision=9094
2007-12-13My new help files for Jsarlo's windowing libEd Kelly
svn path=/trunk/externals/windowing/; revision=9093
2007-12-13- reorganized files to build easy with Pd-extended.Hans-Christoph Steiner
- updated NT macro to _MSC_VER since those pragmas are for MSVC only - put each object's "fill" function into that object's .c file, - added i0.c to the end of kaiser~.c since that's the only one that needs it - added #define powf pow for _WIN32 and Mac OS X for gaussian~.c since those platforms don't have single precision pow() by default svn path=/trunk/externals/windowing/; revision=9092
2007-12-13addeding jsarlo's windowing objects to the Pd-extended build system; added ↵Hans-Christoph Steiner
postlude to the GNU/Linux builds and usbhid to the Darwin builds. Darwin doesn't have DSSI and Fedora doesn't have libhid-devel, otherwise I could add these two packages to those platforms svn path=/trunk/externals/windowing/; revision=9091
2007-12-13imported jsarlo's DSP windowing objects from ↵svn2git-rootHans-Christoph Steiner
http://crca.ucsd.edu/~jsarlo/pd/windowing.tar.gz which has a date of 2002-04-06 svn path=/trunk/externals/windowing/; revision=9090