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