7dfbea4976Fixes an include order problem in CMakeLists.txt; pulls in gtest r489.
zhanyong.wan
2010-10-05 19:24:04 +0000
9c48242258Adds a gtest_disable_pthreads CMake option; also fixes an include order problem in the cmake script.
zhanyong.wan
2010-10-05 19:22:50 +0000
d8e15d9c4aAdds more tests for the gmock generator.
zhanyong.wan
2010-10-05 19:21:38 +0000
4b16e8ed27Enables 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).
zhanyong.wan
2010-10-05 06:11:56 +0000
5921483640Adds SetArgPointee to replace SetArgumentPointee.
zhanyong.wan
2010-10-05 05:58:51 +0000
662d8a2350Factors out email address in Google Mock Doctor messages.
vladlosev
2010-09-29 00:38:12 +0000
e5974e3f43Clarifies how to use gtest as a shared library in README.
zhanyong.wan
2010-09-28 21:28:24 +0000
2d1835b086Removes uses of deprecated AssertionFailure() API (by Vlad Losev).
zhanyong.wan
2010-09-27 22:09:42 +0000
736baa8ac0Prints the type of the actual value as part of a match message when appropriate.
zhanyong.wan
2010-09-27 17:44:16 +0000
b5d3a17805Allows EXPECT_FATAL_FAILURE() and friends to accept a string object as the second argument.
zhanyong.wan
2010-09-27 17:42:52 +0000
4c91551c3bUpdates the gMock Doctor script to understand Clang error messages.
vladlosev
2010-09-25 00:52:20 +0000
345d9ebf30Implements GTEST_ASSERT_XY as alias of ASSERT_XY.
zhanyong.wan
2010-09-15 04:56:58 +0000
53e08c44ddInclude gtest and gmock headers as user headers instead of system headers.
zhanyong.wan
2010-09-14 05:38:21 +0000
dac3e879c5Include gtest headers as user headers instead of system headers.
zhanyong.wan
2010-09-14 05:35:59 +0000
ad7c462be7Simplifies 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.
zhanyong.wan
2010-09-09 22:16:17 +0000
88e0df6247Removes all uses of StrStream; fixes the VC projects and simplifies them by using gtest-all.cc.
zhanyong.wan
2010-09-08 05:57:37 +0000
2516f60da9Publishes 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).
zhanyong.wan
2010-08-31 18:28:02 +0000
35c3975649Casts char to unsigned char before calling isspace() etc to avoid undefined behavior (by Zhanyong Wan); removes conditional #includes keyed on GTEST_HAS_PROTOBUF_ (by Zhanyong Wan); publishes GTEST_HAS_STREAM_REDIRECTION (by Vlad Losev); forward declares some classes properly (by Samuel Benzaquen); honors the --gtest_catch_exceptions flag (by Vlad Losev).
zhanyong.wan
2010-08-31 18:21:13 +0000
a9f380f5c7Removes the Windows golden file (by Vlad Losev); implements test result streaming (by Nikhil Jindal and cleaned up by Zhanyong Wan).
zhanyong.wan
2010-08-19 22:16:00 +0000
ccedc1c933Removes some gmock internal macros; sorts the file lists in Makefile.am; picks up gtest r454.
zhanyong.wan
2010-08-09 22:46:12 +0000
b83585c4deAdds new test files to the distro, and sorts the file lists.
zhanyong.wan
2010-08-09 22:42:56 +0000
c6333dca1cPicks up gtest r453.
zhanyong.wan
2010-08-09 18:20:45 +0000
5c4b472bbfMakes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); improves the hex dump format (by Zhanyong Wan); gets rid of class TestInfoImpl (by Zhanyong Wan); adds exception handling (by Vlad Losev).
zhanyong.wan
2010-08-09 18:19:15 +0000
598fe2288eRemoves unused scripts from the distro.
zhanyong.wan
2010-07-22 22:22:18 +0000
744de6fa59Removes unused scons-related scripts; makes gtest_nc_test compatible with Clang.
zhanyong.wan
2010-07-22 22:03:48 +0000
e96d247b20Allows Google Test to build on OSes other then a pre-determined set and implements GTEST_HAS_POSIX_REGEX condition for compatibility with them.
vladlosev
2010-07-22 21:07:19 +0000
e2a7f03b80Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong Wan). Allows a user to customize how the universal printer prints a pointer of a specific type by overloading << (by Zhanyong Wan). Works around a bug in Cymbian's C++ compiler (by Vlad Losev).
zhanyong.wan
2010-07-21 22:15:17 +0000
447ed6474dFixes warnings when built by GCC with -Wswitch-default. Original patch by Zhixu Liu (zhixu.liu@gmail.com).
vladlosev
2010-07-14 22:36:31 +0000
3899557cb8Fixes definitions from pthread.h used before the header inclusion.
vladlosev
2010-07-12 19:17:22 +0000
5e4214cee4Makes gtest_break_on_failure_unittest work on minGW (by vladl); improves the NULL-dereferencing hack to work with LLVM (by chandlerc).
zhanyong.wan
2010-07-08 21:44:59 +0000
e3bd0981caImplements ReturnPointee() and ReturnRefOfCopy().
zhanyong.wan
2010-07-03 00:16:42 +0000
682c89f755Makes gtest report failures in ad hoc test assertions executed before RUN_ALL_TESTS().
zhanyong.wan
2010-06-16 22:47:13 +0000
02c1505ebfIncreases the maximum arity of AllOf() and AnyOf() to 10, by Marcus Börger.
zhanyong.wan
2010-06-09 19:21:30 +0000
b4140808f9Replaces Python-style interpolation with arbitrary C++ string expression in MATCHER* descriptions.
zhanyong.wan
2010-06-08 22:53:57 +0000
985a30360cAdds tests for SkipPrefix().
zhanyong.wan
2010-06-08 22:51:46 +0000
38e1465902Fixes a wrong comment for OnTestPartResult().
vladlosev
2010-05-31 23:30:01 +0000
61baf319bbSuppresses some Clang warnings (by Chandler Carruth, Jeffrey Yasskin, and Zhanyong Wan).
zhanyong.wan
2010-05-10 17:23:54 +0000
02f7106557Moves the universal printer from gmock to gtest (by Vlad Losev).
zhanyong.wan
2010-05-10 17:14:29 +0000
2ccea88c99Moves the universal printer from gmock to gtest and refactors the cmake script for reusing in gmock (by Vlad Losev).
zhanyong.wan
2010-05-10 17:11:58 +0000
cdc0aae155Silence a Clang warning about an unused variable.
chandlerc
2010-05-09 08:16:50 +0000
1e908873ebCMake 2.8/Visual Age compatibility patch by Hady Zalek.
vladlosev
2010-04-05 20:50:36 +0000
b9a7cead1cFixes a leak in ThreadLocal.
zhanyong.wan
2010-03-26 20:23:06 +0000
aa28b178c4Updates the release notes.
zhanyong.wan
2010-03-26 05:38:55 +0000
3569c3c86dFixes compatibility with Visual Age versions lower than 9.0 (by Hady Zalek); updates the release notes.
zhanyong.wan
2010-03-26 05:35:42 +0000
2429dfc641Cleans up the cmake script.
zhanyong.wan
2010-03-25 23:12:35 +0000
439df04138Adds Manuel to CONTRIBUTORS, and pulls in gtest r405.
zhanyong.wan
2010-03-25 20:17:31 +0000
b2c1ee6d84Adds Hady and Manuel to CONTRIBUTORS.
zhanyong.wan
2010-03-25 20:16:33 +0000
90030d74c8Fixes comments and tests for the moment of generator parameter evaluation in INSTANTIATE_TEST_CASE_P.
vladlosev
2010-03-20 12:33:48 +0000
06d04c0945Solaris and AIX patch by Hady Zalek
vladlosev
2010-03-17 18:22:59 +0000
a6978ecb4cFixes a -Wextra warning in gtest-param-util.h and updates the cmake script to verify it (by Zhanyong Wan); adds support for hermetic build to the cmake script (by Vlad Losev).
zhanyong.wan
2010-03-17 00:08:06 +0000
676e8cc609Fixes the explanation generated by many composite matchers (by Manuel Klimek); publishes the gmock value printer as testing::PrintToString() (by Zhanyong Wan).
zhanyong.wan
2010-03-16 20:01:51 +0000
a862f1de30Adds 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.
zhanyong.wan
2010-03-15 21:23:04 +0000
a2534cb7a5Fixes a typo in comment, by Vlad Losev.
zhanyong.wan
2010-03-15 21:21:18 +0000
40604f891eFixes an 'unreachable code' warning by MSVC on certain opt settings in gtest-death-test_test.cc.
vladlosev
2010-03-08 20:42:47 +0000
79e11d7c7dAdds a smoketest for ThreadWithParam.
vladlosev
2010-03-05 22:17:25 +0000