1. 13 Sep, 2019 1 commit
  2. 12 Sep, 2019 3 commits
  3. 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
  4. 09 Sep, 2019 3 commits
  5. 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
  6. 29 Aug, 2019 2 commits
  7. 28 Aug, 2019 2 commits
  8. 27 Aug, 2019 1 commit
  9. 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
  10. 24 Aug, 2019 1 commit
  11. 23 Aug, 2019 5 commits
  12. 22 Aug, 2019 1 commit
  13. 21 Aug, 2019 2 commits
  14. 20 Aug, 2019 1 commit
  15. 19 Aug, 2019 5 commits
  16. 16 Aug, 2019 4 commits
  17. 15 Aug, 2019 4 commits
    • misterg's avatar
      Googletest export · e9d5f427
      misterg authored
      Internal changes
      
      PiperOrigin-RevId: 263636027
      e9d5f427
    • Abseil Team's avatar
      Googletest export · d44b137f
      Abseil Team authored
      Remove legacy support for signed wchar_t and unsigned wchar_t.
      
      Clang now errors out on these types as well by default. Rather than making the
      condition for these types even more complicated, just remove the tests covering
      these types since they don't seem to justify the maintenance burden. We
      can reasonably expect these types to work in compilers that support them
      without needing specific tests for them since they are treated as standard
      integral types.
      
      PiperOrigin-RevId: 263577673
      d44b137f
    • Gennadiy Civil's avatar
      Merge pull request #2391 from adambadura:FixCygwin · 4083746e
      Gennadiy Civil authored
      PiperOrigin-RevId: 263574695
      4083746e
    • Gennadiy Civil's avatar
      Merge pull request #2399 from kuzkry:custom-type-traits-is_same · 9b704069
      Gennadiy Civil authored
      PiperOrigin-RevId: 263568712
      9b704069