From: <sv...@ww...> - 2004-06-28 17:43:24
|
Author: delta Date: 2004-06-28 10:43:18 -0700 (Mon, 28 Jun 2004) New Revision: 1093 Modified: trunk/CSP/SimData/CHANGES.current Log: General update, fixes for vc++ .net Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1093 Modified: trunk/CSP/SimData/CHANGES.current =================================================================== --- trunk/CSP/SimData/CHANGES.current 2004-06-28 17:42:01 UTC (rev 1092) +++ trunk/CSP/SimData/CHANGES.current 2004-06-28 17:43:18 UTC (rev 1093) @@ -1,6 +1,20 @@ Version 0.4.0 (in progress) =========================== +2004-06-28: delta. Mainly vs .net's fixes. Here's a few details: + * Added Source/Timing.cpp, ThreadBase.cpp to the vs .net build. + + * Added pthread (linked against pthreadVC.lib for now) to the build. +==> Windows users need to update their dev pack. + + * Changed min/max macros to std::min/std::max in Interpolate.cpp. + + * Added export symbols in Include/Timing.h + + * Moved public keyword outside #ifdef ___GNUC___ in class Trace. + + * Changed macro min/max to using std:min/max in Interpolate.cpp. + 2004-06-27: onsight * Opps, forgot Source/ThreadBase.cpp |