1. 08 Jan, 2019 2 commits
    • Googletest export · f31bf1d3
      misterg authored
      Replace testing::internal::ImplicitlyConvertible with std::is_convertible
      Fixes #2054
      
      PiperOrigin-RevId: 228334305
    • Googletest export · 216c37f0
      Abseil Team authored
      Drop generated file gmock-generated-internal-utils.h.
      
      PiperOrigin-RevId: 228232195
  2. 07 Jan, 2019 2 commits
  3. 05 Jan, 2019 1 commit
  4. 04 Jan, 2019 1 commit
  5. 03 Jan, 2019 9 commits
  6. 02 Jan, 2019 6 commits
  7. 29 Dec, 2018 2 commits
  8. 28 Dec, 2018 2 commits
  9. 27 Dec, 2018 3 commits
  10. 21 Dec, 2018 5 commits
  11. 20 Dec, 2018 3 commits
    • Googletest export · a83cc11a
      Abseil Team authored
      Add public entry point testing::RegisterTest.
      
      PiperOrigin-RevId: 226350937
    • Googletest export · 9494c45e
      Abseil Team authored
      Use std::function to implement type erasure in Action, wrapping the legacy
      ActionInterface if necessary.
      
      This makes functors / std::function the primary way to implement Action; the
      existing ActionInterface implementations are handled through ActionAdaptor.
      The existing actions are not (yet) migrated though; they'll pay the cost of one
      additional indirection - but that should be negligible.
      
      PiperOrigin-RevId: 226126137
    • Googletest export · e26a3fa1
      Abseil Team authored
      Unifdef c++11-related macros from googletest now that it requires C++11.
      
      PiperOrigin-RevId: 225905601
  12. 17 Dec, 2018 4 commits
    • Googletest export · 9ab640ce
      misterg authored
      Suppress C4503 for MCVS , again
      
      PiperOrigin-RevId: 225895719
    • Googletest export · 7515e399
      misterg authored
      Suppress C4503 for MCVS
      
      PiperOrigin-RevId: 225871050
    • Update README.md · 85c4172e
      Gennadiy Civil authored
      Update build badge to point to the correct location
    • Googletest export · ed3f9bb2
      misterg authored
      Internal Change
      
      PiperOrigin-RevId: 225849972