- Nov 29, 2018
-
-
durandal authored
Fix: remove two added testcases that depend on gmock; I'll put them back later in a way that doesn't break the build. PiperOrigin-RevId: 223227562
-
durandal authored
Accept gmock matchers in EXPECT_EXIT and friends to allow matches other than simple regex matches on death output. PiperOrigin-RevId: 223035409
-
- Nov 27, 2018
-
-
Gennadiy Civil authored
PiperOrigin-RevId: 222861732
-
misterg authored
Internal Change PiperOrigin-RevId: 222412033
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
- Nov 22, 2018
-
-
Lukas Mosimann authored
-
- Nov 21, 2018
-
-
Gennadiy Civil authored
-
misterg authored
Fix broken OSS build PiperOrigin-RevId: 222244158
-
Abseil Team authored
Remove unintended dependency. PiperOrigin-RevId: 222243874
-
Abseil Team authored
Remove redundant Base/Derived types. PiperOrigin-RevId: 222243634
-
misterg authored
Silence C4100 msvc warning PiperOrigin-RevId: 222242329
-
misterg authored
Internal Change PiperOrigin-RevId: 222123106
-
Abseil Team authored
Add stringization based tests for gmock-pp.h macros PiperOrigin-RevId: 221961835
-
Abseil Team authored
Validate spec modifiers. PiperOrigin-RevId: 221810235
-
Abseil Team authored
Point IWYU at an existent path. PiperOrigin-RevId: 221797154
-
durandal authored
Move the Matcher<T> interface to googletest so I can use it to extend death test regex matching in a subsequent change. PiperOrigin-RevId: 221675910
-
Abseil Team authored
Upgrade WithArgs family of actions to C++11. PiperOrigin-RevId: 221671690
-
Abseil Team authored
Unify implementation of GMOCK_PP_REPEAT and GMOCK_PP_FOREACH. PiperOrigin-RevId: 221659669
-
- Nov 16, 2018
-
-
Abseil Team authored
One macro to rule them all. PiperOrigin-RevId: 221462515
-
- Nov 14, 2018
-
-
Gennadiy Civil authored
Update README.md
-
Gennadiy Civil authored
PiperOrigin-RevId: 221356626
-
- Nov 13, 2018
-
-
Gennadiy Civil authored
-
Abseil Team authored
Include type_traits header ElementsAre, UnorderedElementsAre, AllOf, and AnyOf are all defined in terms of std::decay, which is in the type_traits header. PiperOrigin-RevId: 220818637
-
Oleksandr Dyakov authored
added -std=c++11
-
- Nov 10, 2018
-
-
Robin Lindén authored
-
Robin Lindén authored
-
Robin Lindén authored
-
Robin Lindén authored
-
- Nov 09, 2018
-
-
Abseil Team authored
Move FunctionMocker and MockFunction out of the pump file and implement with variadic templates. PiperOrigin-RevId: 220640265
-
- Nov 08, 2018
-
-
krzysio authored
Improve Bazel build files. New target gtest_prod allows access to the FRIEND_TEST macro without depending on the entirety of GTest in production executables. Additionally, duplicate config_setting rules were removed and formatting was adjusted. PiperOrigin-RevId: 220279205
-
- Nov 03, 2018
-
-
Gennadiy Civil authored
Updating Sample Makefile to Specify C++11
-
- Nov 01, 2018
-
-
Gennadiy Civil authored
-
misterg authored
Adding GTEST_INTERNAL_DEPRECATED ability to mark deprecated PiperOrigin-RevId: 219515184
-
Benjamin Carman authored
Added line to sample Makefile in googletest/googletest/make to specify use of C++11 in CXXFLAGS as required by the system
-
Gennadiy Civil authored
Correct grammatical error in googlemock's README.md file
-
Jerry Turcios authored
-