diff options
author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2001-06-05 20:36:31 +0000 |
---|---|---|
committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2001-06-05 20:36:31 +0000 |
commit | 255fed3c27815d3074bdaafb2b5ed377bd4868f8 (patch) | |
tree | 20269846783b24269eefed8afc042ca8e86627f1 /ChangeLog | |
parent | 12cdd391bd1a4ebb0fe478a370fa64dd222c50e7 (diff) |
Src/cppunit/TypeInfoHelper.
src/cppunit/TypeInfoHelper.cpp: removed #include <config.h>, cppunit/config.h was already included.
* src/cppunit/cppunit.dsp: removed TestAssert.cpp from project.
* added/updated .cvsignore files for beter handling of windows projects.
* added include/cppunit/config.h with a default configuration for VC++ 6.0.
* include/cppunit/.cvsignore: removed config.h from the list of ignored file.
* renamed VC++ configurations without RTTI from "Debug No CU_USE_TYPEINFO" to "Debug Crossplatform".
* include/cppunit/TestAssert.h: added include <math.h> for fabs().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2001-06-06 Baptiste Lepilleur <gaiacrtn@free.fr> + + * src/cppunit/TypeInfoHelper.cpp: removed #include <config.h>, cppunit/config.h was already included. + + * src/cppunit/cppunit.dsp: removed TestAssert.cpp from project. + + * added/updated .cvsignore files for beter handling of windows projects. + + * added include/cppunit/config.h with a default configuration for VC++ 6.0. + + * include/cppunit/.cvsignore: removed config.h from the list of ignored file. + + * renamed VC++ configurations without RTTI from "Debug No CU_USE_TYPEINFO" to "Debug Crossplatform". + + * include/cppunit/TestAssert.h: added include <math.h> for fabs(). + 2001-06-02 Steve M. Robbins <steve@nyongwa.montreal.qc.ca> * src/cppunit/Exception.cpp: Remove unnecessary namespace |