From: Axel R. <ro...@us...> - 2014-05-23 11:01:26
|
Update of /cvsroot/sdif/Easdif In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20534 Modified Files: ChangeLog Log Message: Updated for 1.4.22 Index: ChangeLog =================================================================== RCS file: /cvsroot/sdif/Easdif/ChangeLog,v retrieving revision 1.91 retrieving revision 1.92 diff -C2 -d -r1.91 -r1.92 *** ChangeLog 19 Nov 2013 15:24:30 -0000 1.91 --- ChangeLog 23 May 2014 11:01:24 -0000 1.92 *************** *** 1,2 **** --- 1,60 ---- + 2014-05-23 Axel Roebel <roebel@m2336.local> + Version 1.4.22 (mostly + + * swig/python/CMakeLists.txt: + changed install swig python target name to avoid conflicts + + * swig/easdif-common.i.in: + added exception typemap for Accessing matrices in frames + + * CMakeLists.txt: Fixed verbose output. + + * swig/python/easdif-python.i: + Changed so that ReadNext..Frame methods properly throw EOF exception. + + * swig/easdif-common.i.in: + Use exception typemap to improve exception handling for + Matrix.Get/Set methods. + + * easdif/sdifmatrixdatainterface.hpp, easdif/sdifmatrixdata.hpp: + Added interface for retrieving raw pointer and elementsize. + + * easdif/sdif_matrix.hpp: + Added throw specifications. + + 2014-05-21 Axel Roebel <roebel@m2336.local> + + * swig/python/easdif-python.i, swig/python/sdiftypemap-python.i: + Fixed FrameType constructor to accept python strings with exactly 4 chars. + Added __str__ method to FrameType and MatrixType structs to be able to print them. + + * swig/easdif-common.i.in: + Added vector template for std::vector<MatrixType> and std::vector<FrameType> that are used by Entity::GetTypes functions. + + 2014-04-11 Axel Roebel <roebel@m2336.local> + + * swig/python/easdif-python.i: Support reading with int8 numpy type. + + * swig/CMakeLists.txt, swig/python/CMakeLists.txt, CMakeLists.txt: + Fixed remaining conditions that use old swig option variables. + + * swig/CMakeLists.txt, swig/README, CMakeLists.txt: + Changed control variables for swig interfaces from DO_XYZ to EASDIF_DO_XYZ to improve readability when run within another module + + 2014-04-10 Axel Roebel <roebel@m2336.local> + + * swig/easdif-common.i.in, swig/easdif-defines.i, + * swig/python/CMakeLists.txt, swig/python/easdif-python.i, swig/sdif-common.i.in, swig/CMakeLists.txt: + More robust include file organisation. + Extended types of vector that are supported to read from matrices and vectors. + + 2014-03-21 Axel Roebel <roebel@m2336.local> + + * CMakeLists.txt, swig/CMakeLists.txt, swig/README: + Support individal selection of swig interfaces + + * SDIF/cmModules/SET_COMPILER_FLAGS.cmake: + Support clang compiler on Darwin. + 2013-11-19 Frederic Cornu <co...@ir...> |