1. 22 Oct, 2019 2 commits
    • Abseil Team's avatar
      Googletest export · 611a321a
      Abseil Team authored
      Remove bool_constant in favor of std::integral_constant<bool, ...>;
      The one non-trivial use of bool_constant has been changed to have significantly
      fewer template specializations.
      
      PiperOrigin-RevId: 275842490
      611a321a
    • Abseil Team's avatar
      Googletest export · 011c4e23
      Abseil Team authored
      Rolling forward IsNan() matcher with fixes in test for -Wconversion issues. Use
      std::nanf and std::nanl where appropriate.
      PiperOrigin-RevId: 275523003
      011c4e23
  2. 18 Oct, 2019 2 commits
  3. 17 Oct, 2019 1 commit
  4. 11 Oct, 2019 10 commits
  5. 10 Oct, 2019 1 commit
  6. 07 Oct, 2019 6 commits
  7. 05 Oct, 2019 1 commit
    • David Seifert's avatar
      Revert "Use pcfiledir for prefix in pkgconfig file" · 5126ff48
      David Seifert authored
      The change makes implicit assumptions on the layout of the install
      tree, which is going to break in many ways.
      
      The correct solution is to use the `PKG_CONFIG_SYSROOT_DIR` variable
      to inject the cross-compiled sysroot into `-I` and `-L` paths.
      5126ff48
  8. 01 Oct, 2019 1 commit
  9. 27 Sep, 2019 3 commits
    • Abseil Team's avatar
      Googletest export · cb3f7ce1
      Abseil Team authored
      Makes testing::ResultOf() work with non-copyable arguments.
      
      PiperOrigin-RevId: 271222632
      cb3f7ce1
    • Abseil Team's avatar
      Googletest export · a783ade7
      Abseil Team authored
      Updates headings.
      
      PiperOrigin-RevId: 271148974
      a783ade7
    • Abseil Team's avatar
      Googletest export · 076c4619
      Abseil Team authored
      Remove unnecessary full qualifications from std types.
      
      PiperOrigin-RevId: 270101485
      076c4619
  10. 23 Sep, 2019 2 commits
  11. 16 Sep, 2019 2 commits
  12. 12 Sep, 2019 2 commits
  13. 09 Sep, 2019 3 commits
  14. 06 Sep, 2019 1 commit
  15. 26 Aug, 2019 1 commit
    • misterg's avatar
      Googletest export · 6a3d632f
      misterg authored
      Add tuple version of Optional() matches. This allows Optional() to be used in Pointwise matchers.
      
      PiperOrigin-RevId: 265501882
      6a3d632f
  16. 24 Aug, 2019 1 commit
  17. 23 Aug, 2019 1 commit
    • Abseil Team's avatar
      Googletest export · ed2eef65
      Abseil Team authored
      Add tuple version of Optional() matches. This allows Optional() to be used in Pointwise matchers.
      
      PiperOrigin-RevId: 265110864
      ed2eef65