Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-13 | fixed up build system and includes to get [hidin] building as part of ↵ | Hans-Christoph Steiner | |
Pd-extended on Windows svn path=/trunk/; revision=5930 | |||
2006-09-13 | added flatspace and deprecated libdirs to the standard load... | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5928 | |||
2006-09-13 | cCVS: ---------------------------------------------------------------------- | Hans-Christoph Steiner | |
- Added "deprecated" lib to the build targets - small tweak to get PDP building, much left to be done svn path=/trunk/; revision=5927 | |||
2006-09-13 | added .pdsettings file to install package | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5926 | |||
2006-09-13 | made platform-specific object targets for unauthorized since they break a ↵ | Hans-Christoph Steiner | |
lot on Mac OS X and MinGW svn path=/trunk/; revision=5922 | |||
2006-09-11 | add sigmund~ | Miller Puckette | |
svn path=/trunk/; revision=5917 | |||
2006-09-08 | Many bug fixes | Miller Puckette | |
svn path=/trunk/; revision=5906 | |||
2006-09-03 | added flatspace and deprecated | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5856 | |||
2006-08-27 | fixed generic C++ targets for creb; added ekext examples; fixed hid ↵ | Hans-Christoph Steiner | |
compilation on Mac OS X 10.4 svn path=/trunk/; revision=5753 | |||
2006-08-24 | mrpeach set license GNU GPL and version 0.1 | Martin Peach | |
svn path=/trunk/; revision=5732 | |||
2006-08-24 | Fix for expr makefile on OSX 10.3 | Miller Puckette | |
svn path=/trunk/; revision=5731 | |||
2006-08-24 | sync for pd 0.40-0test05. Bug fix (empty DSP chains crashed Pd). | Miller Puckette | |
svn path=/trunk/; revision=5730 | |||
2006-08-22 | added 'latest' link | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5711 | |||
2006-08-22 | moved log files to a subdir for each day | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5709 | |||
2006-08-22 | everything is building, the element array is being properly populated, I ↵ | Hans-Christoph Steiner | |
just need to fix the data output to use the new element array svn path=/trunk/; revision=5706 | |||
2006-08-22 | fixed things so that all but one of the objects compile into a libdir | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5705 | |||
2006-08-18 | put m_pd.h, s_stuff.h in quotes instead of brackets on s_audio_jack.c | Miller Puckette | |
svn path=/trunk/; revision=5661 | |||
2006-08-17 | added mrpeach targets and added missing header to get things compiling on ↵ | Hans-Christoph Steiner | |
Mac OS X svn path=/trunk/; revision=5636 | |||
2006-08-15 | Bug fix - plus, two features I couldn't bear to leave out of 0.40 | Miller Puckette | |
svn path=/trunk/; revision=5616 | |||
2006-08-15 | Bug fix in audio blocking | Miller Puckette | |
svn path=/trunk/; revision=5609 | |||
2006-08-15 | Oops, added another file | Miller Puckette | |
svn path=/trunk/; revision=5605 | |||
2006-08-15 | 0.40 test 01 commit ... although the "about" dialog thinks it's test02 :) | Miller Puckette | |
svn path=/trunk/; revision=5604 | |||
2006-08-13 | did some TODO-o-rama | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5587 | |||
2006-08-13 | added hostname to logfile name so that the logfiles can be distiguished from ↵ | Hans-Christoph Steiner | |
each other once uploaded to the web server svn path=/trunk/; revision=5580 | |||
2006-08-12 | added logfile uploading | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5572 | |||
2006-08-12 | fixing typo | Thomas Grill | |
OSX switch to dynamic_lookup, 10.3 only but much cleaner svn path=/trunk/; revision=5570 | |||
2006-08-11 | Fixed to compile correctly on macosx 10.3, 10.4 and Windows. | Miller Puckette | |
svn path=/trunk/; revision=5566 | |||
2006-08-11 | fix dynamic linker problem, not using flat_namespace | Thomas Grill | |
OSX switch to dynamic_lookup, 10.3 only but much cleaner cosmetic changes to calm the compiler use normal assertion svn path=/trunk/; revision=5564 | |||
2006-08-11 | added jmmmp as libdir; created template to copy-n-paste; cleaned up some readmes | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5557 | |||
2006-08-10 | fixed up dmg/package target on 10.3 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5549 | |||
2006-08-10 | The disk image now mounts with a pretty color background, big icons and fonts, | Hans-Christoph Steiner | |
and a nice arrangement. The background image needs to have a static file name for the disk image, so the current ones with the version in it won't work because the .DS_Store has to be manually generated. Here's some more on that topic: http://jwz.livejournal.com/608927.html The "dmg" target is much improved, the mkdmg script is no longer necessary, same with sudo. The package_clean target should work better too. svn path=/trunk/; revision=5547 | |||
2006-08-09 | added to the clean targets so the clean more; fixed up chmod u-w on the doc ↵ | Hans-Christoph Steiner | |
dir so it should work on the auto-build svn path=/trunk/; revision=5544 | |||
2006-08-09 | the iemmatrix libdir doesn't work properly. I removed the ugly kludge from ↵ | Hans-Christoph Steiner | |
the build targets and removed iemmatrix from the default build. These objects still compile in the 'flatspace' libdir svn path=/trunk/; revision=5543 | |||
2006-08-09 | added success test so that it only send the email on failure | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5537 | |||
2006-08-09 | converted 'iemmatrix' and 'freeverb' to proper libdir targets; iemmatrix | Hans-Christoph Steiner | |
probably needs a lot of work in order for everything to work properly, IIRC. svn path=/trunk/; revision=5531 | |||
2006-08-09 | added more details to hidin and added it to the default Windows build | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5530 | |||
2006-08-09 | cleaned up buildsrc and unfiltered sections and turned them into libdirs; ↵ | Hans-Christoph Steiner | |
made 'pan' libdir and cleaned up source dir for easy makefile install rules; created 'deprecated' libdir and moved cruft there svn path=/trunk/; revision=5529 | |||
2006-08-09 | adding back in file I deleted in haste. This version of prepend is not very ↵ | Hans-Christoph Steiner | |
compatible tho... svn path=/trunk/; revision=5528 | |||
2006-08-09 | laid out examples of potentially unexpected [print] behavior | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5525 | |||
2006-08-09 | added a [list( message as a example of a bang | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5524 | |||
2006-08-09 | updated with new conversion routines using '->' instead of '2' as the separator | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5523 | |||
2006-08-09 | added formulas to convert both ways | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5522 | |||
2006-08-09 | added more examples | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5521 | |||
2006-08-08 | added a final line that echos to the logfile to test whether the build was ↵ | Hans-Christoph Steiner | |
succeeded. if it succeeded, then the status report email is not sent svn path=/trunk/; revision=5512 | |||
2006-08-08 | oops, forgot to change the path so it was updating the wrong tree | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5511 | |||
2006-08-08 | minor cleanup | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5510 | |||
2006-08-08 | call script with 'sh' before to avoid execute permission troubles | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5509 | |||
2006-08-08 | pd-main needs to have the /scripts/ tree updated, so I just set it to update ↵ | Hans-Christoph Steiner | |
everything svn path=/trunk/; revision=5508 | |||
2006-08-08 | fixed up messed up root_dir | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5506 | |||
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 |