1. 12 Aug, 2020 2 commits
    • dmauro's avatar
      Googletest export · 6c655699
      dmauro authored
      Remove references to the GoogleTest mailing list
      Fixes #2966
      
      PiperOrigin-RevId: 326065972
      6c655699
    • Abseil Team's avatar
      Googletest export · 3d93f880
      Abseil Team authored
      internal change
      
      PiperOrigin-RevId: 325799949
      3d93f880
  2. 07 Aug, 2020 5 commits
    • Derek Mauro's avatar
      Merge pull request #2961 from FranciscoThiesen:patch-1 · 3af06fe1
      Derek Mauro authored
      PiperOrigin-RevId: 325429245
      3af06fe1
    • Derek Mauro's avatar
      Merge pull request #2972 from srz-zumix:fix/remove_legacy_testcase_api_ · ce654c2f
      Derek Mauro authored
      PiperOrigin-RevId: 325220934
      ce654c2f
    • Abseil Team's avatar
      Googletest export · d0de618a
      Abseil Team authored
      Fixing exception-safety bug in googletest. Previously, if an exception was
      thrown during a call to a mock that would have triggered an error, the error
      was discarded.
      
      Fixes #2890
      
      PiperOrigin-RevId: 325017806
      d0de618a
    • Abseil Team's avatar
      Googletest export · 5a5caab3
      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: 324619666
      5a5caab3
    • Abseil Team's avatar
      Googletest export · 48ec6409
      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: 324600664
      48ec6409
  3. 05 Aug, 2020 1 commit
  4. 02 Aug, 2020 1 commit
  5. 31 Jul, 2020 2 commits
  6. 30 Jul, 2020 1 commit
  7. 29 Jul, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · 68ca04c2
      Abseil Team authored
      Updated documentation for Value-Parameterized Tests: Per-default, a TEST_P without a corresponding INSTANTIATE_TEST_SUITE_P now causes a failing test.
      
      PiperOrigin-RevId: 323622468
      68ca04c2
  8. 28 Jul, 2020 3 commits
  9. 19 Jul, 2020 1 commit
  10. 15 Jul, 2020 3 commits
  11. 11 Jul, 2020 1 commit
  12. 09 Jul, 2020 7 commits
  13. 05 Jul, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · 356f2d26
      Abseil Team authored
      Improve compatibility with strict compilers targeting Windows
      
      Remove an unnecessary ##, which could result in warnings about invalid preprocessor tokens when pasting to an initial '('
      
      PiperOrigin-RevId: 319277617
      356f2d26
  14. 02 Jul, 2020 2 commits
  15. 26 Jun, 2020 7 commits
  16. 20 Jun, 2020 1 commit
  17. 19 Jun, 2020 1 commit