1. 03 Jan, 2019 3 commits
    • misterg's avatar
      Googletest export · 827515f8
      misterg authored
      Fixes #1261
      
      PiperOrigin-RevId: 227740670
      827515f8
    • misterg's avatar
      Googletest export · 3a460a26
      misterg authored
      TestCase->TestSuite refactoring
      
      PiperOrigin-RevId: 227702164
      3a460a26
    • Chris's avatar
      fix: Remove Arduino entry points · 4d62b5b9
      Chris authored
      Improved flexibility by removing the Arduino entry points in favor of manual calls to setup/loop that the user can call from their entry point.  This is the more common use case for Arudino.
      
      Also added the gtest/gmock_main files to the PlatformIO ignore list since we are not supporting that feature.
      4d62b5b9
  2. 02 Jan, 2019 2 commits
    • misterg's avatar
      Googletest export · 14c2fba7
      misterg authored
      Internal Change
      
      PiperOrigin-RevId: 227575279
      14c2fba7
    • Abseil Team's avatar
      Googletest export · f8b1c1af
      Abseil Team authored
      Remove the #ifs for old, unsupported and buggy compilers:
      * old versions of GCC & MSVC
      * Symbian
      
      PiperOrigin-RevId: 227116941
      f8b1c1af
  3. 27 Dec, 2018 1 commit
  4. 20 Dec, 2018 2 commits
    • Abseil Team's avatar
      Googletest export · a83cc11a
      Abseil Team authored
      Add public entry point testing::RegisterTest.
      
      PiperOrigin-RevId: 226350937
      a83cc11a
    • Abseil Team's avatar
      Googletest export · e26a3fa1
      Abseil Team authored
      Unifdef c++11-related macros from googletest now that it requires C++11.
      
      PiperOrigin-RevId: 225905601
      e26a3fa1
  5. 17 Dec, 2018 1 commit
    • Abseil Team's avatar
      Googletest export · b7dd6651
      Abseil Team authored
      Remove GTEST_REFERENCE_TO_CONST_ usage from GMock. In C++11, it's redundant.
      
      PiperOrigin-RevId: 225719210
      b7dd6651
  6. 13 Dec, 2018 1 commit
  7. 04 Dec, 2018 1 commit
  8. 03 Dec, 2018 1 commit
    • 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
  9. 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
  10. 20 Nov, 2018 3 commits
    • misterg's avatar
      Googletest export · b4926660
      misterg authored
      Internal Change
      
      PiperOrigin-RevId: 222123106
      b4926660
    • 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
  11. 10 Nov, 2018 3 commits
  12. 01 Nov, 2018 1 commit
    • misterg's avatar
      Googletest export · 88c15b5f
      misterg authored
      Adding GTEST_INTERNAL_DEPRECATED ability to mark deprecated
      
      PiperOrigin-RevId: 219515184
      88c15b5f
  13. 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
  14. 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
  15. 28 Oct, 2018 1 commit
  16. 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
  17. 22 Oct, 2018 1 commit
    • Abseil Team's avatar
      Googletest export · 82987067
      Abseil Team authored
      Change ValuesArray to require much less template instantiation depth.
      
      PiperOrigin-RevId: 218170842
      82987067
  18. 18 Oct, 2018 2 commits
    • misterg's avatar
      Googletest export · 663ef863
      misterg authored
      New variadic implementation for gtest-param-test
      Removed non-variadic implementation and added variadic for ValueArray and Values
      
      PiperOrigin-RevId: 217703627
      663ef863
    • Abseil Team's avatar
      Googletest export · 29b47e45
      Abseil Team authored
      C++11 code cleanup.
      
      PiperOrigin-RevId: 217364243
      29b47e45
  19. 11 Oct, 2018 1 commit
  20. 09 Oct, 2018 2 commits
  21. 08 Oct, 2018 1 commit
  22. 05 Oct, 2018 4 commits
  23. 03 Oct, 2018 1 commit
  24. 02 Oct, 2018 1 commit
  25. 25 Sep, 2018 2 commits
    • Abseil Team's avatar
      Googletest export · 2b016ca4
      Abseil Team authored
      Project import generated by Copybara.
      
      PiperOrigin-RevId: 214456152
      2b016ca4
    • misterg's avatar
      Googletest export · b2788286
      misterg authored
      Project import generated by Copybara.
      
      PiperOrigin-RevId: 214441835
      b2788286