]>
git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Billy Donahue [Sat, 5 Mar 2016 22:09:33 +0000 (17:09 -0500)]
Merge pull request #731 from mattrajca/patch-1
Fixed typo ('XCode' -> 'Xcode')
Matt Rajca [Fri, 4 Mar 2016 23:20:34 +0000 (17:20 -0600)]
Fixed typo ('XCode' -> 'Xcode')
Billy Donahue [Mon, 22 Feb 2016 05:34:32 +0000 (00:34 -0500)]
Merge pull request #719 from paul-wilkinson/docs_formatting_fix
Fix formatting in AdvancedGuide.md
Paul Wilkinson [Sun, 21 Feb 2016 15:52:09 +0000 (15:52 +0000)]
Fix formatting in AdvancedGuide.md
Put occurrences of "#include" in a code span so they are not interpreted
as headers.
Other documents were not broken because the #include was not at the
start of the line, but put them in code spans anyway just in case the
text gets refilled in the future.
Billy Donahue [Wed, 17 Feb 2016 21:32:41 +0000 (16:32 -0500)]
Merge pull request #713 from DarthGandalf/expect
Change error message of EXPECT_EQ to treat lhs and rhs equivalently.
Billy Donahue [Wed, 17 Feb 2016 03:34:26 +0000 (22:34 -0500)]
Merge pull request #715 from jacob-meacham/bugfix/expect-call
Fix link that's returned when running tests. #714
Billy Donahue [Wed, 17 Feb 2016 03:32:55 +0000 (22:32 -0500)]
Merge pull request #716 from jacob-meacham/feature/gitignore
Add build artifacts to git ignore.
Jacob Meacham [Wed, 17 Feb 2016 01:45:11 +0000 (17:45 -0800)]
Fix link that's returned when running tests. #714
Alexey Sokolov [Tue, 16 Feb 2016 22:22:35 +0000 (22:22 +0000)]
Change error message of EXPECT_EQ to treat lhs and rhs equivalently.
Billy Donahue [Mon, 1 Feb 2016 14:41:10 +0000 (09:41 -0500)]
Merge pull request #688 from tamland/python3
Python 3 support