Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-08 | got the rsync upload working on Mac OS X, hopefully it still works on GNU/Linux | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5505 | |||
2006-08-08 | changed script so that the right stuff gets updated. ↵ | Hans-Christoph Steiner | |
update-developer-layout.sh doesn't update the pure-data/pd tree svn path=/trunk/; revision=5504 | |||
2006-08-08 | changed logfile name format; fixed path issues | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5503 | |||
2006-08-07 | make sure the script is executable before trying to run it | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5498 | |||
2006-08-03 | updated for simpler dir layout | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5471 | |||
2006-08-03 | whoops, forgot the distro in the path | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5470 | |||
2006-08-03 | oops, forgot a bunch of things, like reenabling rsyncing.. | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5469 | |||
2006-08-03 | extended 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-03 | working pd MAIN auto-builder, at least on Debian/stable | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5467 | |||
2006-08-03 | checked in placeholder so that cron script will work | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5466 | |||
2006-08-03 | now checks out pd-MAIN and pd-devel_0_39; removed cruft and put in nice headers | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5465 | |||
2006-08-03 | first complete sketch of pd-main auto-builder; time to try it | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5464 | |||
2006-08-02 | starting to support multiple package formats | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5460 | |||
2006-07-31 | working scripts from compile farm master, pd-debian-stable | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5439 | |||
2006-07-29 | fixed 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-28 | fixed 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-25 | cleaned out cruft from auto-build script | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5402 | |||
2006-07-25 | fixed 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-19 | added standardized logging | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5381 | |||
2006-07-19 | changed up to use rsync on the build machines | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5380 | |||
2006-07-19 | updated for new SourceForge CVS hostname | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5379 | |||
2006-07-12 | first stab at complete build automation | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5369 | |||
2006-04-27 | removed non-existant libraries and fixed up the registry stuff to work properly. | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5010 | |||
2006-04-26 | fixed windows and linux bugs in the pdsettings file generation | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5006 | |||
2006-04-26 | added some improvements ;-) that allow me adapt the script to my setup | IOhannes m zmölnig | |
without (hopefully) breaking anything; svn path=/trunk/; revision=5001 | |||
2006-04-13 | a log handling idea | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4901 | |||
2006-04-13 | audio glitchiness on OSX is atrocious with defeatrt enabled, so reenabling ↵ | Hans-Christoph Steiner | |
by default svn path=/trunk/; revision=4900 | |||
2006-04-11 | set some proper defaults | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4876 | |||
2006-04-11 | properly working debian startup/shutdown script. Pd is now a daemon! We ↵ | Hans-Christoph Steiner | |
just need sysloggin... svn path=/trunk/; revision=4875 | |||
2006-04-09 | added creb and user font folder for Mac OS X, but I don't think Pd will ↵ | Hans-Christoph Steiner | |
handle the ~ svn path=/trunk/; revision=4858 | |||
2006-04-08 | added -Pd to get new dirs | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4845 | |||
2006-04-07 | removed flext libs from startup since they cause crashes | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4835 | |||
2006-04-07 | removed liblist since that was an 0.38.4 hack | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4834 | |||
2006-04-06 | added fontpaths to the pd-settings files | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4819 | |||
2006-04-06 | fixed up scripts to work better for others | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4817 | |||
2006-03-17 | added mapping lib; and defeatrt on Mac OS X | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4720 | |||
2006-02-15 | added message about Gem CVS anonymous password | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4589 | |||
2006-02-08 | added objects test script based on load_every_help.pd; testing with -nogui, ↵ | Hans-Christoph Steiner | |
so far so good svn path=/trunk/; revision=4568 | |||
2006-02-08 | a simple start to start automating the testing of Pd builds. It just opens ↵ | Hans-Christoph Steiner | |
then closes every help file it finds and logs the results. This is a super simple script to contribute to Matju's Pure Unity effort svn path=/trunk/; revision=4567 | |||
2006-01-17 | I 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-16 | disambiguated 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-16 | made the mailboxes download into a Pd subfolder | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4416 | |||
2005-12-26 | added completion for -path, -helppath and -open | Frank Barknecht | |
svn path=/trunk/; revision=4299 | |||
2005-12-26 | forgot help, duh | Frank Barknecht | |
svn path=/trunk/; revision=4298 | |||
2005-12-26 | First version of bash_completion file added. | Frank Barknecht | |
svn path=/trunk/; revision=4297 | |||
2005-12-24 | wrote script to automate building all the libs on MinGW | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4291 | |||
2005-12-09 | changed to proper Max text file extension | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4178 | |||
2005-12-09 | checking in Frank's fixes | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4177 | |||
2005-12-09 | added version tag | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4176 | |||
2005-11-30 | a couple more fixes from the SourceForge compile farm build | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4085 |