aboutsummaryrefslogtreecommitdiff
path: root/externals
AgeCommit message (Collapse)Author
2005-12-28created pdogg libdir and build targetsHans-Christoph Steiner
svn path=/trunk/; revision=4308
2005-12-28oops, a couple more fixes needed, plus a bit of clean up never hurtsHans-Christoph Steiner
svn path=/trunk/; revision=4305
2005-12-28fixed up hid and vocoder targets to work properly and not break other things...Hans-Christoph Steiner
svn path=/trunk/; revision=4304
2005-12-23fix dynamic linker problem, not using flat_namespaceThomas Grill
svn path=/trunk/; revision=4290
2005-12-20fixed [hid] and OSC compilationHans-Christoph Steiner
svn path=/trunk/; revision=4263
2005-12-19added OSCx to the build system for linux RC6Hans-Christoph Steiner
svn path=/trunk/; revision=4254
2005-12-18fixed typo in hid_installHans-Christoph Steiner
svn path=/trunk/; revision=4252
2005-12-18lots of MinGW fixes for RC6Hans-Christoph Steiner
svn path=/trunk/; revision=4250
2005-12-16got make to handle autoconf and ./configure properlyHans-Christoph Steiner
svn path=/trunk/; revision=4240
2005-12-16set PDP target to put files in the old, pre-namespace layoutHans-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-15new flext::CopyAtoms functionThomas 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-14fixed double-free on clearing values and dirsThomas 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-14updated script for newer _isthreaded getter function styleThomas Grill
(the sendrecv-3.pd example still doesn't work right) svn path=/trunk/; revision=4207
2005-12-14fixed initialization of message bundle itemsThomas Grill
svn path=/trunk/; revision=4206
2005-12-14more MinGW fixesHans-Christoph Steiner
svn path=/trunk/; revision=4204
2005-12-13fixed up clean/distclean a bit; moved OSCx into standard targets; added ↵Hans-Christoph Steiner
OPT_CFLAGS suppport svn path=/trunk/; revision=4203
2005-12-12display error messages if calling __init__ or _del caused an exceptionThomas Grill
better error message for reload with invalid args svn path=/trunk/; revision=4198
2005-12-12fixed rich comparison method in Symbol classThomas Grill
added message bundle functionality (pyext.Bundle class) small optimizations and fixes added forgotten files svn path=/trunk/; revision=4197
2005-12-12__str__ method for pyext, to enable print self callsThomas 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-12new flext::CopyAtoms functionThomas 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-10resurrected help message functionalityThomas Grill
preparing RIP release adapt to new flext version svn path=/trunk/; revision=4185
2005-12-10some minor changes after valgrind runThomas 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-09fixed two small typosHans-Christoph Steiner
svn path=/trunk/; revision=4175
2005-12-09fixed the bugs carmen reported and added unauthorizedHans-Christoph Steiner
svn path=/trunk/; revision=4174
2005-12-08oops a couple minor bugs fixedHans-Christoph Steiner
svn path=/trunk/; revision=4170
2005-12-08added targets for loaders, and made more libdirsHans-Christoph Steiner
svn path=/trunk/; revision=4169
2005-12-08smoothed thing over to avoid the classic name clashesHans-Christoph Steiner
svn path=/trunk/; revision=4168
2005-12-08removing to prevent name conflicts, its included in motex nowHans-Christoph Steiner
svn path=/trunk/; revision=4165
2005-12-06oops, forgot test_locationsHans-Christoph Steiner
svn path=/trunk/; revision=4160
2005-12-06fixed a number of minor bugs, including Frank's patches; added test_location ↵Hans-Christoph Steiner
target to check where everything will end up svn path=/trunk/; revision=4159
2005-12-06experimenting a bit....Thomas Grill
rename help file fixes for pthreads V2 svn path=/trunk/; revision=4157
2005-12-06fixes for pthreads version 2Thomas Grill
fixes for pthreads V2 svn path=/trunk/; revision=4156
2005-12-06fixed and cleaned up library related stuff, especially co-existance of Max ↵Thomas Grill
message and DSP library objects fixes for pthreads version 2 more pthreads V2 fixes updated docs update docs updates for OSX svn path=/trunk/; revision=4155
2005-12-02use central Makefile.buildlayout in packagesHans-Christoph Steiner
svn path=/trunk/; revision=4119
2005-12-02libdir-ized ext13 and cxc and flushed out templateHans-Christoph Steiner
svn path=/trunk/; revision=4118
2005-12-01This commit was generated by cvs2svn to compensate for changes in r4096,Ed Kelly
which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=4097
2005-11-30preparing for RC6, bug fixes and tweaks, things are look ing goodHans-Christoph Steiner
svn path=/trunk/; revision=4086
2005-11-28- finally got a Linux Pd-extended release out, RC5Hans-Christoph Steiner
- built a tar.bz2 package maker with a generated Makefile for installing and uninstalling - switched all Makefiles to follow GNU $(DESTDIR)/$(prefix) standards svn path=/trunk/; revision=4066
2005-11-27lots of build bug fixes and additions, including pixeltango and lots of ↵Hans-Christoph Steiner
binary files, including many flext externals. this will probably be pd-0.38.4-extended-RC5 svn path=/trunk/; revision=4051
2005-11-26added platform neutral libs filesHans-Christoph Steiner
svn path=/trunk/; revision=4048
2005-11-26small tweaks to get things working on MinGWHans-Christoph Steiner
svn path=/trunk/; revision=4038
2005-11-26updated names to be more GNU-like and easier to readHans-Christoph Steiner
svn path=/trunk/; revision=4036
2005-11-26added in Jamie's dlopn patch so I can use his binaries; fixed a number of ↵Hans-Christoph Steiner
bugs reported on the list; added platform-specific noncvs handling svn path=/trunk/; revision=4035
2005-11-23copy the extendedRC4 buildlayout to all the right placesHans-Christoph Steiner
svn path=/trunk/; revision=4022
2005-11-22broke up objects_install line because MinGW was complaining that the command ↵Hans-Christoph Steiner
line was too long svn path=/trunk/; revision=4013
2005-11-21created Pd-0.38.4-extendedRC3.app releaseHans-Christoph Steiner
svn path=/trunk/; revision=4012
2005-11-21fixed minor bugs on Debian and added cyclone, pddp, and toxy as libdirsHans-Christoph Steiner
svn path=/trunk/; revision=4009
2005-11-21Lots of changes, got the first complete(-ish) build with the new extendedHans-Christoph Steiner
build system. I left as much of the old functionality in place as possible, definitely were it was being used. But there are some changes that break backwards compatibility, thought they should be noticed by few, and be easy to fix going forward. Some highlights: - centralized patch system (packages/patches with targets patch_pd and unpatch_pd) - easily redirected builds, using INSTALL_PREFIX and all of the *_DEST variables. This makes building packages like Pd.app, .deb, .rpm, etc. much easier. - libdir format: basically a libdir is a directory that has both the objects and the help files together in one folder. It can be added using -lib or the StartUp preferences, or you can access them via geiger namespaces, i.e. [mylibrary/myobject]. - special characters allow in setup function/file names for objects. This makes objects like [||~] possible without having to be in a library. Now they can be either .pd files or individual .pd_darwin files (thanks IOhannes for the patch). svn path=/trunk/; revision=3994
2005-11-19*** empty log message ***Thomas Grill
svn path=/trunk/; revision=3981