]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/log
googletest.git
9 years agoMerge pull request #731 from mattrajca/patch-1
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')

9 years agoFixed typo ('XCode' -> 'Xcode')
Matt Rajca [Fri, 4 Mar 2016 23:20:34 +0000 (17:20 -0600)]
Fixed typo ('XCode' -> 'Xcode')

10 years agoMerge pull request #719 from paul-wilkinson/docs_formatting_fix
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

10 years agoFix 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.

10 years agoMerge pull request #713 from DarthGandalf/expect
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.

10 years agoMerge pull request #715 from jacob-meacham/bugfix/expect-call
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

10 years agoMerge pull request #716 from jacob-meacham/feature/gitignore
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.

10 years agoFix link that's returned when running tests. #714
Jacob Meacham [Wed, 17 Feb 2016 01:45:11 +0000 (17:45 -0800)]
Fix link that's returned when running tests. #714

10 years agoChange error message of EXPECT_EQ to treat lhs and rhs equivalently.
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.

10 years agoMerge pull request #688 from tamland/python3
Billy Donahue [Mon, 1 Feb 2016 14:41:10 +0000 (09:41 -0500)]
Merge pull request #688 from tamland/python3

Python 3 support