summaryrefslogtreecommitdiff
path: root/msvc
Commit message (Expand)AuthorAge
* Removes all uses of StrStream; fixes the VC projects and simplifies them by u...zhanyong.wan2010-09-08
* Removes the old DLL solution.zhanyong.wan2010-03-05
* Simplifies the implementation by using std::vector instead of Vector.zhanyong.wan2010-02-25
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-24
* Moves gtest.def from src/ to msvc/.zhanyong.wan2009-12-18
* Fixes line-ending in the new -md VC projects.zhanyong.wan2009-09-16
* Adjusts VC projects' output directories such that the output files don't step...zhanyong.wan2009-09-11
* Really removes unneeded VC projects.zhanyong.wan2009-09-11
* Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC proj...zhanyong.wan2009-09-11
* Adds /MD(d) versions of VC++ projects.vladlosev2009-08-28
* Removes svn:executable and sets svn:eol-style to CRLF for VS project files.zhanyong.wan2009-02-13
* Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc.zhanyong.wan2009-02-09
* Fixes the VC project. Contributed by Rainer Klaffenboeck.shiqian2008-10-31
* Adds suffix 'd' to gtest's libs on Windows. Also fixes gtest_unittest on non...shiqian2008-09-13
* Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-i...shiqian2008-09-08
* Fix incorrect output file name in gtest_main.vcprojvladlosev2008-07-15
* Makes Google Test compile on Mac OS X and Cygwin, and adds project files for ...shiqian2008-07-09