1. 20 Nov, 2018 5 commits
    • misterg's avatar
      Googletest export · b4926660
      misterg authored
      Internal Change
      
      PiperOrigin-RevId: 222123106
      b4926660
    • Abseil Team's avatar
      Googletest export · 5dab7be7
      Abseil Team authored
      Validate spec modifiers.
      
      PiperOrigin-RevId: 221810235
      5dab7be7
    • durandal's avatar
      Googletest export · 8e86f672
      durandal authored
      Move the Matcher<T> interface to googletest so I can use it to extend death test regex matching in a subsequent change.
      
      PiperOrigin-RevId: 221675910
      8e86f672
    • Abseil Team's avatar
      Googletest export · aac18185
      Abseil Team authored
      Upgrade WithArgs family of actions to C++11.
      
      PiperOrigin-RevId: 221671690
      aac18185
    • Abseil Team's avatar
      Googletest export · e46e87bb
      Abseil Team authored
      Unify implementation of GMOCK_PP_REPEAT and GMOCK_PP_FOREACH.
      
      PiperOrigin-RevId: 221659669
      e46e87bb
  2. 15 Nov, 2018 1 commit
  3. 13 Nov, 2018 1 commit
    • Abseil Team's avatar
      Googletest export · b18d39bd
      Abseil Team authored
      Include type_traits header
      
      ElementsAre, UnorderedElementsAre, AllOf, and AnyOf are all defined in terms of std::decay, which is in the type_traits header.
      
      PiperOrigin-RevId: 220818637
      b18d39bd
  4. 10 Nov, 2018 1 commit
  5. 08 Nov, 2018 1 commit
    • Abseil Team's avatar
      Googletest export · de5be0eb
      Abseil Team authored
      Move FunctionMocker and MockFunction out of the pump file and implement with variadic templates.
      
      PiperOrigin-RevId: 220640265
      de5be0eb
  6. 31 Oct, 2018 1 commit
    • misterg's avatar
      Googletest export · e857f9cd
      misterg authored
      Remove scoped_ptr replace with std::unique_ptr
      
      PiperOrigin-RevId: 219291284
      e857f9cd
  7. 29 Oct, 2018 1 commit
    • misterg's avatar
      Googletest export · 80b43d90
      misterg authored
      Remove linked_ptr and use std::shared_ptr instead
      
      PiperOrigin-RevId: 219129336
      80b43d90
  8. 28 Oct, 2018 1 commit
  9. 26 Oct, 2018 2 commits
    • Abseil Team's avatar
      Googletest export · b57c7039
      Abseil Team authored
      Remove linked_ptr and use std::shared_ptr instead
      
      PiperOrigin-RevId: 218618184
      b57c7039
    • misterg's avatar
      Googletest export · a50e4f05
      misterg authored
      Remove linked_ptr and use std::shared_ptr instead
      
      PiperOrigin-RevId: 218571466
      a50e4f05
  10. 18 Oct, 2018 1 commit
  11. 16 Oct, 2018 1 commit
  12. 12 Oct, 2018 1 commit
  13. 09 Oct, 2018 3 commits
  14. 08 Oct, 2018 1 commit
  15. 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
  16. 02 Oct, 2018 1 commit
  17. 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
  18. 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
  19. 11 Sep, 2018 2 commits
  20. 09 Sep, 2018 1 commit
  21. 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
  22. 30 Aug, 2018 1 commit
  23. 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
  24. 27 Aug, 2018 1 commit
  25. 20 Aug, 2018 1 commit
  26. 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
  27. 14 Aug, 2018 4 commits
  28. 13 Aug, 2018 1 commit