1. 11 Feb, 2021 4 commits
  2. 05 Feb, 2021 13 commits
  3. 26 Jan, 2021 12 commits
  4. 16 Jan, 2021 1 commit
  5. 15 Jan, 2021 7 commits
  6. 14 Jan, 2021 3 commits
    • dmauro's avatar
      Googletest export · 6c58c11d
      dmauro authored
      Remove platformio tests. This currently uses gcc 4.8.2 which is no
      longer supported.
      
      PiperOrigin-RevId: 351667999
      6c58c11d
    • dmauro's avatar
      Googletest export · 0186caf7
      dmauro authored
      Fix build under GCC 5
      
      PiperOrigin-RevId: 351607537
      0186caf7
    • Abseil Team's avatar
      Googletest export · 6b2e7490
      Abseil Team authored
      Print unique_ptr/shared_ptr recursively.
      Given that they are smart pointers, it is unlikely that the inner object is
      invalid.
      
      PiperOrigin-RevId: 351586888
      6b2e7490