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