- 24 Jan, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 22 Jan, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 17 Jan, 2018 1 commit
-
-
Fedor Trushkin authored
-
- 12 Jan, 2018 2 commits
- 11 Jan, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 03 Jan, 2018 2 commits
-
-
Gennadiy Civil authored
-
David Benjamin authored
This makes it easier to use GTest in projects that build with the -Wmissing-declarations warning. This fixes the warning in headers and source files, though not GTest's own tests as it is rather noisy there.
-
- 07 Nov, 2017 1 commit
-
-
whame authored
-
- 27 Sep, 2017 1 commit
-
-
Jonathan Wakely authored
-
- 13 Sep, 2017 1 commit
-
-
Alexey Sokolov authored
instead of reading more like reversing the former "expected" and "actual" roles of the LHS and RHS arguments. This patch is manually applied from internal version (125109873)
-
- 07 Sep, 2017 1 commit
-
-
Gasprd Petit authored
-
- 04 Sep, 2017 1 commit
-
-
Herbert Thielen authored
As mentioned in issue #360: "Now that all the platforms gtest supports work with value-parameterized tests, we should remove the uses of the GTEST_HAS_PARAM_TESTS macro from the codebase everywhere." https://github.com/google/googletest/issues/360
-
- 31 Aug, 2017 1 commit
-
-
Herbert Thielen authored
-
- 14 Aug, 2017 3 commits
- 03 Aug, 2017 1 commit
-
-
Alex Converse authored
The rest of the (covered) codebase is already integer overflow clean. This is a cherry-pick of an internal change. TESTED=gtest_shuffle_test goes from fail to pass with -fsanitize=integer
-
- 16 Jul, 2017 1 commit
-
-
Zulkarnine Mahmud authored
-
- 15 Jul, 2017 1 commit
-
-
Zulkarnine Mahmud authored
-
- 29 Jun, 2017 2 commits
-
-
Zulkarnine Mahmud authored
-
Zulkarnine Mahmud authored
-
- 22 Jun, 2017 1 commit
-
-
Zulkarnine Mahmud authored
Invert the intensity bit if the background_color == foreground_color
-
- 21 Jun, 2017 2 commits
-
-
Chris-Sharpe authored
-
Zulkarnine Mahmud authored
-
- 20 Jun, 2017 1 commit
-
-
Zulkarnine Mahmud authored
Re-use existing background color for Widows' console window. This fixes a problem where the background color for ColoredPrintf would be BLACK even if the user's console is using a different BG color.
-
- 18 May, 2017 1 commit
-
-
- 15 May, 2017 1 commit
-
-
Nico Weber authored
This merges a Google-internal change (117235625). Original CL description: This CL was created manually in about an hour with sed, a Python script to find all the places unqualified 'string' was mentioned, and some help from Emacs to add the "std::" qualifications, plus a few manual tweaks.
-
- 02 May, 2017 1 commit
-
-
Gennadiy Civil authored
Fixes #1076.
-
- 26 Feb, 2017 1 commit
-
-
vpfautz authored
-
- 22 Dec, 2016 1 commit
-
-
David Benjamin authored
googletest doesn't currently build with clang's very aggressive -Wformat-nonliteral warning. It requires that all non-literal format strings come from the argument of a function annotated with a compatible format attribute. Fixing that reports that ColoredPrintf's callers weren't passing the normal -Wformat warning. Some messages were passed directly into the format string rather than via "%s".
-
- 13 Dec, 2016 1 commit
-
-
Alexey Klimkin authored
Help says "FILE_PATH defaults to test_details.xml", but the real path is test_detail.xml.
-
- 27 Apr, 2016 1 commit
-
-
Li Peng authored
Signed-off-by:Li Peng <lip@dtdream.com>
-
- 26 Feb, 2016 1 commit
-
-
Doug Greiman authored
-
- 24 Feb, 2016 1 commit
-
-
Doug Greiman authored
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.
-
- 16 Feb, 2016 1 commit
-
-
Alexey Sokolov authored
-
- 31 Jan, 2016 1 commit
-
-
Joongi Kim authored
-
- 25 Aug, 2015 1 commit
-
-
Billy Donahue authored
-
- 27 Jul, 2015 2 commits