38 Commits (5c4b472bbf8c81fc3d52fc69a92f174821a96280)

Author SHA1 Message Date
zhanyong.wan 598fe2288e Removes unused scripts from the distro. 15 years ago
vladlosev 7aec2f36ba Lucid autotools compatibility patch by Jeffrey Yasskin. 15 years ago
zhanyong.wan 2ccea88c99 Moves the universal printer from gmock to gtest and refactors the cmake script for reusing in gmock (by Vlad Losev). 15 years ago
zhanyong.wan 509b5339e9 Simplifies Makefile.am (by Zhanyong Wan and Vlad Losev). 15 years ago
zhanyong.wan 75e2713e45 Adds the pump.py script. 15 years ago
zhanyong.wan 9f0824b0a6 Adds missing gtest DLL exports. 15 years ago
zhanyong.wan f3feb338ef Removes the old DLL solution. 15 years ago
zhanyong.wan 3bef459eac Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth); adds wide InitGoogleTest to gtest.def (by Vlad Losev); updates the version number (by Zhanyong Wan); updates the release notes for 1.5.0 (by Vlad Losev); removes scons scripts from the distribution (by Zhanyong Wan); adds the cmake build script to the distribution (by Zhanyong Wan); adds fused source files to the distribution (by Vlad Losev and Chandler Carruth). 15 years ago
zhanyong.wan a3dd9d97c5 Supports building gtest as a DLL (by Vlad Losev). 15 years ago
zhanyong.wan 075b76bb96 Trims the autotools build script. 15 years ago
zhanyong.wan 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). 15 years ago
vladlosev 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. 16 years ago
zhanyong.wan bd851333e8 Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original patch). 16 years ago
zhanyong.wan bcaf6f542f Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC projects. 16 years ago
zhanyong.wan 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). 16 years ago
chandlerc 888b6ebe7d Fix the 'make dist' behavior to include gtest-tuple.h and gtest-tuple.h.pump. 16 years ago
zhanyong.wan c214ebc830 More refactoring for the event listener API, by Vlad Losev. 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 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 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 f0048c1bea Removes upload*.py from the release package, as they are useless without an SVN checkout. 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 3bcc7a2173 Adds Makefile to the distribution pacakge. 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