TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
hafnium
/
third_party
/
googletest
/
79a367eb217fcd47e2beaf8c0f87fe6d5926f739
79a367e
Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes.
by jgm
· 13 years ago
9bcb5f9
Fixes a lock reentrancy when destroying a mock causes destruction of another mock (issue 79) (by Aaron Jacobs).
by vladlosev
· 14 years ago
4d60a59
Expressed the thread-safety annotations in code, replacing the existing comment-based system (by Aaron Jacobs).
by vladlosev
· 14 years ago
f44bdc7
Fixed Google Mock Doctor Clang regexes to work on both k8 and piii (by Greg Miller).
by vladlosev
· 14 years ago
0fd8396
Modifies gmock_doctor.py to work with GCC output that contains file:line:char positions and left and right quote characters (U+2018 and U+2019) instead of apostrophes (U+0027).
by vladlosev
· 14 years ago
898725c
Implements matchers WhenSorted() and WhenSortedBy(); pulls in gtest r595.
by zhanyong.wan
· 14 years ago
5aa8dd9
Renames the license files.
by vladlosev
· 14 years ago
eca38cd
More Clang support improvements in Google Mock Doctor.
by vladlosev
· 14 years ago
787146b
Improves support for Clang in Google Mock Doctor.
by vladlosev
· 14 years ago
f4eeaed
Fixes issue 139 and issue 140.
by vladlosev
· 14 years ago
bce8134
Adds a DLL-related section to Google Mock's README.
by vladlosev
· 14 years ago
587c1b3
Adds support for building Google Mock as a shared library (DLL).
by vladlosev
· 14 years ago
47be72a
A test to verify correcteness of Google Mock on multiple threads.
by vladlosev
· 14 years ago
a63da04
Makes generation of fused sources contingent on availability of Python and pulls in gtest r580.
by vladlosev
· 14 years ago
8d3dc0c
simplifies TrulyMatcher and adds a test for it
by zhanyong.wan
· 14 years ago
8d7c5ad
Documents latest changes and pulls in gtest r570
by zhanyong.wan
· 14 years ago
dd28d53
Updates conditional directives to be consistent with the rest of the project.
by vladlosev
· 14 years ago
e73cf45
Corrects condition to compile out MSVC's pragmas. This fixes the build on MinGW.
by vladlosev
· 14 years ago
ab29bb6
Removes commas from last items in enums (a C++ standard compliance fix).
by vladlosev
· 14 years ago
52277c9
disables 'make install'
by zhanyong.wan
· 14 years ago
8e68753
fixes link errors in 'make check'
by zhanyong.wan
· 14 years ago
aa43220
Changes diagnostic output of the question mark from '\?' to '?'.
by vladlosev
· 14 years ago
71d0862
Fixes Google Mock Doctor affected by the latest tweaks to Clang.
by vladlosev
· 14 years ago
86d2eeb
Prevents ADL in AllOf() and AnyOf() (by Manuel Klimek).
by zhanyong.wan
· 14 years ago
fc8c6c4
Disables SetArgPointee("string literal") for GCC 4.0- and Symbian, and
by zhanyong.wan
· 14 years ago
62a35fb
Adds CMake scripts to gmock's release package.
by zhanyong.wan
· 14 years ago
79d82b6
Changes gmock's version to 1.6.0 and adds release notes.
by zhanyong.wan
· 14 years ago
658ac0b
Indents preprocessor directives.
by zhanyong.wan
· 14 years ago
ed6c927
Makes Google Mock compile much faster and use much less memory; reviewed by Nico Weber. This fixes issue 68.
by zhanyong.wan
· 14 years ago
b3e9042
Adds project files for MSVC 2010 (by Fredrik Roubert).
by vladlosev
· 14 years ago
e5121b5
Improves cross-platform compatibility of gmock output. This fixes issue 135.
by vladlosev
· 14 years ago
5b61ce3
Picks up gtest r536; renames implicit_cast and down_cast to reduce the chance of clash (by Roman Perepelitsa); enables gmock_gen.py to handle storage specifiers (by Steve Fox).
by zhanyong.wan
· 15 years ago
a684b5a
Enables SetArgPointee<>() to accept a string literal; removes a self-assignment warning; teaches gmock doctor to diagnose TTB with Clang; picks up gtest r525.
by zhanyong.wan
· 15 years ago
88032d8
Adds comment clarifying the use of default-constructed matchers.
by vladlosev
· 15 years ago
2321b2a
Adds action SaveArgPointee.
by zhanyong.wan
· 15 years ago
7dfbea4
Fixes an include order problem in CMakeLists.txt; pulls in gtest r489.
by zhanyong.wan
· 15 years ago
d8e15d9
Adds more tests for the gmock generator.
by zhanyong.wan
· 15 years ago
4b16e8e
Enables gmock_gen to handle return types that are templates (based on Pride Haveit's patch); also fixes deprecation warnings when using gmock_gen with python 2.6 (by Aaron Jacobs).
by zhanyong.wan
· 15 years ago
5921483
Adds SetArgPointee to replace SetArgumentPointee.
by zhanyong.wan
· 15 years ago
662d8a2
Factors out email address in Google Mock Doctor messages.
by vladlosev
· 15 years ago
d43acac
Fixes issue 105.
by zhanyong.wan
· 15 years ago
736baa8
Prints the type of the actual value as part of a match message when appropriate.
by zhanyong.wan
· 15 years ago
4c91551
Updates the gMock Doctor script to understand Clang error messages.
by vladlosev
· 15 years ago
53e08c4
Include gtest and gmock headers as user headers instead of system headers.
by zhanyong.wan
· 15 years ago
ad7c462
Simplifies the VC projects by using gmock-all.cc and
by zhanyong.wan
· 15 years ago
2516f60
Publishes GTEST_HAS_STREAM_REDIRECTION (by Vlad Losev); casts char to unsigned char before calling isspace() etc to avoid undefined behavior (by Zhanyong Wan); fixes the VC projects (by Fredrik Roubert).
by zhanyong.wan
· 15 years ago
ccedc1c
Removes some gmock internal macros; sorts the file lists in Makefile.am; picks up gtest r454.
by zhanyong.wan
· 15 years ago
c6333dc
Picks up gtest r453.
by zhanyong.wan
· 15 years ago
d60c5f4
Removes unused scons scripts; picks up gtest r446.
by zhanyong.wan
· 15 years ago
e3bd098
Implements ReturnPointee() and ReturnRefOfCopy().
by zhanyong.wan
· 15 years ago
02c1505
Increases the maximum arity of AllOf() and AnyOf() to 10, by Marcus Börger.
by zhanyong.wan
· 15 years ago
b414080
Replaces Python-style interpolation with arbitrary C++ string expression in MATCHER* descriptions.
by zhanyong.wan
· 15 years ago
0a781df
Fixes build failure on Windows/CMake (issue 111).
by vladlosev
· 15 years ago
ab5b77c
Implements Pointwise().
by zhanyong.wan
· 15 years ago
0f3f501
Adds CMake build script.
by vladlosev
· 15 years ago
e2e8ba4
Renames test script flags.
by vladlosev
· 15 years ago
02f7106
Moves the universal printer from gmock to gtest (by Vlad Losev).
by zhanyong.wan
· 15 years ago
76c1c61
Fixes tests leaking altered values of GMOCK_FLAG(verbose) (issue 110).
by vladlosev
· 15 years ago
54af9ba
Adds a synchronization test.
by vladlosev
· 15 years ago
33605ba
Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by Zhanyong Wan); pulls in gtest r424.
by zhanyong.wan
· 15 years ago
090c483
Fixes a typo in README.
by vladlosev
· 15 years ago
d19f586
Improves Makefile.am (by Vlad Losev); fixes Makefile and updates README (by Zhanyong Wan).
by zhanyong.wan
· 15 years ago
aa28b17
Updates the release notes.
by zhanyong.wan
· 15 years ago
439df04
Adds Manuel to CONTRIBUTORS, and pulls in gtest r405.
by zhanyong.wan
· 15 years ago
b1c7f93
Improves matcher messages across the board.
by zhanyong.wan
· 15 years ago
676e8cc
Fixes the explanation generated by many composite matchers (by Manuel Klimek); publishes the gmock value printer as testing::PrintToString() (by Zhanyong Wan).
by zhanyong.wan
· 15 years ago
a862f1d
Adds IsInterested() to MatchResultListener; clarifies the format of matcher description and match result explanation; renames the free function MatchAndExplain() to ExplainMatchResult() to avoid it being hidden inside a MATCHER* definition.
by zhanyong.wan
· 15 years ago
34b034c
Adds a free function MatchAndExplain().
by zhanyong.wan
· 15 years ago
5905ba0
Adds threading support (by Vlad Losev); updates the version number (by Zhanyong Wan); adds release notes for 1.5.0 (by Vlad Losev).
by zhanyong.wan
· 15 years ago
470df42
Enables tests depending on stdout capturing (by Vlad Losev).
by zhanyong.wan
· 16 years ago
db22c22
BREAKING CHANGE: drops the old matcher API. See http://code.google.com/p/googlemock/wiki/FrequentlyAskedQuestions for details.
by zhanyong.wan
· 16 years ago
99643d2
Removes 'make install' instructions from README.
by zhanyong.wan
· 16 years ago
d14aaed
Enables regex matchers on all platforms.
by zhanyong.wan
· 16 years ago
6953a72
Allows Field() and Property() to work when the matcher argument is a pointer passed by reference.
by zhanyong.wan
· 16 years ago
e122e45
Converts more matchers to the new API; fixes MatchAndExplain() for polymorphic matchers to allow non-const reference arguments.
by zhanyong.wan
· 16 years ago
8211331
Implements the new matcher API.
by zhanyong.wan
· 16 years ago
7f8eb72
Removes support for MSVC 7.1 from the scons scripts.
by zhanyong.wan
· 16 years ago
32de5f5
Fixes a slew of compiler warnings and turns on "warning as error" in the scons build.
by zhanyong.wan
· 16 years ago
284b54d
Trims the autotools build script.
by zhanyong.wan
· 16 years ago
39bf784
Removes uses of GTEST_HAS_STD_STRING.
by zhanyong.wan
· 16 years ago
5a3c169
Removes gmock_output_test_.vcproj.
by zhanyong.wan
· 16 years ago
099e3b9
Makes gmock_doctor work with gcc 4.4.0.
by zhanyong.wan
· 16 years ago
a95c6a5
Fixes a C++-standard-compliance bug in gmock-printers.h.
by zhanyong.wan
· 16 years ago
f6d6a22
Fixes Cygwin compatibility (by Vlad Losev); Improves Python tests (by Vlad Losev); Fixes ambiguous call to implicit_cast; Uses gtest's SkipPrefix() instead gmock's own (by Vlad Losev).
by zhanyong.wan
· 16 years ago
19eb9e9
Pulls in gtest r344; improves implicit_cast (by Zhanyong Wan); makes the Python tests work on Windows (by Vlad Losev); adds run_tests.py (by Vlad Losev).
by zhanyong.wan
· 16 years ago
e56daa7
Tests NotNull/IsNull with testing::internal::scoped_ptr.
by vladlosev
· 16 years ago
b006f16
Adds SCons build files for Google Mock
by vladlosev
· 16 years ago
79b8350
Updates IsNull and NotNull matchers to work with smart pointers.
by vladlosev
· 16 years ago
a63be0b
Adjusts gMock Doctor to work with Return implementation updated in r233
by vladlosev
· 16 years ago
201ac16
Enables gmock's implicit_cast to work with source types that have a non-const conversion operator (by Zhanyong Wan).
by vladlosev
· 16 years ago
a070cbd
Enables gmock's implicit_cast to work with source types that
by vladlosev
· 16 years ago
2871bb4
Adds gmock_all_test.cc for compiling most gmock tests in a single file.
by zhanyong.wan
· 16 years ago
21a5846
Makes gmock-generated-function-mockers.h conform to the C++ standard.
by zhanyong.wan
· 16 years ago
4910d29
Makes gmock-all.cc catch errors in fuse_gmock.py.
by zhanyong.wan
· 16 years ago
2e7c475
Adds a dummy test to gmock-port.test.cc.
by zhanyong.wan
· 16 years ago
6c54a5e
Enables more verbose output for expectations (by Sverre Sundsdal); Fixes information loss warning when compiled by VC8.0 with /Wp64; Skips two tests on Windows Mobile that don't work there.
by vladlosev
· 16 years ago
7db42db
Updates the 1.4.0 release notes.
by zhanyong.wan
· 16 years ago
7c95d83
Works around a Symbian compiler bug that causes memory leak (by Mika Raento).
by zhanyong.wan
· 16 years ago
79643f5
Changes gmock's version to 1.4.0. Also fixes a compiler warning.
by zhanyong.wan
· 16 years ago
f3aa4d2
Implements the MockFunction class.
by zhanyong.wan
· 16 years ago
Next »