1. 30 Jan, 2019 1 commit
  2. 29 Jan, 2019 1 commit
  3. 28 Jan, 2019 1 commit
  4. 27 Jan, 2019 1 commit
    • Fix for: failed build on centos6 master #1587 · 049a0d74
      Lukasz Czajczyk authored
      The issue still exists in 1.8.1 and NOT in master branch. It was introduced to 1.8.1 only by #1512.
      This code
      GTEST_COMPILE_ASSERT_(
      !IsHashTable<GTEST_REMOVE_REFERENCE_AND_CONST_(LhsContainer)>::value,
      use_UnorderedPointwise_with_hash_tables);
      
      Creates 2nd variable use_UnorderedPointwise_with_hash_tables.
  5. 25 Jan, 2019 4 commits
  6. 04 Oct, 2018 1 commit
  7. 26 Sep, 2018 1 commit
  8. 13 Sep, 2018 7 commits
  9. 12 Sep, 2018 7 commits
  10. 11 Sep, 2018 4 commits
  11. 09 Sep, 2018 1 commit
  12. 08 Sep, 2018 1 commit
  13. 06 Sep, 2018 5 commits
    • Merge pull request #1814 from google/c370cf06 · 34d5d22b
      Gennadiy Civil authored
      Googletest export
    • Googletest export · 0ddb6bf0
      misterg authored
      Internal Change
      
      PiperOrigin-RevId: 211699161
    • Googletest export · 0d226213
      Abseil Team authored
      Make EXPECT_THROW print the actual exception type on the "threw the wrong exception type" case if the actual exception is a std::exception
      
      PiperOrigin-RevId: 211524592
    • Googletest export · dbd55366
      Abseil Team authored
      Make EXPECT_THROW print the actual exception type on the "threw the wrong exception type" case if the actual exception is a std::exception
      
      PiperOrigin-RevId: 211519873
    • Googletest export · 51cabc16
      misterg authored
      Project import
      
      PiperOrigin-RevId: 211091791
  14. 05 Sep, 2018 1 commit
  15. 04 Sep, 2018 4 commits