1. 04 Sep, 2018 3 commits
  2. 03 Sep, 2018 1 commit
  3. 31 Aug, 2018 16 commits
  4. 30 Aug, 2018 9 commits
  5. 29 Aug, 2018 8 commits
  6. 28 Aug, 2018 3 commits
    • Abseil Team's avatar
      Googletest export · 65d03530
      Abseil Team authored
      Fix line that was wrapping in the middle of a link
      
      This looks uglier, but has the advantage that the link is kept in one
      piece.
      
      PiperOrigin-RevId: 210537337
      65d03530
    • Abseil Team's avatar
      Googletest export · 03867b53
      Abseil Team authored
      Add the possibility of specifying the name in type parameterized tests.
      
      Similar to how the last parameter of INSTANTIATE_TEST_CASE_P allows to override the name for (non-type) parametrized tests, this adds the possibility of adding a parameter to INSTANTIATE_TYPED_TEST_CASE_P. The argument has to be a class, which contains a static templated function GetName<T>(int), returning the name for type T.
      
      PiperOrigin-RevId: 210532231
      03867b53
    • Abseil Team's avatar
      Googletest export · 52f8183e
      Abseil Team authored
      Breaks Windows builds
      
      PiperOrigin-RevId: 210434120
      52f8183e