]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/log
googletest.git
17 years agoMakes Google Test compile (and all tests pass) on cygwin (possibly on wingw too).
shiqian [Thu, 18 Sep 2008 18:06:35 +0000 (18:06 +0000)]
Makes Google Test compile (and all tests pass) on cygwin (possibly on wingw too).

17 years agoPrepares gtest for release 1.1.0.
shiqian [Tue, 16 Sep 2008 23:48:19 +0000 (23:48 +0000)]
Prepares gtest for release 1.1.0.

17 years agoAdds suffix 'd' to gtest's libs on Windows. Also fixes gtest_unittest on non-English...
shiqian [Sat, 13 Sep 2008 00:49:59 +0000 (00:49 +0000)]
Adds suffix 'd' to gtest's libs on Windows.  Also fixes gtest_unittest on non-English Windows.  By balazs.dan@gmail.com.

17 years agoAdds exception assertions. By balaz.dan@gmail.com.
shiqian [Fri, 12 Sep 2008 20:57:22 +0000 (20:57 +0000)]
Adds exception assertions.  By balaz.dan@gmail.com.

17 years agoadding two headers to the Xcode project
preston.jackson [Fri, 12 Sep 2008 15:23:38 +0000 (15:23 +0000)]
adding two headers to the Xcode project

17 years agoImproves thread-safe death tests by changing to the original working directory before...
shiqian [Fri, 12 Sep 2008 04:01:37 +0000 (04:01 +0000)]
Improves thread-safe death tests by changing to the original working directory before they are executed; also fixes out-dated comments about death tests.

17 years agoAdds new files for type-parameterized tests, which I forgot to commit in the previous...
shiqian [Tue, 9 Sep 2008 03:01:38 +0000 (03:01 +0000)]
Adds new files for type-parameterized tests, which I forgot to commit in the previous revision.

17 years agoAdds support for type-parameterized tests (by Zhanyong Wan); also adds case-insensiti...
shiqian [Mon, 8 Sep 2008 17:55:52 +0000 (17:55 +0000)]
Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-insensitive wide string comparison to the String class (by Vlad Losev).