1. 24 Jan, 2018 1 commit
  2. 22 Jan, 2018 1 commit
  3. 17 Jan, 2018 1 commit
  4. 12 Jan, 2018 2 commits
  5. 11 Jan, 2018 1 commit
  6. 03 Jan, 2018 2 commits
  7. 07 Nov, 2017 1 commit
  8. 27 Sep, 2017 1 commit
  9. 13 Sep, 2017 1 commit
  10. 07 Sep, 2017 1 commit
  11. 04 Sep, 2017 1 commit
  12. 31 Aug, 2017 1 commit
  13. 14 Aug, 2017 3 commits
  14. 03 Aug, 2017 1 commit
  15. 16 Jul, 2017 1 commit
  16. 15 Jul, 2017 1 commit
  17. 29 Jun, 2017 2 commits
  18. 22 Jun, 2017 1 commit
  19. 21 Jun, 2017 2 commits
  20. 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
  21. 18 May, 2017 1 commit
  22. 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
  23. 02 May, 2017 1 commit
  24. 26 Feb, 2017 1 commit
  25. 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
  26. 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
  27. 27 Apr, 2016 1 commit
  28. 26 Feb, 2016 1 commit
  29. 24 Feb, 2016 1 commit
  30. 16 Feb, 2016 1 commit
  31. 31 Jan, 2016 1 commit
  32. 25 Aug, 2015 1 commit
  33. 27 Jul, 2015 2 commits