From: <mk...@us...> - 2003-08-15 07:30:04
|
Update of /cvsroot/csp/APPLICATIONS/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv18849 Modified Files: CHANGES.current Makefile Log Message: Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** CHANGES.current 14 Aug 2003 21:50:30 -0000 1.64 --- CHANGES.current 15 Aug 2003 06:59:15 -0000 1.65 *************** *** 5,8 **** --- 5,18 ---- Doxygen comment fixes. + Removed GlibCsp, replacing what little we used with + a few typedefs in Uniform.h (now in the simdata + namespace). Eliminates many macro definitions and + unqualified names. + + Cleaned up HashUtility.h, eliminating dead code and + superfluous typemaps. + + Moved timing code inside the simdata namespace. + 2003-08-13: onsight Complete rewrite of the Enumeration classes, using Enum Index: Makefile =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Makefile,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Makefile 14 Aug 2003 21:50:30 -0000 1.18 --- Makefile 15 Aug 2003 06:59:15 -0000 1.19 *************** *** 7,11 **** export GLDOPTS = -shared -lswigpy -ldl export GSWOPTS = -c -c++ -python -noexcept ! export CXX = g++-3.3 export SWIG = swig --- 7,11 ---- export GLDOPTS = -shared -lswigpy -ldl export GSWOPTS = -c -c++ -python -noexcept ! export CXX = g++ #-3.3 export SWIG = swig |