summaryrefslogtreecommitdiff
path: root/msvc
Commit message (Collapse)AuthorAgeFilesLines
* Removes all uses of StrStream; fixes the VC projects and simplifies them by ↵zhanyong.wan2010-09-084-296/+2
| | | | | | 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-051-122/+0
| | | | 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-251-2/+0
| | | | 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-241-0/+1
| | | | | | 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-181-0/+123
| | | | 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-165-0/+0
| | | | 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-118-32/+32
| | | | | | 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-115-723/+0
| | | | 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-119-56/+16
| | | | | | 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-285-0/+758
| | | | 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-1310-1521/+1521
| | | | 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-091-2/+2
| | | | 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-311-0/+15
| | | | 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-132-2/+2
| | | | | | 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-081-0/+15
| | | | | | 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-151-2/+2
| | | | 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-0910-0/+1491
Microsoft Visual Studio. git-svn-id: http://googletest.googlecode.com/svn/trunk@55 861a406c-534a-0410-8894-cb66d6ee9925