summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to v1.14 in preparation for releasev1.14.0-prev1.14.0v1.14.xDerek Mauro2023-08-021-1/+1
* Remove the GTEST_HAS_DOWNCAST_ customization point.Derek Mauro2023-08-021-14/+4
* Add googletest-message-test to the Bazel testsDerek Mauro2023-08-021-0/+1
* Make testing::Message support streamed AbslStringify valuesPhoebe Liang2023-08-012-2/+57
* Update GoogleTest dependenciesDerek Mauro2023-08-012-20/+20
* Merge pull request #4325 from juliencombattelli:mainCopybara-Service2023-07-311-1/+1
|\
| * Use #if and not #ifdef to check filesystem supportrefs/pull/4325/headJulien Combattelli2023-07-291-1/+1
* | Adjust includes to use <> instead of "", consistent with quickstart pages.Abseil Team2023-07-286-8/+8
|/
* Merge pull request #4317 from mrfeod:patch-1Copybara-Service2023-07-241-2/+2
|\
| * Fix typo in gmock_cook_book.mdrefs/pull/4317/headAnton Sosnin2023-07-191-2/+2
* | Make `AbslStringify` usage public in GoogleTestAbseil Team2023-07-212-0/+50
* | 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-185-5/+11
|\ \
| * | add support for nrf52refs/pull/4302/headChris Johnson2023-06-275-5/+9
* | | 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-013-8/+8
* | Make GoogleTest handle SEH exceptions before stack unwinding rather than afte...Abseil Team2023-06-302-46/+27
* | Change `::testing` to `testing` in Testing Reference docAbseil Team2023-06-291-35/+35
* | Print stack traces on SEH exceptions on WindowsAbseil Team2023-06-281-18/+21
* | On platforms without a file system, don't log an error when noDerek Mauro2023-06-281-2/+4
* | Resolve an issue where the resolution of `operator<<` overloads would attempt...Abseil Team2023-06-272-2/+20
* | Merge pull request #4300 from eltociear:patch-1Copybara-Service2023-06-271-2/+2
|\ \ | |/ |/|
| * Fix typo in googletest-catch-exceptions-test.pyrefs/pull/4300/headIkko Eltociear Ashimine2023-06-221-2/+2
* | Merge pull request #4301 from ciband:feat/qn9090Copybara-Service2023-06-263-3/+6
|\ \ | |/ |/|
| * Merge branch 'google:main' into feat/qn9090refs/pull/4301/headChris Johnson2023-06-2217-199/+151
| |\ | |/ |/|
* | Update code examples in the gMock Cookbook following C++ best practices.Abseil Team2023-06-221-22/+24
* | Merge pull request #4293 from juan-lunarg:juan/fix_remaining_cmake_versionCopybara-Service2023-06-213-80/+37
|\ \
| * | cmake: Remove remaining checks for CMAKE_VERSIONrefs/pull/4293/headJuan Ramos2023-06-213-78/+35
|/ /
* | Merge pull request #4290 from juan-lunarg:juan/cmake_version_cleanupCopybara-Service2023-06-203-26/+0
|\ \
| * | cmake: Clean up policy coderefs/pull/4290/headJuan Ramos2023-06-203-26/+0
|/ /
* | Merge pull request #4282 from zencatalyst:patch-1Copybara-Service2023-06-201-4/+4
|\ \
| * | Update README.mdrefs/pull/4282/headKasra Hashemi2023-06-161-4/+4
* | | Merge pull request #4288 from juan-lunarg:juan/cmake_min_3_dot_6Copybara-Service2023-06-204-18/+8
|\ \ \
| * | | cmake: Raise min to 3.6refs/pull/4288/headJuan Ramos2023-06-194-18/+8
* | | | Merge pull request #4286 from ryandesign:patch-1Copybara-Service2023-06-201-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Change C++11 requirement to C++14refs/pull/4286/headRyan Schmidt2023-06-191-3/+3
|/ / /
* | | Merge pull request #4267 from niranjan-nilakantan:niranjan-nilakantan/issue4266Copybara-Service2023-06-161-0/+4
|\ \ \ | |/ / |/| |
| * | Ignore the .cache directory create by VSCode.refs/pull/4267/headNiranjan Nilakantan2023-06-011-0/+4
* | | Allow clients to un-suppress output from gUnit EXPECT_EXIT tests.Abseil Team2023-06-154-6/+9
* | | Skip entire test suite with `GTEST_SKIP()` in `SetUpTestSuite`Dino Radakovic2023-06-143-4/+21
* | | Merge pull request #4188 from Mizzrym1:componentCopybara-Service2023-06-122-0/+6
|\ \ \
| * | | Add COMPONENT to installrefs/pull/4188/headMaciej SroczyƄski2023-03-142-0/+6
* | | | internal g3doc documentation change.Abseil Team2023-06-091-1/+1
* | | | Merge pull request #4269 from elupus:patch-3Copybara-Service2023-06-061-2/+2
|\ \ \ \
| * | | | Check for file system for current directoryrefs/pull/4269/headJoakim Plate2023-06-021-2/+2
* | | | | Merge pull request #4260 from pratyush3757:readme_table_fixCopybara-Service2023-06-051-34/+33
|\ \ \ \ \ | |/ / / / |/| | | |