1. 18 Feb, 2021 1 commit
  2. 11 Feb, 2021 2 commits
  3. 01 Sep, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · af1e75ce
      Abseil Team authored
      Add millisecond precision to start timestamp in XML/JSON output
      
      - Previous timestamp had format YYYY-MM-DDThh:mm:ss, now YYYY-MM-DDThh:mm:ss.sss
      - This conforms to the ISO 8601 standard
      
      PiperOrigin-RevId: 329503623
      af1e75ce
  4. 22 Nov, 2019 1 commit
    • Abseil Team's avatar
      Googletest export · 717ce7fe
      Abseil Team authored
      Use standard C++11 integer types in gtest-port.h.
      
      Remove testing::internal::{Int,Uint}{32,64} in favor of types
      guaranteed to be in <cstdint> since C++11.
      
      Tests for built-in integer type coverage are switched from
      {Int,Uint}64 to [unsigned] long long, which is guaranteed by
      C++11 to exist and be at least 64-bit wide.
      
      PiperOrigin-RevId: 281565263
      717ce7fe
  5. 20 Aug, 2019 1 commit
  6. 30 Jul, 2019 1 commit
  7. 06 Apr, 2019 1 commit
    • Enji Cooper's avatar
      clang: fix `-Wsign-conversion` errors · 3829b84e
      Enji Cooper authored
      
      
      Cast some values as their unsigned equivalents or `size_t` to match the
      parameter type used for the template object under test. Also, provide
      UInt32 equivalent delegate methods for some callers (with
      int-equivalents for backwards compatibility).
      
      This closes #2146.
      Signed-off-by: default avatarEnji Cooper <yaneurabeya@gmail.com>
      3829b84e
  8. 14 Aug, 2018 1 commit
    • Gennadiy Civil's avatar
      · a3c0dd0f
      Gennadiy Civil authored
      Comments changes, no functionality changes
      a3c0dd0f
  9. 27 Jul, 2018 1 commit
    • Gennadiy Civil's avatar
      · 984cba30
      Gennadiy Civil authored
      Formatting changes for automatic code management
      984cba30
  10. 25 Jul, 2018 1 commit
    • Gennadiy Civil's avatar
      · ed1edf64
      Gennadiy Civil authored
      Formatting changes, code sync
      ed1edf64
  11. 23 May, 2018 1 commit
  12. 10 Jan, 2018 1 commit
    • Gennadiy Civil's avatar
      · d630a8bd
      Gennadiy Civil authored
      code merges, cleanup
      d630a8bd
  13. 25 Aug, 2015 1 commit
  14. 28 Feb, 2013 1 commit
  15. 22 Feb, 2013 1 commit
  16. 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
  17. 07 Jun, 2012 1 commit
  18. 04 Nov, 2011 1 commit
  19. 05 Mar, 2011 1 commit
  20. 22 Feb, 2011 1 commit
  21. 14 Sep, 2010 1 commit
  22. 08 Sep, 2010 1 commit
  23. 07 Apr, 2010 1 commit
  24. 05 Mar, 2010 1 commit
  25. 04 Mar, 2010 1 commit
  26. 16 Dec, 2009 2 commits
  27. 24 Sep, 2009 1 commit
  28. 04 Sep, 2009 1 commit
    • zhanyong.wan's avatar
      More implementation of the event listener interface (by Vlad Losev); Reduces... · 16e9dd6e
      zhanyong.wan authored
      More implementation of the event listener interface (by Vlad Losev); Reduces the stack space usage of assertions by moving AssertHelper's fields to the heap (by Jorg Brown); Makes String faster, smaller, and simpler (by Zhanyong Wan); Fixes a bug in String::Format() (by Chandler); Adds the /MD version of VC projects to the distribution (by Vlad Losev).
      16e9dd6e
  29. 01 Sep, 2009 1 commit
  30. 08 Jan, 2009 1 commit
  31. 26 Nov, 2008 1 commit
  32. 08 Sep, 2008 1 commit
  33. 31 Jul, 2008 1 commit
  34. 08 Jul, 2008 1 commit
  35. 03 Jul, 2008 1 commit