summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | code management comments, [ci-skip], no functionality changesGennadiy Civil2018-08-091-0/+2
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'master' into deprecateLoo Rong Jie2018-08-092-1/+4
| |\| | | | | |
| | * | | | | | code management changes, no functionalty changesGennadiy Civil2018-08-081-0/+2
| | | | | | | |
| | * | | | | | Formatting changes,small cleanup, no functionality changesGennadiy Civil2018-08-071-1/+2
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'master' into deprecateGennadiy Civil2018-08-031-3/+3
| |\| | | | |
| | * | | | | Merge branch 'master' into masterGennadiy Civil2018-07-3024-0/+43
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | Updated broken and outdated URLsPiotr Kąkol2018-07-251-3/+3
| | | | | | |
| * | | | | | Merge branch 'master' into deprecateGennadiy Civil2018-07-3024-0/+43
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | added missing commentsGennadiy Civil2018-07-272-2/+2
| | | | | | |
| | * | | | | Formatting changes for automatic code managementGennadiy Civil2018-07-2724-0/+43
| | |/ / / /
| * | | | | Merge branch 'master' into deprecateGennadiy Civil2018-07-261-2/+1
| |\| | | |
| | * | | | Formatting changes, code syncGennadiy Civil2018-07-251-2/+1
| | | |_|/ | | |/| |
| * | | | Merge branch 'master' into deprecateGennadiy Civil2018-07-201-4/+0
| |\| | |
| | * | | code mergeGennadiy Civil2018-07-201-4/+0
| | | | |
| * | | | Merge branch 'master' into deprecateGennadiy Civil2018-07-191-1/+1
| |\| | |
| | * | | Formatting and a linkGennadiy Civil2018-07-181-1/+1
| | | | |
| * | | | Disable MSVC function deprecation when using ClangLoo Rong Jie2018-07-131-2/+18
| |/ / /
| * | / Adds the UniversalPrinter for absl::variant.Derek Mauro2018-07-121-0/+23
| | |/ | |/|
| * | VS2005 with SP1(_MSC_VER=1400) already supports __pragma杜修杏2018-06-291-1/+1
| |/
* / Cast the tr1::tuple_element template parameter to intmedithe2018-07-091-2/+2
|/ | | | | | | | | | | Because in `std::tr1::tuple_element` the first template parameter should be of type int (https://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.4/a00547.html), but the code inserts a size_t, the first template parameter should be casted to int before, to get rid of the following errors: googletest-src/googletest/include/gtest/gtest-printers.h:957:60: error: conversion from ‘long unsigned int’ to ‘int’ may change value [-Werror=conversion] struct tuple_element : ::std::tr1::tuple_element<I, Tuple> {}; and googletest-src/googletest/include/gtest/gtest-printers.h:961:56: error: conversion from ‘long unsigned int’ to ‘int’ may change value [-Werror=conversion] const typename ::std::tr1::tuple_element<I, Tuple>::type>::type get(
* 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.
* Upstream, cl/199129756Gennadiy Civil2018-06-041-0/+4
| | | Add printer for std::nullptr_t, addressing https://github.com/google/googletest/issues/1616
* Formatting changes Gennadiy Civil2018-05-2314-14/+14
|
* Downgrade to C++98.James Dennett2018-05-211-6/+6
| | | Some projects cannot handle C++11 yet.
* Downgrade to C++98 code.James Dennett2018-05-211-6/+6
| | | Some users are not ready for C++11 yet.
* Add support for versioned standard libraries.James Dennett2018-05-101-2/+18
| | | This canonicalizes demangled names by omitting a nested inline namespace within namespace std if the name of the nested namespace begins with a double underscore. This improves compatibility with libc++.
* Update generated code.James Dennett2018-05-101-2/+18
|
* Fix more stuff and get tests to passFabrice de Gans-Riberi2018-05-031-1/+1
|
* Add Fuchsia support for death test.Fabrice de Gans-Riberi2018-05-012-1/+4
|
* mergingGennadiy Civil2018-04-101-1/+1
|
* mergingGennadiy Civil2018-04-101-3/+4
|
* mergeGennadiy Civil2018-04-101-4/+3
|\
| * Revert "gmock actions 2"Gennadiy Civil2018-04-091-13/+0
| |
| * this should be itGennadiy Civil2018-04-091-4/+0
| |
| * yet moreGennadiy Civil2018-04-091-3/+3
| |
| * formattingGennadiy Civil2018-04-091-1/+3
| |
| * moreGennadiy Civil2018-04-091-6/+9
| |
* | RE-Doing the merge, this time with gcc on mac in the PR so I can catch ↵Gennadiy Civil2018-04-101-3/+4
|/ | | | errors before merging the PR
* more warningsGennadiy Civil2018-04-061-0/+1
|
* more MSVC warningsGennadiy Civil2018-04-061-0/+11
|
* fix build break on locale windowsfo402252018-04-041-1/+1
|
* merging port, cont. 191443078Gennadiy Civil2018-04-031-3/+5
|
* merging, cont - 2Gennadiy Civil2018-04-031-16/+0
|
* merging gtest-port.h , 191439094Gennadiy Civil2018-04-031-4/+7
|
* merging, just comments formatGennadiy Civil2018-04-031-1/+3
|
* testing, mergeGennadiy Civil2018-04-031-1/+1
|
* Testing, gtest-port.h mergeGennadiy Civil2018-04-031-0/+3
|
* merging gtest-port.h, again - 1Gennadiy Civil2018-04-021-5/+9
|
* Revert "merging gtest-port 1 of N"Gennadiy Civil2018-03-291-14/+9
|
* Revert "merging gtest-port, 2"Gennadiy Civil2018-03-291-9/+37
|
OpenPOWER on IntegriCloud