Age | Commit message (Collapse) | Author |
|
bugfixes and optimizations, especially for DSP under Max/MSP
added thisParent type
attribute generation is now determined exclusively by the object class setup (not library as before).
avoid trying to send empty message bundles
- preprocessor symbol FLEXT_COMPATIBLE - if defined don't implement specialities of either PD or Max/MSP
small changes for attribute functions
- Max: fixed reported bug (#67), where list elements are distributed over inlets
svn path=/trunk/; revision=5113
|
|
svn path=/trunk/; revision=5065
|
|
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
|
|
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
|
|
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
|
|
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
|
|
fixed and cleaned up library related stuff, especially co-existance of Max message and DSP library objects
eliminate jmax code
fixed dsp vector offset bug
better separation between build styles
- better handling of click callback
- more compatible handling of attributes in patcher (hiding is now an option - define FLEXT_ATTRHIDE)
svn path=/trunk/; revision=3695
|
|
eliminate jmax code
svn path=/trunk/; revision=3673
|
|
minimal additions for buffers and exception handling
change click modifier to shift (seems to work)
small fixes for tutorial examples
added flfeatures.h for compile-time version-specific feature detection
added typed flext::NewAligned
fixed severe Altivec bug
adapted for pd-devel 0.39
- better handling of click callback
slimmed object data structures
update DSP methods for SndObj and STK classes
- more compatible handling of attributes in patcher (hiding is now an option - define FLEXT_ATTRHIDE)
better buffer checking
svn path=/trunk/; revision=3537
|
|
small fixes for tutorial examples
added typed flext::NewAligned
svn path=/trunk/; revision=3463
|
|
on OSX use "strip -x" instead of -W,-l option to strip binaries
only strip release build
svn path=/trunk/; revision=3415
|
|
FIFO code with mutex lock
c++ conformance fix
fixes for Codewarrior
updates for OSX
extracted maps into flmap.h
fix for BCC
made flext::Forward threadsafe
don't install build system yet
digest one-element list messages as single atoms
updated tutorials
fixes for MSVC6
documentation
slimmed object data structures
simplified message analysis
corrected flext version to 0.4.5
added X86-64 code for lockfree fifos
preparation of release
upgraded version number
svn path=/trunk/; revision=3292
|
|
svn path=/trunk/; revision=3131
|
|
svn path=/trunk/; revision=3130
|
|
corrections to config build templates
digest one-element list messages as single atoms
made flext::Forward threadsafe
simplified message analysis
svn path=/trunk/; revision=3127
|
|
small fix
slimmed object data structures
digest one-element list messages as single atoms
made flext::Forward threadsafe
small fixes
simplified message analysis
svn path=/trunk/; revision=3125
|
|
fixed bugs in TableMaps
fixes for OSX
restructured TableMap type (doesn't own pointers any more)
svn path=/trunk/; revision=2782
|
|
temporary fixes for VASP compilation
updates for batch mode
fixes for OSX
updated build system
fixed timer1 tutorial project
oops, forgot about SIMD for Windows
fixed compilation with SIMD instructions
added shared library build facility for Windows
fixed shared library versioning
fixed flext::Timer::At method
build system: added profiler mode, more fixes
moved FLEXT_SHARE definition
smaller changes to TableMap
small optimizations
new: FLEXT_WARN, FLEXT_ERROR macros
win32 threading model included
fixes for Max compilation
svn path=/trunk/; revision=2706
|
|
updated build system
fix for mingw
win32 threading model included
fixes for Max compilation
fixed timer1 tutorial project
better templates, some minor changes
moved FLEXT_SHARE definition
temporary fixes for VASP compilation
new: FLEXT_WARN, FLEXT_ERROR macros
updates for batch mode
fixed flext::Timer::At method
updated the docs
fixed strange gcc 3.4 compilation problem
build system: added profiler mode, more fixes
small optimizations
added shared library build facility for Windows
optimized AtomList functions
fixes for OSX
oops, forgot about SIMD for Windows
fixed compilation with SIMD instructions
fixed bugs in SIMD code for non-power-of-2 lengths
fixed shared library versioning
smaller changes to TableMap
svn path=/trunk/; revision=2688
|
|
moved FLEXT_SHARE definition
smaller changes to TableMap
enhancements and more features for TableMap type
new: FLEXT_WARN, FLEXT_ERROR macros
svn path=/trunk/; revision=2653
|
|
no more static assignment of symbols (problems with Metrowerks)
fixed bugs in SIMD code for non-power-of-2 lengths
install flcontainers.h
small update of linkage styles etc.
new: FLEXT_WARN, FLEXT_ERROR macros
svn path=/trunk/; revision=2640
|
|
small update of linkage styles etc.
svn path=/trunk/; revision=2632
|
|
minor other things
fixes for OSX
fix for gcc
svn path=/trunk/; revision=2629
|
|
fixes for OSX
replaced memory-intensive STL maps by custom-made vector/map-container
fix for gcc strangeness
no more static assignment of symbols (problems with Metrowerks)
small fix for gcc
fixed bugs in SIMD code for non-power-of-2 lengths
fixes for attribute editor (to deal with large dialogs)
svn path=/trunk/; revision=2628
|
|
fix for gcc strangeness
eliminated ChannelsIn/ChannelsOut
moved ShouldExit to flext namespace
new naming for some virtual callback functions
fix for flext_dsp @ Max
svn path=/trunk/; revision=2621
|
|
fixes for icc@linux
fixes for attribute editor (to deal with large dialogs)
fix lines on box text change
fix for gcc strangeness
no more static assignment of symbols (problems with Metrowerks)
fixed bugs in SIMD code for non-power-of-2 lengths
fixed shared library versioning
lock-free thread management
don't depend on ldconfig begin in the system path (should be in /sbin/..)
fixed flext::Timer::At method
new lock-free lifo and fifo
svn path=/trunk/; revision=2619
|
|
- conform to idle callback functionality in devel_0_38
new lock-free lifo and fifo
svn path=/trunk/; revision=2582
|
|
fixed flext::Timer::At method
eliminated ChannelsIn/ChannelsOut
fix for flext_dsp @ Max
better STL support on OSX
svn path=/trunk/; revision=2567
|
|
svn path=/trunk/; revision=2551
|
|
usage of symbols for method and attribute adding
fixed buggy unbinding of receive symbols
reconsidered flext::buffer:Update
some restructuring
added object construction and destruction flags
better templates, some minor changes
build system: added profiler mode, more fixes
added method for clicks into object box
- conform to idle callback functionality in devel_0_38
oops, forgot about SIMD for Windows
fix for ToOut calls in dsp time
svn path=/trunk/; revision=2540
|
|
adapted the queue stuff to work with the new set_callback functionality
reconsidered flext::buffer:Update
added object construction and destruction flags
updated autoconf system
small updates
better templates, some minor changes
update for linux
cleanups
svn path=/trunk/; revision=2476
|
|
reconsidered flext::buffer:Update
improved buffer handling
added object construction and destruction flags
updated autoconf system
updated documentation
updated build system
svn path=/trunk/; revision=2467
|
|
fixed a thread sensitive spot
fix for _long_ attribute dialogs
build system for flext-based externals
typo fixed in attribute editor
atom outlet functions
svn path=/trunk/; revision=2394
|
|
fixed const error
svn path=/trunk/; revision=2336
|
|
svn path=/trunk/; revision=2169
|
|
svn path=/trunk/; revision=1969
|
|
svn path=/trunk/; revision=1826
|
|
svn path=/trunk/; revision=1634
|
|
svn path=/trunk/; revision=1628
|
|
svn path=/trunk/; revision=1480
|
|
svn path=/trunk/; revision=1380
|
|
svn path=/trunk/; revision=1326
|
|
svn path=/trunk/; revision=1299
|
|
svn path=/trunk/; revision=1289
|
|
svn path=/trunk/; revision=1231
|
|
svn path=/trunk/; revision=1218
|
|
svn path=/trunk/; revision=1217
|
|
svn path=/trunk/; revision=1212
|
|
svn path=/trunk/; revision=1205
|
|
svn path=/trunk/; revision=1201
|