summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* change table to unordered listrefs/pull/4260/headPro37572023-06-011-34/+32
* Merge branch 'google:main' into readme_table_fixPratyush Choudhary2023-06-014-40/+30
|\
| * Copy supported platforms from README onto https://google.github.io/googletest...Dino Radakovic2023-06-011-33/+6
| * Provide example for setting C++ language standard in GoogleTest's Bazel quick...Dino Radakovic2023-05-311-1/+8
| * Update GoogleTest to RE2 release `2023-06-01`.Paul Wankadia2023-05-311-4/+4
| * 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
| |/
* | fix README tablePro37572023-05-301-23/+23
|/
* Merge pull request #4250 from shlomnissan:cmake-quickstart-updateCopybara-Service2023-05-222-4/+5
|\
| * Add CXX_STANDARD_REQUIRED to CMake quickstartrefs/pull/4250/headShlomi Nissan2023-05-212-4/+5
|/
* Fix typo in version number example in READMEDino Radakovic2023-05-171-1/+1
* Explicitly document googletest release tag formatDino Radakovic2023-05-161-0/+2
* Merge pull request #4231 from yagneshprajapati:mainCopybara-Service2023-05-151-12/+34
|\
| * Update README.mdrefs/pull/4231/headyagneshprajapati2023-05-111-1/+0
| * Update README.mdyagneshprajapati2023-05-111-2/+2
| * Update README.mdyagneshprajapati2023-05-111-1/+1
| * Update README.mdyagneshprajapati2023-05-071-13/+14
* | Merge pull request #4234 from pateldeev:missing_depCopybara-Service2023-05-151-0/+1
|\ \
| * | Add missing absl dependency from build.refs/pull/4234/headpateldeev2023-05-081-0/+1
| |/
* | 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-024-14/+35
|\
| * Merge branch 'main' into fixes_std_pair_diffrefs/pull/4146/headAndy Soffer2023-05-0192-1079/+1324
| |\ | |/ |/|
* | 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-283-10/+14
* | | Add qualifier to avoid argument dependent lookupTom Hughes2023-04-281-1/+1
* | | Use Abseil Flag public API for flag parsing.Abseil Team2023-04-264-30/+67
|/ /
* | Merge pull request #4225 from TurboGawron:non_moveable_struct_fixCopybara-Service2023-04-251-13/+13
|\ \
| * | gmock: fix issue #4222refs/pull/4225/headPatryk GawroĊ„ski2023-04-241-13/+13
|/ /
* | Use '=default' to define trivial constructor/destructorsrefs/pull/4221/headTom Hughes2023-04-2130-96/+96
* | Use the empty method to check for emptinessTom Hughes2023-04-211-1/+1
* | Add missing std includesTom Hughes2023-04-2028-0/+80
* | 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 #4219 from jerylvaz:mainCopybara-Service2023-04-171-1/+2
|\ \
| * | Suppress a clang-tidy warning in the MATCHER_P macrorefs/pull/4219/headJeryl Vaz2023-04-141-0/+1
* | | Update gMock Cookbook to reflect deprecation of testing::ByMoveAbseil Team2023-04-171-18/+13
|/ /
* | 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
* | | Fix FunctionMocker compilation slowdown in 9d21db9e0a60a1ea61ec19331c9bc0dd33...Abseil Team2023-04-111-18/+55
* | | 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
* | | Update naming to "GoogleTest" in the GoogleTest Primer.Abseil Team2023-03-291-34/+34
* | | Merge pull request #4103 from gonzalobg:bugfix/nvcxx_supportCopybara-Service2023-03-281-1/+1
|\ \ \