aboutsummaryrefslogtreecommitdiffstats
path: root/msvc
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2010-08-31 18:28:02 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2010-08-31 18:28:02 +0000
commit2516f60da9073f3b04c0bbfc37d3aefffe11767e (patch)
treeb7ce61b652acc1b0401fed3804605f5b56543ff7 /msvc
parentccedc1c93371e3b3826bc2d83b77ab1a26d07dc6 (diff)
downloadgoogletest-2516f60da9073f3b04c0bbfc37d3aefffe11767e.tar.gz
googletest-2516f60da9073f3b04c0bbfc37d3aefffe11767e.tar.bz2
googletest-2516f60da9073f3b04c0bbfc37d3aefffe11767e.zip
Publishes GTEST_HAS_STREAM_REDIRECTION (by Vlad Losev); casts char to unsigned char before calling isspace() etc to avoid undefined behavior (by Zhanyong Wan); fixes the VC projects (by Fredrik Roubert).
Diffstat (limited to 'msvc')
-rw-r--r--msvc/gmock.vcproj8
-rw-r--r--msvc/gmock_test.vcproj4
2 files changed, 0 insertions, 12 deletions
diff --git a/msvc/gmock.vcproj b/msvc/gmock.vcproj
index b9036dad..39d9dc9e 100644
--- a/msvc/gmock.vcproj
+++ b/msvc/gmock.vcproj
@@ -163,10 +163,6 @@
>
</File>
<File
- RelativePath="..\src\gmock-printers.cc"
- >
- </File>
- <File
RelativePath="..\src\gmock-spec-builders.cc"
>
</File>
@@ -229,10 +225,6 @@
>
</File>
<File
- RelativePath="..\include\gmock\gmock-printers.h"
- >
- </File>
- <File
RelativePath="..\include\gmock\gmock-spec-builders.h"
>
</File>
diff --git a/msvc/gmock_test.vcproj b/msvc/gmock_test.vcproj
index 60e1b4bc..fd969d7c 100644
--- a/msvc/gmock_test.vcproj
+++ b/msvc/gmock_test.vcproj
@@ -223,10 +223,6 @@
>
</File>
<File
- RelativePath="..\test\gmock-printers_test.cc"
- >
- </File>
- <File
RelativePath="..\test\gmock_test.cc"
>
</File>