1. 20 Nov, 2018 4 commits
    • Abseil Team's avatar
      Googletest export · 45d66d81
      Abseil Team authored
      Point IWYU at an existent path.
      
      PiperOrigin-RevId: 221797154
      45d66d81
    • 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. 14 Nov, 2018 2 commits
  4. 13 Nov, 2018 3 commits
  5. 10 Nov, 2018 4 commits
  6. 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
  7. 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
  8. 02 Nov, 2018 1 commit
  9. 01 Nov, 2018 3 commits
  10. 31 Oct, 2018 6 commits
  11. 30 Oct, 2018 2 commits
  12. 29 Oct, 2018 4 commits
  13. 28 Oct, 2018 3 commits
  14. 26 Oct, 2018 3 commits
    • Abseil Team's avatar
      Googletest export · 2e308484
      Abseil Team authored
      [Fuchsia] Make the child process stderr redirection use a socket.
      
      This changes the stderr redirection mechanism for the child process in Fuchsia death tests to use a Zircon socket rather than fd redirection. This should improve performance and reliability of the redirection process.
      This also includes some minor style cleanups.
      
      PiperOrigin-RevId: 218903196
      2e308484
    • 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
  15. 25 Oct, 2018 1 commit
  16. 24 Oct, 2018 1 commit