summaryrefslogtreecommitdiffstats
path: root/googletest
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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 branch 'google:main' into feat/qn9090refs/pull/4301/headChris Johnson2023-06-2210-98/+70
| |\ \ | | |/
| | * Merge pull request #4293 from juan-lunarg:juan/fix_remaining_cmake_versionCopybara-Service2023-06-212-63/+28
| | |\
| | | * cmake: Remove remaining checks for CMAKE_VERSIONrefs/pull/4293/headJuan Ramos2023-06-212-61/+26
| | |/
| | * cmake: Clean up policy coderefs/pull/4290/headJuan Ramos2023-06-202-18/+0
| | * Merge pull request #4288 from juan-lunarg:juan/cmake_min_3_dot_6Copybara-Service2023-06-201-2/+1
| | |\
| | | * cmake: Raise min to 3.6refs/pull/4288/headJuan Ramos2023-06-191-2/+1
| | * | Change C++11 requirement to C++14refs/pull/4286/headRyan Schmidt2023-06-191-3/+3
| | |/
| | * 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
| | * | Check for file system for current directoryrefs/pull/4269/headJoakim Plate2023-06-021-2/+2
| * | | add support for nxp qn9090 mcuChris Johnson2023-06-223-3/+6
| |/ /
| * | Merge pull request #4256 from niranjan-nilakantan:niranjan-nilakantan/issue4255Copybara-Service2023-05-301-2/+12
| |\ \
| | * | Disable some warnings for IntelLLVM on Windows.refs/pull/4256/headniranjan2023-05-251-0/+3
| | * | Build googletest with IntelLLVM compilers.Niranjan Nilakantan2023-05-241-2/+8
| |/ /
| * | Merge pull request #4250 from shlomnissan:cmake-quickstart-updateCopybara-Service2023-05-221-4/+4
| |\ \
| | * | Add CXX_STANDARD_REQUIRED to CMake quickstartrefs/pull/4250/headShlomi Nissan2023-05-211-4/+4
| |/ /
| * | Give CreateArgvFromArgs internal linkageAbseil Team2023-05-111-1/+4
| * | This trips up when compiling with -Wvla otherwise.Abseil Team2023-05-051-2/+2
| * | Merge pull request #4146 from lygstate:fixes_std_pair_diffCopybara-Service2023-05-022-5/+31
| |\ \
| | * \ Merge branch 'main' into fixes_std_pair_diffrefs/pull/4146/headAndy Soffer2023-05-0153-748/+856
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #4227 from Vertexwahn:fix-spellingCopybara-Service2023-05-014-4/+4
| |\ \ \
| | * | | Fix spellingrefs/pull/4227/headVertexwahn2023-04-254-4/+4
| * | | | Use GTEST_INTERNAL_CPLUSPLUS_LANG instead of __cplusplusDino Radakovic2023-04-281-8/+9
| * | | | Use Abseil Flag public API for flag parsing.Abseil Team2023-04-263-26/+63
| |/ / /
| * | | Use '=default' to define trivial constructor/destructorsrefs/pull/4221/headTom Hughes2023-04-2114-48/+48
| * | | Add missing std includesTom Hughes2023-04-2015-0/+37
| * | | Use std::make_uniqueTom Hughes2023-04-201-1/+1
| * | | Fix spellingTom Hughes2023-04-201-4/+4
| * | | Add missing std includesTom Hughes2023-04-207-59/+66
| * | | Make parameter names in function declaration match the names in theTom Hughes2023-04-201-10/+10
| * | | Merge pull request #3993 from pgroke-dt:work-around-GCC-11-ADL-bugCopybara-Service2023-04-121-6/+7
| |\ \ \
| | * | | work around GCC 6~11 ADL bugrefs/pull/3993/headPaul Groke2022-09-151-6/+7
| * | | | Support --gtest_stream_result_to on macOSAbseil Team2023-04-112-2/+3
| * | | | gtest.cc: run tests within a test suite in a deterministic order.Abseil Team2023-04-051-0/+20
| * | | | Rolled back due to breaking existing tests.Abseil Team2023-04-031-20/+0
| * | | | gtest.cc: run tests within a test suite in a deterministic order.Aaron Jacobs2023-03-301-0/+20
| * | | | Merge pull request #4103 from gonzalobg:bugfix/nvcxx_supportCopybara-Service2023-03-281-1/+1
| |\ \ \ \
| | * | | | Add doc commentrefs/pull/4103/headgonzalobg2023-03-231-1/+1
| | * | | | Fix warnings with nvc++ as the compilerGonzalo Brito Gadeschi2022-12-281-1/+1
| * | | | | Internal Code ChangeAbseil Team2023-03-242-5/+5
| * | | | | Internal Code ChangeAbseil Team2023-03-235-12/+9
| * | | | | gtest.cc: add a newline after a failure when there is no OS stack trace.Aaron Jacobs2023-03-234-15/+21
| * | | | | Fix minor bug -- if ExecDeathTestChildMain() ever returns, we should exitAbseil Team2023-03-211-2/+1