aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/changes.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-08-01 02:32:50 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-08-01 02:32:50 +0000
commit18dbae9c9ffe5baa09e220c9f74af2dd7c0aa3f5 (patch)
treeb3b42426bd069faf6aed68f6016bd1b4d52794a3 /externals/grill/flext/changes.txt
parent694319f36d9cad2c8e48e24a7b45338a9d7004a5 (diff)
""
svn path=/trunk/; revision=810
Diffstat (limited to 'externals/grill/flext/changes.txt')
-rw-r--r--externals/grill/flext/changes.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/externals/grill/flext/changes.txt b/externals/grill/flext/changes.txt
index 67496aa0..d17a2e51 100644
--- a/externals/grill/flext/changes.txt
+++ b/externals/grill/flext/changes.txt
@@ -28,6 +28,7 @@ Version history:
- make use of new PD thread locking (PD functions sys_lock() and sys_unlock())
- better FLEXT_OSAPI resolution
- ListAttributes (or the getattributes message) now lists attributes in the order they were created (first class, then object scope)
+- enforcing usage of STL
0.4.4:
- fixed deadly bug for Max/MSP method-to-symbol-binding proxies
@@ -257,6 +258,7 @@ Restrictions in compatibility mode:
Porting to new compilers/platforms:
- enums must be int-sized!!!
- compiler must support bool type
+- an STL implementation must exist
- no need of C++ exceptions or RTTI (RTTI only for GUI objects)
BUT: some libraries could use RTTI and then need run-time type information from the library! (this is known for gcc compiles)