diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2003-03-11 19:06:34 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2003-03-11 19:06:34 +0000 |
| commit | 4ca86cd4fd9b7a8c2dd60c1b62724b18b7bd5ec7 (patch) | |
| tree | 12616b573402b989e34a38514ae625cbf7b85f94 /src/cppunit/cppunit.dsp | |
| parent | c349ff0461024ca2cbc1e9844abfdb5996338f04 (diff) | |
| download | cppunit-4ca86cd4fd9b7a8c2dd60c1b62724b18b7bd5ec7.tar.gz | |
Include/cppunit/tools/Algorithm.
include/cppunit/tools/Algorithm.h:
* src/cppunit/TestResult.cpp:
* src/msvc6/testrunner/TestRunnerModel.cpp: added removeFromSequence
algorithm in Algorithm.h to fix STLPort compatibility issue
(std::remove use the one of cstdio instead of algorithm). Bug #694971.
* include/cppunit/extensions/TestNamer.h: fixed bug #662666 (missing include
for typeinfo).
* src/cppunit/TestResult.cpp: TestFailure are no longer passed as temporary,
but explicitely instantiated on the stack. Work around AIX compiler bug.
Diffstat (limited to 'src/cppunit/cppunit.dsp')
| -rw-r--r-- | src/cppunit/cppunit.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cppunit/cppunit.dsp b/src/cppunit/cppunit.dsp index 311f3f8..47f6be7 100644 --- a/src/cppunit/cppunit.dsp +++ b/src/cppunit/cppunit.dsp @@ -608,6 +608,10 @@ SOURCE=.\Win32DynamicLibraryManager.cpp # PROP Default_Filter "" # Begin Source File +SOURCE=..\..\include\cppunit\tools\Algorithm.h +# End Source File +# Begin Source File + SOURCE=.\StringTools.cpp # End Source File # Begin Source File |
