CHANGES.current
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7942 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f31d6dde8a
commit
2dbdfb1290
1 changed files with 15 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ Version 1.3.28 (unreleased).
|
|||
|
||||
12/06/2005: mmatus
|
||||
|
||||
Several memory and speed improvements, specially for
|
||||
- Several memory and speed improvements, specially for
|
||||
templates. Now swig is up to 20 faster than before for
|
||||
large template interfaces, such as the std_containers.i
|
||||
and template_matrix.i files in the python test-suite.
|
||||
|
|
@ -12,6 +12,20 @@ Version 1.3.28 (unreleased).
|
|||
pcs/architectures.
|
||||
|
||||
|
||||
- add option "cpperraswarn/nocpperraswarn" to force the swig
|
||||
preprocessor to treat the #error directive as a #warning.
|
||||
|
||||
the default behavior is cpperraswarn, so, swig doesn't
|
||||
stop while encountering an #error directive.
|
||||
|
||||
the pragmas
|
||||
|
||||
#pragma SWIG cpperraswarn=1
|
||||
#pragma SWIG cpperraswarn=0
|
||||
|
||||
are equivalent to the command line options, respectively.
|
||||
|
||||
|
||||
12/06/2005: mmatus
|
||||
[Python] The generated code is now more portable, specially
|
||||
for Windows. Following
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue