- 14 Sep, 2018 8 commits
-
-
Jonny007-MKD authored
-
Gennadiy Civil authored
Googletest export
-
Gennadiy Civil authored
Remove pre C++11
-
misterg authored
Removing checks for C++11 from unit tests PiperOrigin-RevId: 212990514
-
Gennadiy Civil authored
Googletest export
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Remove TR1 mentions
-
Abseil Team authored
Treat default-constructed string_view same as constructed from "". In the context of string comparison (e.g. HasSubstr, StartsWith, EndsWith, etc.), a default-constructed string_view (nullptr) should be semantically same as a empty string "". PiperOrigin-RevId: 212816839
-
- 13 Sep, 2018 12 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Jonny007-MKD authored
-
Gennadiy Civil authored
version: fix declared version to be in sync with CMakeLists.txt
-
Gennadiy Civil authored
Googletest export
-
misterg authored
Project import generated by Copybara. PiperOrigin-RevId: 212678005
-
misterg authored
Project import generated by Copybara. PiperOrigin-RevId: 212656749
-
misterg authored
Internal Change PiperOrigin-RevId: 212656679
-
Jonny007-MKD authored
-
Jonny007-MKD authored
-
Jonny007-MKD authored
-
Jonny007-MKD authored
-
- 12 Sep, 2018 6 commits
-
-
Levente Polyak authored
-
Gennadiy Civil authored
Return GTEST_ATTRIBUTE_UNUSED_ on record_property_env
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Update appveyor.yml
-
Gennadiy Civil authored
-
Georgi D. Sotirov authored
The unused attribute was removed with commit 3299a238 on 2018-02-23, but it currently breaks build of 1.8.1, because of -Werror GCC parameter as reported in issue #1825.
-
- 11 Sep, 2018 4 commits
-
-
Gennadiy Civil authored
Googletest export
-
misterg authored
Project import sync PiperOrigin-RevId: 212450488
-
misterg authored
Internal Change PiperOrigin-RevId: 211798074
-
Gennadiy Civil authored
Fix gcc misleading indentation again.
-
- 09 Sep, 2018 1 commit
-
-
Romain Geissler authored
-
- 06 Sep, 2018 5 commits
-
-
Gennadiy Civil authored
Googletest export
-
misterg authored
Internal Change PiperOrigin-RevId: 211699161
-
Abseil Team authored
Make EXPECT_THROW print the actual exception type on the "threw the wrong exception type" case if the actual exception is a std::exception PiperOrigin-RevId: 211524592
-
Abseil Team authored
Make EXPECT_THROW print the actual exception type on the "threw the wrong exception type" case if the actual exception is a std::exception PiperOrigin-RevId: 211519873
-
misterg authored
Project import PiperOrigin-RevId: 211091791
-
- 05 Sep, 2018 1 commit
-
-
Gennadiy Civil authored
Fix doc links
-
- 04 Sep, 2018 3 commits
-
-
Arkady Shapkin authored
-
Gennadiy Civil authored
pkgconfig: Unconditionally depend on GTest when using GMock
-
Gennadiy Civil authored
-