Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | code management comments, [ci-skip], no functionality changes | Gennadiy Civil | 2018-08-09 | 1 | -0/+2 | |
| | | |_|_|_|_|/ | | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'master' into deprecate | Loo Rong Jie | 2018-08-09 | 2 | -1/+4 | |
| |\| | | | | | | ||||||
| | * | | | | | | code management changes, no functionalty changes | Gennadiy Civil | 2018-08-08 | 1 | -0/+2 | |
| | | | | | | | | ||||||
| | * | | | | | | Formatting changes,small cleanup, no functionality changes | Gennadiy Civil | 2018-08-07 | 1 | -1/+2 | |
| | | |_|_|_|/ | | |/| | | | | ||||||
| * | | | | | | Merge branch 'master' into deprecate | Gennadiy Civil | 2018-08-03 | 1 | -3/+3 | |
| |\| | | | | | ||||||
| | * | | | | | Merge branch 'master' into master | Gennadiy Civil | 2018-07-30 | 24 | -0/+43 | |
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | ||||||
| | * | | | | | Updated broken and outdated URLs | Piotr Kąkol | 2018-07-25 | 1 | -3/+3 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'master' into deprecate | Gennadiy Civil | 2018-07-30 | 24 | -0/+43 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | added missing comments | Gennadiy Civil | 2018-07-27 | 2 | -2/+2 | |
| | | | | | | | ||||||
| | * | | | | | Formatting changes for automatic code management | Gennadiy Civil | 2018-07-27 | 24 | -0/+43 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'master' into deprecate | Gennadiy Civil | 2018-07-26 | 1 | -2/+1 | |
| |\| | | | | ||||||
| | * | | | | Formatting changes, code sync | Gennadiy Civil | 2018-07-25 | 1 | -2/+1 | |
| | | |_|/ | | |/| | | ||||||
| * | | | | Merge branch 'master' into deprecate | Gennadiy Civil | 2018-07-20 | 1 | -4/+0 | |
| |\| | | | ||||||
| | * | | | code merge | Gennadiy Civil | 2018-07-20 | 1 | -4/+0 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' into deprecate | Gennadiy Civil | 2018-07-19 | 1 | -1/+1 | |
| |\| | | | ||||||
| | * | | | Formatting and a link | Gennadiy Civil | 2018-07-18 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Disable MSVC function deprecation when using Clang | Loo Rong Jie | 2018-07-13 | 1 | -2/+18 | |
| |/ / / | ||||||
| * | / | Adds the UniversalPrinter for absl::variant. | Derek Mauro | 2018-07-12 | 1 | -0/+23 | |
| | |/ | |/| | ||||||
| * | | VS2005 with SP1(_MSC_VER=1400) already supports __pragma | 杜修杏 | 2018-06-29 | 1 | -1/+1 | |
| |/ | ||||||
* / | Cast the tr1::tuple_element template parameter to int | medithe | 2018-07-09 | 1 | -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 Joyce | 2018-06-14 | 1 | -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/199129756 | Gennadiy Civil | 2018-06-04 | 1 | -0/+4 | |
| | | | Add printer for std::nullptr_t, addressing https://github.com/google/googletest/issues/1616 | |||||
* | Formatting changes | Gennadiy Civil | 2018-05-23 | 14 | -14/+14 | |
| | ||||||
* | Downgrade to C++98. | James Dennett | 2018-05-21 | 1 | -6/+6 | |
| | | | Some projects cannot handle C++11 yet. | |||||
* | Downgrade to C++98 code. | James Dennett | 2018-05-21 | 1 | -6/+6 | |
| | | | Some users are not ready for C++11 yet. | |||||
* | Add support for versioned standard libraries. | James Dennett | 2018-05-10 | 1 | -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 Dennett | 2018-05-10 | 1 | -2/+18 | |
| | ||||||
* | Fix more stuff and get tests to pass | Fabrice de Gans-Riberi | 2018-05-03 | 1 | -1/+1 | |
| | ||||||
* | Add Fuchsia support for death test. | Fabrice de Gans-Riberi | 2018-05-01 | 2 | -1/+4 | |
| | ||||||
* | merging | Gennadiy Civil | 2018-04-10 | 1 | -1/+1 | |
| | ||||||
* | merging | Gennadiy Civil | 2018-04-10 | 1 | -3/+4 | |
| | ||||||
* | merge | Gennadiy Civil | 2018-04-10 | 1 | -4/+3 | |
|\ | ||||||
| * | Revert "gmock actions 2" | Gennadiy Civil | 2018-04-09 | 1 | -13/+0 | |
| | | ||||||
| * | this should be it | Gennadiy Civil | 2018-04-09 | 1 | -4/+0 | |
| | | ||||||
| * | yet more | Gennadiy Civil | 2018-04-09 | 1 | -3/+3 | |
| | | ||||||
| * | formatting | Gennadiy Civil | 2018-04-09 | 1 | -1/+3 | |
| | | ||||||
| * | more | Gennadiy Civil | 2018-04-09 | 1 | -6/+9 | |
| | | ||||||
* | | RE-Doing the merge, this time with gcc on mac in the PR so I can catch ↵ | Gennadiy Civil | 2018-04-10 | 1 | -3/+4 | |
|/ | | | | errors before merging the PR | |||||
* | more warnings | Gennadiy Civil | 2018-04-06 | 1 | -0/+1 | |
| | ||||||
* | more MSVC warnings | Gennadiy Civil | 2018-04-06 | 1 | -0/+11 | |
| | ||||||
* | fix build break on locale windows | fo40225 | 2018-04-04 | 1 | -1/+1 | |
| | ||||||
* | merging port, cont. 191443078 | Gennadiy Civil | 2018-04-03 | 1 | -3/+5 | |
| | ||||||
* | merging, cont - 2 | Gennadiy Civil | 2018-04-03 | 1 | -16/+0 | |
| | ||||||
* | merging gtest-port.h , 191439094 | Gennadiy Civil | 2018-04-03 | 1 | -4/+7 | |
| | ||||||
* | merging, just comments format | Gennadiy Civil | 2018-04-03 | 1 | -1/+3 | |
| | ||||||
* | testing, merge | Gennadiy Civil | 2018-04-03 | 1 | -1/+1 | |
| | ||||||
* | Testing, gtest-port.h merge | Gennadiy Civil | 2018-04-03 | 1 | -0/+3 | |
| | ||||||
* | merging gtest-port.h, again - 1 | Gennadiy Civil | 2018-04-02 | 1 | -5/+9 | |
| | ||||||
* | Revert "merging gtest-port 1 of N" | Gennadiy Civil | 2018-03-29 | 1 | -14/+9 | |
| | ||||||
* | Revert "merging gtest-port, 2" | Gennadiy Civil | 2018-03-29 | 1 | -9/+37 | |
| |