Update of /cvsroot/csp/APPLICATIONS/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv7755
Modified Files:
CHANGES.current setup.py
Log Message:
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v
retrieving revision 1.88
retrieving revision 1.89
diff -C2 -d -r1.88 -r1.89
*** CHANGES.current 22 Oct 2003 01:20:58 -0000 1.88
--- CHANGES.current 24 Oct 2003 06:44:12 -0000 1.89
***************
*** 1,4 ****
--- 1,12 ----
Version 0.4.0 (in progress)
===========================
+ 2003-10-23: onsight
+ * Separated Singleton class into Singleton.h (was InterfaceRegistry.h).
+
+ * Added Trace.h for generating callstack back traces on error.
+
+ 2003-10-22: onsight
+ * Fixed a few of the (many) warnings generated by msvc 7.1 /W4.
+
2003-10-21: onsight
* Fixed InterfaceRegistry ctor to properly initialize the registry
Index: setup.py
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/setup.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** setup.py 19 Oct 2003 23:53:55 -0000 1.31
--- setup.py 24 Oct 2003 06:44:13 -0000 1.32
***************
*** 224,301 ****
sources = [
! "BaseType",
! "DataArchive",
! "DataManager",
! "Date",
! "Enum",
! "Exception",
! "External",
! "FileUtility",
! "GeoPos",
! "HashUtility",
! "InterfaceRegistry",
! "Interpolate",
! "Key",
"Link",
! "List",
! "LogStream",
"LUT",
! "Math",
! "Matrix3",
! "Object",
! "Noise",
! "Path",
! "Quat",
! "Random",
! "Real",
! "TypeAdapter",
! "Vector3",
! "Version",
]
headers = [
! "Archive.h",
! "BaseType.h",
"Composite.h",
! "Conversions.h",
! "DataArchive.h",
! "DataManager.h",
! "Date.h",
! "Enum.h",
! "Exception.h",
! "Export.h",
! "External.h",
! "FileUtility.h",
! "GeoPos.h",
! "hash_map.h",
! "HashUtility.h",
! "Integer.h",
! "InterfaceRegistry.h",
! "Interpolate.h",
"Key.h",
! "Link.h",
! "List.h",
! "LUT.h",
! "Log.h",
! "LogStream.h",
! "Math.h",
! "Matrix3.h",
! "Noise.h",
! "Namespace.h",
! "Object.h",
! "ObjectInterface.h",
"osg.h",
! "Path.h",
"PTS.h",
! "Quat.h",
! "Random.h",
! "Real.h",
"Ref.h",
! "String.h",
! "TypeAdapter.h",
! "Types.h",
! "Uniform.h",
! "Vector3.h",
! "Version.h",
]
--- 224,303 ----
sources = [
! "BaseType",
! "DataArchive",
! "DataManager",
! "Date",
! "Enum",
! "Exception",
! "External",
! "FileUtility",
! "GeoPos",
! "HashUtility",
! "InterfaceRegistry",
! "Interpolate",
! "Key",
"Link",
! "List",
! "LogStream",
"LUT",
! "Math",
! "Matrix3",
! "Object",
! "Noise",
! "Path",
! "Quat",
! "Random",
! "Real",
! "TypeAdapter",
! "Vector3",
! "Version",
]
headers = [
! "Archive.h",
! "BaseType.h",
"Composite.h",
! "Conversions.h",
! "DataArchive.h",
! "DataManager.h",
! "Date.h",
! "Enum.h",
! "Exception.h",
! "Export.h",
! "External.h",
! "FileUtility.h",
! "GeoPos.h",
! "hash_map.h",
! "HashUtility.h",
! "Integer.h",
! "InterfaceRegistry.h",
! "Interpolate.h",
"Key.h",
! "Link.h",
! "List.h",
! "LUT.h",
! "Log.h",
! "LogStream.h",
! "Math.h",
! "Matrix3.h",
! "Noise.h",
! "Namespace.h",
! "Object.h",
! "ObjectInterface.h",
"osg.h",
! "Path.h",
"PTS.h",
! "Quat.h",
! "Random.h",
! "Real.h",
"Ref.h",
! "Singleton.h",
! "String.h",
! "Trace.h",
! "TypeAdapter.h",
! "Types.h",
! "Uniform.h",
! "Vector3.h",
! "Version.h",
]
|