summaryrefslogtreecommitdiffstats
path: root/googletest/src/gtest-all.cc
Commit message (Collapse)AuthorAgeFilesLines
* Running clang-format over all of GoogleTestAbseil Team2022-03-151-1/+1
| | | | | | | | | | | | | | | | A few tests are examining code locations and looking af the resulting line numbers to verify that GoogleTest shows those to users correctly. Some of those locations change when clang-format is run. For those locations, I've wrapped portions in: // clang-format off ... // clang-format on There may be other locations that are currently not tickled by running clang-format. PiperOrigin-RevId: 434844712 Change-Id: I3a9f0a6f39eff741c576b6de389bef9b1d11139d
* Factor out AssertionResult into dedicated gtest-assertion-result header + ↵Abseil Team2022-01-191-0/+1
| | | | | | | implementation files to prevent cyclic includes between gtest.h and gtest_pred_impl.h PiperOrigin-RevId: 422863083 Change-Id: I299018a860152216adc206780c32923c03bedb2a
* Googletest exportdurandal2018-11-201-0/+1
| | | | | | Move the Matcher<T> interface to googletest so I can use it to extend death test regex matching in a subsequent change. PiperOrigin-RevId: 221675910
* Comments changes, no functionality changesrefs/pull/1740/headGennadiy Civil2018-08-141-2/+1
|
* Formatting changes refs/pull/1607/headGennadiy Civil2018-05-231-1/+1
|
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-0/+48