From 2dbdfb12909e6ca9c8ff7341ed9c4d8e48a9ea90 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Wed, 7 Dec 2005 07:46:06 +0000 Subject: [PATCH] CHANGES.current git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7942 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 973e8ebd9..34300d43e 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -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