aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-04an attempt at getting symlinked files working under MinGW/Cygwin by copying ↵Hans-Christoph Steiner
them to files svn path=/trunk/; revision=10830
2009-03-02fixed stupid search-n-replace bugHans-Christoph Steiner
svn path=/trunk/; revision=10826
2009-03-01added chroots to automatic buildsHans-Christoph Steiner
svn path=/trunk/; revision=10825
2009-03-01use /etc/hostname for hostname so that chroot builds are named appropriatelyHans-Christoph Steiner
svn path=/trunk/; revision=10823
2009-02-18fixed up 'maxmode' libraries for cyclone into their own subdirHans-Christoph Steiner
svn path=/trunk/; revision=10795
2009-02-17added .mxt, .mxb, .help since Pd-extended can now open these Max/MSP file ↵Hans-Christoph Steiner
types thanks to cyclist svn path=/trunk/; revision=10788
2009-02-17added cyclone's extra libraries for enhanced Max/MSP compatibility featuresHans-Christoph Steiner
svn path=/trunk/; revision=10786
2009-02-12added more to make things more usable:Hans-Christoph Steiner
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=10760 svn path=/trunk/; revision=10761
2009-02-11checked in patch to pd-extended 0.41.4 and submitted it to the patch tracker ↵Hans-Christoph Steiner
for Miller svn path=/trunk/; revision=10758
2009-02-11added io/xbee to the main makefileHans-Christoph Steiner
svn path=/trunk/; revision=10755
2009-02-06updated to GPL v3Hans-Christoph Steiner
svn path=/trunk/; revision=10746
2009-02-050.42-4. Fixes "send" template bug, "gfxstub" bug, 2 pd~ bugsMiller Puckette
svn path=/trunk/; revision=10737
2009-02-02add pbank to the build systemCyrille Henry
svn path=/trunk/; revision=10715
2009-02-02removed crufty old READMEHans-Christoph Steiner
svn path=/trunk/; revision=10710
2009-01-28This is because * is not legal in filenames on Windows.Martin Peach
svn path=/trunk/; revision=10665
2009-01-28added puredyne tag to the puredyne buildsHans-Christoph Steiner
svn path=/trunk/; revision=10662
2009-01-27switching Pd-extended to GPL v3 this (lack of) discussion ;) ↵Hans-Christoph Steiner
http://lists.puredata.info/pipermail/pd-dev/2008-11/012456.html svn path=/trunk/; revision=10657
2009-01-26add the names of the builds to the right placesHans-Christoph Steiner
svn path=/trunk/; revision=10656
2009-01-26make sure the 'pd' user has perms to write the 'latest' pageHans-Christoph Steiner
svn path=/trunk/; revision=10653
2009-01-26I just went through all of the externals that include t_tk.h and found thatHans-Christoph Steiner
none of them actually need to include it, since none of them actually use the functions or macros declared in t_tk.h. Since pd-devel has removed t_tk.h, and hopefully pd-vanilla will soon also ditch t_tk.h, I have removed #include "t_tk.h" from everywhere it was doing nothing (but preventing pd-devel-extended from compiling). svn path=/trunk/; revision=10652
2009-01-26- fixed AppMain.tcl link for non pd-devel buildsHans-Christoph Steiner
- readded spotlight_importer, I mistakenly deleted it svn path=/trunk/; revision=10645
2009-01-25- changed the "Scripts" folder to being a link to "bin" so that whenHans-Christoph Steiner
AppMain.tcl is run from the Pd.app, it'll find the rest of the *.tcl files without and special tricks. - test if AppMain.tcl exists, like with pd-devel, if not create a symlink called AppMain.tcl to pd.tk for pd-vanilla and pd-extended svn path=/trunk/; revision=10637
2009-01-25replaced second test with a || so that make doesn't catch the 'false' exit ↵Hans-Christoph Steiner
condition of the first test svn path=/trunk/; revision=10636
2009-01-25handle different locations for the Gem manual. in Gem 0.92, ↵Hans-Christoph Steiner
$(gem_src)/manual moved to $(gem_src)/doc/manual svn path=/trunk/; revision=10635
2009-01-24fixed .pat and .mxt loading, it turns out that open_file was just testing ↵Hans-Christoph Steiner
for .pd as a valid file svn path=/trunk/; revision=10611
2009-01-24add support for Max patch file .mxt file extension, which should be the same ↵Hans-Christoph Steiner
file format as a text .pat, submitted to the patch tracker as 2532431 svn path=/trunk/; revision=10610
2009-01-22DOH! Forgot to delete the .pd.bak files and instead was deleting the .pd filesHans-Christoph Steiner
svn path=/trunk/; revision=10602
2009-01-21installed script as a cron jobHans-Christoph Steiner
svn path=/trunk/; revision=10592
2009-01-21set executable bit since these scripts need itHans-Christoph Steiner
svn path=/trunk/; revision=10591
2009-01-21- switched the "latest" section of the website to be a list of the most recentHans-Christoph Steiner
completed builds, generated by a new python script - removed old latest stuff from prep-auto-build-upload and fixed the quoting svn path=/trunk/; revision=10590
2009-01-21copied pd-extended-auto-builder.sh to this one and changed names to pd-develHans-Christoph Steiner
svn path=/trunk/; revision=10588
2009-01-21removed crufty ancient TODO files and moved a couple still-relevant notes to ↵Hans-Christoph Steiner
more appropriate places svn path=/trunk/; revision=10585
2009-01-21- removed flext bits since they are broken. the flext files should beHans-Christoph Steiner
installed along with the binaries instead of here. - removed old Mac-only devel/pd++ build system that has been long abandoned svn path=/trunk/; revision=10584
2009-01-21renamed help patches to standard *-help.pd formatHans-Christoph Steiner
svn path=/trunk/; revision=10583
2009-01-19+ removed flatspace sprinkler-help.pd from MakefileBryan Jurish
svn path=/trunk/; revision=10575
2009-01-17+ moved externals/sprinker to externals/moocow/sprinklerBryan Jurish
svn path=/trunk/; revision=10567
2009-01-17iemmatix should compile again; this build-system is really f*d up...IOhannes m zmölnig
svn path=/trunk/; revision=10561
2009-01-140.42-2 - setuid and find bug fixesMiller Puckette
svn path=/trunk/; revision=10556
2009-01-12this problem is fixed in 0.42-2, but not using this patch:Hans-Christoph Steiner
https://sourceforge.net/tracker2/index.php?func=detail&aid=1953853&group_id=55736&atid=478072 svn path=/trunk/; revision=10516
2009-01-12made pd-extended-release script actually rsync pd-extended-releaseHans-Christoph Steiner
svn path=/trunk/; revision=10513
2009-01-11preventing curl from waiting forever when downloadingHans-Christoph Steiner
svn path=/trunk/; revision=10512
2009-01-11found some more patches that have been included in trunkHans-Christoph Steiner
svn path=/trunk/; revision=10509
2009-01-10more patches that miller acceptedHans-Christoph Steiner
svn path=/trunk/; revision=10508
2009-01-10miller accepted this patchHans-Christoph Steiner
svn path=/trunk/; revision=10507
2009-01-10/partially/ accepted into 0.42... sighHans-Christoph Steiner
svn path=/trunk/; revision=10499
2009-01-10removed obsolete patch, 64-bit support for arrays was fixed differntly in ↵Hans-Christoph Steiner
the end svn path=/trunk/; revision=10498
2009-01-060.42-2 (bug fixes)Miller Puckette
svn path=/trunk/; revision=10477
2009-01-060.42-1 - bug fixesMiller Puckette
svn path=/trunk/; revision=10475
2009-01-02release 0.42-0Miller Puckette
svn path=/trunk/; revision=10471
2008-12-30Oops, add 2 help filesMiller Puckette
svn path=/trunk/; revision=10470