Age | Commit message (Collapse) | Author |
|
svn path=/trunk/; revision=4263
|
|
svn path=/trunk/; revision=4254
|
|
svn path=/trunk/; revision=4252
|
|
svn path=/trunk/; revision=4250
|
|
svn path=/trunk/; revision=4240
|
|
svn path=/trunk/; revision=4239
|
|
- fixed random bugs
svn path=/trunk/; revision=4234
|
|
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
|
|
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
|
|
(the sendrecv-3.pd example still doesn't work right)
svn path=/trunk/; revision=4207
|
|
svn path=/trunk/; revision=4206
|
|
svn path=/trunk/; revision=4204
|
|
OPT_CFLAGS suppport
svn path=/trunk/; revision=4203
|
|
better error message for reload with invalid args
svn path=/trunk/; revision=4198
|
|
added message bundle functionality (pyext.Bundle class)
small optimizations and fixes
added forgotten files
svn path=/trunk/; revision=4197
|
|
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
|
|
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
|
|
preparing RIP release
adapt to new flext version
svn path=/trunk/; revision=4185
|
|
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
|
|
svn path=/trunk/; revision=4175
|
|
svn path=/trunk/; revision=4174
|
|
svn path=/trunk/; revision=4170
|
|
svn path=/trunk/; revision=4169
|
|
svn path=/trunk/; revision=4168
|
|
svn path=/trunk/; revision=4165
|
|
svn path=/trunk/; revision=4160
|
|
target to check where everything will end up
svn path=/trunk/; revision=4159
|
|
rename help file
fixes for pthreads V2
svn path=/trunk/; revision=4157
|
|
fixes for pthreads V2
svn path=/trunk/; revision=4156
|
|
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
|
|
svn path=/trunk/; revision=4119
|
|
svn path=/trunk/; revision=4118
|
|
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/; revision=4097
|
|
svn path=/trunk/; revision=4086
|
|
- 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
|
|
binary files, including many flext externals. this will probably be pd-0.38.4-extended-RC5
svn path=/trunk/; revision=4051
|
|
svn path=/trunk/; revision=4048
|
|
svn path=/trunk/; revision=4038
|
|
svn path=/trunk/; revision=4036
|
|
bugs reported on the list; added platform-specific noncvs handling
svn path=/trunk/; revision=4035
|
|
svn path=/trunk/; revision=4022
|
|
line was too long
svn path=/trunk/; revision=4013
|
|
svn path=/trunk/; revision=4012
|
|
svn path=/trunk/; revision=4009
|
|
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
|
|
svn path=/trunk/; revision=3981
|
|
add Buffer.resize method
svn path=/trunk/; revision=3980
|
|
on the destinations which are part of Makefile.buildlayout
svn path=/trunk/; revision=3965
|
|
folded into this one; next, make it actually do the C compiling instead of having the separate makefiles for each platform
svn path=/trunk/; revision=3961
|
|
svn path=/trunk/; revision=3959
|