aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-11-26* Tried to add RTC-lib to the extended makefile. Hopefully didn't break ↵Frank Barknecht
anything. svn path=/trunk/; revision=6438
2006-11-26moved these to 'externals/hcs' since they are not loadersHans-Christoph Steiner
svn path=/trunk/; revision=6433
2006-11-26reduced the verbosity of the rsync as discussed a while back on pd-devHans-Christoph Steiner
svn path=/trunk/; revision=6430
2006-11-23fixed build error on Mac OS X 10.3 by #if'ing out 0.40 functionsHans-Christoph Steiner
svn path=/trunk/; revision=6398
2006-11-23replaced script and standalone Wish package with a Makefile targetHans-Christoph Steiner
svn path=/trunk/; revision=6395
2006-11-21oops, put the outlets in the right placeHans-Christoph Steiner
svn path=/trunk/; revision=6352
2006-11-21made it compile on both 0.39.2-extended and 0.40; the 0.40 code isn't ↵Hans-Christoph Steiner
functional yet svn path=/trunk/; revision=6351
2006-11-21report only after success; and have it search the local dir before the ↵Hans-Christoph Steiner
global path svn path=/trunk/; revision=6350
2006-11-21libdir.cHans-Christoph Steiner
svn path=/trunk/; revision=6348
2006-11-20switched back to open_via_path to use global classpath; added -meta suffixHans-Christoph Steiner
svn path=/trunk/; revision=6335
2006-11-20first functional example, it worked in the test at least, time to test some moreHans-Christoph Steiner
svn path=/trunk/; revision=6328
2006-11-12reordered to make compile errors clearerHans-Christoph Steiner
svn path=/trunk/; revision=6273
2006-11-12added "-fno-strict-aliasing" to the CFLAGS to make the use ofIOhannes m zmölnig
anti-denormal-macros produce proper results svn path=/trunk/; revision=6272
2006-11-11removed old unused m_pd.h and updated the flatspace build system with m_pd.h ↵Hans-Christoph Steiner
from 0.40.1 svn path=/trunk/; revision=6265
2006-11-11- fixed up iemlib includes to accomidate recent iemlib source changes, andHans-Christoph Steiner
removed objects that were obsoleted. - perhaps its time to remove iemlib from this flatspace library since iemlib can built separately in its entirety. But others still want this, so I'll leave it be. svn path=/trunk/; revision=6264
2006-11-09don't make a package if the build exited with an errorHans-Christoph Steiner
svn path=/trunk/; revision=6244
2006-11-09iemlib tweak reflecting recent filename changes; standardized method of ↵Hans-Christoph Steiner
calling clean targets svn path=/trunk/; revision=6243
2006-11-07updated and the correct file nameMartin Peach
svn path=/trunk/; revision=6228
2006-11-07added float input to dynamically change shift amountMartin Peach
svn path=/trunk/; revision=6227
2006-11-02hey.N.N.
svn path=/trunk/; revision=6217
2006-11-02bye.N.N.
svn path=/trunk/; revision=6216
2006-11-02use new ToSys* methodsThomas Grill
added loadbang prioritization svn path=/trunk/; revision=6215
2006-11-02use branch hintsThomas Grill
small fixes update for new flext callback naming updated docs svn path=/trunk/; revision=6211
2006-11-02PD: possibility to create DSP objects without main DSP inlet (use ↵Thomas Grill
FLEXT_DSP0_NEW or similar) fix for Max/MSP svn path=/trunk/; revision=6210
2006-10-31changed description for zexy from "GUI and streaming objects" (neither ofIOhannes m zmölnig
which is part of zexy) to "swiss army knife for pd" (i admit this is some- what presumptuous...) svn path=/trunk/; revision=6202
2006-10-31PD: possibility to create DSP objects without main DSP inlet (use ↵Thomas Grill
FLEXT_DSP0_NEW or similar) fixed buggy memory deallocation for AtomListStatic svn path=/trunk/; revision=6196
2006-10-30one more minor glitch, now it worksHans-Christoph Steiner
svn path=/trunk/; revision=6193
2006-10-28oops typo, my badHans-Christoph Steiner
svn path=/trunk/; revision=6177
2006-10-28added two other key examples to illustrate what whacky data this really isHans-Christoph Steiner
svn path=/trunk/; revision=6176
2006-10-27Ardis Kadiu came to me having a problem with symbol messages that have ↵Hans-Christoph Steiner
numeric data. In my searching for a solution, I discovered this strange behavior svn path=/trunk/; revision=6172
2006-10-27fix for Codewarrior compilationThomas Grill
update docs fixed anything/symbol message mixup (thanks to Stefano Papetti) fixed typos, dates, contact info added gcc branch hinting svn path=/trunk/; revision=6170
2006-10-27minor tweaks to support building Pd.app for pd-MAIN in the auto-buildsHans-Christoph Steiner
svn path=/trunk/; revision=6169
2006-10-27fixed package_clean to work properly on the auto-buildsHans-Christoph Steiner
svn path=/trunk/; revision=6168
2006-10-24switched from if to case statement so I can use a wildcard at the end of the ↵Hans-Christoph Steiner
test for mingw, since the uname varies depending on the Windows version svn path=/trunk/; revision=6158
2006-10-22test release for 0.41 (bug fixes for IA64).Miller Puckette
svn path=/trunk/; revision=6154
2006-10-21run 'make package_clean' to ensure that the old builds are really gone; ↵Hans-Christoph Steiner
removed obsolete test_package, perhaps that will come back some day svn path=/trunk/; revision=6152
2006-10-21cleaned up version handling to make more sense; removed some obsolete chmodsHans-Christoph Steiner
svn path=/trunk/; revision=6151
2006-10-21made rsync uploads use cygwin shells since Cygwin's rsync doesn't like ↵Hans-Christoph Steiner
MinGW's ssh, a requirement for uploading svn path=/trunk/; revision=6150
2006-10-19added standard package_clean targetHans-Christoph Steiner
svn path=/trunk/; revision=6139
2006-10-19the uname -s is now downcased in auto-build-common, so I adjusted the case ↵Hans-Christoph Steiner
statement accordingly svn path=/trunk/; revision=6138
2006-10-18changed distclean targets to prevent seemingly endless loops; this stuff ↵Hans-Christoph Steiner
definitely could be a lot more cleanly implemented... svn path=/trunk/; revision=6136
2006-10-18switched to a common file for common variables; downcased hostname and unameHans-Christoph Steiner
svn path=/trunk/; revision=6133
2006-10-18minor build and clean tweaksHans-Christoph Steiner
svn path=/trunk/; revision=6130
2006-10-17added hardware libHans-Christoph Steiner
svn path=/trunk/; revision=6127
2006-10-17replaced all X11 fontspecs with Tk font specs on the road to making the ↵Hans-Christoph Steiner
fonts/graphics appear the same on all platforms svn path=/trunk/; revision=6123
2006-10-17make console font normal for readabilityHans-Christoph Steiner
svn path=/trunk/; revision=6122
2006-10-17added blank 'flags' section for Mac OS X so its easy to add flagsHans-Christoph Steiner
svn path=/trunk/; revision=6121
2006-10-17split up patching and version munging into separate targets to support ↵Hans-Christoph Steiner
having the date in the version svn path=/trunk/; revision=6120
2006-10-17switched test version number to use the current dateHans-Christoph Steiner
svn path=/trunk/; revision=6119
2006-10-09noprefs for pd-0.40 addedFrank Barknecht
svn path=/trunk/; revision=6088