| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | | |
Fix build icon location
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fix bazel issue
PiperOrigin-RevId: 223823930
|
| | |
| | |
| | |
| | |
| | |
| | | |
Applied fixes for ClangTidy modernize-use-override and modernize-use-using.
PiperOrigin-RevId: 223800219
|
|/ /
| |
| |
| |
| |
| | |
Replace pump'd Args() matcher with variadic templates.
PiperOrigin-RevId: 223794430
|
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| | |
Accept gmock matchers in EXPECT_EXIT and friends to allow matches other than simple regex matches on death output.
PiperOrigin-RevId: 223035409
|
|\ \
| | |
| | |
| | | |
PiperOrigin-RevId: 222861732
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Internal Change
PiperOrigin-RevId: 222412033
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|/ / |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Fix broken OSS build
PiperOrigin-RevId: 222244158
|
| |
| |
| |
| |
| |
| | |
Remove unintended dependency.
PiperOrigin-RevId: 222243874
|
| |
| |
| |
| |
| |
| | |
Remove redundant Base/Derived types.
PiperOrigin-RevId: 222243634
|
| |
| |
| |
| |
| |
| | |
Silence C4100 msvc warning
PiperOrigin-RevId: 222242329
|
| |
| |
| |
| |
| |
| | |
Internal Change
PiperOrigin-RevId: 222123106
|
| |
| |
| |
| |
| |
| | |
Add stringization based tests for gmock-pp.h macros
PiperOrigin-RevId: 221961835
|
| |
| |
| |
| |
| |
| | |
Validate spec modifiers.
PiperOrigin-RevId: 221810235
|
| |
| |
| |
| |
| |
| | |
Point IWYU at an existent path.
PiperOrigin-RevId: 221797154
|
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| | |
Upgrade WithArgs family of actions to C++11.
PiperOrigin-RevId: 221671690
|
| |
| |
| |
| |
| |
| | |
Unify implementation of GMOCK_PP_REPEAT and GMOCK_PP_FOREACH.
PiperOrigin-RevId: 221659669
|
| |
| |
| |
| |
| |
| | |
One macro to rule them all.
PiperOrigin-RevId: 221462515
|
|\ \
| | |
| | | |
Update README.md
|
| |\ \ |
|
| | | |
| | | |
| | | | |
added -std=c++11
|
|\ \ \ \
| |_|/ /
|/| | |
| | | | |
PiperOrigin-RevId: 221356626
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ / |
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| | |
Move FunctionMocker and MockFunction out of the pump file and implement with variadic templates.
PiperOrigin-RevId: 220640265
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | | |
Updating Sample Makefile to Specify C++11
|
| |\ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Adding GTEST_INTERNAL_DEPRECATED ability to mark deprecated
PiperOrigin-RevId: 219515184
|
|/ /
| |
| |
| | |
of C++11 in CXXFLAGS as required by the system
|
|\ \
| | |
| | | |
Correct grammatical error in googlemock's README.md file
|
| | | |
|
| |\ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[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
|
| | |
| | |
| | |
| | |
| | |
| | | |
Remove scoped_ptr replace with std::unique_ptr
PiperOrigin-RevId: 219291284
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fix broken Fuchsia cc_test.
PiperOrigin-RevId: 219170936
|
|\ \ \
| | | |
| | | | |
Add Optional() to the cheat sheet doc.
|
|/ / /
| | |
| | |
| | |
| | | |
The Optional() matcher is otherwise undocumented except in the source.
This patch adds it to the cheat sheet for better visibility.
|