Commit Graph

  • 33c0af07c4 Makes gmock compile clean with gcc -Wall -Wextra. zhanyong.wan 2009-04-03 00:10:12 +0000
  • 5f7c33d39c Fixes the scons script to build gtest-death-test_test on Linux. zhanyong.wan 2009-04-02 00:31:38 +0000
  • 7e571ef537 Makes googlemock compile with gcc 3.3. zhanyong.wan 2009-03-31 18:26:29 +0000
  • 6a26383e31 Cleans up the use of GTEST_OS_WINDOWS and _MSC_VER. zhanyong.wan 2009-03-31 16:27:55 +0000
  • 946bc64fcf Fixes an error when compiling with gcc 4.4. zhanyong.wan 2009-03-31 00:05:30 +0000
  • 3e54f5a371 Fixes a MSVC warning (by Vlad Losev); fixes SConscript to work with VC 7.1 and exceptions enabled (by Zhanyong Wan). zhanyong.wan 2009-03-31 00:03:56 +0000
  • 755e3bf784 Fixes MSVC casting warning. zhanyong.wan 2009-03-27 06:42:14 +0000
  • e120fc5890 Works around a VC bug by avoiding defining a function named strdup(). zhanyong.wan 2009-03-26 21:11:22 +0000
  • 3fbd2dd020 Makes gmock compile with gcc -Wall -Wextra -Wno-unused-parameter. zhanyong.wan 2009-03-26 19:06:45 +0000
  • 3c7bbf5b46 Simplifies implementation by defining a POSIX portability layer; adds the death test style flag to --help. zhanyong.wan 2009-03-26 19:03:47 +0000
  • 68be111b4c Allows mock methods overloaded on argument number or the const-ness of this object to appear on the same source line. zhanyong.wan 2009-03-25 03:56:48 +0000
  • f3c6efd8d7 Makes gtest compile without warning with gcc 4.0.3 and -Wall -Wextra. zhanyong.wan 2009-03-25 03:55:18 +0000
  • 2c0fc6d415 Cleans up death test implementation (by Vlad Losev); changes the XML format to be closer to junitreport (by Zhanyong Wan). zhanyong.wan 2009-03-24 20:39:44 +0000
  • 62417be8f3 Fixes outdated info in README about compatibility with other testing frameworks. zhanyong.wan 2009-03-19 18:39:41 +0000
  • 1f8a50e429 Adds scripts/test/Makefile to the distribution in trunk. zhanyong.wan 2009-03-18 22:22:09 +0000
  • da579bd681 Adds release note for 1.1.0 and switches to use gtest 1.3.0. zhanyong.wan 2009-03-17 23:34:45 +0000
  • 66973e30d6 Updates the 1.3.0 release note. zhanyong.wan 2009-03-17 23:31:31 +0000
  • 61e953e8c3 Fixes two tests on Cygwin, which has no python 2.4. zhanyong.wan 2009-03-17 21:19:55 +0000
  • 9623aed82c Enables death tests on Cygwin and Mac (by Vlad Losev); fixes a python test on Mac. zhanyong.wan 2009-03-17 21:03:35 +0000
  • 5b5d62f190 Makes the code compile on Windows CE. zhanyong.wan 2009-03-11 23:37:56 +0000
  • 62f8d28c0b Fixes a typo in Vlad's email address. zhanyong.wan 2009-03-11 23:35:32 +0000
  • 87d23e45f0 Implements the --help flag; fixes tests on Windows. zhanyong.wan 2009-03-11 22:18:52 +0000
  • 3d8064999c Fixes build failure on Windows, by Rainer Klaffenboeck. zhanyong.wan 2009-03-11 20:25:25 +0000
  • 44a041b711 Fixes death-test-related tests on Windows, by Vlad Losev. zhanyong.wan 2009-03-11 18:31:26 +0000
  • 40e72a8a83 Implements --gtest_throw_on_failure for using gtest with other testing frameworks. zhanyong.wan 2009-03-06 20:05:23 +0000
  • 93ad3551c0 Fixes gmock-port_test on Windows. zhanyong.wan 2009-03-06 01:21:45 +0000
  • 4984c93490 Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac and Cygwin; fixes build issue on some Linux versions due to PATH_MAX. zhanyong.wan 2009-03-06 01:20:15 +0000
  • 6f14769e86 Allows a mock object to delete itself in an action. By Simon Bowden. zhanyong.wan 2009-03-03 06:44:08 +0000
  • 652540a278 Cleans up macro definitions. zhanyong.wan 2009-02-23 23:37:29 +0000
  • 0af0709b02 Cleans up macro definitions. zhanyong.wan 2009-02-23 23:21:55 +0000
  • 1bee7b2f1d Implements Contains(element) matcher. By Gary Morain. zhanyong.wan 2009-02-20 18:31:04 +0000
  • 7f4c2c0f95 Adds two actions: SaveArg and SetArgReferee. zhanyong.wan 2009-02-19 22:38:27 +0000
  • 38ca64dd5f Fixes link errors due to an MS VC bug. By Vlad Losev. zhanyong.wan 2009-02-19 22:30:22 +0000
  • 4a5330d3d6 Implements custom description string for MATCHER*. zhanyong.wan 2009-02-19 00:36:44 +0000
  • 3c7868a9a8 Updates the definitions of GTEST_HAS_EXCEPTIONS and GTEST_HAS_STD_STRING to be C++ standard compliant. zhanyong.wan 2009-02-19 00:34:36 +0000
  • e0d051ea64 Makes sure all internal macros are named GMOCK_*_. No functionality is changed. zhanyong.wan 2009-02-19 00:33:37 +0000
  • f0048c1bea Removes upload*.py from the release package, as they are useless without an SVN checkout. zhanyong.wan 2009-02-13 19:05:00 +0000
  • 7a13fee2f0 Removes upload*.py from the release package, as they are useless without an SVN checkout. zhanyong.wan 2009-02-13 19:00:22 +0000
  • 31c4522aa1 Adds upload_gmock.py for uploading a patch for review. zhanyong.wan 2009-02-13 07:46:38 +0000
  • 44c88653fc Adds upload_gtest.py for uploading a Google Test patch for review. zhanyong.wan 2009-02-13 07:27:00 +0000
  • a4e6314a0b Removes svn:executable and sets svn:eol-style to CRLF for VS project files. zhanyong.wan 2009-02-13 01:18:34 +0000
  • 585e57b45b Sets the svn:eol-style property of VS project files to CRLF. zhanyong.wan 2009-02-13 00:58:13 +0000
  • 117941f670 Removes the svn:executable attribute from VS project files. zhanyong.wan 2009-02-13 00:54:56 +0000
  • ce198ff899 Implements the MATCHER* macros. zhanyong.wan 2009-02-12 01:34:27 +0000
  • 2f0849fef4 Fixes the "ambiguous overload" compiler error when a mock function takes an argument that supports streaming to basic_ostream<C, T>. zhanyong.wan 2009-02-11 18:06:37 +0000
  • a5391b50a2 Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc. zhanyong.wan 2009-02-09 19:56:02 +0000
  • cd3e4016ea Implements the test sharding protocol. By Eric Fellheimer. zhanyong.wan 2009-02-09 18:05:21 +0000
  • 886cafd4a3 Fixes the definition of GTEST_HAS_EXCEPTIONS, allowing exception assertions to be used with gcc. zhanyong.wan 2009-02-08 04:53:35 +0000
  • e1cdce5f76 Implements action Throw(exception). zhanyong.wan 2009-02-06 01:09:43 +0000
  • 3750499433 Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by Zhanyong Wan). Fixes more warnings on Windows (by Vlad Losev). zhanyong.wan 2009-02-06 00:47:20 +0000
  • c069d7fe27 Improves ACTION* to allow explicit instantiating with reference types. zhanyong.wan 2009-02-02 20:51:53 +0000
  • ad99ca1446 Exposes gtest flags to user code access. By Alexander Demin. zhanyong.wan 2009-02-02 06:37:03 +0000
  • 4b83461e97 Fixes some warnings when compiled with MSVC at warning level 4. zhanyong.wan 2009-01-29 06:49:00 +0000
  • c946ae6019 Implements a simple regex matcher (to be used by death tests on Windows). zhanyong.wan 2009-01-29 01:28:52 +0000
  • 5b95fa7b16 Improves error messages for undefined return value (by Sverre Sundsdal); improves gmock_doctor. zhanyong.wan 2009-01-27 22:28:45 +0000
  • a32fc79c9a Simplifies gtest's implementation by using an existing API to get the original working directory. zhanyong.wan 2009-01-26 21:04:36 +0000
  • 650d5bf3ba Fixes the bug where the XML output path is affected by test changing the current directory. By Stefan Weigand. zhanyong.wan 2009-01-26 19:21:32 +0000
  • b593ccbbbe Adds a script to fuse gtest source files into a .h and a .cc. zhanyong.wan 2009-01-22 17:21:13 +0000
  • bbab127250 Improves compatibility with cygwin by making the definition of GTEST_HAS_GLOBAL_WSTRING correct on this platform. zhanyong.wan 2009-01-21 00:32:01 +0000
  • 6a896b5ec6 Implements ContainerEq. zhanyong.wan 2009-01-16 01:13:50 +0000
  • 19e49afd7d Updates README with instructions on downloading TR1 tuple without the rest of Boost. zhanyong.wan 2009-01-14 21:09:22 +0000
  • 2456258bb1 Adds Eric Roman to the contributor list. shiqian 2009-01-10 01:27:05 +0000
  • fe186c3829 Implements --gtest_also_run_disabled_tests. By Eric Roman. shiqian 2009-01-10 01:16:33 +0000
  • 326aa56412 Implements the ACTION* macros. shiqian 2009-01-09 21:43:57 +0000
  • 53e0dc4041 Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq. shiqian 2009-01-08 01:10:31 +0000
  • 44a8cf19bc Fixes Windows build instructions in README. shiqian 2008-12-22 23:06:35 +0000
  • 9dd55ad366 Fixes incorrect build instructions on Windows. shiqian 2008-12-11 19:44:55 +0000
  • 0efb17dc54 Merged release 1.2.1 updates to trunk vladlosev 2008-12-11 18:46:41 +0000
  • c97f2f560b Fixes compatibility with gcc 4.3's tuple implementation. shiqian 2008-12-11 17:22:59 +0000
  • 31306c5832 Improves README. shiqian 2008-12-11 05:32:22 +0000
  • c50af1ab55 Improves the documentation. shiqian 2008-12-11 05:22:15 +0000
  • 92764e9c93 Improves the instructions in README. shiqian 2008-12-11 03:22:43 +0000
  • 281b1d21db More tweaks to the build script. shiqian 2008-12-11 00:13:55 +0000
  • 3bcc7a2173 Adds Makefile to the distribution pacakge. shiqian 2008-12-10 22:56:18 +0000
  • 635aff1664 Gets ready to release 1.2.1 by bumping up the version number. shiqian 2008-12-10 22:21:16 +0000
  • a92e49620e More tweaks to the build systems. shiqian 2008-12-10 18:34:33 +0000
  • 7b3b36fde4 A small re-work of the installed m4 script for Google Test. This allows other projects to easily leverage an installation or un-installed build of Google Test from their project's Autoconf script. This re-work specifically introduces the ability to provide a path as an argument to the resulting configure script option which can specify either an installation prefix or a build directory for Google Test. shiqian 2008-12-10 18:27:39 +0000
  • c6cece7768 Adds Visual Studio projects for building Google Mock. shiqian 2008-12-10 07:50:41 +0000
  • a369436e2a Changes config_aux to build-aux to conform with the convention. Simplifies the configuration commands in README. By Chandler Carruth. shiqian 2008-12-10 05:45:40 +0000
  • e35fdd936d Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet. shiqian 2008-12-10 05:08:54 +0000
  • fab8c18a00 Necessary changes to gtest-config.in for supporting the up-coming release of Google C++ Mocking Framework. By Chandler Carruth. shiqian 2008-12-09 01:35:11 +0000
  • 5145e0fb20 Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform with the TR1 spec. shiqian 2008-12-09 00:54:04 +0000
  • 2051d2ccc7 Updating README with instructions on running python tests from within Xcode. preston.a.jackson 2008-12-09 00:05:42 +0000
  • 0fb58d70eb Fixes compatibility with IBM z/OS. By Rainer Klaffenboeck. shiqian 2008-12-02 23:41:01 +0000
  • 04f025dd57 Fixes compatibility with Linux IA-64. By Rainer Klaffenboeck. shiqian 2008-12-02 23:35:18 +0000
  • 3e1e473ccd Adds a Makefile to demonstrate building Google Test with a manually-written Makefile. shiqian 2008-12-02 19:52:48 +0000
  • 389508e355 Merged build script fix from branches/release-1.2 vladlosev 2008-11-27 00:18:29 +0000
  • 180e74cd35 Updated CHANGES and release version for 1.2 vladlosev 2008-11-26 22:39:11 +0000
  • 1998cf5d32 Allow Google Mock to initialize Google Test vladlosev 2008-11-26 20:48:45 +0000
  • 957ed9fb52 Adding test/gtest_uninitialized_test.py missing from the previous check-in vladlosev 2008-11-26 20:06:52 +0000
  • 95536ab53b Fixed gtest_break_on_failure_unittest on Ubuntu 8.04 and Windows vladlosev 2008-11-26 20:02:45 +0000
  • c440a6923a Enables the Python tests to run with 2.3 (necessary for testing on Mac OS X Tiger); also fixes gtest_output_test when built with xcode. shiqian 2008-11-24 20:13:22 +0000
  • 514265c415 Fixed two of the failing tests mentioned in issue 9 vladlosev 2008-11-22 02:26:23 +0000
  • d4e57d12d4 updating the README (intended for previous ci) preston.a.jackson 2008-11-21 22:19:28 +0000
  • 3e93606333 oops forgot the config file preston.a.jackson 2008-11-21 22:17:45 +0000
  • 0c7871ca6a Removing a warning when building from the command line. Reordering targets to be semi-alphabetical and to match the ordering in the Makefile. Cleaning up target names to remove the underscore (on the python-based ones), and adding 'run_' Xcode executables to run the python script from within Xcode. Whew preston.a.jackson 2008-11-21 22:16:36 +0000
  • 1081384940 Sorts the sample and test targets in Makefile.am within their functional group. shiqian 2008-11-20 19:40:19 +0000
  • 38e1f9ab9c Moves a code block in gtest.cc to mirror the change in the Google internal version of gtest. shiqian 2008-11-20 04:56:21 +0000
  • 3d70421763 Value-parameterized tests and many bugfixes vladlosev 2008-11-20 01:40:35 +0000
  • b6a296d0f7 Clarifies how gtest supports different platforms in README and code comments. shiqian 2008-11-17 22:57:44 +0000