aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-07make sure the script is executable before trying to run itHans-Christoph Steiner
svn path=/trunk/; revision=5498
2006-08-06fixed up README to only show the install instructions for the current ↵Hans-Christoph Steiner
platform, and added note about patented software svn path=/trunk/; revision=5484
2006-08-04arg it should be a tab, not spacesHans-Christoph Steiner
svn path=/trunk/; revision=5478
2006-08-03added message bundle functionality (pyext.Bundle class)Thomas Grill
enable compiled-only scripts (without .py) small optimizations and fixes small changes for numpy support enable module packages (module/__init__.py[co]), now also for Max compiler flag to exclude DSP objects some ASSERTs for explicitly created pyext classes (should be runtime checks i guess) added pyext._list and pyext._tuple to convert input lists to Python sequence objects let _inlets and _outlets default to 0 svn path=/trunk/; revision=5472
2006-08-03updated for simpler dir layoutHans-Christoph Steiner
svn path=/trunk/; revision=5471
2006-08-03whoops, forgot the distro in the pathHans-Christoph Steiner
svn path=/trunk/; revision=5470
2006-08-03oops, forgot a bunch of things, like reenabling rsyncing..Hans-Christoph Steiner
svn path=/trunk/; revision=5469
2006-08-03extended auto-builds to allow for building multiple distros, and included a ↵Hans-Christoph Steiner
pd-MAIN distro, which seems to work. We'll see... svn path=/trunk/; revision=5468
2006-08-03working pd MAIN auto-builder, at least on Debian/stableHans-Christoph Steiner
svn path=/trunk/; revision=5467
2006-08-03checked in placeholder so that cron script will workHans-Christoph Steiner
svn path=/trunk/; revision=5466
2006-08-03now checks out pd-MAIN and pd-devel_0_39; removed cruft and put in nice headersHans-Christoph Steiner
svn path=/trunk/; revision=5465
2006-08-03first complete sketch of pd-main auto-builder; time to try itHans-Christoph Steiner
svn path=/trunk/; revision=5464
2006-08-02fixed minor errors in 'package' and 'test_package' targetsHans-Christoph Steiner
svn path=/trunk/; revision=5462
2006-08-02starting to support multiple package formatsHans-Christoph Steiner
svn path=/trunk/; revision=5460
2006-08-02fixed 'hcs' targets and added preliminary 'usbhid' targetHans-Christoph Steiner
svn path=/trunk/; revision=5459
2006-08-02added test_package target which just mounts then ejects the disk image. ↵Hans-Christoph Steiner
Real tests should happen there... svn path=/trunk/; revision=5456
2006-08-02cleaned things up to make operation clearer; darwin_app_doc_format was ↵Hans-Christoph Steiner
having trouble with too many open files, so switched to find with -exec svn path=/trunk/; revision=5454
2006-08-01finally tracked down that pesky Pd++ related bug...Hans-Christoph Steiner
svn path=/trunk/; revision=5453
2006-08-01minor clean up while in search of the real problem...argHans-Christoph Steiner
svn path=/trunk/; revision=5450
2006-08-01spec file from nando for work in progressHans-Christoph Steiner
svn path=/trunk/; revision=5449
2006-08-01added 'all' target distinct from 'install'Hans-Christoph Steiner
svn path=/trunk/; revision=5447
2006-08-01switched back to working target for Pd-extended from pd++, I gues tigital ↵Hans-Christoph Steiner
forgot... svn path=/trunk/; revision=5446
2006-08-01oops, the clean target was removed files from the source rather than the ↵Hans-Christoph Steiner
target. I normally don't compile as root so I never noticed... svn path=/trunk/; revision=5445
2006-07-31make test_package clean up its cruftHans-Christoph Steiner
svn path=/trunk/; revision=5443
2006-07-31added missing portaudio files for mac core audioMiller Puckette
svn path=/trunk/; revision=5442
2006-07-31working scripts from compile farm master, pd-debian-stableHans-Christoph Steiner
svn path=/trunk/; revision=5439
2006-07-31added ekext to the build system; the help files need to be renamed to the ↵Hans-Christoph Steiner
standard svn path=/trunk/; revision=5436
2006-07-30checked in nando's patch for readmesdirHans-Christoph Steiner
svn path=/trunk/; revision=5433
2006-07-29fixed up logic for tracking down which Wish.app to use and whether to copy ↵Hans-Christoph Steiner
it has embedded Frameworks svn path=/trunk/; revision=5432
2006-07-28initial support for devel branch (scons) via pd_devel targetJamie Tittle
svn path=/trunk/; revision=5426
2006-07-28oops, had to bump up Makefile.buildlayout in the list so theat scripts_src ↵Hans-Christoph Steiner
would work svn path=/trunk/; revision=5421
2006-07-28fixed up the tracking down of the Wish.app to support both Mac OS X/Intel ↵Hans-Christoph Steiner
and the auto-builds svn path=/trunk/; revision=5420
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