Age | Commit 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-26 | moved these to 'externals/hcs' since they are not loaders | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6433 | |||
2006-11-26 | reduced the verbosity of the rsync as discussed a while back on pd-dev | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6430 | |||
2006-11-23 | fixed build error on Mac OS X 10.3 by #if'ing out 0.40 functions | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6398 | |||
2006-11-23 | replaced script and standalone Wish package with a Makefile target | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6395 | |||
2006-11-21 | oops, put the outlets in the right place | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6352 | |||
2006-11-21 | made 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-21 | report only after success; and have it search the local dir before the ↵ | Hans-Christoph Steiner | |
global path svn path=/trunk/; revision=6350 | |||
2006-11-21 | libdir.c | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6348 | |||
2006-11-20 | switched back to open_via_path to use global classpath; added -meta suffix | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6335 | |||
2006-11-20 | first functional example, it worked in the test at least, time to test some more | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6328 | |||
2006-11-12 | reordered to make compile errors clearer | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6273 | |||
2006-11-12 | added "-fno-strict-aliasing" to the CFLAGS to make the use of | IOhannes m zmölnig | |
anti-denormal-macros produce proper results svn path=/trunk/; revision=6272 | |||
2006-11-11 | removed 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, and | Hans-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-09 | don't make a package if the build exited with an error | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6244 | |||
2006-11-09 | iemlib tweak reflecting recent filename changes; standardized method of ↵ | Hans-Christoph Steiner | |
calling clean targets svn path=/trunk/; revision=6243 | |||
2006-11-07 | updated and the correct file name | Martin Peach | |
svn path=/trunk/; revision=6228 | |||
2006-11-07 | added float input to dynamically change shift amount | Martin Peach | |
svn path=/trunk/; revision=6227 | |||
2006-11-02 | hey. | N.N. | |
svn path=/trunk/; revision=6217 | |||
2006-11-02 | bye. | N.N. | |
svn path=/trunk/; revision=6216 | |||
2006-11-02 | use new ToSys* methods | Thomas Grill | |
added loadbang prioritization svn path=/trunk/; revision=6215 | |||
2006-11-02 | use branch hints | Thomas Grill | |
small fixes update for new flext callback naming updated docs svn path=/trunk/; revision=6211 | |||
2006-11-02 | PD: 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-31 | changed description for zexy from "GUI and streaming objects" (neither of | IOhannes 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-31 | PD: 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-30 | one more minor glitch, now it works | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6193 | |||
2006-10-28 | oops typo, my bad | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6177 | |||
2006-10-28 | added two other key examples to illustrate what whacky data this really is | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6176 | |||
2006-10-27 | Ardis 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-27 | fix for Codewarrior compilation | Thomas 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-27 | minor tweaks to support building Pd.app for pd-MAIN in the auto-builds | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6169 | |||
2006-10-27 | fixed package_clean to work properly on the auto-builds | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6168 | |||
2006-10-24 | switched 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-22 | test release for 0.41 (bug fixes for IA64). | Miller Puckette | |
svn path=/trunk/; revision=6154 | |||
2006-10-21 | run '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-21 | cleaned up version handling to make more sense; removed some obsolete chmods | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6151 | |||
2006-10-21 | made 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-19 | added standard package_clean target | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6139 | |||
2006-10-19 | the 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-18 | changed 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-18 | switched to a common file for common variables; downcased hostname and uname | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6133 | |||
2006-10-18 | minor build and clean tweaks | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6130 | |||
2006-10-17 | added hardware lib | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6127 | |||
2006-10-17 | replaced 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-17 | make console font normal for readability | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6122 | |||
2006-10-17 | added blank 'flags' section for Mac OS X so its easy to add flags | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6121 | |||
2006-10-17 | split 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-17 | switched test version number to use the current date | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6119 | |||
2006-10-09 | noprefs for pd-0.40 added | Frank Barknecht | |
svn path=/trunk/; revision=6088 |