|
From: <mk...@us...> - 2003-03-26 06:38:06
|
Update of /cvsroot/csp/APPLICATIONS/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv13063
Modified Files:
CHANGES.current Makefile
Log Message:
see CHANGES.current
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** CHANGES.current 26 Mar 2003 05:08:01 -0000 1.12
--- CHANGES.current 26 Mar 2003 06:38:02 -0000 1.13
***************
*** 3,7 ****
*** ANY MSVC USERS: PLEASE UPDATE THE PROJECT FILE TO INCLUDE ***
! *** NOISE.CPP ***
2003-03-25: onsight
--- 3,7 ----
*** ANY MSVC USERS: PLEASE UPDATE THE PROJECT FILE TO INCLUDE ***
! *** NOISE.CPP AND REAL.CPP, AND REMOVE SPREAD.CPP ***
2003-03-25: onsight
***************
*** 17,20 ****
--- 17,28 ----
More documentation of date classes, and a couple bug fixes in
Zulu.
+
+ Renamed Spread to Real.
+
+ Removed Integer and (the old) Real, which were just placeholders
+ for int and double that didn't appear to serve any purpose.
+
+ Added Doc directory with DOxygen config file and makefile. Make
+ doc now runs doxygen.
2003-03-22: delta
Index: Makefile
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Makefile 26 Mar 2003 05:08:01 -0000 1.9
--- Makefile 26 Mar 2003 06:38:02 -0000 1.10
***************
*** 18,21 ****
--- 18,24 ----
done
+ doc:
+ $(MAKE) -C Doc
+
default:
@python setup.py check_version
|