Age | Commit message (Collapse) | Author |
|
svn path=/trunk/; revision=3981
|
|
updated build system for Max with MinGW
fixed and cleaned up library related stuff, especially co-existance of Max message and DSP library objects
svn path=/trunk/; revision=3828
|
|
fixed and cleaned up library related stuff, especially co-existance of Max message and DSP library objects
svn path=/trunk/; revision=3696
|
|
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
|
|
svn path=/trunk/; revision=3691
|
|
fixed dsp vector offset bug
preprocessed class names now also reflect debug mode (to avoid name clashes)
svn path=/trunk/; revision=3676
|
|
eliminate jmax code
svn path=/trunk/; revision=3673
|
|
bugfixes and optimizations, especially for DSP under Max/MSP
- more compatible handling of attributes in patcher (hiding is now an option - define FLEXT_ATTRHIDE)
svn path=/trunk/; revision=3636
|
|
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
|
|
svn path=/trunk/; revision=3473
|
|
small fixes for tutorial examples
added typed flext::NewAligned
svn path=/trunk/; revision=3463
|
|
- better handling of click callback
- more compatible handling of attributes in patcher (hiding is now an option - define FLEXT_ATTRHIDE)
added flfeatures.h for compile-time version-specific feature detection
changes for devel_0_39 support
svn path=/trunk/; revision=3445
|
|
on OSX use "strip -x" instead of -W,-l option to strip binaries
only strip release build
svn path=/trunk/; revision=3415
|
|
svn path=/trunk/; revision=3398
|
|
- more compatible handling of attributes in patcher (hiding is now an option - define FLEXT_ATTRHIDE)
svn path=/trunk/; revision=3395
|
|
renamed flext_base::CanvasArgs to GetCanvasArgs
fixed flext install routine for bcc makefile
svn path=/trunk/; revision=3388
|
|
small changes to flext build system
svn path=/trunk/; revision=3367
|
|
avoid problems with paths containing spaces
enhancements for cygwin builds (working for PD now, but not for Max)
svn path=/trunk/; revision=3362
|
|
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
|
|
svn path=/trunk/; revision=3357
|
|
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=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
|
|
svn path=/trunk/; revision=3114
|
|
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
|
|
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=2800
|
|
svn path=/trunk/; revision=2793
|
|
added profiling flags for OSX
small fixes
svn path=/trunk/; revision=2790
|
|
fixed bugs in TableMaps
fixes for OSX
restructured TableMap type (doesn't own pointers any more)
svn path=/trunk/; revision=2782
|
|
fixed problems with symbol binding
restructured TableMap type (doesn't own pointers any more)
svn path=/trunk/; revision=2779
|
|
svn path=/trunk/; revision=2775
|
|
changed template parameter of TableMap
fixes for OSX
fixed problems with symbol binding
svn path=/trunk/; revision=2771
|
|
svn path=/trunk/; revision=2750
|
|
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
|
|
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
|
|
minor fixes for Max
fixes for OSX
small update of linkage styles etc.
updated the docs
new: FLEXT_WARN, FLEXT_ERROR macros
svn path=/trunk/; revision=2642
|
|
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=2634
|