Update of /cvsroot/csp/APPLICATIONS/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv22313
Modified Files:
CHANGES.current Makefile
Log Message:
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** CHANGES.current 15 Aug 2003 06:59:15 -0000 1.65
--- CHANGES.current 16 Aug 2003 07:56:39 -0000 1.66
***************
*** 2,5 ****
--- 2,20 ----
===========================
+ 2003-08-15: onsight
+ More Doxygen work.
+
+ Move loadcheck to BaseType.cpp, which is much more
+ likely to be linked to any application using SimData.
+ The load message can be disabled by building with
+ SIMDATA_NOLOADCHECK defined.
+
+ Changed a couple sprintf/printf's to iostreams.
+
+ Prefixed internal macro names in Object.h with 'SIMDATA'.
+
+ Changed hash_string from a macro to an inline function
+ in the simdata namespace.
+
2003-08-14: onsight
Doxygen comment fixes.
Index: Makefile
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Makefile,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** Makefile 15 Aug 2003 06:59:15 -0000 1.19
--- Makefile 16 Aug 2003 07:56:39 -0000 1.20
***************
*** 3,7 ****
export PYTHON_INCLUDE := $(shell python setup.py python_include_path)
! export GDEBUGF = -g -W -Wall -Werror -pedantic
export GCFLAGS = -fPIC -O2 # -march=athlon-tbird
export GLDOPTS = -shared -lswigpy -ldl
--- 3,7 ----
export PYTHON_INCLUDE := $(shell python setup.py python_include_path)
! export GDEBUGF = -g -W -Wall -Werror -pedantic #-DSIMDATA_NOLOADCHECK
export GCFLAGS = -fPIC -O2 # -march=athlon-tbird
export GLDOPTS = -shared -lswigpy -ldl
|