- 30 Sep, 2021 1 commit
-
-
Abseil Team authored
googletest: Add printer for {std,absl}::nullopt. PiperOrigin-RevId: 399928554
-
- 28 Sep, 2021 1 commit
-
-
Abseil Team authored
Ensure `.what()` is printed in `ThrowsMessage(...)` to address https://github.com/google/googletest/issues/3582 Closes #3582 PiperOrigin-RevId: 399462851
-
- 23 Sep, 2021 5 commits
-
-
dinord authored
PiperOrigin-RevId: 398271948
-
dinord authored
PiperOrigin-RevId: 397998384
-
dinord authored
PiperOrigin-RevId: 397995447
-
Abseil Team authored
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
-
Abseil Team authored
PiperOrigin-RevId: 397651677
-
- 17 Sep, 2021 1 commit
-
-
Vertexwahn authored
-
- 16 Sep, 2021 5 commits
-
-
Christian Clauss authored
-
Christian Clauss authored
-
-
Derek Mauro authored
PiperOrigin-RevId: 397082478
-
Abseil Team authored
Add a caveat section for potential memory leak with derived classes using `SetUpTestSuite`. PiperOrigin-RevId: 396986728
-
- 15 Sep, 2021 6 commits
-
-
dmauro authored
Delete unsupported/deprecated scripts PiperOrigin-RevId: 396847020
-
Abseil Team authored
gmock-internal-utils.cc: Use `static_cast` instead of implicit conversion between signed and unsigned types Fixes #3550 PiperOrigin-RevId: 396826071
-
dmauro authored
Rollback delete of unsupported/deprecated scripts PiperOrigin-RevId: 396699187
-
dmauro authored
Delete unsupported/deprecated scripts PiperOrigin-RevId: 396685976
-
Abseil Team authored
Introduce GMOCK_FLAG_GET and GMOCK_FLAG_SET macros. PiperOrigin-RevId: 396649214
-
Derek Mauro authored
-
- 14 Sep, 2021 1 commit
-
-
Abseil Team authored
Avoid segfault on null premature_exit_filepath. PiperOrigin-RevId: 395965853
-
- 26 Aug, 2021 1 commit
-
-
CJ Johnson authored
PiperOrigin-RevId: 392720416
-
- 24 Aug, 2021 2 commits
-
-
CJ Johnson authored
PiperOrigin-RevId: 392665206
-
Abseil Team authored
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
-
- 20 Aug, 2021 1 commit
-
-
Abseil Team authored
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
-
- 19 Aug, 2021 1 commit
-
-
theidexisted authored
-
- 13 Aug, 2021 3 commits
-
-
Derek Mauro authored
PiperOrigin-RevId: 390486428
-
Derek Mauro authored
PiperOrigin-RevId: 390467627
-
Abseil Team authored
Identify bad specs of the type (const something, ...). PiperOrigin-RevId: 390346843
-
- 10 Aug, 2021 5 commits
-
-
dmauro authored
Remove deprecated/unsupported scripts PiperOrigin-RevId: 389873391
-
dmauro authored
Fix a Python 2 to 3 issue PiperOrigin-RevId: 389720056
-
Akash Kumar Singh authored
add a missing 'a'
-
Akash Kumar Singh authored
added a missing 'a' in line 72.
-
Akash Kumar Singh authored
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.
-
- 06 Aug, 2021 2 commits
-
-
Abseil Team authored
PiperOrigin-RevId: 389163232
-
victordk13 authored
-
- 05 Aug, 2021 1 commit
-
-
Berke authored
-
- 04 Aug, 2021 4 commits
-
-
Abseil Team authored
Format documentation PiperOrigin-RevId: 388592443
-
Abseil Team authored
Introduce a new matcher for unescaping Base-64 strings to gmock. PiperOrigin-RevId: 388471904
-
Abseil Team authored
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
-
Abseil Team authored
Proliferation of inclusive language. PiperOrigin-RevId: 387535677
-