1. 12 Mar, 2018 1 commit
    • Bernhard Bauer's avatar
      Allow macros inside of parametrized test names. · 7b70413e
      Bernhard Bauer authored
      This allows doing things like TEST_P(TestFixture, MAYBE(TestName))
      for nicer conditional test disabling.
      
      Upstream of cr/188748737.
      
      Tested:
      Added unit tests MacroNamingTest and MacroNamingTestNonParametrized.
      7b70413e
  2. 13 Feb, 2018 8 commits
  3. 24 Jan, 2018 1 commit
  4. 23 Jan, 2018 1 commit
    • Gennadiy Civil's avatar
      · 80defcec
      Gennadiy Civil authored
      Many code merge/upstream changes
      80defcec
  5. 10 Jan, 2018 2 commits
    • Gennadiy Civil's avatar
      · f33902b9
      Gennadiy Civil authored
      revert googletest/test/gtest-param-test_test.cc
      f33902b9
    • Gennadiy Civil's avatar
      · d237297c
      Gennadiy Civil authored
      code merge, cleanups
      d237297c
  6. 03 Jan, 2018 1 commit
  7. 21 Sep, 2017 1 commit
  8. 04 Sep, 2017 4 commits
  9. 22 May, 2016 1 commit
  10. 25 Aug, 2015 1 commit
  11. 24 Jul, 2015 1 commit
  12. 02 Apr, 2014 1 commit
  13. 12 Mar, 2013 1 commit
  14. 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
  15. 04 Nov, 2011 1 commit
  16. 22 Feb, 2011 1 commit
  17. 02 Feb, 2011 1 commit
  18. 06 Dec, 2010 1 commit
  19. 14 Sep, 2010 1 commit
  20. 18 May, 2010 1 commit
  21. 20 Mar, 2010 1 commit
  22. 17 Feb, 2010 1 commit
  23. 16 Dec, 2009 1 commit
  24. 29 May, 2009 1 commit
  25. 23 Feb, 2009 1 commit
  26. 09 Dec, 2008 1 commit
  27. 20 Nov, 2008 1 commit