Skip to content
Snippets Groups Projects
  1. Sep 09, 2020
    • dmauro's avatar
      Googletest export · 5f8fcf4a
      dmauro authored
      Implements GetTimeInMillis() using std::chrono for portability
      Fixes #2995
      
      PiperOrigin-RevId: 329709958
      5f8fcf4a
  2. Sep 02, 2020
    • Abseil Team's avatar
      Googletest export · 7b1cf6dd
      Abseil Team authored
      gtest.cc: make ColoredPrintf static
      
      the prototype was removed from gtest.h in cl/301446904; quiets a
      -Wmissing-declarations warning
      
      PiperOrigin-RevId: 329569020
      7b1cf6dd
    • 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
  3. Aug 27, 2020
  4. Aug 24, 2020
  5. Aug 14, 2020
    • krzysio's avatar
      Googletest export · adeef192
      krzysio authored
      Mention matchers as an alternative to assertions in subroutines.
      
      Matchers are often the better choice - they can provide more informative error messages and circumvent all of the complexity described in this section.
      
      PiperOrigin-RevId: 326332149
      adeef192
  6. Aug 13, 2020
  7. Aug 12, 2020
  8. Aug 08, 2020
  9. Aug 05, 2020
  10. Aug 04, 2020
  11. Aug 02, 2020
  12. Aug 01, 2020
  13. Jul 30, 2020
  14. Jul 29, 2020
  15. Jul 20, 2020
  16. Jul 16, 2020
Loading