1. 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
  2. 18 Dec, 2016 2 commits
  3. 17 Dec, 2016 1 commit
    • Craig Scott's avatar
      Added CMake configure-time download instructions to docs · cb502b7a
      Craig Scott authored
      Adds instructions for how to add gtest and gmock to
      another CMake project directly. Downloading of the
      googletest sources happens as configure time, allowing
      it to be added to the main build directly via the
      add_subdirectory() command. This ensures googletest is
      built with the same compiler settings, etc. and will
      typically result in a more robust and more convenient
      build arrangement.
      cb502b7a
  4. 03 Nov, 2016 1 commit
  5. 02 Nov, 2016 1 commit
  6. 01 Nov, 2016 1 commit
  7. 21 Sep, 2016 1 commit
  8. 13 Sep, 2016 1 commit
  9. 07 Sep, 2016 1 commit
  10. 04 Sep, 2016 1 commit
  11. 24 Aug, 2016 1 commit
  12. 14 Jul, 2016 3 commits
  13. 29 Jun, 2016 2 commits
  14. 28 Jun, 2016 1 commit
  15. 27 Jun, 2016 1 commit
  16. 26 Jun, 2016 3 commits
  17. 25 Jun, 2016 2 commits
  18. 15 May, 2016 4 commits
  19. 16 Mar, 2016 2 commits
  20. 15 Mar, 2016 1 commit
  21. 08 Mar, 2016 2 commits
  22. 05 Mar, 2016 1 commit
  23. 04 Mar, 2016 1 commit
  24. 02 Mar, 2016 3 commits
  25. 26 Feb, 2016 2 commits