summaryrefslogtreecommitdiffstats
path: root/googletest/include
Commit message (Expand)AuthorAgeFilesLines
* Workaround GCC 12 -Wrestrict false-positiveDerek Mauro2024-07-101-3/+3
* Make EXPECT_DEATH_IF_SUPPORTED work with matchersAbseil Team2024-05-132-26/+27
* Merge pull request #4527 from abhina-sree:abhina/add_zosCopybara-Service2024-05-061-1/+1
|\
| * add zos for death test supportrefs/pull/4527/headAbhina Sreeskantharajan2024-05-021-1/+1
* | Merge branch 'main' into default-enable-thread-support-for-Solaris-AIX-zOSrefs/pull/3991/headPaul Groke2024-05-0218-669/+1115
|\ \ | |/
| * Adds "IWYU pragma: export" to gtest-param-util.hAbseil Team2024-04-251-1/+1
| * Use `[[maybe_unused]]` when it is available to avoidDerek Mauro2024-04-164-72/+97
| * No external changeAbseil Team2024-04-051-1/+1
| * [gtest] Use `std::index_sequence` and friends instead of rolling our ownLawrence Wolf-Sonkin2024-04-042-48/+14
| * Merge pull request #4505 from to01z:add-winapi-partition-games-supportCopybara-Service2024-04-032-6/+9
| |\
| | * Add support for compiling GoogleTest for XboxTroels Gram2024-03-242-4/+8
| * | Automated Code ChangeAbseil Team2024-03-301-2/+2
| |/
| * Reland: Optimize Google Test process startupAbseil Team2024-03-084-91/+94
| * Revert Optimize Google Test process startupAbseil Team2024-03-054-94/+91
| * Optimize Google Test process startupAbseil Team2024-03-054-91/+94
| * Make sure that current_test_suite and current_test_info are mutex-protected w...Abseil Team2024-02-271-0/+16
| * gtest.h: add IWYU export pragmasAbseil Team2024-02-151-10/+10
| * Use _Exit instead of _exit in GoogleTestAbseil Team2024-02-071-1/+1
| * Destroy installed environments in normal code, not in static teardown.Abseil Team2024-02-071-1/+2
| * Fix double-promotion warnings in AppropriateResolution()Abseil Team2024-01-231-21/+28
| * googletest: Fix incorrect comment about `value_param` of `internal::MakeAndRe...Dino Radakovic2024-01-221-1/+1
| * If GTEST_NO_ABSL_FLAGS is #defined, then the Abseil flag libraryAbseil Team2024-01-181-5/+7
| * Make posix::FileNo available under !GTEST_HAS_FILE_SYSTEMAbseil Team2024-01-161-2/+9
| * Disable -Wfloat-equal in AppropriateResolution().Krzysztof KosiƄski2024-01-091-0/+7
| * Add `FAIL_AT` macro variant of `FAIL` matching `ADD_FAILURE`, `ADD_FAILURE_AT`Abseil Team2023-12-131-0/+1
| * Improve error message for invalid parameterized test names.Abseil Team2023-10-191-2/+2
| * gtest-death-test-internal: Delete obsolete string constantsDino Radakovic2023-10-171-3/+1
| * Resolve `-Wundef` triggering on `GTEST_CREATE_SHARED_LIBRARY` and `GTEST_LINK...Abseil Team2023-09-251-2/+2
| * Update C++ feature detection in `gtest-port.h` to rely on feature test macros...Abseil Team2023-09-221-24/+36
| * Use `absl::HasAbslStringify`, instead of the internal version.Abseil Team2023-09-212-15/+13
| * googletest: Add universal printer for `std::span`Dino Radakovic2023-08-252-2/+37
| * changed http to httpsrefs/pull/4349/headsthd2023-08-222-6/+6
| * Improve error message for invalid parameterized test names.Abseil Team2023-08-171-1/+3
| * Merge pull request #4330 from IncludeGuardian:remove-iomanipCopybara-Service2023-08-082-6/+4
| |\
| | * Remove public includes of `<iomanip>`refs/pull/4330/headElliot Goodrich2023-08-032-6/+4
| * | Remove the GTEST_HAS_DOWNCAST_ customization point.Derek Mauro2023-08-021-14/+4
| * | Make testing::Message support streamed AbslStringify valuesPhoebe Liang2023-08-011-2/+34
| * | Make `AbslStringify` usage public in GoogleTestAbseil Team2023-07-211-0/+22
| * | Remove unused cast implementationDerek Mauro2023-07-191-41/+0
| * | Merge pull request #4313 from kimvaleen:mainCopybara-Service2023-07-182-15/+16
| |\ \
| | * | Fixed variables that could be declared 'const'refs/pull/4313/headkimvaleen2023-07-112-2/+2
| * | | Merge pull request #4302 from ciband:feat/nrf52Copybara-Service2023-07-182-1/+3
| |\ \ \ | | |_|/ | |/| |
| | * | add support for nrf52refs/pull/4302/headChris Johnson2023-06-272-1/+3
| * | | Merge pull request #4308 from smr99:fix-float-castCopybara-Service2023-07-111-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | Use template type FloatType in the cast.refs/pull/4308/headSteve Robbins2023-07-041-2/+2
| * | | Update docstring of PrintWithFallback(..) to reflect the recently changed ord...Abseil Team2023-07-071-1/+1
| |/ /
| * | Fix C++20 compatibility bug.Mike Kruskal2023-07-012-4/+4
| * | Resolve an issue where the resolution of `operator<<` overloads would attempt...Abseil Team2023-06-271-2/+4
| |/
| * Merge branch 'google:main' into feat/qn9090refs/pull/4301/headChris Johnson2023-06-221-1/+4
| |\
| | * Allow clients to un-suppress output from gUnit EXPECT_EXIT tests.Abseil Team2023-06-151-1/+4