summaryrefslogtreecommitdiff
path: root/msvc
Commit message (Expand)AuthorAgeFilesLines
* Removes all uses of StrStream; fixes the VC projects and simplifies them by u...zhanyong.wan2010-09-084-296/+2
* Removes the old DLL solution.zhanyong.wan2010-03-051-122/+0
* Simplifies the implementation by using std::vector instead of Vector.zhanyong.wan2010-02-251-2/+0
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-241-0/+1
* Moves gtest.def from src/ to msvc/.zhanyong.wan2009-12-181-0/+123
* Fixes line-ending in the new -md VC projects.zhanyong.wan2009-09-165-0/+0
* Adjusts VC projects' output directories such that the output files don't step...zhanyong.wan2009-09-118-32/+32
* Really removes unneeded VC projects.zhanyong.wan2009-09-115-723/+0
* Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC proj...zhanyong.wan2009-09-119-56/+16
* Adds /MD(d) versions of VC++ projects.vladlosev2009-08-285-0/+758
* Removes svn:executable and sets svn:eol-style to CRLF for VS project files.zhanyong.wan2009-02-1310-1521/+1521
* Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc.zhanyong.wan2009-02-091-2/+2
* Fixes the VC project. Contributed by Rainer Klaffenboeck.shiqian2008-10-311-0/+15
* Adds suffix 'd' to gtest's libs on Windows. Also fixes gtest_unittest on non...shiqian2008-09-132-2/+2
* Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-i...shiqian2008-09-081-0/+15
* Fix incorrect output file name in gtest_main.vcprojvladlosev2008-07-151-2/+2
* Makes Google Test compile on Mac OS X and Cygwin, and adds project files for ...shiqian2008-07-0910-0/+1491