1. 09 Oct, 2018 3 commits
  2. 08 Oct, 2018 1 commit
  3. 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
  4. 02 Oct, 2018 1 commit
  5. 25 Sep, 2018 1 commit
    • misterg's avatar
      Googletest export · ba974c97
      misterg authored
      Remove non-variadic pre C++11 ElementsAreMatcher and UnorderedElementsAreMatcher
      
      PiperOrigin-RevId: 214266944
      ba974c97
  6. 14 Sep, 2018 1 commit
    • Abseil Team's avatar
      Googletest export · ffc9baeb
      Abseil Team authored
      Treat default-constructed string_view same as constructed from "".
      In the context of string comparison (e.g. HasSubstr, StartsWith, EndsWith,
      etc.), a default-constructed string_view (nullptr) should be semantically same
      as a empty string "".
      
      PiperOrigin-RevId: 212816839
      ffc9baeb
  7. 11 Sep, 2018 2 commits
  8. 09 Sep, 2018 1 commit
  9. 31 Aug, 2018 2 commits
    • misterg's avatar
      Googletest export · a5cc7aa3
      misterg authored
      Fix broken OSS windows build.
      
      PiperOrigin-RevId: 210969049
      a5cc7aa3
    • misterg's avatar
      Googletest export · 2cc00853
      misterg authored
      Internal Change
      
      PiperOrigin-RevId: 210594341
      2cc00853
  10. 30 Aug, 2018 1 commit
  11. 28 Aug, 2018 1 commit
    • Abseil Team's avatar
      Googletest export · 65d03530
      Abseil Team authored
      Fix line that was wrapping in the middle of a link
      
      This looks uglier, but has the advantage that the link is kept in one
      piece.
      
      PiperOrigin-RevId: 210537337
      65d03530
  12. 27 Aug, 2018 1 commit
  13. 20 Aug, 2018 1 commit
  14. 15 Aug, 2018 1 commit
    • Abseil Team's avatar
      googletest export · ca87cc72
      Abseil Team authored
        - 208874130 Copybara tweaks, testing various round-trip sutuations(fu... by misterg <misterg@google.com>
        - 208880646 Fix header guards and remove special case copybara by misterg <misterg@google.com>
        - 208874252 Copybara tweaks for googletest reversible transform by misterg <misterg@google.com>
        - 208853103 Adding a flow to export PR from GitHub into Google3 and a... by misterg <misterg@google.com>
        - 208708150 Removing leakr-sensitive words.  by misterg <misterg@google.com>
        - 208672083 Import of OSS PR 1665 by misterg <misterg@google.com>
        - 208663904 Remove LEAKR "author" warnings for googletest copybara ex... by misterg <misterg@google.com>
        - 208646244 Incrementally finalizing OSS<->google3 transforms by misterg <misterg@google.com>
        - 208548323 Move custom google3 only code to custom/ by misterg <misterg@google.com>
        - 208234974 Removed scrubs, replaced with reversible transforms by misterg <misterg@google.com>
        - 208211213 Move custom tests under custom by misterg <m...
      ca87cc72
  15. 14 Aug, 2018 4 commits
  16. 13 Aug, 2018 3 commits
  17. 27 Jul, 2018 1 commit
    • Gennadiy Civil's avatar
      · 984cba30
      Gennadiy Civil authored
      Formatting changes for automatic code management
      984cba30
  18. 20 Jul, 2018 1 commit
    • Gennadiy Civil's avatar
      · a02af2f6
      Gennadiy Civil authored
      code merge
      a02af2f6
  19. 19 Jul, 2018 2 commits
  20. 18 Jul, 2018 1 commit
    • Gennadiy Civil's avatar
      · 7e73a7ae
      Gennadiy Civil authored
      Formatting and a link
      7e73a7ae
  21. 17 Jul, 2018 1 commit
  22. 30 Jun, 2018 1 commit
  23. 02 May, 2018 1 commit
  24. 25 Apr, 2018 1 commit
  25. 19 Apr, 2018 4 commits
  26. 18 Apr, 2018 2 commits