Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-08 | removing TAGS file since it is a build productHEADsvn2git-headexternals/pdp | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=15865 | |||
2011-11-29 | pdp: v4l build fixes | Tom Schouten | |
svn path=/trunk/externals/pdp/; revision=15805 | |||
2011-11-28 | pdp: updated version to 0.12.7 | Tom Schouten | |
svn path=/trunk/externals/pdp/; revision=15800 | |||
2011-11-28 | pdp: merge with zwizwa darcs | Tom Schouten | |
svn path=/trunk/externals/pdp/; revision=15799 | |||
2011-11-02 | fixed path to media | N.N. | |
svn path=/trunk/externals/pdp/; revision=15693 | |||
2011-11-02 | fixed gsl linking under linux | N.N. | |
svn path=/trunk/externals/pdp/; revision=15692 | |||
2011-11-02 | fix to link problem with gsl | N.N. | |
svn path=/trunk/externals/pdp/; revision=15691 | |||
2011-10-11 | fixed build on ubuntu/maverick | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=15568 | |||
2011-10-05 | check for Pd-headers in /usr(/local)?/include/pd/ | IOhannes m zmölnig | |
svn path=/trunk/externals/pdp/; revision=15512 | |||
2011-10-05 | use libv4l if available | IOhannes m zmölnig | |
svn path=/trunk/externals/pdp/; revision=15511 | |||
2011-10-05 | prepare for libv4l support | IOhannes m zmölnig | |
svn path=/trunk/externals/pdp/; revision=15510 | |||
2011-09-26 | if pd >=0.43 use logpost() for version | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=15359 | |||
2011-07-27 | use gcc flag -rdynamic to pass the right flag to LD | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=15168 | |||
2011-06-18 | replaced typo'ed ---export-dynamic flag with gcc flag -rdynamic, which sets ↵ | Hans-Christoph Steiner | |
-export-dynamic when calling ld svn path=/trunk/externals/pdp/; revision=15107 | |||
2010-12-13 | updated to build against 0.43 | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=14619 | |||
2010-09-16 | replaced dead pure-data.org with puredata.info | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=14149 | |||
2010-09-13 | added debian/watch file pointing at sourceforge | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=14110 | |||
2010-09-10 | bumped version to 0.12.7-svn to mark it as different from the release | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=14040 | |||
2010-09-09 | labeled version as 0.12.6 | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=14005 | |||
2010-09-09 | after off-list discussion with Tom Schouten, committing John Harrison's ↵ | Hans-Christoph Steiner | |
patch #3050324 svn path=/trunk/externals/pdp/; revision=14004 | |||
2010-09-09 | after off-list discussion with Tom Schouten, committing John Harrison's ↵ | Hans-Christoph Steiner | |
patch #3050325 svn path=/trunk/externals/pdp/; revision=14003 | |||
2010-08-31 | sync with 0.12.6-darcs | Tom Schouten | |
svn path=/trunk/externals/pdp/; revision=13950 | |||
2010-01-05 | converted errors to use pd_error() to make them easier to find | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=12884 | |||
2009-10-31 | made header declarations match actual functions | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=12709 | |||
2009-10-31 | made header declarations match actual functions | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=12708 | |||
2009-10-31 | made header declarations match actual functions | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=12706 | |||
2009-10-31 | used stdboo.h for bool, true, false | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=12702 | |||
2009-10-30 | make the C++ boolean hack not cause collisions | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=12698 | |||
2009-08-15 | removed 1024x1024 limitation | N.N. | |
svn path=/trunk/externals/pdp/; revision=11918 | |||
2009-06-16 | checked in Tim's 64-bit fix (patch #2804290), 64-bit requires -fPIC | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=11786 | |||
2009-06-10 | fixed path so it finds the example movie when installed | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=11740 | |||
2009-06-09 | replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic where | Hans-Christoph Steiner | |
appropriate. It seems that once upon a time -export_dynamic was a real flag. Now it means -e xport_dynamic, meaning set the entry symbol to xport_dynamic, giving this error message: /usr/bin/ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000001b60 svn path=/trunk/externals/pdp/; revision=11724 | |||
2009-05-09 | New weightonset external | Ed Kelly | |
svn path=/trunk/externals/pdp/; revision=11309 | |||
2009-05-06 | - made the LIBQUICKTIME path setting message only show up with 'verbose' is on | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=11248 | |||
2009-05-03 | upgraded Mac OS X build machines to libquicktime 1.1.1 | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=11218 | |||
2009-01-11 | fixed O_CREAT issue by adding a mode_t file permission mask of 0600 as third ↵ | Hans-Christoph Steiner | |
argument. It seems to compile fine on gcc < 4.3 svn path=/trunk/externals/pdp/; revision=10510 | |||
2008-08-27 | merged in relevant changes from the v0-40 pd-extended release branch | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=10266 | |||
2008-05-30 | add conversion to UYVY needed for some cameras | N.N. | |
svn path=/trunk/externals/pdp/; revision=9947 | |||
2008-05-24 | Checked in latest from Tom Schouten's darcs repository, which was checked in | Hans-Christoph Steiner | |
19-Feb-2008. Changes are mostly the email address and URLs, but two new objects are also added: pdp_array2grey and pdp_grey2array for converting between Pd arrays and greyscale images. svn path=/trunk/externals/pdp/; revision=9899 | |||
2008-05-24 | quick fixup on Makefiles to get things building on Mac OS X | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=9891 | |||
2007-10-20 | added nested functions support on Mac OS X so that PDP builds | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=8849 | |||
2007-10-20 | removed build products from CVS, these files are created as part of the ↵ | Hans-Christoph Steiner | |
build process svn path=/trunk/externals/pdp/; revision=8848 | |||
2007-08-07 | fixed bad connection | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=8453 | |||
2007-06-12 | switching from -undefined error to -undefined dynamic_lookup to hopefully ↵ | Hans-Christoph Steiner | |
smooth loading libquicktime, etc svn path=/trunk/externals/pdp/; revision=7764 | |||
2007-06-05 | fixed my stupidity so that it sets the path properly and finds the file | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=7752 | |||
2007-05-31 | on __APPLE__, open X11.app if creating the window fails the first time | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=7729 | |||
2007-05-05 | switched to pdp_glx for output since it works on both Mac OS X and GNU/Linux | Hans-Christoph Steiner | |
svn path=/trunk/externals/pdp/; revision=7626 | |||
2006-09-23 | pdp: README-12 | Tom Schouten | |
svn path=/trunk/externals/pdp/; revision=6009 | |||
2006-09-23 | pdp: missing files | Tom Schouten | |
svn path=/trunk/externals/pdp/; revision=6008 | |||
2006-09-23 | pdp: boodstrap file | Tom Schouten | |
svn path=/trunk/externals/pdp/; revision=6007 |