51 Commits (f225735222b522abcb8286a654e71090403b75a1)

Author SHA1 Message Date
zhanyong.wan c214ebc830 More refactoring for the event listener API, by Vlad Losev. 16 years ago
zhanyong.wan 90c90f9250 Switches from Boost TR1 tuple to gtest's TR1 tuple. 16 years ago
zhanyong.wan 532dc2de35 Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev). 16 years ago
zhanyong.wan 07587e9db4 Works around a gcc bug that causes tr1/tuple to fail to compile when RTTI is disabled. 16 years ago
zhanyong.wan 683f431d83 Works around a gcc bug when compiling tr1/tuple with RTTI disabled. 16 years ago
zhanyong.wan c78ae6196d Ports gtest to C++Builder, by Josh Kelley. 16 years ago
zhanyong.wan f2334aa195 Ports gtest to minGW (by Kenton Varda). 16 years ago
zhanyong.wan df35a763b9 Implements --gmock_catch_leaked_mocks and Mock::AllowLeak. 16 years ago
zhanyong.wan 56fe7460a8 Adds fuse_gmock_files.py to fuse all Google Mock and Google Test source files (by Zhanyong Wan). 16 years ago
zhanyong.wan 1f8a50e429 Adds scripts/test/Makefile to the distribution in trunk. 16 years ago
zhanyong.wan 87d23e45f0 Implements the --help flag; fixes tests on Windows. 16 years ago
zhanyong.wan 40e72a8a83 Implements --gtest_throw_on_failure for using gtest with other testing frameworks. 16 years ago
zhanyong.wan 38ca64dd5f Fixes link errors due to an MS VC bug. By Vlad Losev. 16 years ago
zhanyong.wan f0048c1bea Removes upload*.py from the release package, as they are useless without an SVN checkout. 16 years ago
zhanyong.wan 7a13fee2f0 Removes upload*.py from the release package, as they are useless without an SVN checkout. 16 years ago
zhanyong.wan 31c4522aa1 Adds upload_gmock.py for uploading a patch for review. 16 years ago
zhanyong.wan 44c88653fc Adds upload_gtest.py for uploading a Google Test patch for review. 16 years ago
zhanyong.wan a5391b50a2 Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc. 16 years ago
zhanyong.wan b593ccbbbe Adds a script to fuse gtest source files into a .h and a .cc. 16 years ago
shiqian 281b1d21db More tweaks to the build script. 16 years ago
shiqian 3bcc7a2173 Adds Makefile to the distribution pacakge. 16 years ago
shiqian a92e49620e More tweaks to the build systems. 16 years ago
shiqian c6cece7768 Adds Visual Studio projects for building Google Mock. 16 years ago
shiqian e35fdd936d Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet. 16 years ago
vladlosev 389508e355 Merged build script fix from branches/release-1.2 16 years ago
shiqian 1081384940 Sorts the sample and test targets in Makefile.am within their functional group. 17 years ago
vladlosev 3d70421763 Value-parameterized tests and many bugfixes 17 years ago
shiqian 321234377e Fixes the header search path in SConscript and add SConscript to the distribution. 17 years ago
shiqian e0865dd919 Many changes: 17 years ago
preston.jackson 0cbe322d37 Adding tests to Xcode project 17 years ago
shiqian a2b1a8556e Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-insensitive wide string comparison to the String class (by Vlad Losev). 17 years ago
shiqian e0ecb7ac58 Makes Google Test compile on Mac OS X and Cygwin, and adds project files for Microsoft Visual Studio. 17 years ago
shiqian d201456903 Initial import. 17 years ago