]>
git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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).
shiqian [Tue, 16 Sep 2008 23:48:19 +0000 (23:48 +0000)]
Prepares gtest for release 1.1.0.
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.
shiqian [Fri, 12 Sep 2008 20:57:22 +0000 (20:57 +0000)]
Adds exception assertions. By balaz.dan@gmail.com.
preston.jackson [Fri, 12 Sep 2008 15:23:38 +0000 (15:23 +0000)]
adding two headers to the Xcode project
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.
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.
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).