1. 03 Oct, 2019 3 commits
    • Googletest export · 703bd9ca
      Abseil Team authored
      Release Googletest 1.10
      
      PiperOrigin-RevId: 272658347
    • 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
    • Googletest export · 68319c19
      misterg authored
      Remove outdated CppCon announcement
      
      PiperOrigin-RevId: 271866311
  2. 29 Sep, 2019 1 commit
    • Googletest export · dc1ca9ae
      misterg authored
      fix OSS Travis Builds -remove hardcoded updated package from brew
      
      PiperOrigin-RevId: 271863378
  3. 27 Sep, 2019 6 commits
    • Googletest export · 72adf7a4
      misterg authored
      Bump llvm to 4.0 because brew removed 3.9
      
      PiperOrigin-RevId: 271634609
    • Googletest export · cb3f7ce1
      Abseil Team authored
      Makes testing::ResultOf() work with non-copyable arguments.
      
      PiperOrigin-RevId: 271222632
    • Googletest export · a783ade7
      Abseil Team authored
      Updates headings.
      
      PiperOrigin-RevId: 271148974
    • Googletest export · bf0fe874
      Abseil Team authored
      Use a more portable path for Android to write temp files to.
      
      /sdcard is *not* guaranteed to be available, but /data/local/tmp is.
      
      In some emulated situations, /sdcard may not be mounted, may not be R/W, or
      mounting may be delayed until *after* the test process begins.
      
      This is fairly common location to use. See e.g.:
      https://reviews.llvm.org/D9569
      
      PiperOrigin-RevId: 270909282
    • Googletest export · 076c4619
      Abseil Team authored
      Remove unnecessary full qualifications from std types.
      
      PiperOrigin-RevId: 270101485
  4. 16 Sep, 2019 1 commit
  5. 13 Sep, 2019 1 commit
    • Googletest export · cad3bc46
      misterg authored
      CppCon announcement
      
      PiperOrigin-RevId: 268950306
  6. 12 Sep, 2019 3 commits
  7. 10 Sep, 2019 1 commit
    • Googletest export · 33a0d4f6
      Abseil Team authored
      Some mechanical and grammatical fixes to the Primer.
      
      PiperOrigin-RevId: 268200783
  8. 09 Sep, 2019 3 commits
  9. 06 Sep, 2019 3 commits
    • Googletest export · 3f05f651
      Abseil Team authored
      Extend gtest-port and stubs for ESP_PLATFORM
      
      ESP_PLATFORM is the macro used to indicate compilation for the ESP32
      using the esp-idf. This isn't a fully posix compatible system so
      various features of google test need to be stubbed out in order for
      it to work. It's oddly similar to the GTEST_OS_WINDOWS_PHONE setup.
      
      PiperOrigin-RevId: 267471968
    • Googletest export · 6123df92
      Abseil Team authored
      Internal Change
      
      PiperOrigin-RevId: 267457395
    • Googletest export · ab8f346b
      kuzkry authored
      Merge 7f4f58da20e1066a888d3e4bcbef541db798a605 into 90a443f9
      
      Closes #2395
      
      COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2395 from kuzkry:custom-type-traits-remove_reference 7f4f58da20e1066a888d3e4bcbef541db798a605
      PiperOrigin-RevId: 266189044
  10. 29 Aug, 2019 2 commits
  11. 28 Aug, 2019 2 commits
  12. 27 Aug, 2019 1 commit
  13. 26 Aug, 2019 1 commit
    • Googletest export · 6a3d632f
      misterg authored
      Add tuple version of Optional() matches. This allows Optional() to be used in Pointwise matchers.
      
      PiperOrigin-RevId: 265501882
  14. 24 Aug, 2019 1 commit
  15. 23 Aug, 2019 5 commits
  16. 22 Aug, 2019 1 commit
  17. 21 Aug, 2019 2 commits
  18. 20 Aug, 2019 1 commit
  19. 19 Aug, 2019 2 commits