Update of /cvsroot/cppunit/cppunit2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16321
Modified Files:
sconstruct
Log Message:
* fixed compilation without RTTI
* revised stringize implementation to allow an additional customization point by overloading toString().
* added test and corrected bug in serialization/packets implementation.
Index: sconstruct
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/sconstruct,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** sconstruct 11 Aug 2005 07:18:23 -0000 1.15
--- sconstruct 6 Sep 2005 07:31:42 -0000 1.16
***************
*** 131,133 ****
--- 131,134 ----
buildProjectInDirectory( 'examples/checking_assertions' )
buildProjectInDirectory( 'examples/log_demo' )
+ buildProjectInDirectory( 'examples/stringize_demo' )
#buildProjectInDirectory( 'src/qttestdriver' )
|