1. 18 Oct, 2019 1 commit
  2. 17 Oct, 2019 1 commit
  3. 11 Oct, 2019 2 commits
    • Robert Luberda's avatar
      Add more override keywords · 3cddd56e
      Robert Luberda authored
      Mark more functions with "override" keyword, just like
      it was done in commit 2460f971.
      
      This should prevent compiler from complaining while compiling both
      user code, and the googletest code itself with the -Wsuggest-override
      option turned on; with the exception of:
       * calls to new MOCK_METHOD() in test/gmock-function-mocker_test.cc
       * calls to old MOCK_METHODx()/MOCK_CONST_METHODx() in other
         unit test files.
      
      Closes #2493
      3cddd56e
    • Abseil Team's avatar
      Googletest export · ed78e54f
      Abseil Team authored
      Fix the O(n^2) number of instantiations in ElemFromList.
      It is now O(n). It still has O(1) instantiation depth.
      
      PiperOrigin-RevId: 273980821
      ed78e54f
  4. 10 Oct, 2019 1 commit
  5. 07 Oct, 2019 6 commits
  6. 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
  7. 01 Oct, 2019 1 commit
  8. 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
  9. 23 Sep, 2019 1 commit
  10. 16 Sep, 2019 2 commits
  11. 12 Sep, 2019 2 commits
  12. 09 Sep, 2019 3 commits
  13. 06 Sep, 2019 1 commit
  14. 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
  15. 24 Aug, 2019 1 commit
  16. 23 Aug, 2019 2 commits
    • 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
    • kuzkry's avatar
      Googletest export · db1b7399
      kuzkry authored
      Merge b8ca465e73ac0954a0c9eec2a84bdd8913d5763b into 90a443f9
      
      Closes #2396
      
      COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2396 from kuzkry:custom-type-traits-true/false_type-and-bool_constant b8ca465e73ac0954a0c9eec2a84bdd8913d5763b
      PiperOrigin-RevId: 265064856
      db1b7399
  17. 21 Aug, 2019 1 commit
  18. 20 Aug, 2019 1 commit
  19. 19 Aug, 2019 2 commits
    • Abseil Team's avatar
      Googletest export · fcffabb5
      Abseil Team authored
      Fix broken link to regex syntax guide in cheat_sheet.md
      
      PiperOrigin-RevId: 263840914
      fcffabb5
    • Abseil Team's avatar
      Googletest export · 410b5298
      Abseil Team authored
      Fix a broken link about selecting overloaded methods.
      
      PiperOrigin-RevId: 263807775
      410b5298
  20. 16 Aug, 2019 3 commits
  21. 15 Aug, 2019 4 commits
    • misterg's avatar
      Googletest export · e9d5f427
      misterg authored
      Internal changes
      
      PiperOrigin-RevId: 263636027
      e9d5f427
    • Abseil Team's avatar
      Googletest export · d44b137f
      Abseil Team authored
      Remove legacy support for signed wchar_t and unsigned wchar_t.
      
      Clang now errors out on these types as well by default. Rather than making the
      condition for these types even more complicated, just remove the tests covering
      these types since they don't seem to justify the maintenance burden. We
      can reasonably expect these types to work in compilers that support them
      without needing specific tests for them since they are treated as standard
      integral types.
      
      PiperOrigin-RevId: 263577673
      d44b137f
    • Abseil Team's avatar
      Googletest export · a92e4a8e
      Abseil Team authored
      Internal changes
      
      PiperOrigin-RevId: 262994110
      a92e4a8e
    • Abseil Team's avatar
      Googletest export · 3835e15d
      Abseil Team authored
      Fix a link to the guide for creating custom matchers.
      
      PiperOrigin-RevId: 262572684
      3835e15d