- 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
-
- Oct 31, 2018
-
-
Abseil Team authored
[Fuchsia] Create the death test child process in a separate job. This creates a separate job to launch the child process into. The exception port can then be attached to the new job before the child process is launched, solving a potential race condition. PiperOrigin-RevId: 219366531
-
misterg authored
Remove scoped_ptr replace with std::unique_ptr PiperOrigin-RevId: 219291284
-
Abseil Team authored
Fix broken Fuchsia cc_test. PiperOrigin-RevId: 219170936
- Oct 30, 2018
-
-
Gennadiy Civil authored
Add Optional() to the cheat sheet doc.
-
Alex Konradi authored
The Optional() matcher is otherwise undocumented except in the source. This patch adds it to the cheat sheet for better visibility.
-
misterg authored
Remove last traces of gtest-linked_ptr.h PiperOrigin-RevId: 219164781
-
Gennadiy Civil authored
PiperOrigin-RevId: 219134349
-