*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4570 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2003-03-18 23:42:46 +00:00
commit 8a2bccde7f

12
TODO
View file

@ -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)