| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
| |\
| |/
|/| |
|
| |
| |
| |
| |
| |
| | |
Remove last traces of gtest-linked_ptr.h
PiperOrigin-RevId: 219164781
|
|\ \
| | |
| | |
| | | |
PiperOrigin-RevId: 219134349
|
| | | |
|
| | | |
|
|/ /
| |
| |
| |
| |
| | |
Remove linked_ptr and use std::shared_ptr instead
PiperOrigin-RevId: 219129336
|
| |\
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[Fuchsia] Make the child process stderr redirection use a socket.
This changes the stderr redirection mechanism for the child process in Fuchsia death tests to use a Zircon socket rather than fd redirection. This should improve performance and reliability of the redirection process.
This also includes some minor style cleanups.
PiperOrigin-RevId: 218903196
|
| |
| |
| |
| |
| |
| | |
Remove linked_ptr and use std::shared_ptr instead
PiperOrigin-RevId: 218618184
|
| |
| |
| |
| |
| |
| | |
Remove linked_ptr and use std::shared_ptr instead
PiperOrigin-RevId: 218571466
|
| |\
| |/
|/| |
|
|\ \
| | |
| | | |
Change CMake googletest download location in docs
|
|/ /
| |
| |
| | |
Change CMAKE_BINARY_DIR to CMAKE_CURRENT_BINARY_DIR
Able to use in a subfolder's CMakeLists.txt
|
|\ \
| | |
| | |
| | | |
PiperOrigin-RevId: 218515152
|
| | | |
|
| | | |
|
| | | |
|
|/ /
| |
| |
| |
| |
| | |
Honor GTEST_SKIP() in SetUp().
PiperOrigin-RevId: 218387359
|
| |\
| |/
|/| |
|
|\ \
| | |
| | | |
add documentation of manual c++11 specification
|