summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Export Test - Do Not MergeB4DE7B5F4F45390ABCFB887AFADA9303Abseil Team2021-10-133-0/+69
| | | | | | Add printer for __{u,}int128_t. PiperOrigin-RevId: 402417369
* Export Test - Do Not MergeAbseil Team2021-10-131-0/+1
| | | | | | add missing using ::testing::DoAll when DoAll used in example PiperOrigin-RevId: 402416497
* Merge pull request #3602 from yesudeep:try-fix-linker-errors-on-freebsdAndy Soffer2021-10-131-0/+12
|\ | | | | | | PiperOrigin-RevId: 402414489
| * Fix linker errors on FreeBSD.Yesudeep Mangalapilly2021-10-081-0/+12
| |
* | Export Test - Do Not MergeAbseil Team2021-10-131-2/+2
|/ | | | | | | | Use newer Docker images in CI The new floor image contains GCC 5.5.0, like the old one. PiperOrigin-RevId: 402402465
* Merge pull request #3581 from cclauss:codespelldinord2021-10-057-9/+9
|\ | | | | | | PiperOrigin-RevId: 400792845
| * Fix remaining typos discovered by codespellChristian Clauss2021-09-247-9/+9
| |
* | Googletest exportAbseil Team2021-09-303-0/+11
| | | | | | | | | | googletest: Add printer for {std,absl}::nullopt. PiperOrigin-RevId: 399928554
* | Googletest exportAbseil Team2021-09-282-10/+8
|/ | | | | | | | Ensure `.what()` is printed in `ThrowsMessage(...)` to address https://github.com/google/googletest/issues/3582 Closes #3582 PiperOrigin-RevId: 399462851
* Merge pull request #3195 from Inujel:fix-3194dinord2021-09-232-11/+8
|\ | | | | | | PiperOrigin-RevId: 398271948
| * Using auto instead of container::const_iteratorJulien JEMINE2020-12-292-11/+8
| |
* | Merge pull request #3573 from cclauss:patch-1dinord2021-09-233-9/+9
|\ \ | | | | | | | | | PiperOrigin-RevId: 397998384
| * | Fix typos discovered by codespellChristian Clauss2021-09-161-3/+3
| | |
| * | Fix typos discovered by codespellChristian Clauss2021-09-161-5/+5
| | |
| * | Fix typo discovered by codespellChristian Clauss2021-09-161-1/+1
| | | | | | | | | https://pypi.org/project/codespell/
* | | Merge pull request #3574 from Vertexwahn:switch_to_native_cc_rulesdinord2021-09-235-25/+0
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 397995447
| * | | Remove bazelbuild/rules_cc dependencyVertexwahn2021-09-175-25/+0
| |/ /
* | | Googletest exportAbseil Team2021-09-234-8/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Internal changeAbseil Team2021-09-231-6/+6
|/ / | | | | | | PiperOrigin-RevId: 397651677
* | Merge pull request #3519 from AkashKumarSingh11032001:masterDerek Mauro2021-09-161-1/+2
|\ \ | | | | | | | | | PiperOrigin-RevId: 397082478
| * | Revert grammatically incorrect changeDerek Mauro2021-09-151-1/+1
| | |
| * | Merge pull request #2 from ↵Akash Kumar Singh2021-08-101-1/+1
| |\ \ | | | | | | | | | | | | | | | | AkashKumarSingh11032001/AkashKumarSingh11032001-patch-2 add a missing 'a'
| | * | add a missing 'a'Akash Kumar Singh2021-08-101-1/+1
| |/ / | | | | | | added a missing 'a' in line 72.
| * | Create CONTRIBUTING.mdAkash Kumar Singh2021-08-101-1/+1
| | | | | | | | | 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.
* | | Googletest exportAbseil Team2021-09-161-1/+10
| | | | | | | | | | | | | | | | | | Add a caveat section for potential memory leak with derived classes using `SetUpTestSuite`. PiperOrigin-RevId: 396986728
* | | Googletest exportdmauro2021-09-151-4/+0
| | | | | | | | | | | | | | | | | | Delete unsupported/deprecated scripts PiperOrigin-RevId: 396847020
* | | Googletest exportAbseil Team2021-09-151-2/+2
| | | | | | | | | | | | | | | | | | | | | gmock-internal-utils.cc: Use `static_cast` instead of implicit conversion between signed and unsigned types Fixes #3550 PiperOrigin-RevId: 396826071
* | | Googletest exportdmauro2021-09-151-0/+4
| | | | | | | | | | | | | | | | | | Rollback delete of unsupported/deprecated scripts PiperOrigin-RevId: 396699187
* | | Googletest exportdmauro2021-09-151-4/+0
| | | | | | | | | | | | | | | | | | Delete unsupported/deprecated scripts PiperOrigin-RevId: 396685976
* | | Googletest exportAbseil Team2021-09-1524-3735/+151
| | | | | | | | | | | | | | | | | | Introduce GMOCK_FLAG_GET and GMOCK_FLAG_SET macros. PiperOrigin-RevId: 396649214
* | | Googletest exportAbseil Team2021-09-141-1/+1
| | | | | | | | | | | | | | | | | | Avoid segfault on null premature_exit_filepath. PiperOrigin-RevId: 395965853
* | | Merge pull request #3531 from theidexisted:patch-1CJ Johnson2021-08-261-4/+1
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 392720416
| * | | Simplify example code with c++11theidexisted2021-08-191-4/+1
| | | |
* | | | Merge pull request #3513 from victordk13:patch-1CJ Johnson2021-08-241-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 392665206
| * | | | Format test properties in xml printervictordk132021-08-061-3/+3
| | | | |
* | | | | Googletest exportAbseil Team2021-08-243-20/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Googletest exportAbseil Team2021-08-201-3/+3
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge pull request #3504 from duianto:patch-1Derek Mauro2021-08-131-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 390486428
| * | | | Typo, double "the"duianto2021-07-291-1/+1
| | | | |
* | | | | Merge pull request #3511 from berkeyvx:typoDerek Mauro2021-08-131-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 390467627
| * | | | | typo fix gmock_cook_bookBerke2021-08-051-1/+1
| | |/ / / | |/| | |
* | | | | Googletest exportAbseil Team2021-08-131-43/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Identify bad specs of the type (const something, ...). PiperOrigin-RevId: 390346843
* | | | | Googletest exportdmauro2021-08-1010-3074/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove deprecated/unsupported scripts PiperOrigin-RevId: 389873391
* | | | | Googletest exportdmauro2021-08-101-1/+1
| |_|/ / |/| | | | | | | | | | | | | | | | | | | Fix a Python 2 to 3 issue PiperOrigin-RevId: 389720056
* | | | Internal changeAbseil Team2021-08-061-1/+1
|/ / / | | | | | | | | | PiperOrigin-RevId: 389163232
* | | Googletest exportAbseil Team2021-08-043-30/+25
| | | | | | | | | | | | | | | | | | Format documentation PiperOrigin-RevId: 388592443
* | | Googletest exportAbseil Team2021-08-046-10/+181
| | | | | | | | | | | | | | | | | | Introduce a new matcher for unescaping Base-64 strings to gmock. PiperOrigin-RevId: 388471904
* | | Googletest exportAbseil Team2021-08-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Googletest exportAbseil Team2021-08-041-4/+4
|/ / | | | | | | | | | | Proliferation of inclusive language. PiperOrigin-RevId: 387535677
* | Internal changeAbseil Team2021-07-291-6/+6
| | | | | | | | PiperOrigin-RevId: 387381497