1. 28 Oct, 2018 1 commit
  2. 05 Oct, 2018 1 commit
    • Abseil Team's avatar
      Apply clang-tidy modernize-use-nullptr to googletest. · 4bb49ed6
      Abseil Team authored
      Now that googletest has moved to C++11, it should no longer
      use NULL or 0 for the null pointer. This patch converts all
      such usages to nullptr using clang-tidy.
      
      This prevents LLVM from issuing -Wzero-as-null-pointer-constant
      warnings.
      
      PiperOrigin-RevId: 215814400
      4bb49ed6
  3. 02 Oct, 2018 1 commit
  4. 14 Aug, 2018 1 commit
    • Gennadiy Civil's avatar
      · a3c0dd0f
      Gennadiy Civil authored
      Comments changes, no functionality changes
      a3c0dd0f
  5. 12 Apr, 2018 1 commit
  6. 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
  7. 25 Aug, 2015 1 commit
  8. 24 Jul, 2015 1 commit
  9. 17 Nov, 2014 1 commit
  10. 17 Jun, 2014 1 commit
  11. 13 Jan, 2014 1 commit
  12. 01 Mar, 2013 1 commit
  13. 10 Apr, 2012 1 commit
  14. 24 Feb, 2011 1 commit
  15. 14 Sep, 2010 1 commit
  16. 23 Dec, 2009 1 commit
  17. 25 Sep, 2009 1 commit
  18. 25 Mar, 2009 1 commit
  19. 23 Feb, 2009 1 commit
  20. 10 Dec, 2008 1 commit