aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/flext.vcproj
AgeCommit message (Collapse)Author
2006-05-29more robust structure pack setting for Max/MSP @ WindowsThomas Grill
attribute generation is now determined exclusively by the object class setup (not library as before). some minor changes after valgrind run - preprocessor symbol FLEXT_COMPATIBLE - if defined don't implement specialities of either PD or Max/MSP fixed bug for Max/MSP when there's no signal inlet - Max: fixed reported bug (#67), where list elements are distributed over inlets svn path=/trunk/; revision=5148
2006-05-24enabled FLEXT_(C)ADDMETHOD as an alias of FLEXT_(C)ADDBANGThomas Grill
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
2006-05-15*** empty log message ***Thomas Grill
svn path=/trunk/; revision=5065
2006-03-14fixed faulty assertionThomas Grill
fixed buggy memory deallocation for AtomListStatic svn path=/trunk/; revision=4706
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-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-11-03update docsThomas Grill
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
2005-09-12changed initialization functions accordinglyThomas Grill
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
2005-08-22adapted for pd-devel 0.39Thomas Grill
- 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
2005-07-30- better handling of click callbackThomas Grill
- more compatible handling of attributes in patcher (hiding is now an option - define FLEXT_ATTRHIDE) svn path=/trunk/; revision=3395
2005-07-06changed initialization functions accordinglyThomas Grill
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
2005-05-23oops, fixThomas Grill
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
2005-04-25small fixesThomas Grill
fixes for MSVC6 svn path=/trunk/; revision=2813
2005-04-18fixed typoThomas Grill
fixed bugs in TableMaps fixes for OSX restructured TableMap type (doesn't own pointers any more) svn path=/trunk/; revision=2782
2005-03-25optimized AtomList functionsThomas Grill
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
2005-03-22optimized AtomList functionsThomas Grill
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
2005-03-10new lock-free lifo and fifoThomas Grill
fixed buggy unbinding of receive symbols no more static assignment of symbols (problems with Metrowerks) fixed bugs in SIMD code for non-power-of-2 lengths Max: use high-priority click instead of qelem for message-posting added method for clicks into object box svn path=/trunk/; revision=2614
2005-02-26- fixed typos and 64-bit compatibilityThomas Grill
- conform to idle callback functionality in devel_0_38 new lock-free lifo and fifo svn path=/trunk/; revision=2582
2005-01-19- fixed typos and 64-bit compatibilityThomas Grill
- conform to idle callback functionality in devel_0_38 cleanups svn path=/trunk/; revision=2522
2005-01-08minor updatesThomas Grill
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
2004-12-31fix for showing attributes on select (and recreate the object on edit)Thomas Grill
reconsidered flext::buffer:Update build system for flext-based externals added object construction and destruction flags svn path=/trunk/; revision=2438
2004-12-18updated build system for linuxThomas Grill
updated make system for BCC build system for flext-based externals updated build system add xcode project comply to build system svn path=/trunk/; revision=2405
2004-12-17global system lock functionsThomas Grill
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
2004-11-18another fix for the attribute editorThomas Grill
svn path=/trunk/; revision=2285
2004-11-17fix for _long_ attribute dialogsThomas Grill
another fix for the attribute editor svn path=/trunk/; revision=2284
2004-11-02*** empty log message ***Thomas Grill
svn path=/trunk/; revision=2194
2004-10-28autoconf files by Tim BlechmannThomas Grill
changes for OSX added required autoconf files svn path=/trunk/; revision=2183
2004-10-26 ""Thomas Grill
svn path=/trunk/; revision=2169
2004-09-18 ""Thomas Grill
svn path=/trunk/; revision=2043
2004-09-09 ""Thomas Grill
svn path=/trunk/; revision=2019
2004-04-23 ""Thomas Grill
svn path=/trunk/; revision=1634
2004-03-06 ""Thomas Grill
svn path=/trunk/; revision=1380
2004-02-22 ""Thomas Grill
svn path=/trunk/; revision=1326
2004-01-31 ""Thomas Grill
svn path=/trunk/; revision=1300
2003-12-28 ""Thomas Grill
svn path=/trunk/; revision=1234
2003-11-29 ""Thomas Grill
svn path=/trunk/; revision=1201
2003-10-20 ""Thomas Grill
svn path=/trunk/; revision=1109
2003-10-17 ""Thomas Grill
svn path=/trunk/; revision=1099
2003-09-19 ""Thomas Grill
svn path=/trunk/; revision=1010
2003-09-17 ""Thomas Grill
svn path=/trunk/; revision=979
2003-09-03 ""Thomas Grill
svn path=/trunk/; revision=930
2003-08-12 ""Thomas Grill
svn path=/trunk/; revision=843
2003-08-06 ""Thomas Grill
svn path=/trunk/; revision=828
2003-08-05 ""Thomas Grill
svn path=/trunk/; revision=823
2003-08-03 ""Thomas Grill
svn path=/trunk/; revision=819
2003-07-29 ""Thomas Grill
svn path=/trunk/; revision=800
2003-07-23 ""Thomas Grill
svn path=/trunk/; revision=795
2003-07-20 ""Thomas Grill
svn path=/trunk/; revision=779
2003-07-03 ""Thomas Grill
svn path=/trunk/; revision=744
2003-07-02 ""Thomas Grill
svn path=/trunk/; revision=743