1. 29 Oct, 2019 1 commit
    • Abseil Team's avatar
      Googletest export · a1f71dd5
      Abseil Team authored
      Remove badly formatted suggestion in gmock cheat sheet.
      
      PiperOrigin-RevId: 277060475
      a1f71dd5
  2. 25 Oct, 2019 1 commit
  3. 23 Oct, 2019 1 commit
    • Abseil Team's avatar
      Googletest export · 37f32278
      Abseil Team authored
      Add a matcher `testing::ReturnRoundRobin` which, on each call, returns the next element in the sequence, restarting at the beginning once it has reached the end.
      
      PiperOrigin-RevId: 276312136
      37f32278
  4. 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
  5. 18 Oct, 2019 2 commits
  6. 17 Oct, 2019 1 commit
  7. 11 Oct, 2019 12 commits
  8. 10 Oct, 2019 1 commit
  9. 07 Oct, 2019 6 commits
  10. 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
  11. 01 Oct, 2019 1 commit
  12. 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
  13. 23 Sep, 2019 2 commits
  14. 16 Sep, 2019 2 commits
  15. 12 Sep, 2019 2 commits
  16. 09 Sep, 2019 2 commits
    • Abseil Team's avatar
      Googletest export · 3a450398
      Abseil Team authored
      Move IsFalse/IsTrue to a more appropriate section in the gmock matchers cheat sheet.
      
      I'm assuming their current placement within the "Container Matchers" list is a mistake -- they don't seem to be container related and would fit well with other generic matchers.
      
      PiperOrigin-RevId: 268016027
      3a450398
    • Abseil Team's avatar
      Googletest export · 62a109a2
      Abseil Team authored
      ...text exposed to GitHub repo https://www.github.com/google/googletest
      
      PiperOrigin-RevId: 267654546
      62a109a2