1. 16 Aug, 2022 1 commit
  2. 12 Aug, 2022 1 commit
  3. 08 Aug, 2022 1 commit
  4. 04 Aug, 2022 1 commit
  5. 01 Aug, 2022 2 commits
  6. 29 Jul, 2022 1 commit
  7. 26 Jul, 2022 1 commit
  8. 25 Jul, 2022 1 commit
  9. 21 Jul, 2022 1 commit
  10. 20 Jul, 2022 1 commit
  11. 18 Jul, 2022 6 commits
  12. 14 Jul, 2022 1 commit
  13. 12 Jul, 2022 3 commits
    • Andrei Polushin's avatar
      cmake: make PDB output directory match that of a static library. · a2d6ee84
      Andrei Polushin authored
      PDB files should be created at the same location as their primary
      artifact, which is either static library or a DLL.
      
      On Windows, an artifact location is controlled by:
      
      * RUNTIME_OUTPUT_DIRECTORY is a directory of a DLL artifact.
      * ARCHIVE_OUTPUT_DIRECTORY is a directory of a LIB artifact.
      
      A PDB file location is controlled:
      
      * PDB_OUTPUT_DIRECTORY should match a directory of a DLL artifact.
      * COMPILE_PDB_OUTPUT_DIRECTORY should match a directory of a LIB artifact.
      a2d6ee84
    • 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
  14. 11 Jul, 2022 4 commits
  15. 08 Jul, 2022 1 commit
  16. 07 Jul, 2022 1 commit
  17. 01 Jul, 2022 5 commits
  18. 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
  19. 29 Jun, 2022 1 commit
  20. 27 Jun, 2022 5 commits