zhanyong.wan
ad7c462be7
Simplifies the VC projects by using gmock-all.cc and
...
gmock_all_test.cc. Also fixes a missing include directory for
gmock_main in the Release mode. I had to add /bigobj to
gmock_test.vcproj to make the compiler happy, as we now need to
generate code for many functions in the same translation unit.
15 years ago
zhanyong.wan
2516f60da9
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).
15 years ago
zhanyong.wan
ccedc1c933
Removes some gmock internal macros; sorts the file lists in Makefile.am; picks up gtest r454.
15 years ago
zhanyong.wan
c6333dca1c
Picks up gtest r453.
15 years ago
zhanyong.wan
d60c5f41c2
Removes unused scons scripts; picks up gtest r446.
15 years ago
zhanyong.wan
e3bd0981ca
Implements ReturnPointee() and ReturnRefOfCopy().
15 years ago
zhanyong.wan
02c1505ebf
Increases the maximum arity of AllOf() and AnyOf() to 10, by Marcus Börger.
15 years ago
zhanyong.wan
b4140808f9
Replaces Python-style interpolation with arbitrary C++ string expression in MATCHER* descriptions.
15 years ago
vladlosev
0a781df32a
Fixes build failure on Windows/CMake (issue 111).
15 years ago
zhanyong.wan
ab5b77c179
Implements Pointwise().
15 years ago
vladlosev
0f3f5012d8
Adds CMake build script.
15 years ago
vladlosev
e2e8ba401d
Renames test script flags.
15 years ago
zhanyong.wan
02f7106557
Moves the universal printer from gmock to gtest (by Vlad Losev).
15 years ago
vladlosev
76c1c612e2
Fixes tests leaking altered values of GMOCK_FLAG(verbose) (issue 110).
15 years ago
vladlosev
54af9ba50a
Adds a synchronization test.
15 years ago
zhanyong.wan
33605ba454
Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by Zhanyong Wan); pulls in gtest r424.
15 years ago
vladlosev
090c4830dd
Fixes a typo in README.
15 years ago
zhanyong.wan
d19f58677b
Improves Makefile.am (by Vlad Losev); fixes Makefile and updates README (by Zhanyong Wan).
15 years ago
zhanyong.wan
aa28b178c4
Updates the release notes.
15 years ago
zhanyong.wan
439df04138
Adds Manuel to CONTRIBUTORS, and pulls in gtest r405.
15 years ago
zhanyong.wan
b1c7f93c52
Improves matcher messages across the board.
15 years ago
zhanyong.wan
676e8cc609
Fixes the explanation generated by many composite matchers (by Manuel Klimek); publishes the gmock value printer as testing::PrintToString() (by Zhanyong Wan).
15 years ago
zhanyong.wan
a862f1de30
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.
15 years ago
zhanyong.wan
34b034c21e
Adds a free function MatchAndExplain().
15 years ago
zhanyong.wan
5905ba00fe
Adds threading support (by Vlad Losev); updates the version number (by Zhanyong Wan); adds release notes for 1.5.0 (by Vlad Losev).
15 years ago
zhanyong.wan
470df42bad
Enables tests depending on stdout capturing (by Vlad Losev).
15 years ago
zhanyong.wan
db22c22782
BREAKING CHANGE: drops the old matcher API. See http://code.google.com/p/googlemock/wiki/FrequentlyAskedQuestions for details.
15 years ago
zhanyong.wan
99643d2d1f
Removes 'make install' instructions from README.
15 years ago
zhanyong.wan
d14aaed74b
Enables regex matchers on all platforms.
15 years ago
zhanyong.wan
6953a725fc
Allows Field() and Property() to work when the matcher argument is a pointer passed by reference.
15 years ago
zhanyong.wan
e122e457a6
Converts more matchers to the new API; fixes MatchAndExplain() for polymorphic matchers to allow non-const reference arguments.
15 years ago
zhanyong.wan
821133180c
Implements the new matcher API.
15 years ago
zhanyong.wan
7f8eb725b5
Removes support for MSVC 7.1 from the scons scripts.
15 years ago
zhanyong.wan
32de5f5376
Fixes a slew of compiler warnings and turns on "warning as error" in the scons build.
15 years ago
zhanyong.wan
284b54d304
Trims the autotools build script.
15 years ago
zhanyong.wan
39bf784f83
Removes uses of GTEST_HAS_STD_STRING.
15 years ago
zhanyong.wan
5a3c1691a1
Removes gmock_output_test_.vcproj.
15 years ago
zhanyong.wan
099e3b93c5
Makes gmock_doctor work with gcc 4.4.0.
15 years ago
zhanyong.wan
a95c6a5a69
Fixes a C++-standard-compliance bug in gmock-printers.h.
15 years ago
zhanyong.wan
f6d6a22b8e
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).
15 years ago
zhanyong.wan
19eb9e9e3d
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).
15 years ago
vladlosev
e56daa7de1
Tests NotNull/IsNull with testing::internal::scoped_ptr.
15 years ago
vladlosev
b006f165b1
Adds SCons build files for Google Mock
15 years ago
vladlosev
79b83505bc
Updates IsNull and NotNull matchers to work with smart pointers.
15 years ago
vladlosev
a63be0bd91
Adjusts gMock Doctor to work with Return implementation updated in r233
15 years ago
vladlosev
201ac16191
Enables gmock's implicit_cast to work with source types that have a non-const conversion operator (by Zhanyong Wan).
15 years ago
vladlosev
a070cbd91c
Enables gmock's implicit_cast to work with source types that
15 years ago
zhanyong.wan
2871bb4d34
Adds gmock_all_test.cc for compiling most gmock tests in a single file.
16 years ago
zhanyong.wan
21a5846afd
Makes gmock-generated-function-mockers.h conform to the C++ standard.
16 years ago
zhanyong.wan
4910d29e1e
Makes gmock-all.cc catch errors in fuse_gmock.py.
16 years ago