1. 25 Oct, 2019 1 commit
  2. 24 Oct, 2019 1 commit
  3. 23 Oct, 2019 1 commit
  4. 22 Oct, 2019 2 commits
  5. 18 Oct, 2019 2 commits
  6. 17 Oct, 2019 2 commits
  7. 16 Oct, 2019 3 commits
  8. 11 Oct, 2019 7 commits
  9. 10 Oct, 2019 6 commits
  10. 09 Oct, 2019 1 commit
  11. 08 Oct, 2019 1 commit
  12. 07 Oct, 2019 8 commits
  13. 05 Oct, 2019 2 commits
  14. 03 Oct, 2019 3 commits
    • misterg's avatar
      Googletest export · 76a560c8
      misterg authored
      Add an announcement about taking a dep on Abseil soon
      
      PiperOrigin-RevId: 272683117
      76a560c8
    • Abseil Team's avatar
      Googletest export · 703bd9ca
      Abseil Team authored
      Release Googletest 1.10
      
      PiperOrigin-RevId: 272658347
      703bd9ca
    • Abseil Team's avatar
      Googletest export · 4105eb72
      Abseil Team authored
      Add a compile time check to ensure that the parameters to TEST and TEST_F are not empty
      
      Some compilers may already fail in that case and even where it works, it's likely to result in technically invalid code by virtue of creating reserved identifiers:
      https://en.cppreference.com/w/cpp/language/identifiers
      
      PiperOrigin-RevId: 272543242
      4105eb72