1. 31 Oct, 2019 2 commits
    • Abseil Team's avatar
      Googletest export · 2db3df9c
      Abseil Team authored
      Change variable name to match comment.
      
      PiperOrigin-RevId: 277713621
      2db3df9c
    • Abseil Team's avatar
      Googletest export · e2fc3a9c
      Abseil Team authored
      Tolerate std::string's explicit copy construction from std::string_view.
      
      PiperOrigin-RevId: 277583394
      e2fc3a9c
  2. 30 Oct, 2019 1 commit
    • misterg's avatar
      Googletest export · 0a034808
      misterg authored
      Remove outdated unsupported scripts
      
      PiperOrigin-RevId: 277556831
      0a034808
  3. 29 Oct, 2019 4 commits
    • misterg's avatar
      Googletest export · ba33a887
      misterg authored
      Internal Change
      
      PiperOrigin-RevId: 277336786
      ba33a887
    • mhermas's avatar
      Googletest export · fff8dabb
      mhermas authored
      Merge 65032e28cba171c000accc85ffaf6f1e62921b86 into 8c91ecef
      
      Closes #2470
      
      COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2470 from hermas55:bugfix/default_const_param 65032e28cba171c000accc85ffaf6f1e62921b86
      PiperOrigin-RevId: 277118535
      fff8dabb
    • Abseil Team's avatar
      Googletest export · 755f853c
      Abseil Team authored
      Avoid temporary matcher instances.
      They are unnecessary and can be relatively more expensive than the rest of the
      algorithm.
      
      PiperOrigin-RevId: 277084853
      755f853c
    • Abseil Team's avatar
      Googletest export · a1f71dd5
      Abseil Team authored
      Remove badly formatted suggestion in gmock cheat sheet.
      
      PiperOrigin-RevId: 277060475
      a1f71dd5
  4. 25 Oct, 2019 3 commits
  5. 24 Oct, 2019 1 commit
  6. 23 Oct, 2019 2 commits
  7. 22 Oct, 2019 4 commits
  8. 18 Oct, 2019 2 commits
  9. 17 Oct, 2019 1 commit
  10. 11 Oct, 2019 12 commits
  11. 10 Oct, 2019 1 commit
  12. 07 Oct, 2019 6 commits
  13. 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