]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/log
googletest.git
9 years agoMerge pull request #741 from mbinna/patch-1
Billy Donahue [Wed, 16 Mar 2016 13:12:54 +0000 (09:12 -0400)]
Merge pull request #741 from mbinna/patch-1

Fix whitespace in paragraph

9 years agoFix whitespace in paragraph
Manuel Binna [Wed, 16 Mar 2016 05:49:57 +0000 (06:49 +0100)]
Fix whitespace in paragraph

9 years agoMerge pull request #724 from duggelz/master
Billy Donahue [Tue, 15 Mar 2016 22:20:27 +0000 (18:20 -0400)]
Merge pull request #724 from duggelz/master

Read Bazel's $XML_OUTPUT_FILE environment variable

9 years agoMerge pull request #735 from phad/patch-1
Billy Donahue [Tue, 8 Mar 2016 15:52:28 +0000 (10:52 -0500)]
Merge pull request #735 from phad/patch-1

Fix typo (Inovke -> Invoke)

9 years agoFix typo (Inovke -> Invoke)
Paul Hadfield [Tue, 8 Mar 2016 13:40:26 +0000 (13:40 +0000)]
Fix typo (Inovke -> Invoke)

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')

9 years agoRestructure test so each scenario is independent.
Doug Greiman [Wed, 2 Mar 2016 20:07:42 +0000 (12:07 -0800)]
Restructure test so each scenario is independent.

9 years agoFix env_var_test to ignore XML_OUTPUT_FILE if already set
Doug Greiman [Wed, 2 Mar 2016 01:44:02 +0000 (17:44 -0800)]
Fix env_var_test to ignore XML_OUTPUT_FILE if already set

10 years agoRestructure $XML_OUTPUT_FILE logic
Doug Greiman [Fri, 26 Feb 2016 22:26:23 +0000 (14:26 -0800)]
Restructure $XML_OUTPUT_FILE logic

10 years agoFix inconsistent style
Doug Greiman [Fri, 26 Feb 2016 03:03:46 +0000 (19:03 -0800)]
Fix inconsistent style

10 years agoRead Bazel's $XML_OUTPUT_FILE environment variable
Doug Greiman [Wed, 24 Feb 2016 02:50:08 +0000 (18:50 -0800)]
Read Bazel's $XML_OUTPUT_FILE environment variable

If $XML_OUTPUT_FILE is set, and $GTEST_OUTPUT and --gtest_output are not
specified, produce output as if GTEST_OUTPUT=xml:$XML_OUTPUT_FILE had
been set.

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