*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6324 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
29a01808ac
commit
5b5d8218f8
1 changed files with 29 additions and 0 deletions
|
|
@ -1,6 +1,35 @@
|
|||
Version 1.3.23 (in progress)
|
||||
==================================
|
||||
|
||||
10/05/2004: mmatus
|
||||
- [python] Fix director + method with 'empty' throw, ie
|
||||
|
||||
struct A {
|
||||
virtual int foo() throw();
|
||||
};
|
||||
|
||||
other languages should also easy to fix, look for
|
||||
Getattr(n,"throw") in python.cxx.
|
||||
|
||||
- Fix director + destructor with 'empty' throw
|
||||
|
||||
struct A {
|
||||
virtual ~A() throw();
|
||||
};
|
||||
|
||||
- Now SWIG_FEAUTURES parse all and the same options you
|
||||
can pass to swig in the command line.
|
||||
|
||||
Maybe we should rename it to SWIG_OPTIONS
|
||||
|
||||
- New command line flag: -features <list>, as in
|
||||
|
||||
swig -features autodoc=3,director
|
||||
|
||||
ie, any global feature can be initialized from the
|
||||
command line. This is mainly for testing, but user
|
||||
can also take advantage of it.
|
||||
|
||||
10/04/2004: mmatus
|
||||
- Properly qualify type in syntax as 'long(2)' or 'Foo()',
|
||||
this solve old problem with default args, and probably
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue