Prev Next

@(@\newcommand{\B}[1]{ {\bf #1} } \newcommand{\R}[1]{ {\rm #1} }@)@
Cppad Swig Changes During 2018


whats_new_2017

03-08
  1. Fix catching of exceptions in scripting languages. Throwing was working after change on 02-28, but catching was not.
  2. Fix warning during run_cmake.sh command with new versions of cmake. To be specific, convert calls from SWIG_ADD_MODULE to SWIG_ADD_LIBRARY as the warning suggested.


02-28
Change swig_xam exceptions to standard exceptions and remove the throw from the corresponding function prototype. The avoids the warning
     warning: dynamic exception specifications are deprecated in C++11
in the file swig_xam.hpp and needs a similar fix in the library.
Input File: whats_new/2018.omh