Commit graph

  • c055460905 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
  • 065bf684e3 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
  • b61dd5839f 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
  • 58769a23bd 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
  • f07b0162f0 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
  • ba1d74cc19 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
  • 54769ac139 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
  • 415c26f435 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
  • 6bcfd72428 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
  • f290905624 Turns on -Wshadow (by Preston Jackson). zhanyong.wan 2009-12-16 19:54:05 +00:00
  • e5fe3f0dd1 wiki change: makes the faq about ASSERT_NE(NULL, ptr) more searchable. wan@google.com 2009-12-16 17:15:28 +00:00
  • 3508784108 Stops supporting MSVC 7.1 with exceptions disabled. zhanyong.wan 2009-12-14 19:14:04 +00:00
  • 9d30f28dfb 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
  • 2f068180b9 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
  • dcaf6c2042 Exposes SkipPrefix s.t. it can be used by gmock (by Vlad Losev). zhanyong.wan 2009-12-01 19:39:52 +00:00
  • c2623f92a5 Updated the CRT library incompatibility question with information about gtest-md.vcproj. vladlosev 2009-12-01 04:21:06 +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
  • e8a3f13ed9 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
  • 0438732c1d 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
  • 8439312ab7 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
  • e7c3cc33f5 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
  • 778d939408 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
  • 5075abe225 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
  • 4084a92d74 Adds a section on using Boolean assertions with AssestionResult. vladlosev 2009-11-12 08:18:10 +00:00
  • 7e13e0f5dd Fixes the code to work with fuse_gtest.py. zhanyong.wan 2009-11-10 19:17:35 +00:00
  • 2ec928098c 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
  • 6ee022a91a 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
  • 103dd5dce3 Prints help when encountering unrecognized Google Test flags. vladlosev 2009-10-22 01:22:29 +00:00
  • 4f5b5df7e7 Fixes a link pointing to the location of TestEventListeners class in the code base. vladlosev 2009-10-21 22:03:55 +00:00
  • f4f23902cb Fixes links pointing to the locations of UnitTest, TestCase, and TestInfo in the code base. vladlosev 2009-10-21 22:01:21 +00:00
  • 36be591381 Fixes links pointing to definitions of TestEventListener and EmptyTestEventListener in the source code. vladlosev 2009-10-21 21:58:30 +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
  • 83ef9cdb61 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
  • 51fdd5d8c4 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
  • 24cbd8a377 Creates release tag 1.4.0 off the head of branch 1.4. zhanyong.wan 2009-10-02 07:05:36 +00:00
  • 77ec228aff Creates release branch 1.4 off trunk head. zhanyong.wan 2009-10-02 07:02:47 +00:00
  • 9007cb4f8a Updates the 1.4.0 release notes. zhanyong.wan 2009-10-01 23:35:47 +00:00
  • 09075989c6 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
  • 793e2e3bca 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
  • 153b192cac wiki change: adds gtest_shuffle to the advanced guide. zhanyong.wan 2009-10-01 21:28:22 +00:00
  • 08c9660f91 wiki change: adds the event listener API to the advanced guide. zhanyong.wan 2009-10-01 20:47:11 +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
  • c242844108 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
  • e2632504f9 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
  • 157925a380 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
  • f1924b53a9 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
  • b1978eb0e3 Bumps up the version number for release 1.4.0. zhanyong.wan 2009-09-24 20:53:45 +00:00