aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-02Bump version to v1.14 in preparation for releasev1.14.0-prev1.14.0v1.14.xDerek Mauro1-1/+1
2023-08-02Remove the GTEST_HAS_DOWNCAST_ customization point.Derek Mauro1-14/+4
2023-08-02Add googletest-message-test to the Bazel testsDerek Mauro1-0/+1
2023-08-01Make testing::Message support streamed AbslStringify valuesPhoebe Liang2-2/+57
2023-08-01Update GoogleTest dependenciesDerek Mauro2-20/+20
2023-07-31Merge pull request #4325 from juliencombattelli:mainCopybara-Service1-1/+1
2023-07-29Use #if and not #ifdef to check filesystem supportJulien Combattelli1-1/+1
2023-07-28Adjust includes to use <> instead of "", consistent with quickstart pages.Abseil Team6-8/+8
2023-07-24Merge pull request #4317 from mrfeod:patch-1Copybara-Service1-2/+2
2023-07-21Make `AbslStringify` usage public in GoogleTestAbseil Team2-0/+50
2023-07-19Remove unused cast implementationDerek Mauro1-41/+0
2023-07-19Fix typo in gmock_cook_book.mdAnton Sosnin1-2/+2
2023-07-18Merge pull request #4313 from kimvaleen:mainCopybara-Service2-15/+16
2023-07-18Merge pull request #4302 from ciband:feat/nrf52Copybara-Service5-5/+11
2023-07-11Merge pull request #4308 from smr99:fix-float-castCopybara-Service1-2/+2
2023-07-11Fixed variables that could be declared 'const'kimvaleen2-2/+2
2023-07-07Update docstring of PrintWithFallback(..) to reflect the recently changed ord...Abseil Team1-1/+1
2023-07-03Use template type FloatType in the cast.Steve Robbins1-2/+2
2023-06-30Fix C++20 compatibility bug.Mike Kruskal3-8/+8
2023-06-30Make GoogleTest handle SEH exceptions before stack unwinding rather than afte...Abseil Team2-46/+27
2023-06-29Change `::testing` to `testing` in Testing Reference docAbseil Team1-35/+35
2023-06-28Print stack traces on SEH exceptions on WindowsAbseil Team1-18/+21
2023-06-27On platforms without a file system, don't log an error when noDerek Mauro1-2/+4
2023-06-27Resolve an issue where the resolution of `operator<<` overloads would attempt...Abseil Team2-2/+20
2023-06-27add support for nrf52Chris Johnson5-5/+9
2023-06-26Merge pull request #4300 from eltociear:patch-1Copybara-Service1-2/+2
2023-06-26Merge pull request #4301 from ciband:feat/qn9090Copybara-Service3-3/+6
2023-06-22Merge branch 'google:main' into feat/qn9090Chris Johnson17-199/+151
2023-06-22add support for nxp qn9090 mcuChris Johnson3-3/+6
2023-06-23Fix typo in googletest-catch-exceptions-test.pyIkko Eltociear Ashimine1-2/+2
2023-06-22Update code examples in the gMock Cookbook following C++ best practices.Abseil Team1-22/+24
2023-06-21Merge pull request #4293 from juan-lunarg:juan/fix_remaining_cmake_versionCopybara-Service3-80/+37
2023-06-20cmake: Remove remaining checks for CMAKE_VERSIONJuan Ramos3-78/+35
2023-06-20Merge pull request #4290 from juan-lunarg:juan/cmake_version_cleanupCopybara-Service3-26/+0
2023-06-20cmake: Clean up policy codeJuan Ramos3-26/+0
2023-06-20Merge pull request #4282 from zencatalyst:patch-1Copybara-Service1-4/+4
2023-06-20Merge pull request #4288 from juan-lunarg:juan/cmake_min_3_dot_6Copybara-Service4-18/+8
2023-06-20Merge pull request #4286 from ryandesign:patch-1Copybara-Service1-3/+3
2023-06-19cmake: Raise min to 3.6Juan Ramos4-18/+8
2023-06-19Change C++11 requirement to C++14Ryan Schmidt1-3/+3
2023-06-16Merge pull request #4267 from niranjan-nilakantan:niranjan-nilakantan/issue4266Copybara-Service1-0/+4
2023-06-16Update README.mdKasra Hashemi1-4/+4
2023-06-15Allow clients to un-suppress output from gUnit EXPECT_EXIT tests.Abseil Team4-6/+9
2023-06-14Skip entire test suite with `GTEST_SKIP()` in `SetUpTestSuite`Dino Radakovic3-4/+21
2023-06-12Merge pull request #4188 from Mizzrym1:componentCopybara-Service2-0/+6
2023-06-09internal g3doc documentation change.Abseil Team1-1/+1
2023-06-06Merge pull request #4269 from elupus:patch-3Copybara-Service1-2/+2
2023-06-05Merge pull request #4260 from pratyush3757:readme_table_fixCopybara-Service1-34/+33
2023-06-02Check for file system for current directoryJoakim Plate1-2/+2
2023-06-02change table to unordered listPro37571-34/+32