1. 19 Sep, 2013 1 commit
  2. 18 Sep, 2013 1 commit
  3. 06 Sep, 2013 1 commit
  4. 27 Aug, 2013 1 commit
  5. 09 Jul, 2013 1 commit
  6. 08 Jul, 2013 2 commits
  7. 18 Jun, 2013 1 commit
  8. 25 Apr, 2013 1 commit
  9. 24 Apr, 2013 1 commit
  10. 10 Apr, 2013 1 commit
  11. 07 Apr, 2013 1 commit
  12. 05 Apr, 2013 1 commit
  13. 04 Apr, 2013 1 commit
  14. 19 Mar, 2013 1 commit
  15. 12 Mar, 2013 1 commit
  16. 11 Mar, 2013 1 commit
  17. 28 Feb, 2013 4 commits
  18. 27 Feb, 2013 2 commits
  19. 22 Feb, 2013 2 commits
  20. 02 Feb, 2013 1 commit
  21. 29 Jan, 2013 1 commit
  22. 03 Dec, 2012 1 commit
  23. 15 Nov, 2012 1 commit
    • 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.
  24. 19 Sep, 2012 1 commit
  25. 06 Sep, 2012 2 commits
  26. 14 Aug, 2012 2 commits
  27. 12 Jul, 2012 1 commit
    • fixes a problem in which we pass the address one byte … · 4c975121
      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
  28. 09 Jul, 2012 1 commit
  29. 07 Jun, 2012 1 commit
  30. 31 May, 2012 1 commit
  31. 02 May, 2012 1 commit
  32. 02 Apr, 2012 1 commit