Commit Graph

  • edbcd6294e Fixes issue 217: lets MSVC 10 uses its own tr1 tuple. zhanyong.wan 2010-01-05 20:44:37 +00:00
  • c73d024193 Makes the cmake script compatible with cmake 2.6.4. zhanyong.wan 2010-01-05 18:27:41 +00:00
  • 38efa38f40 Uses FindThreads to set the proper link flag when using threads (by Manuel Klimek). zhanyong.wan 2010-01-05 16:30:02 +00:00
  • 1d6df4be08 Adds an experimental CMake build script; makes the samples compile without warnings on Windows. zhanyong.wan 2009-12-29 19:45:33 +00:00
  • 4d004650c9 Adds proper license to the xcode build scripts. zhanyong.wan 2009-12-29 03:19:01 +00:00
  • 7f8eb725b5 Removes support for MSVC 7.1 from the scons scripts. zhanyong.wan 2009-12-23 20:48:53 +00:00
  • 2426542402 Removes support for MSVC 7.1 from the scons scripts. zhanyong.wan 2009-12-23 20:47:20 +00:00
  • 32de5f5376 Fixes a slew of compiler warnings and turns on "warning as error" in the scons build. zhanyong.wan 2009-12-23 00:13:23 +00:00
  • 7b0c8dd3a9 Adds macro GTEST_DISALLOW_ASSIGN_, needed by gmock. zhanyong.wan 2009-12-23 00:09:23 +00:00
  • 940ce8a210 Moves gtest.def from src/ to msvc/. zhanyong.wan 2009-12-18 16:48:20 +00:00
  • 284b54d304 Trims the autotools build script. zhanyong.wan 2009-12-18 08:00:42 +00:00
  • a3dd9d97c5 Supports building gtest as a DLL (by Vlad Losev). zhanyong.wan 2009-12-18 05:23:04 +00:00
  • 39bf784f83 Removes uses of GTEST_HAS_STD_STRING. zhanyong.wan 2009-12-16 23:36:08 +00:00
  • 88e97c822c Removes uses of GTEST_HAS_STD_STRING. zhanyong.wan 2009-12-16 23:34:59 +00:00
  • 075b76bb96 Trims the autotools build script. zhanyong.wan 2009-12-16 21:40:41 +00:00
  • cca227fe75 Moves mis-placed tests. zhanyong.wan 2009-12-16 20:21:27 +00:00
  • d56773b492 Turns on -Wshadow (by Preston Jackson). zhanyong.wan 2009-12-16 19:54:05 +00:00
  • 3508784108 Stops supporting MSVC 7.1 with exceptions disabled. zhanyong.wan 2009-12-14 19:14:04 +00:00
  • 5a3c1691a1 Removes gmock_output_test_.vcproj. zhanyong.wan 2009-12-09 18:21:28 +00:00
  • 099e3b93c5 Makes gmock_doctor work with gcc 4.4.0. zhanyong.wan 2009-12-09 17:58:37 +00:00
  • 44bafcb62d Fixes the "passing non-POD to ellipsis" warning in Sun Studio. Based on Alexander Demin's patch. zhanyong.wan 2009-12-07 20:45:16 +00:00
  • a95c6a5a69 Fixes a C++-standard-compliance bug in gmock-printers.h. zhanyong.wan 2009-12-02 08:36:42 +00:00
  • 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). zhanyong.wan 2009-12-01 19:42:25 +00:00
  • 891b3716c4 Exposes SkipPrefix s.t. it can be used by gmock (by Vlad Losev). zhanyong.wan 2009-12-01 19:39:52 +00:00
  • 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). zhanyong.wan 2009-11-24 20:23:18 +00:00
  • 2e075a7f60 Refactors run_tests.py s.t. it can be shared by gmock (by Vlad Losev); Fixes a warning in gtest-tuple_test.cc on Cygwin (by Vlad Losev). zhanyong.wan 2009-11-24 20:19:45 +00:00
  • e56daa7de1 Tests NotNull/IsNull with testing::internal::scoped_ptr. vladlosev 2009-11-18 01:08:08 +00:00
  • b006f165b1 Adds SCons build files for Google Mock vladlosev 2009-11-18 00:44:26 +00:00
  • 79b83505bc Updates IsNull and NotNull matchers to work with smart pointers. vladlosev 2009-11-18 00:43:37 +00:00
  • a63be0bd91 Adjusts gMock Doctor to work with Return implementation updated in r233 vladlosev 2009-11-18 00:42:27 +00:00
  • 201ac16191 Enables gmock's implicit_cast to work with source types that have a non-const conversion operator (by Zhanyong Wan). vladlosev 2009-11-18 00:12:05 +00:00
  • a070cbd91c Enables gmock's implicit_cast to work with source types that vladlosev 2009-11-18 00:09:28 +00:00
  • b6fe6899be Implements the element_type typedef in testing::internal::scoped_ptr. This is needed to test gmock's IsNull/NotNull with it. vladlosev 2009-11-17 23:34:56 +00:00
  • bf26ca01f2 Prevents Google Test from printing help message upon seeing the --gtest_stack_trace_depth flag. This was breaking gmock_output_test. vladlosev 2009-11-17 22:43:15 +00:00
  • 24ccb2c3e0 Blocks test binaries from inheriting GTEST_OUTPUT variable when invoked from Python test scripts (fixes issue 223). vladlosev 2009-11-17 22:41:27 +00:00
  • b99c9eceab Re-factors run_tests.py for easier reuse by Google Mock vladlosev 2009-11-17 22:25:07 +00:00
  • bcf926ec65 Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed tests in gtest-port_test.cc only when typed tests are available (by Zhanyong Wan); makes gtest-param-util-generated.h conform to the C++ standard (by Zhanyong Wan). zhanyong.wan 2009-11-13 02:54:23 +00:00
  • 2871bb4d34 Adds gmock_all_test.cc for compiling most gmock tests in a single file. zhanyong.wan 2009-11-12 19:18:48 +00:00
  • 21a5846afd Makes gmock-generated-function-mockers.h conform to the C++ standard. zhanyong.wan 2009-11-12 19:18:08 +00:00
  • 7e13e0f5dd Fixes the code to work with fuse_gtest.py. zhanyong.wan 2009-11-10 19:17:35 +00:00
  • 4910d29e1e Makes gmock-all.cc catch errors in fuse_gmock.py. zhanyong.wan 2009-11-10 19:16:27 +00:00
  • 2e7c475e16 Adds a dummy test to gmock-port.test.cc. zhanyong.wan 2009-11-06 23:43:30 +00:00
  • edba5d808c Fixes linker error when used with gMock on Windows vladlosev 2009-10-23 00:49:33 +00:00
  • 6bfc4b2bd3 Prints help when encountering unrecognized Google Test flags. vladlosev 2009-10-22 01:22:29 +00:00
  • 6c54a5e1f9 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. vladlosev 2009-10-21 06:15:34 +00:00
  • bad778caa3 Implements support for AssertionResult in Boolean assertions such as EXPECT_TRUE; Fixes Google Tests's tuple implementation to default-initialize its fields in the default constructor (by Zhanyong Wan); Populates gtest_stress_test.cc with actual tests. vladlosev 2009-10-20 21:03:10 +00:00
  • 060804deb8 Fixes: Scons build file broken when used in another SConstruct; warning in VC 8.0 when compiled with /Wp64 vladlosev 2009-10-14 22:33:03 +00:00
  • b4d333f14f Creates release tag 1.4.0 off the head of branch 1.4. release-1.4.0 zhanyong.wan 2009-10-02 07:05:36 +00:00
  • 9007cb4f8a Updates the 1.4.0 release notes. zhanyong.wan 2009-10-01 23:35:47 +00:00
  • 7db42db1c6 Updates the 1.4.0 release notes. zhanyong.wan 2009-10-01 23:31:41 +00:00
  • 3b1ab7210c Refactors the scons script (by Vlad Losev). zhanyong.wan 2009-10-01 23:02:59 +00:00
  • 7c95d8346e Works around a Symbian compiler bug that causes memory leak (by Mika Raento). zhanyong.wan 2009-10-01 21:56:16 +00:00
  • 95279071b1 Refactors the scons script (by Vlad Losev). Fixes a typo in __GNUC__ (by Zhanyong Wan). zhanyong.wan 2009-09-30 23:55:07 +00:00
  • bd851333e8 Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original patch). Enables death tests on minGW (by Vlad Losev). zhanyong.wan 2009-09-30 23:46:28 +00:00
  • 79643f51ed Changes gmock's version to 1.4.0. Also fixes a compiler warning. zhanyong.wan 2009-09-30 20:24:30 +00:00
  • f8b268ee86 Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan). Renames EventListenrs to TestEventListeners (by Zhanyong Wan). Fixes invalid characters in XML report (by Vlad Losev). Refacotrs SConscript (by Vlad Losev). zhanyong.wan 2009-09-30 20:23:50 +00:00
  • f3aa4d2934 Implements the MockFunction class. zhanyong.wan 2009-09-25 22:34:47 +00:00
  • 95b12332c3 Makes gmock work on Symbian (both 3rd & 5th editions), original patch contributed by Mika Raento. zhanyong.wan 2009-09-25 18:55:50 +00:00
  • 2d970ee3ba Adds the IsNull() matcher. zhanyong.wan 2009-09-24 21:41:36 +00:00
  • f7af24c7de Simplifies gmock code using gtest's OS-indicating macros. zhanyong.wan 2009-09-24 21:17:24 +00:00
  • b50ef44a35 Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to simplify gtest code (by Zhanyong Wan). zhanyong.wan 2009-09-24 21:15:59 +00:00
  • b0d1c08ff2 Bumps up the version number for release 1.2.0. zhanyong.wan 2009-09-24 20:55:18 +00:00
  • 7fba282ce7 Bumps up the version number for release 1.4.0. zhanyong.wan 2009-09-24 20:53:45 +00:00
  • f47a2df57b Makes gmock compile on minGW, which uses gcc 3.4.5. zhanyong.wan 2009-09-24 16:39:30 +00:00
  • c286524bbf Removes gtest's dependency on python2.4. zhanyong.wan 2009-09-22 16:19:19 +00:00
  • a89034c802 Removes gmock's dependency on python2.4. zhanyong.wan 2009-09-22 16:18:42 +00:00
  • 2534ae201e Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the scons script build in a deterministic order (by Zhanyong Wan). zhanyong.wan 2009-09-21 19:42:03 +00:00
  • bbd6e105e7 Picks up gtest r314. zhanyong.wan 2009-09-18 18:17:19 +00:00
  • e5373af0cb Renames the TestPartResult type enums and adjusts the order of methods in the event listener interface (by Vlad Losev). zhanyong.wan 2009-09-18 18:16:20 +00:00
  • 9f894c2b36 Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor / assignment operator cannot be generated) enabled. zhanyong.wan 2009-09-18 16:35:15 +00:00
  • f43e4ff3ad Renames the methods in the event listener API, and changes the order of *End events (by Vlad Losev). zhanyong.wan 2009-09-17 19:12:30 +00:00
  • 93244dc369 Disbles two tests that crash on Symbian. zhanyong.wan 2009-09-17 19:11:00 +00:00
  • 12d740faef Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) enabled. zhanyong.wan 2009-09-17 05:04:08 +00:00
  • f07dc6b1b1 Fixes line-ending in the new -md VC projects. zhanyong.wan 2009-09-16 21:38:13 +00:00
  • 4bd79e4f25 Simplifies the definition of NativeArray. Works around a VC bug in StrictMock & NiceMock. zhanyong.wan 2009-09-16 17:38:08 +00:00
  • 302a41c90b Small code simplification (by Vlad Losev). zhanyong.wan 2009-09-16 17:36:39 +00:00
  • f5e1ce5b92 Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad Losev). zhanyong.wan 2009-09-16 07:02:02 +00:00
  • 866f4a9446 Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renames GTEST_HIDE_UNREACHABLE_CODE_ to GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_ (by Vlad Losev). zhanyong.wan 2009-09-16 06:59:17 +00:00
  • c53b3dca1b Removes dead code in gmock-more-actions_test.cc. zhanyong.wan 2009-09-12 06:46:26 +00:00
  • 04d6ed817e Simplifies the tests using EXPECT_DEATH_IF_SUPPORTED. zhanyong.wan 2009-09-11 07:01:08 +00:00
  • b2ee82ebf9 Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforcing the validity of arguments (by Vlad Losev); adds samples for the event listener API (by Vlad Losev); simplifies the tests using EXPECT_DEATH_IF_SUPPORTED (by Zhanyong Wan). zhanyong.wan 2009-09-11 06:59:42 +00:00
  • f6dd67a155 Adjusts VC projects' output directories such that the output files don't step on each other. zhanyong.wan 2009-09-11 06:02:00 +00:00
  • b8c172f6c3 Really removes unneeded VC projects. zhanyong.wan 2009-09-11 05:42:49 +00:00
  • bcaf6f542f Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC projects. zhanyong.wan 2009-09-11 05:41:41 +00:00
  • d6ffd13698 Adds gmock-more-actions.h to the distribution ('make distcheck' passes). zhanyong.wan 2009-09-08 17:15:49 +00:00
  • 16e9dd6e28 More implementation of the event listener interface (by Vlad Losev); Reduces the stack space usage of assertions by moving AssertHelper's fields to the heap (by Jorg Brown); Makes String faster, smaller, and simpler (by Zhanyong Wan); Fixes a bug in String::Format() (by Chandler); Adds the /MD version of VC projects to the distribution (by Vlad Losev). zhanyong.wan 2009-09-04 18:30:25 +00:00
  • 5bc7cfe817 Updates CHANGES. zhanyong.wan 2009-09-04 18:10:53 +00:00
  • 46642857b1 Depends on gtest r300, which allows String to contain NUL. zhanyong.wan 2009-09-01 19:10:50 +00:00
  • 56a2e686e9 Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad Losev). zhanyong.wan 2009-09-01 18:53:56 +00:00
  • 2b43a9ecd1 Adds mutable_impl() and impl() to PolymorphicMatcher (by Zhanyong Wan); Enables gMock to compile with VC 7.1 (by Vlad Losev). zhanyong.wan 2009-08-31 23:51:23 +00:00
  • cb2b1640b2 Updating for Snow Leopard. Cleaning up the sample code. Updating the README with instructions for installation from the command line. preston.a.jackson 2009-08-28 22:11:18 +00:00
  • b5936af65c Adds /MD(d) versions of VC++ projects. vladlosev 2009-08-28 19:11:47 +00:00
  • 1da9ceefa5 Fixes an uninitialized field in class OsStackTraceGetter. zhanyong.wan 2009-08-26 17:44:38 +00:00
  • 6149876141 Cleaning up gtest.xcode. Removing old tests, using gtest-all.cc, adding a static libgtest.a and a static libgtest_main.a, fixing the sample code to work with changes. preston.a.jackson 2009-08-21 14:00:34 +00:00
  • 0ea67f88ae Improves protobuf print format. zhanyong.wan 2009-08-14 04:50:02 +00:00
  • 888b6ebe7d Fix the 'make dist' behavior to include gtest-tuple.h and gtest-tuple.h.pump. Missing these caused failures on platforms depending on them as well as general failures of the dedicated tests for the tuple implementation. chandlerc 2009-08-11 02:16:16 +00:00
  • 5502540a5b Unbreak the build for Solaris by selecting the correct include headers for its POSIX regex support. Patch contributed by Monty Taylor <monty.taylor@gmail.com> to the protocol buffer project, and relayed by Kenton to GoogleTest. Tweaked to include the new define in the #endif comment. chandlerc 2009-08-10 20:59:41 +00:00
  • 9571b28675 Removes duplicated definition of SetArgumentPointee (by Vlad Losev); Makes gmock compilable on platforms that don't have ::abort() (by Acadeli Checa); Fixes compatibility with Symbian's STLport (by Acadeli Checa). zhanyong.wan 2009-08-07 07:15:56 +00:00
  • ed8500b341 Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility with Symbian (by Araceli Checa); Removes GetCapturedStderr()'s dependency on std::string (by Vlad Losev). zhanyong.wan 2009-08-07 06:47:47 +00:00
  • 18c31d64e1 Makes gtest compilable on Win CE. zhanyong.wan 2009-07-23 06:30:32 +00:00