aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-07-27fixed up LIB_TARGETS to work with rpm and deb package building scriptsHans-Christoph Steiner
svn path=/trunk/; revision=5419
2006-07-26updated with GOP message that I saw in IOhannes' demo patchHans-Christoph Steiner
svn path=/trunk/; revision=5417
2006-07-25switched to more proper syntax for calling make from a Makefile, I believe ↵Hans-Christoph Steiner
it communicates the error status properly this way; also bumped up test version for auto-builders svn path=/trunk/; revision=5403
2006-07-25cleaned out cruft from auto-build scriptHans-Christoph Steiner
svn path=/trunk/; revision=5402
2006-07-25removed -m option since it seems to be no longer supportedHans-Christoph Steiner
svn path=/trunk/; revision=5399
2006-07-25fixed up autobuild script so that it applies the patches; added some stuff ↵Hans-Christoph Steiner
towards automating MinGW builds svn path=/trunk/; revision=5398
2006-07-24disabled compilation of pdp and pidip in complete build since they are dying ↵Hans-Christoph Steiner
with errors svn path=/trunk/; revision=5397
2006-07-21added pdp and pidip on Linux because they are compilingN.N.
svn path=/trunk/; revision=5396
2006-07-21commented out other unused things from the template for corelibs... argHans-Christoph Steiner
svn path=/trunk/; revision=5391
2006-07-21made default optimization options more genericHans-Christoph Steiner
svn path=/trunk/; revision=5390
2006-07-21more work on centralizing the CPU optimization flags. With GNU/Linux on ↵Hans-Christoph Steiner
PowerPC and Mac OS X on Intel, things are becoming more complicated... ;) svn path=/trunk/; revision=5389
2006-07-21commented out help install for corelibs since the help files are the same as ↵Hans-Christoph Steiner
core svn path=/trunk/; revision=5388
2006-07-20removed pdp and pidip on Linux because they weren't compilingHans-Christoph Steiner
svn path=/trunk/; revision=5387
2006-07-20hid doesn't currently build on GNU/Linux, so remove from the auto-buildHans-Christoph Steiner
svn path=/trunk/; revision=5386
2006-07-19gripd doesn't compile automatically yetHans-Christoph Steiner
svn path=/trunk/; revision=5382
2006-07-19added standardized loggingHans-Christoph Steiner
svn path=/trunk/; revision=5381
2006-07-19changed up to use rsync on the build machinesHans-Christoph Steiner
svn path=/trunk/; revision=5380
2006-07-19updated for new SourceForge CVS hostnameHans-Christoph Steiner
svn path=/trunk/; revision=5379
2006-07-12fixed gripd installHans-Christoph Steiner
svn path=/trunk/; revision=5370
2006-07-12first stab at complete build automationHans-Christoph Steiner
svn path=/trunk/; revision=5369
2006-07-12added working flib targets, plus sketches for postlude and fileHans-Christoph Steiner
svn path=/trunk/; revision=5368
2006-07-07added libdir meta file to purepd so it'll load as a libHans-Christoph Steiner
svn path=/trunk/; revision=5361
2006-07-01some more documentation (proxy objects)Thomas Grill
better memory usage with modified proxies optimized DSP processing (less data copying, no more block delay) fixed send method so that any messages work now svn path=/trunk/; revision=5331
2006-07-01some more documentation (proxy objects)Thomas Grill
last fixes for release update docs optimized DSP processing (less data copying, no more block delay) fixed send method so that any messages work now svn path=/trunk/; revision=5330
2006-06-27more robust structure pack setting for Max/MSP @ WindowsThomas Grill
fix for 64 bit code fixed bug for Max/MSP when there's no signal inlet changes for Mac/Intel svn path=/trunk/; revision=5307
2006-06-26stripped unneeded codeThomas Grill
cosmetic changes to calm the compiler svn path=/trunk/; revision=5303
2006-06-26fixed break condition for some loop constructsThomas Grill
resurrected help message functionality preparing RIP release svn path=/trunk/; revision=5302
2006-06-24added boids to pd-extendedHans-Christoph Steiner
svn path=/trunk/; revision=5293
2006-06-20more robust structure pack setting for Max/MSP @ WindowsThomas Grill
fixed bug for Max/MSP when there's no signal inlet - Max: fixed reported bug (#67), where list elements are distributed over inlets - preprocessor symbol FLEXT_COMPATIBLE - if defined don't implement specialities of either PD or Max/MSP cosmetic changes to calm the compiler svn path=/trunk/; revision=5264
2006-06-15oops, forgot a backslashHans-Christoph Steiner
svn path=/trunk/; revision=5246
2006-06-14quick stab at getting gripd integrated into Pd-extended, needs more work...Hans-Christoph Steiner
svn path=/trunk/; revision=5235
2006-06-14removed duplicate version in package nameHans-Christoph Steiner
svn path=/trunk/; revision=5234
2006-06-14added patch that's already been accepted into 0.40Hans-Christoph Steiner
svn path=/trunk/; revision=5233
2006-06-14added corelibs to the default build; started devellibs section; fixed pmpd ↵Hans-Christoph Steiner
targets since Cyrille changed pmpd to single-object-single-file svn path=/trunk/; revision=5232
2006-06-14*** empty log message ***Cyrille Henry
svn path=/trunk/; revision=5231
2006-06-03FFT package selectionMiller Puckette
Zmoelnig's multi-'$' patch big-soundfile support Patch to set open directories (openpanel, savepanel) patch to allow funny characters in extern names fixed makefile.in to support intel mac svn path=/trunk/; revision=5164
2006-06-03Removing renamed filesMiller Puckette
svn path=/trunk/; revision=5163
2006-05-29more robust structure pack setting for Max/MSP @ WindowsThomas Grill
attribute generation is now determined exclusively by the object class setup (not library as before). some minor changes after valgrind run - preprocessor symbol FLEXT_COMPATIBLE - if defined don't implement specialities of either PD or Max/MSP fixed bug for Max/MSP when there's no signal inlet - Max: fixed reported bug (#67), where list elements are distributed over inlets svn path=/trunk/; revision=5148
2006-05-27turned on gdb debugging flags; added corelibs to Pd-extended bulid system, ↵Hans-Christoph Steiner
doesn't build by default yet svn path=/trunk/; revision=5141
2006-05-25fixed typo caused by wild sed replacementHans-Christoph Steiner
svn path=/trunk/; revision=5134
2006-05-25updated for creb layout changes, makes things simplerHans-Christoph Steiner
svn path=/trunk/; revision=5133
2006-05-25updated to test4Hans-Christoph Steiner
svn path=/trunk/; revision=5132
2006-05-25finally made an 'hcs' target, I guess my grab bag is something of a lib; ↵Hans-Christoph Steiner
fixed up cred to compile in the standard, easy way svn path=/trunk/; revision=5131
2006-05-25fixed files for build changesHans-Christoph Steiner
svn path=/trunk/; revision=5129
2006-05-24small fixesThomas Grill
small ad added loadbang prioritization svn path=/trunk/; revision=5114
2006-05-24enabled FLEXT_(C)ADDMETHOD as an alias of FLEXT_(C)ADDBANGThomas Grill
bugfixes and optimizations, especially for DSP under Max/MSP added thisParent type attribute generation is now determined exclusively by the object class setup (not library as before). avoid trying to send empty message bundles - preprocessor symbol FLEXT_COMPATIBLE - if defined don't implement specialities of either PD or Max/MSP small changes for attribute functions - Max: fixed reported bug (#67), where list elements are distributed over inlets svn path=/trunk/; revision=5113
2006-05-18*** empty log message ***jasch
svn path=/trunk/; revision=5083
2006-05-17This commit was generated by cvs2svn to compensate for changes in r5071,jasch
which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=5072
2006-05-15*** empty log message ***Thomas Grill
svn path=/trunk/; revision=5065
2006-05-07files created for the walcheturm workshop in ZurichHans-Christoph Steiner
svn path=/trunk/; revision=5058