Skip to content
Snippets Groups Projects
  1. Aug 24, 2020
    • Abseil Team's avatar
      Googletest export · ec9be15b
      Abseil Team authored
      Workaround static assert in early versions libc++
      
      The error is "Attempted to construct a reference element in a tuple with an
      rvalue". We can fix this by putting everything into a non temporary tuple_args
      and implitly convert to the other tuple types. This avoids binding an rvalue
      reference to an lvalue reference inside the tuple.
      
      PiperOrigin-RevId: 327624990
      ec9be15b
    • vslashg's avatar
      Merge pull request #2984 from earhart:master · 655bff5d
      vslashg authored
      PiperOrigin-RevId: 327324992
      655bff5d
    • vslashg's avatar
      Merge pull request #2904 from AmatanHead:throw-matchers · aa4cbcdc
      vslashg authored
      PiperOrigin-RevId: 327294137
      aa4cbcdc
    • Abseil Team's avatar
      Googletest export · fc1e7788
      Abseil Team authored
      Fix DoAll to work with move-only sink arguments.
      
      This changes types of the first n - 1 actions so that they only get a readonly
      view of the arguments. The last action will accept move only objects.
      
      PiperOrigin-RevId: 327031893
      fc1e7788
  2. Aug 14, 2020
    • krzysio's avatar
      Googletest export · adeef192
      krzysio authored
      Mention matchers as an alternative to assertions in subroutines.
      
      Matchers are often the better choice - they can provide more informative error messages and circumvent all of the complexity described in this section.
      
      PiperOrigin-RevId: 326332149
      adeef192
  3. Aug 13, 2020
  4. Aug 12, 2020
  5. Aug 08, 2020
  6. Aug 05, 2020
  7. Aug 04, 2020
  8. Aug 02, 2020
  9. Aug 01, 2020
  10. Jul 30, 2020
  11. Jul 29, 2020
  12. Jul 20, 2020
  13. Jul 16, 2020
  14. Jul 11, 2020
  15. Jul 10, 2020
Loading