1. 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
  2. 01 Oct, 2019 1 commit
  3. 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
  4. 16 Sep, 2019 1 commit
  5. 12 Sep, 2019 1 commit
  6. 09 Sep, 2019 3 commits
  7. 06 Sep, 2019 1 commit
  8. 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
  9. 24 Aug, 2019 1 commit
  10. 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
  11. 21 Aug, 2019 1 commit
  12. 20 Aug, 2019 1 commit
  13. 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
  14. 16 Aug, 2019 3 commits
  15. 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
  16. 14 Aug, 2019 3 commits
  17. 13 Aug, 2019 1 commit
  18. 11 Aug, 2019 1 commit
  19. 07 Aug, 2019 3 commits
  20. 06 Aug, 2019 2 commits
  21. 02 Aug, 2019 1 commit
    • Abseil Team's avatar
      Googletest export · 6a2adc0e
      Abseil Team authored
      Remove markdown extension which isn't supported on github.
      
      PiperOrigin-RevId: 261321329
      6a2adc0e
  22. 01 Aug, 2019 3 commits
    • Abseil Team's avatar
      Googletest export · 8756ef90
      Abseil Team authored
      Add links to "sampleK_unittest.cc" examples. Fix some broken docs crosslinks.
      
      PiperOrigin-RevId: 261169561
      8756ef90
    • Abseil Team's avatar
      Googletest export · da28d301
      Abseil Team authored
      Fix ON_CALL/EXPECT_CALL example comment
      
      PiperOrigin-RevId: 261150884
      da28d301
    • misterg's avatar
      Googletest export · 2221875d
      misterg authored
      Internal Change
      
      PiperOrigin-RevId: 260939845
      2221875d