summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/custom
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportAbseil Team2021-02-183-9/+9
| | | | | | Make include guards conform with https://google.github.io/styleguide/cppguide.html#The__define_Guard, attempt #2 PiperOrigin-RevId: 357056902
* Googletest exportAbseil Team2021-02-113-9/+9
| | | | | | Revert include guard fix PiperOrigin-RevId: 356588893
* Googletest exportAbseil Team2021-02-113-9/+9
| | | | | | Make include guards conform with https://google.github.io/styleguide/cppguide.html#The__define_Guard PiperOrigin-RevId: 355882793
* Googletest exportAbseil Team2021-01-263-344/+0
| | | | | | Stop using pump for generating internal/custom/gmock-generated-actions.h PiperOrigin-RevId: 352660735
* Googletest exportAbseil Team2021-01-263-0/+344
| | | | | | Merge CONTRIBUTORS, delete LICENSEs in googletest/ and googlemock/ PiperOrigin-RevId: 352558822
* formatting custom/README.mdGennadiy Civil2018-08-131-10/+10
|
* formatting for new READMEsGennadiy Civil2018-08-131-22/+22
|
* Move instructions into custom/README filesGennadiy Civil2018-08-134-45/+60
|
* Eliminate GTEST_TEST_FILTER_ENV_VAR_.Rohan Joyce2018-06-141-5/+0
| | | | | | | | GTEST_TEST_FILTER_ENV_VAR_ was used to specify an environment variable to obtain the default test filter from. By default it was unset which broke "--test_filter" for bazel. This CL eliminates GTEST_TEST_FILTER_ENV_VAR_ and explicitly obtains the default test filter from the environment variable TESTBRIDGE_TEST_ONLY if it exists.
* cleanup, mergeGennadiy Civil2018-01-092-1/+4
|
* Changes add ability to overwrite TempDir(), issue ↵Gennadiy Civil2017-05-181-0/+4
| | | | https://github.com/google/googletest/issues/1093
* Pick up GTEST_API_ definition in gtest/internal/custom/gtest-port.h.Victor Costan2017-05-041-0/+3
| | | | | This makes it possible for a port to define the specifier used for exported symbols without having to change Google Test.
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-253-0/+152
OpenPOWER on IntegriCloud