1. 10 Mar, 2023 1 commit
    • Sergey's avatar
      Environment variables are accessible in UWP/WinRT apps · 2d3b36d4
      Sergey authored
      Environment variables, for example `GTEST_FILTER`, `GTEST_OUTPUT` can be set
      before getting WinRT app run. GoogleTest can read environment variables and use
      them. It's easier than setting and passing command line parameters to WinRT app.
      2d3b36d4
  2. 09 Mar, 2023 1 commit
  3. 08 Mar, 2023 2 commits
  4. 07 Mar, 2023 4 commits
  5. 06 Mar, 2023 9 commits
  6. 03 Mar, 2023 1 commit
    • Abseil Team's avatar
      Internal Code Change · cead3d57
      Abseil Team authored
      PiperOrigin-RevId: 513770561
      Change-Id: I82fbed177c6ba4e2e5b776ae3e0255c868e32e25
      cead3d57
  7. 28 Feb, 2023 3 commits
  8. 27 Feb, 2023 4 commits
  9. 24 Feb, 2023 1 commit
  10. 23 Feb, 2023 1 commit
  11. 22 Feb, 2023 2 commits
  12. 21 Feb, 2023 2 commits
    • Sergey's avatar
      Fix error in_death_test_child_process: undeclared identifier · 10493e38
      Sergey authored
      The error occurs if !GTEST_HAS_DEATH_TEST on Windows.
      10493e38
    • Tom Hughes's avatar
      Remove int64_t cast in RecordProperty · 750d67d8
      Tom Hughes authored
      Historically, calls to RecordProperty with values that are convertible to
      int64_t have been casted to int64_t. The result was that types like float or
      double would be truncated when printed (e.g., 4.75 -> 4). This change removes
      the cast so that the types are printed in a more appropriate manner.
      
      PiperOrigin-RevId: 511238685
      Change-Id: I80de5db14462da2a3e1f476086025ae514383a17
      750d67d8
  13. 19 Feb, 2023 1 commit
  14. 16 Feb, 2023 1 commit
  15. 15 Feb, 2023 1 commit
    • Abseil Team's avatar
      Remove strdup usage · f063cd25
      Abseil Team authored
      PiperOrigin-RevId: 509947007
      Change-Id: I31e1274afa889776829c877c40c9af589298dcf2
      f063cd25
  16. 14 Feb, 2023 1 commit
  17. 13 Feb, 2023 1 commit
  18. 08 Feb, 2023 1 commit
    • Tom Hughes's avatar
      Fix _MSC_VER check · b73f27fd
      Tom Hughes authored
      Use "#if defined(_MSC_VER)" instead of "#if _MSC_VER" to be consistent
      with other usages in googletest and to work with the "-Wundef" warning.
      
      PiperOrigin-RevId: 508087630
      Change-Id: I29c16fd2fa51a9dfecd55e10362a020318318956
      b73f27fd
  19. 07 Feb, 2023 2 commits
  20. 06 Feb, 2023 1 commit