|
|
Hi, I'm porting googletest to MSVC6 for some of my legacy projects.
As you know VC6 is now so old, but I think before upgrade to newer version of IDE, it might helpful to have tests.
I hope someone to review this port.
Currently, gtest_unittest.cc passes. How should I do next?
Related issue.
http://code.google.com/p/googletest/issues/detail?id=150
Thanks.
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1349 lines, -96 lines) |
Patch |
 |
|
include/gtest/gtest.h
|
View
|
|
4 chunks |
+93 lines, -0 lines |
0 comments
|
Download
|
 |
|
include/gtest/gtest-message.h
|
View
|
|
3 chunks |
+25 lines, -1 line |
0 comments
|
Download
|
 |
|
include/gtest/gtest_pred_impl.h
|
View
|
|
6 chunks |
+15 lines, -6 lines |
0 comments
|
Download
|
 |
|
include/gtest/internal/gtest-internal.h
|
View
|
|
13 chunks |
+273 lines, -16 lines |
0 comments
|
Download
|
 |
|
include/gtest/internal/gtest-port.h
|
View
|
|
2 chunks |
+50 lines, -13 lines |
0 comments
|
Download
|
 |
|
include/gtest/internal/gtest-string.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
|
msvc6/gtest.dsp
|
View
|
|
1 chunk |
+264 lines, -0 lines |
0 comments
|
Download
|
 |
|
msvc6/gtest.dsw
|
View
|
|
1 chunk |
+59 lines, -0 lines |
0 comments
|
Download
|
 |
|
msvc6/gtest_main.dsp
|
View
|
|
1 chunk |
+96 lines, -0 lines |
0 comments
|
Download
|
 |
|
msvc6/gtest_unittest.dsp
|
View
|
|
1 chunk |
+100 lines, -0 lines |
0 comments
|
Download
|
 |
|
src/gtest.cc
|
View
|
|
5 chunks |
+13 lines, -6 lines |
0 comments
|
Download
|
 |
|
src/gtest-filepath.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
|
src/gtest-internal-inl.h
|
View
|
|
2 chunks |
+11 lines, -5 lines |
0 comments
|
Download
|
 |
|
test/gtest-message_test.cc
|
View
|
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
|
test/gtest_unittest.cc
|
View
|
|
39 chunks |
+317 lines, -46 lines |
0 comments
|
Download
|
Total messages: 1
|