- cde9a74 Fix broken links in primer.md by Derek Mauro · 11 months ago
- 8495449 Fix data race in leak detection by Abseil Team · 11 months ago
- 530d5c8 Add `FAIL_AT` macro variant of `FAIL` matching `ADD_FAILURE`, `ADD_FAILURE_AT` by Abseil Team · 11 months ago
- eb80f75 Remove unnecessary conversion by Tom Hughes · 12 months ago
- b3a9ba2 Merge pull request #4426 from tamaskenez:cmake_external_absl_re2 by Copybara-Service · 12 months ago
- 8760db1 Skip find_package(Python3) when not building tests by Derek Mauro · 12 months ago
- 48b373f Allow using external absl and re2. by Tamas Kenez · 12 months ago
- 76bb2af Implement `testing::Rethrow` to throw exceptions more easily via `std::exception_ptr` by Abseil Team · 12 months ago
- b10fad3 Merge pull request #4397 from botovq:raise by Copybara-Service · 1 year, 1 month ago
- 5b7fd63 Export gmock-spec-builders. by Abseil Team · 1 year, 1 month ago
- 7f036c5 Add missing include for raise(3) by Theo Buehler · 1 year, 1 month ago
- 5183872 StartsWith: Explicitly construct matcher-typed strings from matchee parameter by Dino Radakovic · 1 year, 1 month ago
- 116b7e5 Improve error message for invalid parameterized test names. by Abseil Team · 1 year, 1 month ago
- 9bb354f s/::testing::/testing::/ in test documentation outside of using statements to align with best practice by Abseil Team · 1 year, 1 month ago
- 829c199 gtest-death-test-internal: Delete obsolete string constants by Dino Radakovic · 1 year, 1 month ago
- 2dd1c13 Fix RE::Init for Android and NetBSD. by Abseil Team · 1 year, 2 months ago
- beb552f gmock_cook_book: Document `DoAll`'s return type requirement by Dino Radakovic · 1 year, 2 months ago
- a6d7fa8 Merge pull request #4382 from idzm:fix_cmake_comments by Copybara-Service · 1 year, 2 months ago
- 2d09ed3 cmake: Fix comments in cmake files by Dzmitry Ivaniuk · 1 year, 2 months ago
- e47544a Resolve `-Wundef` triggering on `GTEST_CREATE_SHARED_LIBRARY` and `GTEST_LINKED_AS_SHARED_LIBRARY` with shared libraries in GoogleTest by Abseil Team · 1 year, 2 months ago
- 5bd0f08 Merge pull request #4374 from masbug:main by Copybara-Service · 1 year, 2 months ago
- e40661d Update C++ feature detection in `gtest-port.h` to rely on feature test macros where possible. by Abseil Team · 1 year, 2 months ago
- 80306a7 Use `absl::HasAbslStringify`, instead of the internal version. by Abseil Team · 1 year, 2 months ago
- 167a225 googletest: Update absl to version with HasAbslStringify by Dino Radakovic · 1 year, 2 months ago
- e27b194 Fix compile warnings in gmock-function-mocker.h by Mitja Spes · 1 year, 2 months ago
- adc5145 Update code with IWYU annotations. by Abseil Team · 1 year, 2 months ago
- 8be20cc Use the `empty()` method to check for emptiness instead of `length()` by Abseil Team · 1 year, 2 months ago
- d1467f5 GoogleTest FAQ: minor punctuation fixes by Michael Hirshleifer · 1 year, 2 months ago
- 728ec52 Remove Googletest FAQ entry for obsolete `ProtocolMessageEquals` and `ProtocolMessageEquiv` by Michael Hirshleifer · 1 year, 2 months ago
- af5ddbd Merge pull request #4342 from tanzislam:prefer-tmpdir-on-android by Copybara-Service · 1 year, 2 months ago
- eab0e7e Merge pull request #4365 from tanzislam:fix-thread-count-after-thread-creation by Copybara-Service · 1 year, 2 months ago
- b86bf84 Count threads after thread-creation while still holding mutex lock by Tanzinul Islam · 1 year, 3 months ago
- edf9b49 Reuse TempDir() function by Tanzinul Islam · 1 year, 3 months ago
- 8a6feab googletest: Add universal printer for `std::span` by Dino Radakovic · 1 year, 3 months ago
- 460ae98 Merge pull request #4349 from sthd:httpToHttps by Copybara-Service · 1 year, 3 months ago
- f0eae4b changed http to https by sthd · 1 year, 3 months ago
- cb5cd96 Merge pull request #4343 from sthd:http-to-https by Copybara-Service · 1 year, 3 months ago
- c374da1 googletest: Replace http with https in links to docs by Dino Radakovic · 1 year, 3 months ago
- 61332bd CI: Update the Linux hybrid-latest docker container used for testing by Derek Mauro · 1 year, 3 months ago
- 762d3a7 Clean up typos: Exhaused => Exhausted by Abseil Team · 1 year, 3 months ago
- c759a58 Merge branch 'google:main' into http-to-https by Elior Schneider · 1 year, 3 months ago
- 722daa3 Update advanced.md by Elior Schneider · 1 year, 3 months ago
- 9fce548 Merge pull request #4322 from pgawro:ansi_colors by Copybara-Service · 1 year, 3 months ago
- 14d05f4 Prefer $TMPDIR to /data/local/tmp on Android by Tanzinul Islam · 1 year, 3 months ago
- 5e47c76 Merge branch 'google:main' into http-to-https by Elior Schneider · 1 year, 3 months ago
- f42da0e Improve error message for invalid parameterized test names. by Abseil Team · 1 year, 3 months ago
- e24cced googletest: ansi color fix by Patryk Gawroński · 1 year, 4 months ago
- 987e2256 Merge pull request #4333 from ngie-eign:gtest_help_test-fix-FreeBSD by Copybara-Service · 1 year, 3 months ago
- dd9a956 gtest_help_test: Make method names `snake_case`, conforming with [the style guide](https://google.github.io/styleguide/pyguide#316-naming) by Dino Radakovic · 1 year, 3 months ago
- 6513d02 gtest_help_test: Inline test helper functions by Dino Radakovic · 1 year, 3 months ago
- fc234d6 Merge pull request #4334 from ngie-eign:fix-RETest-non-ABSL by Copybara-Service · 1 year, 3 months ago
- d76e9e0 gtest_help_test: Delete obsolete helper `TestUnknownFlagWithAbseil` by Dino Radakovic · 1 year, 3 months ago
- 8ca57f1 Changed 2 public links from http to https by sthd · 1 year, 3 months ago
- 5b5ef29 Changed 3 public links from http to https by sthd · 1 year, 3 months ago
- 622ee5c Changed 2 public links from http to https by sthd · 1 year, 3 months ago
- 619601c Changed 3 public links from http to https by sthd · 1 year, 3 months ago
- 7e33b6a Specify SetUpTestSuite is required to be public. by Abseil Team · 1 year, 3 months ago
- 89b2557 Merge pull request #4330 from IncludeGuardian:remove-iomanip by Copybara-Service · 1 year, 4 months ago
- 77485ff Fix RETest/1.ImplicitConstructorWorks on non-ABSL platforms by Enji Cooper · 1 year, 4 months ago
- 22eb2de Fix GTestHelpTest.TestHelpFlag on FreeBSD by Enji Cooper · 1 year, 4 months ago
- 46db91e Merge pull request #4328 from robert-shade:suppress_unreachable_warning by Copybara-Service · 1 year, 4 months ago
- 6abc9e3 Make references to `#include`s consistent across docs by Dino Radakovic · 1 year, 4 months ago
- 9ef5e82 Remove public includes of `<iomanip>` by Elliot Goodrich · 1 year, 4 months ago
- 455fcb7 Merge pull request #4323 from pgawro:gtest_ExpectThrowTest_DoesNotGenerateUnreachableCodeWarning by Copybara-Service · 1 year, 4 months ago
- 429432e Avoid unreachable code warning by Robert Shade · 1 year, 4 months ago
- 843976e Update documentation to refer to v1.14 by Derek Mauro · 1 year, 4 months ago
- f8d7d77 Bump version to v1.14 in preparation for release by Derek Mauro · 1 year, 4 months ago v1.14.x v1.14.0 v1.14.0-pre
- 96683ee Remove the GTEST_HAS_DOWNCAST_ customization point. by Derek Mauro · 1 year, 4 months ago
- 58e37f7 Add googletest-message-test to the Bazel tests by Derek Mauro · 1 year, 4 months ago
- e7fd109 Make testing::Message support streamed AbslStringify values by Phoebe Liang · 1 year, 4 months ago
- 717d8ab Update GoogleTest dependencies by Derek Mauro · 1 year, 4 months ago
- 6f6ab42 Merge pull request #4325 from juliencombattelli:main by Copybara-Service · 1 year, 4 months ago
- efe6bb1 Use #if and not #ifdef to check filesystem support by Julien Combattelli · 1 year, 4 months ago
- c875c4e Adjust includes to use <> instead of "", consistent with quickstart pages. by Abseil Team · 1 year, 4 months ago
- 2f83a6e gtest: Supress warning about set unused variable by Patryk Gawroński · 1 year, 4 months ago
- 40412d8 Merge pull request #4317 from mrfeod:patch-1 by Copybara-Service · 1 year, 4 months ago
- 01e1837 Make `AbslStringify` usage public in GoogleTest by Abseil Team · 1 year, 4 months ago
- 1ed6a8c Remove unused cast implementation by Derek Mauro · 1 year, 4 months ago
- f014396 Fix typo in gmock_cook_book.md by Anton Sosnin · 1 year, 4 months ago
- d66ce58 Merge pull request #4313 from kimvaleen:main by Copybara-Service · 1 year, 4 months ago
- c541e7c Merge pull request #4302 from ciband:feat/nrf52 by Copybara-Service · 1 year, 4 months ago
- cc36671 Merge pull request #4308 from smr99:fix-float-cast by Copybara-Service · 1 year, 4 months ago
- c88e0b4 Fixed variables that could be declared 'const' by kimvaleen · 1 year, 4 months ago
- 4a1a299 Update docstring of PrintWithFallback(..) to reflect the recently changed ordering. by Abseil Team · 1 year, 5 months ago
- 3044657 Use template type FloatType in the cast. by Steve Robbins · 1 year, 5 months ago
- be03d00 Fix C++20 compatibility bug. by Mike Kruskal · 1 year, 5 months ago
- 1f531be Make GoogleTest handle SEH exceptions before stack unwinding rather than afterward by Abseil Team · 1 year, 5 months ago
- 251e720 Change `::testing` to `testing` in Testing Reference doc by Abseil Team · 1 year, 5 months ago
- 687c589 Print stack traces on SEH exceptions on Windows by Abseil Team · 1 year, 5 months ago
- 2acd538 On platforms without a file system, don't log an error when no by Derek Mauro · 1 year, 5 months ago
- f269e15 Resolve an issue where the resolution of `operator<<` overloads would attempt to instantiate the incomplete `testing::internal::Secret` type. by Abseil Team · 1 year, 5 months ago
- 091d7eb add support for nrf52 by Chris Johnson · 1 year, 6 months ago
- 8e32de8 Merge pull request #4300 from eltociear:patch-1 by Copybara-Service · 1 year, 5 months ago
- 372e81d Merge pull request #4301 from ciband:feat/qn9090 by Copybara-Service · 1 year, 5 months ago
- b2a2d36 Merge branch 'google:main' into feat/qn9090 by Chris Johnson · 1 year, 5 months ago
- e3d405f add support for nxp qn9090 mcu by Chris Johnson · 1 year, 5 months ago
- 1361c77 Fix typo in googletest-catch-exceptions-test.py by Ikko Eltociear Ashimine · 1 year, 5 months ago
- ec4fed9 Update code examples in the gMock Cookbook following C++ best practices. by Abseil Team · 1 year, 5 months ago
- af39146 Merge pull request #4293 from juan-lunarg:juan/fix_remaining_cmake_version by Copybara-Service · 1 year, 5 months ago
- 812f35b cmake: Remove remaining checks for CMAKE_VERSION by Juan Ramos · 1 year, 5 months ago