Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'fix-compile-on-wec2013' into v1.8.x | Hugo Lindström | 2019-01-25 | 1 | -2/+11 |
|\ | |||||
| * | Add missing typedefs for WINCE800 (Windows Embedded Compact 2013).refs/pull/2081/head | Hugo Lindström | 2019-01-25 | 1 | -2/+11 |
| | | |||||
* | | Gennadiy's comment. Reverts to previous code if not using Visual Studio 2013refs/pull/1817/head | David Schuldenfrei | 2018-09-12 | 1 | -0/+4 |
| | | |||||
* | | Fix Compile error, and warning in Visaul Studio 2013 | David Schuldenfrei | 2018-09-08 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' into fix-clang-warningsrefs/pull/1433/head | Gennadiy Civil | 2018-08-31 | 1 | -1/+1 |
|\ | |||||
| * | Googletest export | Abseil Team | 2018-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Fix the typed test names in the tests for customized typed test parameters. As required by googletest documentation, the names should not contain an underscore. PiperOrigin-RevId: 210678652 | ||||
* | | Add user-defined copy constructor to ValueArray | Dominic Sacré | 2018-08-31 | 2 | -0/+414 |
| | | | | | | | | | | | | Fix Clang warning: | warning: definition of implicit copy constructor for 'ValueArray2<bool, bool>' | is deprecated because it has a user-declared copy assignment operator [-Wdeprecated] | ||||
* | | Add missing declarations for Google Tests flags | Dominic Sacré | 2018-08-31 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | Add declarations for install_failure_signal_handler and flagfile. Fix Clang warnings: | warning: no previous extern declaration for non-static variable | 'FLAGS_gtest_install_failure_signal_handler' [-Wmissing-variable-declarations] | warning: no previous extern declaration for non-static variable | 'FLAGS_gtest_flagfile' | [-Wmissing-variable-declarations] | ||||
* | | Make dummy variables static to avoid compiler warnings | Dominic Sacré | 2018-08-31 | 1 | -2/+3 |
| | | | | | | | | Fix -Wmissing-variable-declarations warnings from Clang. | ||||
* | | Re-generate gtest-param-test.h from gtest-param-test.h.pump | Dominic Sacré | 2018-08-31 | 1 | -20/+17 |
|/ | | | | | | | | | Commit 6a26e47cfcc174cc85651cbde0b0158d03321e2f changed the formatting of INSTANTIATE_TEST_CASE_P() in the generated header file only. This commit reverts to the formatting produced by running "pump gtest-param-test.h.pump", which seems to be more consistent with the rest of the file. | ||||
* | Googletest export | Abseil Team | 2018-08-28 | 2 | -53/+135 |
| | | | | | | | | Add the possibility of specifying the name in type parameterized tests. Similar to how the last parameter of INSTANTIATE_TEST_CASE_P allows to override the name for (non-type) parametrized tests, this adds the possibility of adding a parameter to INSTANTIATE_TYPED_TEST_CASE_P. The argument has to be a class, which contains a static templated function GetName<T>(int), returning the name for type T. PiperOrigin-RevId: 210532231 | ||||
* | Googletest export | Abseil Team | 2018-08-28 | 1 | -6/+8 |
| | | | | | | Breaks Windows builds PiperOrigin-RevId: 210434120 | ||||
* | Googletest export | Abseil Team | 2018-08-28 | 1 | -8/+6 |
| | | | | | | | | | | | | | | Fix Theta(N^2) memory usage of EXPECT_EQ(string) when the strings don't match. The underlying CalculateOptimalEdits() implementation used a simple dynamic-programming approach that always used N^2 memory and time. This meant that tests for equality of large strings were ticking time bombs: They'd work fine as long as the test passed, but as soon as the strings differed the test would OOM, which is very hard to debug. I switched it out for a Dijkstra search, which is still worst-case O(N^2), but in the usual case of mostly-matching strings, it is much closer to linear. PiperOrigin-RevId: 210405025 | ||||
* | googletest export | misterg | 2018-08-20 | 7 | -1/+41 |
| | | | | | | - 209457654 Import of OSS PR, https://github.com/google/googletest/pu... by misterg <misterg@google.com> PiperOrigin-RevId: 209457654 | ||||
* | Formatting | Gennadiy Civil | 2018-08-17 | 1 | -4/+5 |
| | |||||
* | Merge branch 'master' into patch-1 | Gennadiy Civil | 2018-08-17 | 1 | -2/+2 |
|\ | |||||
| * | Small formatting change | Gennadiy Civil | 2018-08-16 | 1 | -2/+2 |
| | | | | | | And then we can merge | ||||
| * | Merge branch 'master' into master | Gennadiy Civil | 2018-08-15 | 27 | -102/+104 |
| |\ | |||||
| * \ | Merge branch 'master' into master | tisi1988 | 2018-08-14 | 1 | -0/+2 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into master | tisi1988 | 2018-08-09 | 2 | -1/+4 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into master | tisi1988 | 2018-08-07 | 1 | -3/+3 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into master | tisi1988 | 2018-08-01 | 24 | -2/+44 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into master | tisi1988 | 2018-07-23 | 2 | -5/+24 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' into master | tisi1988 | 2018-07-12 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | FIX: Compilation warning with GCC regarding a non-initialised member from ↵ | tisi1988 | 2018-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MutexBase class. | ||||
* | | | | | | | | | Merge branch 'master' into patch-1 | Gennadiy Civil | 2018-08-15 | 28 | -112/+180 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | Comments changes, no functionality changes. | Gennadiy Civil | 2018-08-14 | 7 | -12/+12 |
| | | | | | | | | | |||||
| * | | | | | | | | Comments changes, no functionality changesrefs/pull/1740/head | Gennadiy Civil | 2018-08-14 | 23 | -43/+14 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge branch 'master' into deprecaterefs/pull/1665/head | Gennadiy Civil | 2018-08-14 | 5 | -45/+62 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | formatting custom/README.md | Gennadiy Civil | 2018-08-14 | 1 | -10/+10 |
| | | | | | | | | | | |||||
| | * | | | | | | | | formatting for new READMEs | Gennadiy Civil | 2018-08-13 | 1 | -22/+22 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Move instructions into custom/README files | Gennadiy Civil | 2018-08-13 | 4 | -45/+60 |
| | | |_|_|_|_|_|/ | | |/| | | | | | | |||||
| | * | | | | | | | 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 changesrefs/pull/1713/head | Gennadiy Civil | 2018-08-08 | 1 | -0/+2 |
| | | | | | | | | |||||
| | * | | | | | | Formatting changes,small cleanup, no functionality changesrefs/pull/1705/head | 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 masterrefs/pull/1685/head | 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 commentsrefs/pull/1688/head | 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 syncrefs/pull/1684/head | Gennadiy Civil | 2018-07-25 | 1 | -2/+1 |
| | | |_|/ | | |/| | | |||||
| * | | | | Merge branch 'master' into deprecate | Gennadiy Civil | 2018-07-20 | 1 | -4/+0 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | code mergerefs/pull/1676/head | 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.refs/pull/1662/head | Derek Mauro | 2018-07-12 | 1 | -0/+23 |
| | |/ | |/| |