Age | Commit message (Collapse) | Author |
|
better exception handling and error message
much better detach method handling (one thread for all object instances)
better definition of output values (atoms, lists, anythings)
svn path=/trunk/; revision=3364
|
|
svn path=/trunk/; revision=3363
|
|
avoid problems with paths containing spaces
enhancements for cygwin builds (working for PD now, but not for Max)
svn path=/trunk/; revision=3362
|
|
much better detach method handling (one thread for all object instances)
oops, forgot to code one branch
better definition of output values (atoms, lists, anythings)
svn path=/trunk/; revision=3360
|
|
optimizations for message handling and memory footprint
made flext::Forward threadsafe
digest one-element list messages as single atoms
simplified message analysis
svn path=/trunk/; revision=3359
|
|
cleaned up float vs. int pyext tags
better definition of output values (atoms, lists, anythings)
multiply inlets for py (hot and cold inlets)
better exception handling and error message
fixes for atomic pyext._outlet messages
svn path=/trunk/; revision=3358
|
|
svn path=/trunk/; revision=3357
|
|
fixes for atomic pyext._outlet messages
svn path=/trunk/; revision=3346
|
|
reworked outbound message generation (now with symbols instead of one-element anythings)
multiply inlets for py (hot and cold inlets)
cleaned up float vs. int pyext tags
pymeth object for object methods
enable built-in functions
sequence protocol for symbol type
enabled built-in functions
py: allow all callables
svn path=/trunk/; revision=3310
|
|
fixed minor other issues
cleaned up float vs. int pyext tags
simplifications in py and pyext
bumped version number
python-like dotted module.function syntax
send and receive wrapped PyObjects through inlets/outlets
multiply inlets for py (hot and cold inlets)
svn path=/trunk/; revision=3308
|
|
better reload handling, but still far fom perfect
fixed minor other issues
bumped version number
made some methods static
svn path=/trunk/; revision=3296
|
|
svn path=/trunk/; revision=3294
|
|
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=3147
|
|
svn path=/trunk/; revision=3146
|
|
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
|
|
use AtomListStatic where feasible
better method for discriminating numbers and symbols - by Frank Barknecht
svn path=/trunk/; revision=3126
|
|
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
|
|
svn path=/trunk/; revision=3114
|
|
svn path=/trunk/; revision=3077
|
|
changed initialization functions accordingly
slimmed object data structures
svn path=/trunk/; revision=3076
|
|
Max/MSP has its own check....
changed initialization functions accordingly
better timers for Windows
fixed timer bug
changed template parameter of TableMap
compiler flag for MinGW binary compatibility (thanks to GG)
enable WIN2000/XP API features with definition in build system
fix for symbol messages into non-left inlets
restructured TableMap type (doesn't own pointers any more)
no sanity check for iterator
fixes for MSVC6
slimmed object data structures
better c++ compliance
fixed problems with symbol binding
svn path=/trunk/; revision=3074
|
|
fixes for MinGW
fixes for older compilers
added X86-64 code for lockfree fifos
svn path=/trunk/; revision=2935
|
|
fixes for MSVC6
restructured TableMap type (doesn't own pointers any more)
svn path=/trunk/; revision=2861
|
|
fixes for MSVC6
svn path=/trunk/; revision=2813
|
|
enabled reuse of object names
fixed bug when destroying proxies
make connections visible at last...
introduced attributes for symbol reuse and canvas messages
svn path=/trunk/; revision=2811
|
|
svn path=/trunk/; revision=2808
|
|
svn path=/trunk/; revision=2807
|
|
small fixes
more correct library versioning
svn path=/trunk/; revision=2806
|
|
svn path=/trunk/; revision=2801
|
|
svn path=/trunk/; revision=2800
|
|
better method for discriminating numbers and symbols - by Frank Barknecht
svn path=/trunk/; revision=2794
|
|
svn path=/trunk/; revision=2793
|
|
added profiling flags for OSX
small fixes
svn path=/trunk/; revision=2790
|
|
svn path=/trunk/; revision=2789
|
|
more symbol escaping
svn path=/trunk/; revision=2788
|
|
fixed bugs in TableMaps
fixes for OSX
restructured TableMap type (doesn't own pointers any more)
svn path=/trunk/; revision=2782
|
|
better reload handling, but still far fom perfect
fixed minor other issues
fixed buglet
fixing strange gcc behavior
updates for DSP processing
better argument checking
svn path=/trunk/; revision=2781
|
|
enabled reuse of object names
introduced attributes for symbol reuse and canvas messages
svn path=/trunk/; revision=2780
|
|
fixed problems with symbol binding
restructured TableMap type (doesn't own pointers any more)
svn path=/trunk/; revision=2779
|
|
svn path=/trunk/; revision=2775
|
|
- strip .pd from abstraction filenames
fixes for OSX
- open debug patcher on alt-click
cleanups
fixed several problems with sub-patchers and connecting
documentation
enabled reuse of object names
svn path=/trunk/; revision=2772
|
|
changed template parameter of TableMap
fixes for OSX
fixed problems with symbol binding
svn path=/trunk/; revision=2771
|
|
svn path=/trunk/; revision=2750
|
|
cleaner error reporting
added generic numpy support (not working)
use lock count instead of message queuing to avoid py->py messaging deadlock
fixing strange gcc behavior
fixes for maxmsp
support for buffer objects (preliminary)
fixed reference count bug
use optimized version
updates for DSP processing
adjust pd and py files for correct argument passing
more optimizations
fixed numarray headers
little restructuring
svn path=/trunk/; revision=2708
|
|
updates for build system
small fix
updates to build system
fix tutorial compilation
install build system and a convenient script
first steps to flext framework for OSX
svn path=/trunk/; revision=2707
|
|
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
|
|
os x fixes
fixed memory leaks associated to VBuffer retrieval
cleanups
*** empty log message ***
preparing RIP release
avoid malicious file name characters
svn path=/trunk/; revision=2690
|