1. 05 Nov, 2019 1 commit
  2. 27 Sep, 2019 6 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
    • Abseil Team's avatar
      Googletest export · a783ade7
      Abseil Team authored
      Updates headings.
      
      PiperOrigin-RevId: 271148974
      a783ade7
    • Abseil Team's avatar
      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
      bf0fe874
    • Abseil Team's avatar
      Googletest export · 076c4619
      Abseil Team authored
      Remove unnecessary full qualifications from std types.
      
      PiperOrigin-RevId: 270101485
      076c4619
    • Gennadiy Civil's avatar
      c78ea26f
  3. 16 Sep, 2019 1 commit
  4. 13 Sep, 2019 1 commit
  5. 12 Sep, 2019 3 commits
  6. 10 Sep, 2019 1 commit
    • Abseil Team's avatar
      Googletest export · 33a0d4f6
      Abseil Team authored
      Some mechanical and grammatical fixes to the Primer.
      
      PiperOrigin-RevId: 268200783
      33a0d4f6
  7. 09 Sep, 2019 3 commits
  8. 06 Sep, 2019 3 commits
    • Abseil Team's avatar
      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
      3f05f651
    • Abseil Team's avatar
      Googletest export · 6123df92
      Abseil Team authored
      Internal Change
      
      PiperOrigin-RevId: 267457395
      6123df92
    • kuzkry's avatar
      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
      ab8f346b
  9. 29 Aug, 2019 2 commits
  10. 28 Aug, 2019 2 commits
  11. 27 Aug, 2019 1 commit
  12. 26 Aug, 2019 1 commit
    • misterg's avatar
      Googletest export · 6a3d632f
      misterg authored
      Add tuple version of Optional() matches. This allows Optional() to be used in Pointwise matchers.
      
      PiperOrigin-RevId: 265501882
      6a3d632f
  13. 24 Aug, 2019 1 commit
  14. 23 Aug, 2019 5 commits
  15. 22 Aug, 2019 1 commit
  16. 21 Aug, 2019 2 commits
  17. 20 Aug, 2019 1 commit
  18. 19 Aug, 2019 5 commits