summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add support for nrf52refs/pull/4302/headChris Johnson2023-06-275-5/+9
* 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
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | fix README tablePro37572023-05-301-23/+23
| | | | * add support for nxp qn9090 mcuChris Johnson2023-06-223-3/+6
| |_|_|/ |/| | |
* | | | 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
|/ /
* | 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
|\ \ \