1. 12 Jul, 2022 2 commits
    • Andrei Polushin's avatar
      cmake: find python in order specified by PATH environment variable. · 96ddde12
      Andrei Polushin authored
      CMake policy CMP0094 controls a lookup strategy used to find a Python
      executable:
      
      * CMP0094=OLD selects a Python executable with a higher version.
      * CMP0094=NEW selects a Python executable found earlier in PATH.
      
      NEW behavior is critical in presence of a Python virtual environment
      established and activated, i.e. added to the PATH variable.
      
      In case GoogleTest is embedded into a larger project, the result of
      `find_package(Python)` affects the whole build, not only GoogleTest
      component itself.
      96ddde12
    • Copybara-Service's avatar
      Merge pull request #3928 from venik:venik-clean-up · bea621c3
      Copybara-Service authored
      PiperOrigin-RevId: 460455562
      Change-Id: I29efc09887651d8734586703fe0691482ba4c981
      bea621c3
  2. 11 Jul, 2022 4 commits
  3. 08 Jul, 2022 1 commit
  4. 07 Jul, 2022 1 commit
  5. 01 Jul, 2022 2 commits
  6. 30 Jun, 2022 2 commits
    • Derek Mauro's avatar
      Remove support for C++11 · 96f51426
      Derek Mauro authored
      v1.12.x is the last branch to support C++11
      Future releases will require at least C++14
      
      PiperOrigin-RevId: 458250106
      Change-Id: Ibee2248649ff3c13daaa179135887848bf730f3f
      96f51426
    • Derek Mauro's avatar
      Update version number in CMakeLists.txt · 219af0d5
      Derek Mauro authored
      Note that this is 1.12.1 as there will be a patch release to fix this
      
      PiperOrigin-RevId: 458216994
      Change-Id: Ibca52a8db22ed06cb1a1adc4832be67fce69459a
      219af0d5
  7. 29 Jun, 2022 1 commit
  8. 27 Jun, 2022 2 commits
  9. 25 Jun, 2022 1 commit
  10. 23 Jun, 2022 1 commit
  11. 22 Jun, 2022 1 commit
  12. 21 Jun, 2022 1 commit
  13. 16 Jun, 2022 1 commit
  14. 14 Jun, 2022 1 commit
  15. 13 Jun, 2022 2 commits
  16. 11 Jun, 2022 1 commit
  17. 09 Jun, 2022 2 commits
  18. 01 Jun, 2022 1 commit
    • Derek Mauro's avatar
      Work around a maybe-uninitialized warning under GCC 12 · 0320f517
      Derek Mauro authored
      Some Mock constructors insert the pointer to the Mock itself into a
      global registry. Since GCC cannot see how the pointer is used (only as
      an identifier), it cannot tell that the object doesn't need to be
      initialized at that point at all. Work around this by using uintptr_t
      instead.
      
      PiperOrigin-RevId: 452380347
      Change-Id: Ia5a493057ed90719de1d0efab71de9a8a08ddf8b
      0320f517
  19. 31 May, 2022 4 commits
  20. 30 May, 2022 3 commits
  21. 27 May, 2022 3 commits
  22. 26 May, 2022 2 commits
  23. 24 May, 2022 1 commit