Update of /cvsroot/pure-data/externals/grill/flext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5604
Modified Files: changes.txt notes.txt Log Message: macros for 64-bit architectures 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
Index: notes.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/notes.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** notes.txt 4 Mar 2005 04:56:16 -0000 1.6 --- notes.txt 12 Mar 2005 04:56:31 -0000 1.7 *************** *** 41,44 **** --- 41,45 ---- - speed up message handling (usage of other containers?) - SIMD for gcc + - lock-free code for 64-bit architectures
- update documentation
Index: changes.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -d -r1.75 -r1.76 *** changes.txt 27 Feb 2005 04:56:10 -0000 1.75 --- changes.txt 12 Mar 2005 04:56:31 -0000 1.76 *************** *** 34,38 **** - fixes to flext::Timer::At method - eliminated misleading flext_dsp::ChannelsIn and ChannelsOut ! - added lock-free Lifo and Fifo structures and used it with message queueing
0.4.7: --- 34,38 ---- - fixes to flext::Timer::At method - eliminated misleading flext_dsp::ChannelsIn and ChannelsOut ! - added lock-free Lifo and Fifo structures and used it with message queueing and thread management
0.4.7: