1. 02 Jun, 2021 1 commit
  2. 25 Mar, 2021 2 commits
    • Abseil Team's avatar
      Googletest export · 66836f0a
      Abseil Team authored
      Minor formatting updates
      
      PiperOrigin-RevId: 364935205
      66836f0a
    • Abseil Team's avatar
      Googletest export · 4595745f
      Abseil Team authored
      Update explanation of `EXPECT_EQ(NULL, ptr)` in FAQ
      
      PiperOrigin-RevId: 364626422
      4595745f
  3. 19 Feb, 2021 1 commit
  4. 18 Feb, 2021 2 commits
  5. 05 Feb, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 8c269618
      Abseil Team authored
      Stop referring to Google's internal libraries in FAQ
      
      PiperOrigin-RevId: 355060895
      8c269618
  6. 26 Jan, 2021 2 commits
    • Abseil Team's avatar
      Googletest export · 8a761867
      Abseil Team authored
      Delete internal tags from docs
      
      PiperOrigin-RevId: 353769887
      8a761867
    • Abseil Team's avatar
      Googletest export · 14098f20
      Abseil Team authored
      Merge CONTRIBUTORS, delete LICENSEs in googletest/ and googlemock/
      
      PiperOrigin-RevId: 352558822
      14098f20
  7. 14 Jan, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 48928352
      Abseil Team authored
      Move all docs into top-level docs/ directory
      
      PiperOrigin-RevId: 350211277
      48928352
  8. 24 Nov, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · efe70361
      Abseil Team authored
      Update note on static const data members for C++17.
      
      Using `constexpr` provides a tidier solution, where applicable.
      
      PiperOrigin-RevId: 343276402
      efe70361
  9. 01 Oct, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · 1fb1bb23
      Abseil Team authored
      Update faq.md on underscore to mention `DISABLED_` prefix.
      
      PiperOrigin-RevId: 334507963
      1fb1bb23
  10. 12 Aug, 2020 1 commit
  11. 11 Jul, 2020 1 commit
  12. 01 Oct, 2019 1 commit
  13. 06 Sep, 2019 1 commit
  14. 01 Aug, 2019 1 commit
    • Abseil Team's avatar
      Googletest export · 8756ef90
      Abseil Team authored
      Add links to "sampleK_unittest.cc" examples. Fix some broken docs crosslinks.
      
      PiperOrigin-RevId: 261169561
      8756ef90
  15. 30 Jul, 2019 1 commit
  16. 18 Jul, 2019 2 commits
  17. 24 Jun, 2019 1 commit
  18. 19 Jun, 2019 1 commit
  19. 03 Jan, 2019 1 commit
  20. 04 Sep, 2018 1 commit
  21. 09 Aug, 2018 1 commit
  22. 25 Jul, 2018 1 commit
  23. 17 Jul, 2018 1 commit
  24. 13 Jun, 2018 2 commits
  25. 11 Jun, 2018 3 commits
  26. 08 Feb, 2018 1 commit
  27. 29 Oct, 2017 1 commit
  28. 27 Sep, 2017 1 commit
  29. 31 Aug, 2017 1 commit
  30. 14 Aug, 2017 1 commit
  31. 10 Aug, 2017 1 commit
  32. 05 Jul, 2017 1 commit
  33. 21 Feb, 2016 1 commit
    • Paul Wilkinson's avatar
      Fix formatting in AdvancedGuide.md · 83d3b47a
      Paul Wilkinson authored
      Put occurrences of "#include" in a code span so they are not interpreted
      as headers.
      
      Other documents were not broken because the #include was not at the
      start of the line, but put them in code spans anyway just in case the
      text gets refilled in the future.
      83d3b47a