1. 18 Oct, 2019 2 commits
  2. 17 Oct, 2019 2 commits
  3. 16 Oct, 2019 3 commits
  4. 11 Oct, 2019 7 commits
  5. 10 Oct, 2019 6 commits
  6. 09 Oct, 2019 1 commit
  7. 08 Oct, 2019 1 commit
  8. 07 Oct, 2019 8 commits
  9. 05 Oct, 2019 2 commits
  10. 03 Oct, 2019 4 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
    • misterg's avatar
      Googletest export · 68319c19
      misterg authored
      Remove outdated CppCon announcement
      
      PiperOrigin-RevId: 271866311
      68319c19
  11. 01 Oct, 2019 1 commit
  12. 29 Sep, 2019 1 commit
    • misterg's avatar
      Googletest export · dc1ca9ae
      misterg authored
      fix OSS Travis Builds -remove hardcoded updated package from brew
      
      PiperOrigin-RevId: 271863378
      dc1ca9ae
  13. 27 Sep, 2019 2 commits
    • misterg's avatar
      Googletest export · 72adf7a4
      misterg authored
      Bump llvm to 4.0 because brew removed 3.9
      
      PiperOrigin-RevId: 271634609
      72adf7a4
    • Abseil Team's avatar
      Googletest export · cb3f7ce1
      Abseil Team authored
      Makes testing::ResultOf() work with non-copyable arguments.
      
      PiperOrigin-RevId: 271222632
      cb3f7ce1