Update of /cvsroot/cppunit/cppunit2
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv3345
Modified Files:
sconstruct
Log Message:
- made atomic counter copyable
- added implementation of CPPTL_ assertions.
- fixed wrong assertions in smallmap.h
- fixed buggy iterator usage in smallmaptest.
- no longer require a library to use cpptl threads.
Index: sconstruct
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/sconstruct,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** sconstruct 1 Sep 2006 19:51:22 -0000 1.29
--- sconstruct 6 Sep 2006 19:23:26 -0000 1.30
***************
*** 1,2 ****
--- 1,12 ----
+ # Todo:
+ # - Check for min Scons versio (0.96.90)
+ # - doxygen generation does not work on Linux
+ # - need to detect path and availability of DOT tool when generating doc.
+ # - revisit doxygen generationg using DynamicSourceGenerator
+ # http://www.scons.org/wiki/DynamicSourceGenerator
+ # (see Gary mail on the user ML 19/07/2006 @ 17h25)
+
+
+
import os
import os.path
|