]>
git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
mazong1123 [Sun, 15 May 2016 13:32:56 +0000 (21:32 +0800)]
Updated the value of GTEST_DIR to reflect the googletest dir.
mazong1123 [Sun, 15 May 2016 12:48:08 +0000 (20:48 +0800)]
Changed the GTestDir marco value to reflect the new dir of googletest.
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
Manuel Binna [Wed, 16 Mar 2016 05:49:57 +0000 (06:49 +0100)]
Fix whitespace in paragraph
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
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)
Paul Hadfield [Tue, 8 Mar 2016 13:40:26 +0000 (13:40 +0000)]
Fix typo (Inovke -> Invoke)
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')
Doug Greiman [Wed, 2 Mar 2016 20:07:42 +0000 (12:07 -0800)]
Restructure test so each scenario is independent.
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
Doug Greiman [Fri, 26 Feb 2016 22:26:23 +0000 (14:26 -0800)]
Restructure $XML_OUTPUT_FILE logic
Doug Greiman [Fri, 26 Feb 2016 03:03:46 +0000 (19:03 -0800)]
Fix inconsistent style
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.
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