- 14 Aug, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 09 Aug, 2018 4 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
- 08 Aug, 2018 1 commit
-
-
https://github.com/google/googletestGennadiy Civil authored
Formatting changes and code sync Merge branch 'master' of https://github.com/google/googletest
-
- 07 Aug, 2018 1 commit
-
-
Wez authored
-
- 03 Aug, 2018 1 commit
-
-
Wez authored
-
- 07 Jun, 2018 1 commit
-
-
Fabrice de Gans-Riberi authored
-
- 31 May, 2018 2 commits
-
-
Fabrice de Gans-Riberi authored
-
Fabrice de Gans-Riberi authored
-
- 23 May, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 11 May, 2018 1 commit
-
-
Fabrice de Gans-Riberi authored
-
- 03 May, 2018 3 commits
-
-
Fabrice de Gans-Riberi authored
-
Fabrice de Gans-Riberi authored
-
Fabrice de Gans-Riberi authored
-
- 02 May, 2018 2 commits
-
-
Fabrice de Gans-Riberi authored
-
Fabrice de Gans-Riberi authored
-
- 01 May, 2018 1 commit
-
-
Fabrice de Gans-Riberi authored
-
- 27 Feb, 2018 1 commit
-
-
Victor Costan authored
Google Test has recently (02/09/2018) switched the default death test style from "fast" to "threadsafe" in https://github.com/google/googletest/commit/ec7faa943d7817c81ce7bdf71a21ebc9244dc8de Threadsafe death tests have been used internally for a while, and are proven to be a better default. However, adopting this better default can be challenging for large projects with a significant investment in custom infrastructure built on top of Google Test. The same custom infrastructure can make it difficult for large projects to switch back to the old default by passing in --gtest_death_test_style=fast. For the reasons above, the default switch is considered too disruptive, and this CL reverts it. This CL also introduces the GTEST_DEFAULT_DEATH_TEST_STYLE preprocesor macro, which replaces the hard-coded default. The macro can be defined in gtest/internal/custom/gtest-port.h by projects that are ready to migrate to thread-safe death tests.
-
- 19 Feb, 2018 1 commit
-
-
Victor Costan authored
As of recently, Google Test fails to compile with the warning below when used in projects with strict warning settings. googletest/src/gtest-death-test.cc:1004:13: error: unused function 'StackGrowsDown' [-Werror,-Wunused-function]
-
- 12 Feb, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 09 Feb, 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.
-
- 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.
-
- 27 Apr, 2016 1 commit
-
-
Li Peng authored
Signed-off-by:Li Peng <lip@dtdream.com>
-
- 09 Sep, 2015 1 commit
-
-
Orgad Shaneh authored
-
- 25 Aug, 2015 1 commit
-
-
Billy Donahue authored
-
- 24 Jul, 2015 1 commit
-
-
kosak authored
-
- 19 Jul, 2015 1 commit
-
-
kosak authored
-
- 17 Jul, 2015 1 commit
-
-
kosak authored
-
- 18 Jun, 2014 1 commit
-
-
kosak authored
-
- 17 Jun, 2014 1 commit
-
-
kosak authored
-
- 22 Feb, 2013 1 commit
-
-
kosak authored
Removes testing::internal::String::Format(), which causes problems as it truncates the result at 4096 chars. Also update an obsolete link in comment.
-
- 15 Nov, 2012 1 commit
-
-
jgm authored
changes that haven't made it to svn. The descriptions of each change are listed below. - Fixes some python shebang lines. - Add ElementsAreArray overloads to gmock. ElementsAreArray now makes a copy of its input elements before the conversion to a Matcher. ElementsAreArray can now take a vector as input. ElementsAreArray can now take an iterator pair as input. - Templatize MatchAndExplain to allow independent string types for the matcher and matchee. I also templatized the ConstCharPointer version of MatchAndExplain to avoid calls with "char*" from using the new templated MatchAndExplain. - Fixes the bug where the constructor of the return type of ElementsAre() saves a reference instead of a copy of the arguments. - Extends ElementsAre() to accept arrays whose sizes aren't known. - Switches gTest's internal FilePath class from testing::internal::String to std::string. testing::internal::String was introduced when gTest couldn't depend on std::string. It's now deprecated. - Switches gTest & gMock from using testing::internal::String objects to std::string. Some static methods of String are still in use. We may be able to remove some but not all of them. In particular, String::Format() should eventually be removed as it truncates the result at 4096 characters, often causing problems.
-
- 12 Jul, 2012 1 commit
-
-
jgm authored
fixes a problem in which we pass the address one byte ~/svn/googletest/trunk after the end of stack space in a call to clone(). According to Linux's man page on clone(), the 'stack' parameter usually points to the topmost address of the memory space set up for the child stack. The existing code points one byte after the end
-
- 04 Nov, 2011 1 commit
-
-
vladlosev authored
-
- 28 Oct, 2011 1 commit
-
-
vladlosev authored
-
- 05 Oct, 2011 1 commit
-
-
vladlosev authored
-