Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-30 | fixed minor typo | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4313 | |||
2005-12-29 | ditched the help menu hack and finally wrote a help browser in Tk | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4309 | |||
2005-12-28 | created pdogg libdir and build targets | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4308 | |||
2005-12-28 | oops, a couple more fixes needed, plus a bit of clean up never hurts | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4305 | |||
2005-12-28 | fixed up hid and vocoder targets to work properly and not break other things... | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4304 | |||
2005-12-28 | super basic helpfile for samplerate~ | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4303 | |||
2005-12-27 | remove all IEM files with a $ in the filename before building package. They ↵ | Hans-Christoph Steiner | |
are too hard to escape (for now) svn path=/trunk/; revision=4301 | |||
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-23 | fix dynamic linker problem, not using flat_namespace | Thomas Grill | |
svn path=/trunk/; revision=4290 | |||
2005-12-20 | fixed [hid] and OSC compilation | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4263 | |||
2005-12-20 | added in mingw_fixes patch which includes NT2_MSC_VER and lots of other ↵ | Hans-Christoph Steiner | |
stuff so that everything can compile using MinGW; reorged things to use the full name 'windows' rather than just 'win'. This matches 'darwin' and 'linux'; this is windows RC6 svn path=/trunk/; revision=4260 | |||
2005-12-19 | replaced objects with text so that the patch wouldn't crash | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4259 | |||
2005-12-19 | added OSCx to the build system for linux RC6 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4254 | |||
2005-12-19 | fixed minor bugs in RC6 and re-released | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4253 | |||
2005-12-18 | fixed typo in hid_install | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4252 | |||
2005-12-18 | fixed linux package bug that left out pd-gui; tweaked optimization setup | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4251 | |||
2005-12-18 | lots of MinGW fixes for RC6 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4250 | |||
2005-12-16 | added test_locations target to make sure all of the paths are setup correctly | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4242 | |||
2005-12-16 | - Lots of bug fixes | Hans-Christoph Steiner | |
- added script which searches thru all of the .pd_darwin files for dependencies from Fink. It then copies those libs into the Pd.app and sets everything up for them to be sourced by the objects. - added Guenter's quick hack to allow international characters in Pd patches svn path=/trunk/; revision=4241 | |||
2005-12-16 | got make to handle autoconf and ./configure properly | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4240 | |||
2005-12-16 | set PDP target to put files in the old, pre-namespace layout | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4239 | |||
2005-12-16 | - added PDP to the build system, started with creb, pidip, pmpd. | Hans-Christoph Steiner | |
- fixed random bugs svn path=/trunk/; revision=4234 | |||
2005-12-15 | new flext::CopyAtoms function | Thomas Grill | |
fixed dangerous spot (also memory leak) with message queuing flext::Forward has more incarnations now added message bundles (flext::MsgBundle) fixes for gcc 3.3, changing FLEXT_USECMEM to FLEXT_USE_CMEMw fixed initialization of message bundle items svn path=/trunk/; revision=4228 | |||
2005-12-15 | checking in missing files on behalf of Miller (cleared it with him first). ↵ | Hans-Christoph Steiner | |
The files are from portmidi17nov04.zip svn path=/trunk/; revision=4216 | |||
2005-12-14 | fixed double-free on clearing values and dirs | Thomas Grill | |
reintroduced missing help message fixed clearing values and dirs, e.g. with messages clrall and clrrec more symbol escaping rename help file svn path=/trunk/; revision=4208 | |||
2005-12-14 | updated script for newer _isthreaded getter function style | Thomas Grill | |
(the sendrecv-3.pd example still doesn't work right) svn path=/trunk/; revision=4207 | |||
2005-12-14 | fixed initialization of message bundle items | Thomas Grill | |
svn path=/trunk/; revision=4206 | |||
2005-12-14 | working towards RC6... soon | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4205 | |||
2005-12-14 | more MinGW fixes | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4204 | |||
2005-12-13 | fixed up clean/distclean a bit; moved OSCx into standard targets; added ↵ | Hans-Christoph Steiner | |
OPT_CFLAGS suppport svn path=/trunk/; revision=4203 | |||
2005-12-12 | display error messages if calling __init__ or _del caused an exception | Thomas Grill | |
better error message for reload with invalid args svn path=/trunk/; revision=4198 | |||
2005-12-12 | fixed rich comparison method in Symbol class | Thomas Grill | |
added message bundle functionality (pyext.Bundle class) small optimizations and fixes added forgotten files svn path=/trunk/; revision=4197 | |||
2005-12-12 | made curl downloads optional | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4196 | |||
2005-12-12 | made standard shortcut target so I don't have to remember the names of the ↵ | Hans-Christoph Steiner | |
different package types svn path=/trunk/; revision=4193 | |||
2005-12-12 | added targets for testing the final destinations that are currently set | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4192 | |||
2005-12-12 | __str__ method for pyext, to enable print self calls | Thomas Grill | |
added message bundle functionality (pyext.Bundle class) enable symbol binding for all callables (not only functions and methods) small optimizations and fixes enable optimization of Python code in reease build _isthreaded is now a data member instead of a method more safety for calls where association python-pd has already been removed fixes for pthreads V2 svn path=/trunk/; revision=4190 | |||
2005-12-12 | new flext::CopyAtoms function | Thomas Grill | |
fixed dangerous spot (also memory leak) with message queuing flext::Forward has more incarnations now fixed and cleaned up library related stuff, especially co-existance of Max message and DSP library objects some minor changes after valgrind run more pthreads V2 fixes added message bundles (flext::MsgBundle) save some space saving inlet pointers fix uninitialized pointer update docs svn path=/trunk/; revision=4189 | |||
2005-12-10 | resurrected help message functionality | Thomas Grill | |
preparing RIP release adapt to new flext version svn path=/trunk/; revision=4185 | |||
2005-12-10 | some minor changes after valgrind run | Thomas Grill | |
fix uninitialized pointer With FLEXT_USECMEM normal C library memory allocation will be used, otherwise global operators will be overridden to use memory allocation by the real-time system (getbytes). more pthreads V2 fixes Deprecated FLEXT_NOGLOBALNEW in favor of FLEXT_USECMEM. svn path=/trunk/; revision=4184 | |||
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-12-09 | fixed two small typos | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4175 | |||
2005-12-09 | fixed the bugs carmen reported and added unauthorized | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4174 | |||
2005-12-08 | oops a couple minor bugs fixed | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4170 | |||
2005-12-08 | added targets for loaders, and made more libdirs | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4169 | |||
2005-12-08 | smoothed thing over to avoid the classic name clashes | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4168 |