aboutsummaryrefslogtreecommitdiffstats
path: root/msvc
Commit message (Collapse)AuthorAgeFilesLines
* Adds project files for MSVC 2010 (by Fredrik Roubert).vladlosev2011-02-1212-432/+334
|
* Simplifies the VC projects by using gmock-all.cc andzhanyong.wan2010-09-093-111/+9
| | | | | | | gmock_all_test.cc. Also fixes a missing include directory for gmock_main in the Release mode. I had to add /bigobj to gmock_test.vcproj to make the compiler happy, as we now need to generate code for many functions in the same translation unit.
* Publishes GTEST_HAS_STREAM_REDIRECTION (by Vlad Losev); casts char to ↵zhanyong.wan2010-08-312-12/+0
| | | | unsigned char before calling isspace() etc to avoid undefined behavior (by Zhanyong Wan); fixes the VC projects (by Fredrik Roubert).
* Removes gmock_output_test_.vcproj.zhanyong.wan2009-12-092-205/+0
|
* Switches from Boost TR1 tuple to gtest's TR1 tuple.zhanyong.wan2009-06-171-6/+1
|
* Implements --gmock_catch_leaked_mocks and Mock::AllowLeak.zhanyong.wan2009-04-224-6/+213
|
* Fixes link errors due to an MS VC bug. By Vlad Losev.zhanyong.wan2009-02-191-1/+1
|
* Sets the svn:eol-style property of VS project files to CRLF.zhanyong.wan2009-02-137-1163/+1163
|
* Removes the svn:executable attribute from VS project files.zhanyong.wan2009-02-137-0/+0
|
* More tweaks to the build systems.shiqian2008-12-101-1/+1
|
* Adds Visual Studio projects for building Google Mock.shiqian2008-12-107-0/+1163