Commit Graph

  • 6882aa0987 Reorder printers list. Phoebe Liang 2023-02-27 13:02:26 -0800
  • 2ce822ac55 Merge pull request #4143 from iwsfutcmd:patch-1 Copybara-Service 2023-02-27 12:15:43 -0800
  • 95d8c7ac43 Reformat to current g3doc style guide. No content changes. Abseil Team 2023-02-27 11:21:04 -0800
  • 3d787f5a0d Add const qualifier to gtest_sentinel which doesn't change. Abseil Team 2023-02-24 09:49:45 -0800
  • d0ba3ccc76 Added a missing semicolon for GTEST_FLAG_SET code snippet. Abseil Team 2023-02-23 12:39:43 -0800
  • 39a26e12d6 Avoid redundant declaration of static constexpr members in c++17 Dino Radakovic 2023-02-22 09:02:08 -0800
  • d9a4bbcaf2 Update googletest's test docker containers Dino Radakovic 2023-02-22 08:18:00 -0800
  • 10493e3854
    Fix error in_death_test_child_process: undeclared identifier Sergey 2023-02-21 13:29:20 -0700
  • 750d67d809 Remove int64_t cast in RecordProperty Tom Hughes 2023-02-21 10:24:42 -0800
  • 810fb81153
    Fix typo Vũ Phạm 2023-02-19 21:59:23 +0700
  • fe5b7ef71e
    Set CMP0069 policy to avoid warnings Darryl Pogue 2023-02-17 23:22:27 -0800
  • 7a7231c442 Fix link in ReportUninterestingCall message Abseil Team 2023-02-16 07:33:08 -0800
  • f063cd25c9 Remove strdup usage Abseil Team 2023-02-15 15:21:19 -0800
  • 2057566e4e Remove some filesystem APIs and tests under !GTEST_HAS_FILE_SYSTEM Abseil Team 2023-02-14 08:32:59 -0800
  • b80a07ffe6 Avoid reliance on <any> header without RTTI on MSVC Abseil Team 2023-02-13 13:45:19 -0800
  • 097f64e986 Revert "Fix gmock_output_test when using MSVC" Yonggang Luo 2023-02-09 15:29:01 +0800
  • b73f27fd16 Fix _MSC_VER check Tom Hughes 2023-02-08 08:29:22 -0800
  • 0570e2d930 Remove GTEST_USES_PCRE references Tom Hughes 2023-02-07 10:37:15 -0800
  • ee33b34bec Fix GTEST_HAS_ABSL define check for [-Werror=undef] compilations Martijn Vels 2023-02-07 08:27:29 -0800
  • 3d568bdda5 Add support for the alternative base64 encoding in RFC 4648 section 5 to WhenBase64Unescaped. Abseil Team 2023-02-06 10:59:27 -0800
  • 3f9c7fcaa3
    Update testing.md Ben Yang 2023-02-02 13:14:43 -0800
  • 2f2e72bae9 Fix compiler flags in Linux presubmit Tom Hughes 2023-02-02 10:15:42 -0800
  • deaf5615f1 Fix -Wsign-conversion warnings Tom Hughes 2023-02-02 09:31:10 -0800
  • 4f7c63d991 Remove unneccessary "#if _MSC_VER" Tom Hughes 2023-02-02 09:01:41 -0800
  • 6f21175f57 Add a trailing decimal point to FormatTimeInMillisAsSeconds() output when input is an exact N seconds. Abseil Team 2023-02-02 07:14:30 -0800
  • ebedaa18c7 Fix include order Tom Hughes 2023-02-01 14:31:44 -0800
  • 394a8a568c Remove GMOCK_RENAME_MAIN Tom Hughes 2023-02-01 12:13:51 -0800
  • fd36851c8d Build gmock Python tests when building with cmake Tom Hughes 2023-02-01 11:44:24 -0800
  • 0a3b403fe0 Fix gmock_output_test when using MSVC Tom Hughes 2023-02-01 09:32:33 -0800
  • d9251171f5 Fix sign conversion warning from clang: Tom Hughes 2023-01-31 11:36:17 -0800
  • 4fb7039fda Use GTEST_DISABLE_MSC_WARNINGS macros to disable warnings Tom Hughes 2023-01-30 13:44:59 -0800
  • f1c05d4544 Use explicit short to fix MSVC compiler warning Tom Hughes 2023-01-30 12:57:54 -0800
  • e3dbee4b35 Merge pull request #4115 from SunBlack:codespell Copybara-Service 2023-01-30 10:55:07 -0800
  • b72202078d Test current behavior of doubles and floats in RecordProperty Tom Hughes 2023-01-27 06:38:06 -0800
  • 403a968d3c Fix formatting in Python files Tom Hughes 2023-01-26 11:05:38 -0800
  • 0194f90d0e Fix Python docstrings to match style guide Tom Hughes 2023-01-26 09:04:01 -0800
  • 4b4c56aff6 Make document and example code more clear in the caveat section for potential memory leak with SetUpTestSuite. Abseil Team 2023-01-25 17:43:18 -0800
  • b495f72f1f Use more specific assertLess instead of assertTrue Tom Hughes 2023-01-25 15:00:39 -0800
  • f47d75faf3 Fix pylint warning Tom Hughes 2023-01-25 13:02:49 -0800
  • 137dcd18cc Remove pylint disable comments that no longer trigger warnings Tom Hughes 2023-01-25 12:34:50 -0800
  • 643862d8ad Mention DescribeMatcher in matchers.md Abseil Team 2023-01-25 10:03:30 -0800
  • d1ad27e0a4 Fix formatting in subset of Python files Tom Hughes 2023-01-25 09:13:35 -0800
  • 6c65a1ca35 Replace numeric lints with their string equivalent Tom Hughes 2023-01-25 08:31:33 -0800
  • 2491710524 Fix formatting of C++ files Tom Hughes 2023-01-24 11:09:35 -0800
  • 408471e20c Fix formatting of Markdown files Tom Hughes 2023-01-24 10:12:28 -0800
  • 544c96ed5b Remove FloatingPoint::Max() in favor of std::numeric_limits::max() Derek Mauro 2023-01-24 08:40:51 -0800
  • ec25eea8f8 Mention using MockFunction as a way to mock free functions. Abseil Team 2023-01-18 09:43:14 -0800
  • bdb3b0a493 Replace deprecated python calls Tom Hughes 2023-01-17 12:15:50 -0800
  • bba28fa8b2 Announce that GitHub actions are not GoogleTest's canonical CI Dino Radakovic 2023-01-17 12:13:58 -0800
  • 5cd81a7848 Fix -Wimplicit-int-float-conversion warning Tom Hughes 2023-01-17 11:44:04 -0800
  • 9d697cc81c Update documentation for v1.13.0 Derek Mauro 2023-01-17 11:37:18 -0800
  • b796f7d446 Bump version to 1.13.0 in preparation for release Derek Mauro 2023-01-17 10:36:00 -0800
  • ac7a126f39 gmock_output_test: normalize golden file output to unix line endings Abseil Team 2023-01-17 07:12:03 -0800
  • 356fc30125 Fix -Wshadow warnings Tom Hughes 2023-01-12 09:03:40 -0800
  • b5401fef68 Add an explicit #error that C++ versions less than C++14 are not supported Derek Mauro 2023-01-12 08:09:49 -0800
  • a652ae0575 Update GoogleTest dependencies Derek Mauro 2023-01-11 07:56:30 -0800
  • 9345421658 Fix GTEST_OS_ESP8266 check Tom Hughes 2023-01-05 11:14:51 -0800
  • e5e46b09a1 IWYU: Add missing std includes Tom Hughes 2023-01-05 08:43:19 -0800
  • 0296d7d370 Workaround for GCC12 bug illustrated by https://godbolt.org/z/Pe5aE59xG Derek Mauro 2023-01-04 12:49:23 -0800
  • 64e0945546 Fix typos found by codespell SunBlack 2023-01-04 17:24:07 +0100
  • 3a99ab6d83 Fix _MSC_VER check Tom Hughes 2023-01-04 06:40:19 -0800
  • ab669cad0e Fix warnings with nvc++ as the compiler Gonzalo Brito Gadeschi 2022-12-28 06:00:31 -0800
  • 71140c3ca7 Use a more recent commit of googletest that uses OS constraints from @platforms//os:* instead of from @build_tools//platforms:* Abseil Team 2022-12-22 09:30:51 -0800
  • 5ab508a01f Fix a typo in the documentation for "Using Predicates as Matchers". Abseil Team 2022-12-20 09:25:53 -0800
  • b3bfebd796 Comment that q0_ in primer should remain empty Dino Radakovic 2022-12-20 06:11:31 -0800
  • a4e0be898b Specify a name for a Property in a code example. Abseil Team 2022-12-19 08:27:30 -0800
  • 3fa7f983c6 Shut up a Clang warning. Abseil Team 2022-12-15 11:50:08 -0800
  • 41fe6be7d7 Fix a typo in the gMock sample code for Defining a Custom Matcher Class. Abseil Team 2022-12-14 15:05:05 -0800
  • e38ef3be88 Convert feature requests to a form Derek Mauro 2022-12-12 13:54:59 -0800
  • ad54e90f57 Refactor matrix verification into VerifyMatchMatrix. Abseil Team 2022-12-12 11:51:21 -0800
  • b0846aaf37 Introduces a new porting flag (GTEST_HAS_FILE_SYSTEM) to indicate whether a platform supports filesystem operations. Abseil Team 2022-12-12 09:33:33 -0800
  • 516940f16d Fall back to the system clock when building with newlib on a system without a monotonic clock. Tom Hughes 2022-12-08 09:33:22 -0800
  • d454936a0c Migrate GoogleTest to a bug report template and add a link to the discussion forum for non-bugs Derek Mauro 2022-12-07 09:55:11 -0800
  • 97459e54ec Remove the unused class TestNameIs Derek Mauro 2022-12-05 17:38:46 -0800
  • 1f643f71d4 Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface. Abseil Team 2022-11-30 14:41:44 -0800
  • a16bfcfda1 Disables -Wunused-member-function and -Wused-but-marked-unused that trigger via MOCK_METHOD() and EXPECT_THAT() macros. Abseil Team 2022-11-29 08:43:37 -0800
  • e68764c147 This commit fixes a minor verb conjugation error in gmock_cook_book.md. Abseil Team 2022-11-23 15:57:21 -0800
  • 519beb0e52 Merge pull request #4066 from zloylos:doc/make_uniq Copybara-Service 2022-11-21 13:25:15 -0800
  • 834698cc9b Change MakeUnique -> std::make_unique in docs Denis Hananein 2022-11-20 15:08:43 +0100
  • 9c332145b7 When printing floating-point numbers, print full precision by default. Abseil Team 2022-11-16 09:17:58 -0800
  • 4408a0288b Remove incorrect usage of GTEST_ATTRIBUTE_UNUSED_ on classes. Abseil Team 2022-11-15 12:00:32 -0800
  • 0e6aac2571 Merge pull request #4058 from zloylos:support-kitty-term Copybara-Service 2022-11-14 14:06:58 -0800
  • 42c6f57f3c Merge pull request #4060 from RerEngineer:main Copybara-Service 2022-11-14 13:40:08 -0800
  • 148ab827ca RerEngineer 2022-11-12 15:21:28 +0000
  • 9c990a7b1e fixing gcc.gnu domain redirection RerEngineer 2022-11-12 15:12:00 +0000
  • 912db74253 Defined a testing::SrcDir() function that returns the name of a directory where ancillary data files can be found. Abseil Team 2022-11-11 12:58:35 -0800
  • 4b7f9453c5 Support kitty TERM Denis Hananein 2022-11-10 17:08:48 +0100
  • 44c03643cf Merge pull request #4039 from zloylos:fix-return-fail-at-4038 Copybara-Service 2022-11-10 06:13:31 -0800
  • 6b63c98ac4 Remove incorrect GTEST_ATTRIBUTE_UNUSED_ from InSequence class. Abseil Team 2022-11-08 07:57:31 -0800
  • 386c7665f5 RecordProperty serializes ints and 64-bit ints, including size_ts Abseil Team 2022-11-07 09:36:17 -0800
  • a4f02ef389 Fix typo in documentation of ConvertGenerator() Abseil Team 2022-11-05 01:07:00 -0700
  • 66366cea56 Add documentation for --gunit_recreate_environments_when_repeating. Abseil Team 2022-11-03 09:34:43 -0700
  • 3026483ae5 Merge pull request #4041 from zloylos:allow-naming-expectations Copybara-Service 2022-10-25 08:39:19 -0700
  • 90171d1061 Use git commit hash in CMake quickstart Dino Radakovic 2022-10-25 06:28:58 -0700
  • 03597a01ee Clarify that parameter generator does not evaluate immediately Abseil Team 2022-10-24 09:01:26 -0700
  • 09e1c64f86 Fix format without expectation name Denis Hananein 2022-10-21 15:37:38 +0200
  • 0d26378919 Change messages Denis Hananein 2022-10-21 14:03:45 +0200
  • f3eb2b7e38 Allow naming expectations #3970 Denis Hananein 2022-10-20 23:13:06 +0200
  • e07617d6c6 Merge pull request #4036 from zloylos:fix-output-json-3884 Copybara-Service 2022-10-19 13:25:11 -0700
  • 6bad847991 CMake: Add GTEST_HAS_ABSL build option for using Absl Abseil Team 2022-10-18 21:39:44 -0700