1. 08 Feb, 2018 2 commits
  2. 24 Jan, 2018 1 commit
  3. 22 Jan, 2018 1 commit
  4. 17 Jan, 2018 1 commit
  5. 12 Jan, 2018 2 commits
  6. 11 Jan, 2018 1 commit
  7. 03 Jan, 2018 2 commits
  8. 07 Nov, 2017 1 commit
  9. 27 Sep, 2017 1 commit
  10. 13 Sep, 2017 1 commit
  11. 07 Sep, 2017 1 commit
  12. 04 Sep, 2017 1 commit
  13. 31 Aug, 2017 1 commit
  14. 14 Aug, 2017 3 commits
  15. 03 Aug, 2017 1 commit
  16. 16 Jul, 2017 1 commit
  17. 15 Jul, 2017 1 commit
  18. 29 Jun, 2017 2 commits
  19. 22 Jun, 2017 1 commit
  20. 21 Jun, 2017 2 commits
  21. 20 Jun, 2017 1 commit
    • Zulkarnine Mahmud's avatar
      Fix background color in ColoredPrintf · 649aa295
      Zulkarnine Mahmud authored
      Re-use existing background color for Widows' console window.
      This fixes a problem where the background color for ColoredPrintf would be BLACK even if the user's console is using a different BG color.
      649aa295
  22. 18 May, 2017 1 commit
  23. 15 May, 2017 1 commit
    • Nico Weber's avatar
      Use std::string and ::string explicitly in gtest and gmock code. · 09fd5b3e
      Nico Weber authored
      This merges a Google-internal change (117235625).
      
      Original CL description:
      This CL was created manually in about an hour with sed, a Python script
      to find all the places unqualified 'string' was mentioned, and some help
      from Emacs to add the "std::" qualifications, plus a few manual tweaks.
      09fd5b3e
  24. 02 May, 2017 1 commit
  25. 26 Feb, 2017 1 commit
  26. 22 Dec, 2016 1 commit
    • David Benjamin's avatar
      Annotate ColoredPrintf with the format attribute and fix bugs. · 53c478d6
      David Benjamin authored
      googletest doesn't currently build with clang's very aggressive
      -Wformat-nonliteral warning. It requires that all non-literal format
      strings come from the argument of a function annotated with a compatible
      format attribute.
      
      Fixing that reports that ColoredPrintf's callers weren't passing the
      normal -Wformat warning. Some messages were passed directly into the
      format string rather than via "%s".
      53c478d6
  27. 13 Dec, 2016 1 commit
    • Alexey Klimkin's avatar
      Fix a typo · 3ec00523
      Alexey Klimkin authored
      Help says "FILE_PATH defaults to test_details.xml", but the real path is test_detail.xml.
      3ec00523
  28. 27 Apr, 2016 1 commit
  29. 26 Feb, 2016 1 commit
  30. 24 Feb, 2016 1 commit
  31. 16 Feb, 2016 1 commit
  32. 31 Jan, 2016 1 commit
  33. 25 Aug, 2015 1 commit