summaryrefslogtreecommitdiff
path: root/msvc
Commit message (Collapse)AuthorAge
* Removes all uses of StrStream; fixes the VC projects and simplifies them by ↵zhanyong.wan2010-09-08
| | | | | | using gtest-all.cc. git-svn-id: http://googletest.googlecode.com/svn/trunk@481 861a406c-534a-0410-8894-cb66d6ee9925
* Removes the old DLL solution.zhanyong.wan2010-03-05
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@390 861a406c-534a-0410-8894-cb66d6ee9925
* Simplifies the implementation by using std::vector instead of Vector.zhanyong.wan2010-02-25
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@377 861a406c-534a-0410-8894-cb66d6ee9925
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler ↵zhanyong.wan2010-02-24
| | | | | | Carruth); adds wide InitGoogleTest to gtest.def (by Vlad Losev); updates the version number (by Zhanyong Wan); updates the release notes for 1.5.0 (by Vlad Losev); removes scons scripts from the distribution (by Zhanyong Wan); adds the cmake build script to the distribution (by Zhanyong Wan); adds fused source files to the distribution (by Vlad Losev and Chandler Carruth). git-svn-id: http://googletest.googlecode.com/svn/trunk@376 861a406c-534a-0410-8894-cb66d6ee9925
* Moves gtest.def from src/ to msvc/.zhanyong.wan2009-12-18
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@355 861a406c-534a-0410-8894-cb66d6ee9925
* Fixes line-ending in the new -md VC projects.zhanyong.wan2009-09-16
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@309 861a406c-534a-0410-8894-cb66d6ee9925
* Adjusts VC projects' output directories such that the output files don't ↵zhanyong.wan2009-09-11
| | | | | | step on each other. git-svn-id: http://googletest.googlecode.com/svn/trunk@304 861a406c-534a-0410-8894-cb66d6ee9925
* Really removes unneeded VC projects.zhanyong.wan2009-09-11
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@303 861a406c-534a-0410-8894-cb66d6ee9925
* Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC ↵zhanyong.wan2009-09-11
| | | | | | projects. git-svn-id: http://googletest.googlecode.com/svn/trunk@302 861a406c-534a-0410-8894-cb66d6ee9925
* Adds /MD(d) versions of VC++ projects.vladlosev2009-08-28
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@298 861a406c-534a-0410-8894-cb66d6ee9925
* Removes svn:executable and sets svn:eol-style to CRLF for VS project files.zhanyong.wan2009-02-13
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@190 861a406c-534a-0410-8894-cb66d6ee9925
* Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc.zhanyong.wan2009-02-09
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@188 861a406c-534a-0410-8894-cb66d6ee9925
* Fixes the VC project. Contributed by Rainer Klaffenboeck.shiqian2008-10-31
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@109 861a406c-534a-0410-8894-cb66d6ee9925
* Adds suffix 'd' to gtest's libs on Windows. Also fixes gtest_unittest on ↵shiqian2008-09-13
| | | | | | non-English Windows. By balazs.dan@gmail.com. git-svn-id: http://googletest.googlecode.com/svn/trunk@92 861a406c-534a-0410-8894-cb66d6ee9925
* Adds support for type-parameterized tests (by Zhanyong Wan); also adds ↵shiqian2008-09-08
| | | | | | case-insensitive wide string comparison to the String class (by Vlad Losev). git-svn-id: http://googletest.googlecode.com/svn/trunk@84 861a406c-534a-0410-8894-cb66d6ee9925
* Fix incorrect output file name in gtest_main.vcprojvladlosev2008-07-15
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@63 861a406c-534a-0410-8894-cb66d6ee9925
* Makes Google Test compile on Mac OS X and Cygwin, and adds project files for ↵shiqian2008-07-09
Microsoft Visual Studio. git-svn-id: http://googletest.googlecode.com/svn/trunk@55 861a406c-534a-0410-8894-cb66d6ee9925