1. 10 Jan, 2019 3 commits
  2. 08 Jan, 2019 3 commits
  3. 07 Jan, 2019 2 commits
  4. 06 Jan, 2019 1 commit
  5. 05 Jan, 2019 1 commit
  6. 04 Jan, 2019 1 commit
  7. 03 Jan, 2019 9 commits
  8. 02 Jan, 2019 6 commits
  9. 29 Dec, 2018 2 commits
  10. 28 Dec, 2018 2 commits
  11. 27 Dec, 2018 3 commits
  12. 21 Dec, 2018 5 commits
  13. 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 · 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