1. 03 Dec, 2018 2 commits
    • Abseil Team's avatar
      Googletest export · 26743363
      Abseil Team authored
      Applied fixes for ClangTidy modernize-use-override and modernize-use-using.
      
      PiperOrigin-RevId: 223800219
      26743363
    • Abseil Team's avatar
      Googletest export · a42cdf2a
      Abseil Team authored
      Replace pump'd Args() matcher with variadic templates.
      
      PiperOrigin-RevId: 223794430
      a42cdf2a
  2. 29 Nov, 2018 1 commit
    • durandal's avatar
      Googletest export · b22d2366
      durandal authored
      Accept gmock matchers in EXPECT_EXIT and friends to allow matches other than simple regex matches on death output.
      
      PiperOrigin-RevId: 223035409
      b22d2366
  3. 20 Nov, 2018 10 commits
    • misterg's avatar
      Googletest export · a3013cce
      misterg authored
      Fix broken OSS build
      
      PiperOrigin-RevId: 222244158
      a3013cce
    • Abseil Team's avatar
      Googletest export · f7779eb3
      Abseil Team authored
      Remove unintended dependency.
      
      PiperOrigin-RevId: 222243874
      f7779eb3
    • Abseil Team's avatar
      Googletest export · 64368e05
      Abseil Team authored
      Remove redundant Base/Derived types.
      
      PiperOrigin-RevId: 222243634
      64368e05
    • misterg's avatar
      Googletest export · bb7c0ecb
      misterg authored
      Silence C4100 msvc warning
      
      PiperOrigin-RevId: 222242329
      bb7c0ecb
    • misterg's avatar
      Googletest export · b4926660
      misterg authored
      Internal Change
      
      PiperOrigin-RevId: 222123106
      b4926660
    • Abseil Team's avatar
      Googletest export · c2989fe2
      Abseil Team authored
      Add stringization based tests for gmock-pp.h macros
      
      PiperOrigin-RevId: 221961835
      c2989fe2
    • 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
  4. 15 Nov, 2018 1 commit
  5. 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
  6. 10 Nov, 2018 1 commit
  7. 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
  8. 07 Nov, 2018 1 commit
    • krzysio's avatar
      Googletest export · 105579a6
      krzysio authored
      Improve Bazel build files.
      
      New target gtest_prod allows access to the FRIEND_TEST macro without depending on the entirety of GTest in production executables. Additionally, duplicate config_setting rules were removed and formatting was adjusted.
      
      PiperOrigin-RevId: 220279205
      105579a6
  9. 31 Oct, 2018 2 commits
  10. 29 Oct, 2018 2 commits
    • Alex Konradi's avatar
      Add Optional() to the cheat sheet doc. · 39de88cb
      Alex Konradi authored
      The Optional() matcher is otherwise undocumented except in the source.
      This patch adds it to the cheat sheet for better visibility.
      39de88cb
    • misterg's avatar
      Googletest export · 80b43d90
      misterg authored
      Remove linked_ptr and use std::shared_ptr instead
      
      PiperOrigin-RevId: 219129336
      80b43d90
  11. 28 Oct, 2018 1 commit
  12. 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
  13. 23 Oct, 2018 1 commit
  14. 18 Oct, 2018 1 commit
  15. 16 Oct, 2018 4 commits
  16. 12 Oct, 2018 1 commit
  17. 11 Oct, 2018 3 commits
  18. 09 Oct, 2018 4 commits
  19. 08 Oct, 2018 1 commit