From: <mk...@us...> - 2003-08-18 03:47:13
|
Update of /cvsroot/csp/APPLICATIONS/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv11553 Modified Files: CHANGES.current Log Message: Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** CHANGES.current 17 Aug 2003 18:40:57 -0000 1.69 --- CHANGES.current 18 Aug 2003 03:47:10 -0000 1.70 *************** *** 5,8 **** --- 5,24 ---- Fixed assertion range errors in Matrix3.h + Moved template metaprogramming structs into the + 'meta' namespace in PTS.h. + + Removed GlibCsp.h includes in GeoPos.cpp and + DataArchive.cpp, with associated fixups. + + Added byte-order tests to Uniform.h. + + Tried adding template-meta-programming-style fixed + integer size typedef mappings (e.g. uint32), but + SWIG chokes on these so it's back to hard-coded + typedefs. For now these should work on most systems + that SimData is likely to run on. Autoconf is the + obvious alternative, but I'd rather not use it at + this point. + 2003-08-16: onsight Replaced several old-school buffer allocations with |