aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-17I wrote script to automatically generate pd-settings files for Windows and ↵Hans-Christoph Steiner
Mac OS X. Currently it just generates a list of libs to load, but it could easily be extended to do more. Also, it needs the GNU/Linux settings, but I didn't add it yet because I don't know the format offhand. Also, it would be quite easy to add. svn path=/trunk/; revision=4439
2006-01-17- generated new default settings files for Mac OS X and Windows using ↵Hans-Christoph Steiner
scripts/generate-pd-settings-files.sh svn path=/trunk/; revision=4438
2006-01-17- OSC compiles only single objects, no libHans-Christoph Steiner
- MACOSX_DEPLOYMENT_TARGET is set either manually or from packages/Makefile in a more proper way svn path=/trunk/; revision=4437
2006-01-16changed menu wording to be shorter and similar to Miller'sHans-Christoph Steiner
svn path=/trunk/; revision=4426
2006-01-16disambiguated this use of this script since it has a very generic name. Its ↵Hans-Christoph Steiner
a SysV startup script, so it belongs in init.d svn path=/trunk/; revision=4417
2006-01-16made the mailboxes download into a Pd subfolderHans-Christoph Steiner
svn path=/trunk/; revision=4416
2006-01-16time to make the hopefully final RC7Hans-Christoph Steiner
svn path=/trunk/; revision=4415
2006-01-16fixed bug in library copy where it would copy over libs that had already ↵Hans-Christoph Steiner
been copied. Then the newly copied lib would have the only library paths in it rather than the adjusted ones. svn path=/trunk/; revision=4414
2006-01-16trying a more proper Makefile way to use environment variables, this should ↵Hans-Christoph Steiner
be inherited by Makefiles that are called from this one svn path=/trunk/; revision=4413
2006-01-16added some parts of the Gem build system, its not functional yetHans-Christoph Steiner
svn path=/trunk/; revision=4412
2006-01-15spelled out comma and semi-colon to make things clearHans-Christoph Steiner
svn path=/trunk/; revision=4409
2006-01-14moved sigpack files to externals/sigpackIOhannes m zmölnig
svn path=/trunk/; revision=4402
2006-01-09checked in code from sIgpAck0.03.ZIP; cleaned up comment warnings and ↵Hans-Christoph Steiner
changed #ifdef NT to #ifdef _MSC_VER; removed sp. prefix and set up for namespaces svn path=/trunk/; revision=4381
2005-12-31Took a bunch of patches... more to come but these are the ones that might ↵Miller Puckette
break stuff so I'll sync here. svn path=/trunk/; revision=4336
2005-12-31re-synced with my own source tree...Miller Puckette
svn path=/trunk/; revision=4321
2005-12-31another attempt to add new needed filesMiller Puckette
svn path=/trunk/; revision=4319
2005-12-31Deleted unused (?) filesMiller Puckette
svn path=/trunk/; revision=4318
2005-12-31Added about 64 files that I hadn't realized weren't in the CVSMiller Puckette
repository. Threw in pd/portaudio/pa_win_wdmks for good measure, although I haven't tried compiling that in yet (no windoze machine handy today). svn path=/trunk/; revision=4316
2005-12-30fixed minor typoHans-Christoph Steiner
svn path=/trunk/; revision=4313
2005-12-29ditched the help menu hack and finally wrote a help browser in TkHans-Christoph Steiner
svn path=/trunk/; revision=4309
2005-12-28created pdogg libdir and build targetsHans-Christoph Steiner
svn path=/trunk/; revision=4308
2005-12-28oops, a couple more fixes needed, plus a bit of clean up never hurtsHans-Christoph Steiner
svn path=/trunk/; revision=4305
2005-12-28fixed up hid and vocoder targets to work properly and not break other things...Hans-Christoph Steiner
svn path=/trunk/; revision=4304
2005-12-28super basic helpfile for samplerate~Hans-Christoph Steiner
svn path=/trunk/; revision=4303
2005-12-27remove all IEM files with a $ in the filename before building package. They ↵Hans-Christoph Steiner
are too hard to escape (for now) svn path=/trunk/; revision=4301
2005-12-26added completion for -path, -helppath and -openFrank Barknecht
svn path=/trunk/; revision=4299
2005-12-26forgot help, duhFrank Barknecht
svn path=/trunk/; revision=4298
2005-12-26First version of bash_completion file added.Frank Barknecht
svn path=/trunk/; revision=4297
2005-12-24wrote script to automate building all the libs on MinGWHans-Christoph Steiner
svn path=/trunk/; revision=4291
2005-12-23fix dynamic linker problem, not using flat_namespaceThomas Grill
svn path=/trunk/; revision=4290
2005-12-20fixed [hid] and OSC compilationHans-Christoph Steiner
svn path=/trunk/; revision=4263
2005-12-20added in mingw_fixes patch which includes NT2_MSC_VER and lots of other ↵Hans-Christoph Steiner
stuff so that everything can compile using MinGW; reorged things to use the full name 'windows' rather than just 'win'. This matches 'darwin' and 'linux'; this is windows RC6 svn path=/trunk/; revision=4260
2005-12-19replaced objects with text so that the patch wouldn't crashHans-Christoph Steiner
svn path=/trunk/; revision=4259
2005-12-19added OSCx to the build system for linux RC6Hans-Christoph Steiner
svn path=/trunk/; revision=4254
2005-12-19fixed minor bugs in RC6 and re-releasedHans-Christoph Steiner
svn path=/trunk/; revision=4253
2005-12-18fixed typo in hid_installHans-Christoph Steiner
svn path=/trunk/; revision=4252
2005-12-18fixed linux package bug that left out pd-gui; tweaked optimization setupHans-Christoph Steiner
svn path=/trunk/; revision=4251
2005-12-18lots of MinGW fixes for RC6Hans-Christoph Steiner
svn path=/trunk/; revision=4250
2005-12-16added test_locations target to make sure all of the paths are setup correctlyHans-Christoph Steiner
svn path=/trunk/; revision=4242
2005-12-16- Lots of bug fixesHans-Christoph Steiner
- added script which searches thru all of the .pd_darwin files for dependencies from Fink. It then copies those libs into the Pd.app and sets everything up for them to be sourced by the objects. - added Guenter's quick hack to allow international characters in Pd patches svn path=/trunk/; revision=4241
2005-12-16got make to handle autoconf and ./configure properlyHans-Christoph Steiner
svn path=/trunk/; revision=4240
2005-12-16set PDP target to put files in the old, pre-namespace layoutHans-Christoph Steiner
svn path=/trunk/; revision=4239
2005-12-16- added PDP to the build system, started with creb, pidip, pmpd.Hans-Christoph Steiner
- fixed random bugs svn path=/trunk/; revision=4234
2005-12-15new flext::CopyAtoms functionThomas Grill
fixed dangerous spot (also memory leak) with message queuing flext::Forward has more incarnations now added message bundles (flext::MsgBundle) fixes for gcc 3.3, changing FLEXT_USECMEM to FLEXT_USE_CMEMw fixed initialization of message bundle items svn path=/trunk/; revision=4228
2005-12-15checking in missing files on behalf of Miller (cleared it with him first). ↵Hans-Christoph Steiner
The files are from portmidi17nov04.zip svn path=/trunk/; revision=4216
2005-12-14fixed double-free on clearing values and dirsThomas Grill
reintroduced missing help message fixed clearing values and dirs, e.g. with messages clrall and clrrec more symbol escaping rename help file svn path=/trunk/; revision=4208
2005-12-14updated script for newer _isthreaded getter function styleThomas Grill
(the sendrecv-3.pd example still doesn't work right) svn path=/trunk/; revision=4207
2005-12-14fixed initialization of message bundle itemsThomas Grill
svn path=/trunk/; revision=4206
2005-12-14working towards RC6... soonHans-Christoph Steiner
svn path=/trunk/; revision=4205
2005-12-14more MinGW fixesHans-Christoph Steiner
svn path=/trunk/; revision=4204