summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDave Beazley <dave-swig@dabeaz.com>2003-03-18 23:42:46 +0000
committerDave Beazley <dave-swig@dabeaz.com>2003-03-18 23:42:46 +0000
commit8a2bccde7f4f5b7f0d7240317eadbe3cd6d45eee (patch)
tree8ec03a02c2f9d9cbe0c828b91ebba5eda6fe234c /TODO
parent8529c178a8503a3ace92e28ef3ca8dcb68828155 (diff)
downloadswig-8a2bccde7f4f5b7f0d7240317eadbe3cd6d45eee.tar.gz
*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4570 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 7 insertions, 5 deletions
diff --git a/TODO b/TODO
index 8cc941f56..9323f2de8 100644
--- a/TODO
+++ b/TODO
@@ -117,7 +117,7 @@ defer ready to go. The primary obstacle lies in the target language
Bar should still allow access to Blah * through operator->().
-** Virtual function optimization. If you have two classes like this:
+[DONE] Virtual function optimization. If you have two classes like this:
class Foo {
public:
@@ -132,6 +132,8 @@ defer ready to go. The primary obstacle lies in the target language
Then SWIG ought to be able to reuse the wrapper for Foo::blah as
Bar::blah. This should result in much smaller extension modules.
+ This feature is now enabled using the -fvirtual option.
+
** Restoration of the documentation system.
** Restoration of Objective-C support.
@@ -156,7 +158,7 @@ Build
**** Make sure there are tests for *ALL* library files in the test-suite.
A number of files appear to be broken in SWIG-1.3.13.
-*** Move the Source/Modules1.1 directory into the Source/Modules directory
+[DONE] Move the Source/Modules1.1 directory into the Source/Modules directory
and deprecate Modules1.1.
Library
@@ -379,8 +381,8 @@ Documentation
Other
-----
-**** Bring Tiger's .NET/CLR module online.
-
-**** Learn more wicked Jazz chords.
+[DONE] Bring Tiger's .NET/CLR module online.
+***** Learn more wicked Jazz chords.
+ (in progress)