1. 28 Aug, 2017 1 commit
    • Brian Silverman's avatar
      Speed up printing of characters which need hex escaping · 4d26df72
      Brian Silverman authored
      This change speeds up the runtime of a value-parameterized test I have
      which has lots of values with large strings full of unprintable
      characters by 2x. I profiled it and traced most of the slowness during
      googletest startup down to the way String::FormatHexInt was creating and
      destroyed a stringstream for each character in the string for each
      value.
      4d26df72
  2. 25 Aug, 2017 3 commits
  3. 24 Aug, 2017 3 commits
  4. 23 Aug, 2017 5 commits
  5. 22 Aug, 2017 6 commits
  6. 21 Aug, 2017 3 commits
  7. 20 Aug, 2017 2 commits
  8. 18 Aug, 2017 7 commits
  9. 17 Aug, 2017 2 commits
  10. 16 Aug, 2017 4 commits
  11. 14 Aug, 2017 4 commits