aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/changes.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-10-07 12:58:48 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-10-07 12:58:48 +0000
commit2aefe91f615726931d9e99d5009e1f6e57f623c9 (patch)
treeb0719d79b466aa0558c5ebf52a31222d56bad923 /externals/grill/flext/changes.txt
parent78768816e2a6450c60ad7aac8e2df0abf40f5c8d (diff)
bugfixes and optimizations, especially for DSP under Max/MSP
fixed dsp vector offset bug preprocessed class names now also reflect debug mode (to avoid name clashes) svn path=/trunk/; revision=3676
Diffstat (limited to 'externals/grill/flext/changes.txt')
-rw-r--r--externals/grill/flext/changes.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/externals/grill/flext/changes.txt b/externals/grill/flext/changes.txt
index b4e8af87..8e85e7c5 100644
--- a/externals/grill/flext/changes.txt
+++ b/externals/grill/flext/changes.txt
@@ -18,6 +18,7 @@ Version history:
- typed flext::NewAligned allocator
- fixed severe Altivec bug (load unaligned)... thanks to Ian Ollmann
- restructured initialization and finalization (esp. Max DSP stuff)
+- real class names now also reflect debug mode (like in flext_base_shared_d)
0.5.0:
- fixes for 64 bit builds (size_t is integer type of pointer size)