1. 30 Jan, 2023 1 commit
  2. 15 Mar, 2022 1 commit
    • Abseil Team's avatar
      Running clang-format over all of GoogleTest · b007c54f
      Abseil Team authored
      A few tests are examining code locations and looking af the resulting line
      numbers to verify that GoogleTest shows those to users correctly. Some of those
      locations change when clang-format is run. For those locations, I've wrapped
      portions in:
      // clang-format off
      ...
      // clang-format on
      
      There may be other locations that are currently not tickled by running
      clang-format.
      
      PiperOrigin-RevId: 434844712
      Change-Id: I3a9f0a6f39eff741c576b6de389bef9b1d11139d
      b007c54f
  3. 26 Jan, 2022 1 commit
  4. 26 Jan, 2021 1 commit
    • ofats's avatar
      Googletest export · 59dea67b
      ofats authored
      Remove scripts for code generating together with related files.
      
      PiperOrigin-RevId: 352805926
      59dea67b
  5. 27 Aug, 2020 1 commit
  6. 07 Aug, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · d0de618a
      Abseil Team authored
      Fixing exception-safety bug in googletest. Previously, if an exception was
      thrown during a call to a mock that would have triggered an error, the error
      was discarded.
      
      Fixes #2890
      
      PiperOrigin-RevId: 325017806
      d0de618a
  7. 16 Sep, 2019 1 commit
  8. 29 Oct, 2018 1 commit
    • misterg's avatar
      Googletest export · 80b43d90
      misterg authored
      Remove linked_ptr and use std::shared_ptr instead
      
      PiperOrigin-RevId: 219129336
      80b43d90
  9. 26 Oct, 2018 2 commits
    • Abseil Team's avatar
      Googletest export · b57c7039
      Abseil Team authored
      Remove linked_ptr and use std::shared_ptr instead
      
      PiperOrigin-RevId: 218618184
      b57c7039
    • misterg's avatar
      Googletest export · a50e4f05
      misterg authored
      Remove linked_ptr and use std::shared_ptr instead
      
      PiperOrigin-RevId: 218571466
      a50e4f05
  10. 09 Oct, 2018 1 commit
  11. 05 Oct, 2018 1 commit
    • Abseil Team's avatar
      Apply clang-tidy modernize-use-nullptr to googletest. · 4bb49ed6
      Abseil Team authored
      Now that googletest has moved to C++11, it should no longer
      use NULL or 0 for the null pointer. This patch converts all
      such usages to nullptr using clang-tidy.
      
      This prevents LLVM from issuing -Wzero-as-null-pointer-constant
      warnings.
      
      PiperOrigin-RevId: 215814400
      4bb49ed6
  12. 14 Aug, 2018 1 commit
    • Gennadiy Civil's avatar
      · a3c0dd0f
      Gennadiy Civil authored
      Comments changes, no functionality changes
      a3c0dd0f
  13. 13 Apr, 2018 1 commit
  14. 12 Apr, 2018 3 commits
    • Gennadiy Civil's avatar
      · f7330f9f
      Gennadiy Civil authored
      more fixing osx libstd++ bugs
      f7330f9f
    • Gennadiy Civil's avatar
      · dc4f5638
      Gennadiy Civil authored
      merging, fix OSX issue
      dc4f5638
    • Gennadiy Civil's avatar
      · 092ca910
      Gennadiy Civil authored
      merging
      092ca910
  15. 09 Apr, 2018 2 commits
  16. 15 May, 2017 1 commit
    • Nico Weber's avatar
      Use std::string and ::string explicitly in gtest and gmock code. · 09fd5b3e
      Nico Weber authored
      This merges a Google-internal change (117235625).
      
      Original CL description:
      This CL was created manually in about an hour with sed, a Python script
      to find all the places unqualified 'string' was mentioned, and some help
      from Emacs to add the "std::" qualifications, plus a few manual tweaks.
      09fd5b3e
  17. 08 Sep, 2015 1 commit
  18. 25 Aug, 2015 1 commit
  19. 02 Apr, 2014 1 commit
  20. 13 Jan, 2014 1 commit
  21. 18 Jun, 2013 1 commit
  22. 10 Apr, 2012 1 commit
  23. 14 Oct, 2010 1 commit
  24. 05 Oct, 2010 1 commit
  25. 14 Sep, 2010 1 commit
  26. 03 Jul, 2010 1 commit
  27. 23 Dec, 2009 1 commit
  28. 12 Sep, 2009 1 commit
  29. 22 Jul, 2009 1 commit