[PD-cvs] externals/grill/flext changes.txt,1.77,1.78

Thomas Grill xovo at users.sourceforge.net
Tue Mar 15 05:56:36 CET 2005


Update of /cvsroot/pure-data/externals/grill/flext
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2493

Modified Files:
	changes.txt 
Log Message:
new data type flext::AtomListStatic using pre-allocated space if possible
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)


Index: changes.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -d -r1.77 -r1.78
*** changes.txt	13 Mar 2005 04:56:26 -0000	1.77
--- changes.txt	15 Mar 2005 04:56:33 -0000	1.78
***************
*** 37,40 ****
--- 37,41 ----
  - eliminated default "help" (m_help) method... should be implemented in the flext-based object
  - changed virtual callback names m_loadbang, m_method_, m_dsp, m_signal, m_click to CbLoadbang, CbMethodResort, CbDsp, CbSignal, CbClick
+ - replaced memory-intensive STL maps by custom-made vector/map-monster (should be fast!)
  
  0.4.7:





More information about the Pd-cvs mailing list