1. 27 Dec, 2018 2 commits
  2. 21 Dec, 2018 4 commits
  3. 20 Dec, 2018 3 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 · 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
      9494c45e
    • 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
  4. 17 Dec, 2018 7 commits
    • misterg's avatar
      Googletest export · 9ab640ce
      misterg authored
      Suppress C4503 for MCVS , again
      
      PiperOrigin-RevId: 225895719
      9ab640ce
    • misterg's avatar
      Googletest export · 7515e399
      misterg authored
      Suppress C4503 for MCVS
      
      PiperOrigin-RevId: 225871050
      7515e399
    • Gennadiy Civil's avatar
      Update README.md · 85c4172e
      Gennadiy Civil authored
      Update build badge to point to the correct location
      85c4172e
    • misterg's avatar
      Googletest export · ed3f9bb2
      misterg authored
      Internal Change
      
      PiperOrigin-RevId: 225849972
      ed3f9bb2
    • 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
    • Abseil Team's avatar
      Googletest export · 1ec20f87
      Abseil Team authored
      Allow container matchers to accept move-only containers.
      
      PiperOrigin-RevId: 225667441
      1ec20f87
    • Abseil Team's avatar
      Googletest export · 096fb37a
      Abseil Team authored
      Replace pump'd code for DoAll with variadic templates.
      
      PiperOrigin-RevId: 225584656
      096fb37a
  5. 15 Dec, 2018 2 commits
  6. 14 Dec, 2018 1 commit
  7. 13 Dec, 2018 3 commits
  8. 12 Dec, 2018 5 commits
  9. 11 Dec, 2018 2 commits
    • misterg's avatar
      Googletest export · 6cbd3753
      misterg authored
      rollback of 224929783
      
      PiperOrigin-RevId: 225008559
      6cbd3753
    • Abseil Team's avatar
      Googletest export · 06bb8d4d
      Abseil Team authored
      The gmock matchers have a concept of MatchAndExpain; where the details of the
      matching are written to a "result listener". A matcher can avoid creating
      expensive debug info by checking result_listener->IsInterested(); but,
      unfortunately, the default matcher code (called from EXPECT_THAT) is always
      "interested".
      
      This change implements EXPECT_THAT matching to first run the matcher in a "not
      interested" mode; and then run it a second time ("interested") only if the
      match fails.
      
      PiperOrigin-RevId: 224929783
      06bb8d4d
  10. 10 Dec, 2018 1 commit
  11. 07 Dec, 2018 1 commit
  12. 06 Dec, 2018 2 commits
  13. 05 Dec, 2018 2 commits
  14. 04 Dec, 2018 3 commits
  15. 03 Dec, 2018 2 commits