Commit Graph

  • 7d114146d5
    Merge 232e9d8684171c386ec37a1e9b2b5657f16514e8 into 3fbe4db9a39291ae8d7a9c5f1d75896bb4c5a18f Baruch 2025-02-22 15:58:46 +00:00
  • 3fbe4db9a3 GoogleTest C++17 cleanups * Use [[nodiscard]] instead of GTEST_MUST_USE_RESULT_ * Use [[maybe_unused]] instead of GTEST_INTERNAL_ATTRIBUTE_MAYBE_UNUSED * Use [[deprecated]] instead of GTEST_INTERNAL_DEPRECATED * Remove GTEST_INTERNAL_NEED_REDUNDANT_CONSTEXPR_DECL Derek Mauro 2025-02-21 07:33:10 -08:00
  • a6ce08abf7 Property: Promote note to warning Jesse Rosenstock 2025-02-17 00:59:00 -08:00
  • eeeb97c3a0
    Update README.md VaradScript 2025-02-13 19:31:46 +05:30
  • c00fd25b71 Require C++17 Derek Mauro 2025-02-12 09:43:29 -08:00
  • 4a00a24fff Add SaveArgByMove Abseil Team 2025-02-10 10:21:36 -08:00
  • 43ff224406 fix: Take C++ version into account when checking __has_cpp_attribute yuyawk 2025-02-08 02:49:20 +09:00
  • a866428a78 Update docs for v1.16.x branch Derek Mauro 2025-02-07 09:40:19 -08:00
  • 6910c9d916
    Prepare for v1.16.0 (#4721) v1.16.0 v1.16.x Derek Mauro 2025-02-07 11:04:56 -05:00
  • 4d660bf5cf Prepare for v1.16.0 Derek Mauro 2025-02-07 10:26:38 -05:00
  • 445e9bd8d0 Update GoogleTest deps in preparation for release Derek Mauro 2025-02-06 17:39:47 -08:00
  • e5443e5c65 Remove empty glob pattern, which is now an error. Derek Mauro 2025-02-06 13:51:49 -08:00
  • 6ba68e583c Implement WhenStaticCastTo Dominik Kaszewski 2025-02-05 20:25:06 +01:00
  • c05228b701
    Update CMakeLists.txt 0xmbe 2025-02-03 12:29:48 +01:00
  • e41df1ecdf
    Merge 1fbc6d94bd6772aee038a285be6ea8db82acf3bb into e235eb34c6c4fed790ccdad4b16394301360dcd4 Radoslav Petkov 2025-02-01 05:55:57 +08:00
  • afba9dd193
    Merge 8362b6b106b6de948000f482cbdcf5c31cd6f426 into e235eb34c6c4fed790ccdad4b16394301360dcd4 Radoslav Petkov 2025-01-31 22:01:51 +02:00
  • e235eb34c6 Pull Regexp syntax out of Death test section in advanced.md Abseil Team 2025-01-31 10:22:30 -08:00
  • 66d7401378 Fix extended regular expressions reference URL in advanced.md Abseil Team 2025-01-31 09:44:42 -08:00
  • 8362b6b106
    Optimize Bazel dependency management for GoogleTest Radoslav Petkov 2025-01-31 19:29:17 +02:00
  • 1fbc6d94bd
    optimize Bazel dependency management for GoogleTest Radoslav Petkov 2025-01-31 19:21:48 +02:00
  • b4aae50ce1 Export testsuite properties as XML elements, not attributes. Abseil Team 2025-01-30 16:00:55 -08:00
  • e0d5dba132
    Remove redundant casts Eduard Rius Martinez 2025-01-30 13:43:13 +00:00
  • b78aa5cf22 Add support for streaming results on Windows (fixes #3935). David Matson 2025-01-17 17:46:38 -08:00
  • aaebbb24f6 Add skipped= to streaming results TestEnd event (fixes #3411). David Matson 2025-01-17 15:24:54 -08:00
  • 2b6b042a77 Cast mutable lvalue references to const from testing::ResultOf Abseil Team 2025-01-16 12:50:32 -08:00
  • e4ece4881d Enable safe matcher casts from Matcher<const T&> to Matcher<T>. Abseil Team 2025-01-15 09:16:21 -08:00
  • 1d93448edc
    Update README.md HMCreation1 2025-01-12 23:42:03 +05:30
  • 005254dae2 Default to color output for ghostty Hector Dearman 2025-01-10 15:37:52 +00:00
  • 504ea69cf7 Document unexpected interaction with death test error code and gmock. Abseil Team 2025-01-09 10:42:28 -08:00
  • 165d8aec51
    PR feedback, a few other corrections Mike Taves 2025-01-09 09:51:31 +13:00
  • 4bbf80823c Add UnpackStructImpl for structs with 20 fields. Abseil Team 2025-01-08 06:37:41 -08:00
  • ff20316ec9 GitHub Action to lint Python code Christian Clauss 2025-01-08 13:43:21 +01:00
  • 7d76a231b0 gtest: Output a canned test case for test suite setup / teardown failures in XML/JSON Abseil Team 2024-12-26 15:30:16 -08:00
  • df23c4218e Made modifiers inheritable Komi Atchoglo 2024-12-26 04:42:57 +01:00
  • e54519b094 Put the fake Fuchsia SDK in a module extension Abseil Team 2024-12-23 13:32:38 -08:00
  • 2075c62111 Can create Debian and RPM packages for each release AndrewQuijano 2024-12-22 19:39:38 -05:00
  • 35e0aeeb36
    Create cmake-single-platform.yml Yankuba Camara 2024-12-22 17:06:23 +00:00
  • b396dc8687 Put the fake Fuchsia SDK in a module extension Ted Pudlik 2024-12-18 15:28:56 -08:00
  • f3c355f9dd the public version already has the const qualifier Abseil Team 2024-12-16 08:39:37 -08:00
  • e6036c9479 quickstart-cmake.md: fix typo in comment Derek Huang 2024-12-16 03:29:22 -05:00
  • bedd931440 quickstart-cmake.md: add relative link to source-build-cmake.md Derek Huang 2024-12-16 02:52:53 -05:00
  • 96fd6f3342 navigation.yml: fix title capitalization (MLA) Derek Huang 2024-12-16 02:47:53 -05:00
  • dd7d0e99d8 add CMake build from source instructions + update sidebar nav Derek Huang 2024-12-16 02:46:19 -05:00
  • 856465113e docs/quickstart-cmake.md: fix enumeration indentation + specify CMake minimum version Derek Huang 2024-12-16 01:47:55 -05:00
  • 2946125d8e docs/quickstart-cmake.md: add subsection for find_package and FetchContent + update gtest_force_shared_crt comments Derek Huang 2024-12-16 01:28:31 -05:00
  • 79219e26e0 Update the links to ISTQB glossary. Abseil Team 2024-12-11 07:59:35 -08:00
  • d122c0d435 Add support for printing C++20 std::*_ordering types to gtest. Adds feature test macro for C++20 <compare> header, a pretty-printer, and tests. Inexplicably, these types aren't enums, so can't be handled with a switch. Abseil Team 2024-12-10 11:22:24 -08:00
  • deeb756ee1
    Create generator-generic-ossf-slsa3-publish.yml Godaddy-del 2024-12-06 16:14:43 -05:00
  • 92b56974b9
    Merge pull request #1 from Godaddy-del/Godaddy-del-patch-1 Godaddy-del 2024-12-06 16:13:33 -05:00
  • db36e4559f
    Create google.yml Godaddy-del 2024-12-06 16:13:15 -05:00
  • 717e4be8ed docs/community_created_documentation.md: update links... Gabriel Staples 2024-12-05 08:13:16 -07:00
  • fac82b687b modify macOS name Jack Lau 2024-12-02 13:46:40 +08:00
  • 4b1c234b2a Began to implement print to terminal RedMarcher 2024-11-27 00:24:42 +00:00
  • d38cdaefc2 Feature add EXPECT/ASSERT_FLOAT/DOUBLE_NE (not equal) daniel1005 2024-11-26 12:03:17 -07:00
  • 269de132b5
    Delete spurious change part 2 RedMarcher 2024-11-21 13:16:21 -08:00
  • fa4b65e931
    Deleted spurrious change RedMarcher 2024-11-21 13:15:36 -08:00
  • 947270bf57 Began to add testing for machine_results RedMarcher 2024-11-21 21:08:19 +00:00
  • f6f673710b Created new flag for machine result feature RedMarcher 2024-11-21 20:37:03 +00:00
  • 6b9664a984
    Add a SBOM template in CycloneDX format Richard Hughes 2024-11-21 10:59:40 +00:00
  • 537d93fed5
    Add codespell configuration, fix a few other typos Mike Taves 2024-11-21 11:19:55 +13:00
  • 35d0c36560 Merge pull request #4662 from asoffer:patch-1 Copybara-Service 2024-11-20 09:37:33 -08:00
  • 7927f8e93d
    Fix documentation bug. Andy Soffer 2024-11-15 10:19:57 -05:00
  • c13a884047 add SEH exception name to exception message Arnaud Kleinpeter 2024-11-08 15:32:52 +01:00
  • 048dcb91d5
    Update gtest.cc broken link to SEH exceptions Arnaud Kleinpeter 2024-11-08 13:35:00 +01:00
  • a193abc6a9
    Update gtest.cc broken link nanoceanwings 2024-11-08 13:32:30 +01:00
  • 6a4402bc38 no readme sfgeller18 2024-11-04 21:08:03 -08:00
  • d766e6d0d7 Changed Template I for compatibility w/ <complex> (see mod_README.md) sfgeller18 2024-11-04 21:03:59 -08:00
  • 9d7a51faae
    Merge 4cc8240c5a38a0fd7a5af52ccf65f1bb585c4b3c into d144031940543e15423a25ae5a8a74141044862f Khobaib 2024-11-04 09:21:38 -08:00
  • d144031940 Fixing a typo in the documentation of IsSubsetOf(). Abseil Team 2024-11-04 07:25:46 -08:00
  • 1204d63444 Remove mention of using ASSERT_... statements inside custom matcher definitions. Abseil Team 2024-10-31 18:03:18 -07:00
  • 53fc2055e2
    Create sample Hanirvesh1 2024-10-30 16:41:51 +05:30
  • 3e22099c70
    Create sample SambhavSurthi42 2024-10-30 16:32:10 +05:30
  • 5ed2186395 Use FAIL() in GTEST_SKIP() documentation Peter Boström 2024-10-27 23:56:39 -07:00
  • fda8e7b4c3
    Update CMakeLists.txt dodohand 2024-10-22 09:47:31 -04:00
  • 1c9e9a635f add EXPECT_NO_COREFILE_DEATH ronghua.zhou 2024-10-21 06:32:46 +00:00
  • 35646c5804 rm log with path ronghua.zhou 2024-08-26 03:04:26 +00:00
  • df1544bcee Avoid creating std::vector<const T> in UnorderedElementsAreArrayMatcher and others. Abseil Team 2024-10-16 06:39:05 -07:00
  • 62df7bdbc1 This change adjusts how ASSERT_NEAR and EXPECT_NEAR treats infinity, such that ASSERT_NEAR(inf, inf, 0) passes. This makes the behavior more consistent with ASSERT_EQ(inf, inf) which succeeds. Abseil Team 2024-10-14 10:12:38 -07:00
  • 71815bbf7d Automated Code Change Abseil Team 2024-10-04 20:53:30 -07:00
  • 106d3264a4 Make instant leak checks fail the current running test (#4215) Matthias Donaubauer 2023-05-22 21:05:30 +02:00
  • 8764c62eed Add instant leak check capabilities to gmock (#4215) Matthias Donaubauer 2023-05-22 17:35:35 +02:00
  • 9fd6fea20c Improved printing of std::basic_string_view objects XAMeLeOH 2024-10-03 17:28:03 +02:00
  • 41e65dced7 Added tests for std::basic_string_view XAMeLeOH 2024-10-03 17:25:38 +02:00
  • d66d9ade2a
    Create devcontainer.json Mustafacco 2024-10-02 06:00:19 +03:00
  • a1e255a582 Optional(): Add support for std::optional<>-like types lacking bool conversion. Abseil Team 2024-10-01 09:32:16 -07:00
  • d65a3d368d added MOCK_METHOD argument limit to FAQ miacodehub 2024-09-27 00:27:48 +05:30
  • 15de0806de
    Update actions.md XAMeLeOH 2024-09-26 01:07:02 +02:00
  • 3791582b6f
    Merge pull request #1 from XAMeLeOH/XAMeLeOH-doc-matchers-include-namespace XAMeLeOH 2024-09-26 00:39:07 +02:00
  • a8b80f122b
    Update matchers.md: include and namespace instructions XAMeLeOH 2024-09-26 00:16:25 +02:00
  • 4cc8240c5a
    update to make sure the source directory and build directory are different Khobaib 2024-09-24 09:38:23 +06:00
  • 500a4d8bde
    Update README.md Johnbad2000 2024-09-20 07:33:14 -04:00
  • 35025fa659
    Update LICENSE Johnbad2000 2024-09-20 00:36:05 -04:00
  • dd2551ed36
    Create devcontainer.json Johnbad2000 2024-09-20 00:35:03 -04:00
  • 0558d639df
    Merge 8ffc42998b2cea3604e3824b36cf9e05d5cc0ce6 into 6dae7eb4a5c3a169f3e298392bff4680224aa94a nickbrekhus 2024-09-17 20:01:16 +02:00
  • 6dae7eb4a5 Use matcher's description in AnyOf when matcher has no explanation. Abseil Team 2024-09-16 14:48:46 -07:00
  • 2aa1e7cc67 Correctly deal with abi::__cxa_demangle() on LCC makise-homura 2024-08-22 22:41:22 +03:00
  • 24699b4926 Extend NVC workaround for no-optimize-sibling-calls makise-homura 2024-08-22 21:24:31 +03:00
  • df6fa41e1b Eliminate -Wreturn-type (at least on LCC) makise-homura 2024-08-22 21:19:18 +03:00
  • 5b2ecaa64e Treat LCC as compiler different from GCC makise-homura 2024-08-22 21:12:11 +03:00
  • 0953a17a42 Automated Code Change Abseil Team 2024-08-29 08:16:49 -07:00