Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/googletest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-29Update matchers.mddinord-patch-1Dino Radaković
2021-09-29Update gmock-more-matchers.hDino Radaković
2021-09-28Add placeholder a bit farther from the endDino Radaković
2021-09-28Add placeholder text close to end of fileDino Radaković
2021-09-28Update matchers.mdDino Radaković
2021-09-28Googletest exportAbseil Team
Ensure `.what()` is printed in `ThrowsMessage(...)` to address https://github.com/google/googletest/issues/3582 Closes #3582 PiperOrigin-RevId: 399462851
2021-09-24Merge pull request #3195 from Inujel:fix-3194dinord
PiperOrigin-RevId: 398271948
2021-09-24Merge pull request #3573 from cclauss:patch-1dinord
PiperOrigin-RevId: 397998384
2021-09-24Merge pull request #3574 from Vertexwahn:switch_to_native_cc_rulesdinord
PiperOrigin-RevId: 397995447
2021-09-24Googletest exportAbseil Team
Do not attempt to continue running a test suite if it already failed during `SetUpTestSuite`. The suite already failed and running the tests might just add noise to the run, or even crash the process unnecessarily. Fixes #2187 PiperOrigin-RevId: 397770405
2021-09-24Internal changeAbseil Team
PiperOrigin-RevId: 397651677
2021-09-17Remove bazelbuild/rules_cc dependencyVertexwahn
2021-09-16Fix typos discovered by codespellChristian Clauss
2021-09-16Fix typos discovered by codespellChristian Clauss
2021-09-16Fix typo discovered by codespellChristian Clauss
https://pypi.org/project/codespell/
2021-09-16Merge pull request #3519 from AkashKumarSingh11032001:masterDerek Mauro
PiperOrigin-RevId: 397082478
2021-09-16Googletest exportAbseil Team
Add a caveat section for potential memory leak with derived classes using `SetUpTestSuite`. PiperOrigin-RevId: 396986728
2021-09-15Googletest exportdmauro
Delete unsupported/deprecated scripts PiperOrigin-RevId: 396847020
2021-09-15Googletest exportAbseil Team
gmock-internal-utils.cc: Use `static_cast` instead of implicit conversion between signed and unsigned types Fixes #3550 PiperOrigin-RevId: 396826071
2021-09-15Googletest exportdmauro
Rollback delete of unsupported/deprecated scripts PiperOrigin-RevId: 396699187
2021-09-15Googletest exportdmauro
Delete unsupported/deprecated scripts PiperOrigin-RevId: 396685976
2021-09-15Googletest exportAbseil Team
Introduce GMOCK_FLAG_GET and GMOCK_FLAG_SET macros. PiperOrigin-RevId: 396649214
2021-09-15Revert grammatically incorrect changeDerek Mauro
2021-09-14Googletest exportAbseil Team
Avoid segfault on null premature_exit_filepath. PiperOrigin-RevId: 395965853
2021-08-26Merge pull request #3531 from theidexisted:patch-1CJ Johnson
PiperOrigin-RevId: 392720416
2021-08-24Merge pull request #3513 from victordk13:patch-1CJ Johnson
PiperOrigin-RevId: 392665206
2021-08-24Googletest exportAbseil Team
Bump `cmake_minimum_required` to 3.5. Delete conditional branches exclusive to older versions. Notable dependents: - github.com/grpc/grpc >= 3.5.1 - github.com/abseil/abseil-cpp >= 3.5 - github.com/googleapis/google-cloud-cpp >= 3.5 On the other hand, github.com/protocolbuffers/protobuf is >= 3.1.3, but it only depends on GoogleTest 1.10. Fixes #3523 PiperOrigin-RevId: 392073834
2021-08-20Googletest exportAbseil Team
Standardize access to GoogleTest flags on GTEST_FLAG_GET/GTEST_FLAG_SET Custom implementations can decide how access to flags is performed depending on the implementation of flags being used. PiperOrigin-RevId: 391971115
2021-08-19Simplify example code with c++11theidexisted
2021-08-13Merge pull request #3504 from duianto:patch-1Derek Mauro
PiperOrigin-RevId: 390486428
2021-08-13Merge pull request #3511 from berkeyvx:typoDerek Mauro
PiperOrigin-RevId: 390467627
2021-08-13Googletest exportAbseil Team
Identify bad specs of the type (const something, ...). PiperOrigin-RevId: 390346843
2021-08-10Googletest exportdmauro
Remove deprecated/unsupported scripts PiperOrigin-RevId: 389873391
2021-08-10Googletest exportdmauro
Fix a Python 2 to 3 issue PiperOrigin-RevId: 389720056
2021-08-10Merge pull request #2 from ↵Akash Kumar Singh
AkashKumarSingh11032001/AkashKumarSingh11032001-patch-2 add a missing 'a'
2021-08-10add a missing 'a'Akash Kumar Singh
added a missing 'a' in line 72.
2021-08-10Create CONTRIBUTING.mdAkash Kumar Singh
In line number 39 I added an anchor tag in "see detail above", it will redirect user to to particular section i.e. Contributor License Agreements section.
2021-08-06Internal changeAbseil Team
PiperOrigin-RevId: 389163232
2021-08-06Format test properties in xml printervictordk13
2021-08-05typo fix gmock_cook_bookBerke
2021-08-04Googletest exportAbseil Team
Format documentation PiperOrigin-RevId: 388592443
2021-08-04Googletest exportAbseil Team
Introduce a new matcher for unescaping Base-64 strings to gmock. PiperOrigin-RevId: 388471904
2021-08-04Googletest exportAbseil Team
Standardize access to GoogleTest flags on GTEST_FLAG_GET/GTEST_FLAG_SET Custom implementations can decide how access to flags is performed depending on the implementation of flags being used. PiperOrigin-RevId: 388181424
2021-08-04Googletest exportAbseil Team
Proliferation of inclusive language. PiperOrigin-RevId: 387535677
2021-07-29Typo, double "the"duianto
2021-07-29Internal changeAbseil Team
PiperOrigin-RevId: 387381497
2021-07-29Merge pull request #3499 from slowy07:fixingdinord
PiperOrigin-RevId: 386888057
2021-07-24fix: typo codespelling commentslowy07
2021-07-22Googletest exportAbseil Team
Delete GOOGLETEST_CM.* tags from C++ code. PiperOrigin-RevId: 386268534
2021-07-22Googletest exportAbseil Team
Fix include guards in gen_pred_test.py PiperOrigin-RevId: 386052814