1. 29 Aug, 2018 1 commit
  2. 28 Aug, 2018 1 commit
    • Abseil Team's avatar
      Googletest export · 03867b53
      Abseil Team authored
      Add the possibility of specifying the name in type parameterized tests.
      
      Similar to how the last parameter of INSTANTIATE_TEST_CASE_P allows to override the name for (non-type) parametrized tests, this adds the possibility of adding a parameter to INSTANTIATE_TYPED_TEST_CASE_P. The argument has to be a class, which contains a static templated function GetName<T>(int), returning the name for type T.
      
      PiperOrigin-RevId: 210532231
      03867b53
  3. 14 Aug, 2018 1 commit
    • Gennadiy Civil's avatar
      · a3c0dd0f
      Gennadiy Civil authored
      Comments changes, no functionality changes
      a3c0dd0f
  4. 02 Aug, 2018 1 commit
    • Gennadiy Civil's avatar
      · 677df883
      Gennadiy Civil authored
      cmake test fixes
      677df883
  5. 01 Aug, 2018 1 commit
  6. 23 Jan, 2018 1 commit
    • Gennadiy Civil's avatar
      · 80defcec
      Gennadiy Civil authored
      Many code merge/upstream changes
      80defcec
  7. 17 Jan, 2018 1 commit
  8. 05 Jan, 2018 2 commits
  9. 03 Jan, 2018 1 commit
  10. 27 Sep, 2017 1 commit
  11. 04 Sep, 2017 1 commit
  12. 25 Aug, 2015 1 commit
  13. 24 Jul, 2015 1 commit
  14. 14 Jul, 2015 1 commit
  15. 13 Jul, 2015 1 commit
  16. 28 Jul, 2014 1 commit
  17. 15 Nov, 2012 1 commit
    • jgm's avatar
      Unfortunately, the svn repo is a bit out of date. This commit contains 8 · 87fdda2c
      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.
      87fdda2c
  18. 07 Jun, 2012 1 commit
  19. 09 Mar, 2012 1 commit
  20. 04 Nov, 2011 1 commit
  21. 22 Feb, 2011 1 commit
  22. 14 Sep, 2010 1 commit
  23. 09 Aug, 2010 1 commit
  24. 26 Jul, 2010 1 commit
  25. 18 May, 2010 1 commit
  26. 05 May, 2010 1 commit
  27. 04 Mar, 2010 1 commit
  28. 22 Jul, 2009 1 commit
  29. 29 May, 2009 1 commit
  30. 18 May, 2009 1 commit
    • tsunanet's avatar
      Change a few visibilities to work around a bug in g++ 3.4.2. · 8de91f8f
      tsunanet authored
      
      
      It looks like this version of g++ is confused by the local class generated
      by the TEST_F macro and it can't tell that we're in a method that inherits
      the class we want to access.
      
      This bug causes the following kind of error:
      ../samples/../test/gtest_unittest.cc: In static member function `static void
      <unnamed>::ExpectFatalFailureTest_CatchesFatalFaliure_Test::TestBody()::GTestExpectFatalFailureHelper::Execute()':
      ../samples/../test/gtest_unittest.cc:799: error: `static void
      <unnamed>::ScopedFakeTestPartResultReporterTest::AddFailure(<unnamed>::ScopedFakeTestPartResultReporterTest::FailureMode)'
      is protected
      ../samples/../test/gtest_unittest.cc:883: error: within this context
      Signed-off-by: default avatarBenoit Sigoure <tsunanet@gmail.com>
      8de91f8f
  31. 05 May, 2009 1 commit
  32. 24 Apr, 2009 1 commit
  33. 14 Apr, 2009 1 commit
  34. 31 Mar, 2009 1 commit
  35. 26 Mar, 2009 1 commit
  36. 06 Mar, 2009 1 commit
  37. 23 Feb, 2009 1 commit
  38. 09 Feb, 2009 1 commit
  39. 06 Feb, 2009 1 commit