summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAge
* supports a protocol for catching tests that prematurely exitzhanyong.wan2013-09-06
* Removes dangling references in make/cmake files.zhanyong.wan2013-02-27
* Removes testing::internal::String::Format(), which causes problems as it trun...kosak@google.com2013-02-22
* Adds the LICENSE file to the distribution.vladlosev2013-01-29
* Makes generation of fused sources contingent on availability of Python.vladlosev2011-04-21
* disables 'make install'zhanyong.wan2011-04-07
* fixes link error in 'make check' on some systemszhanyong.wan2011-04-07
* Adds test/gtest-death-test_ex_test.cc to the release package.zhanyong.wan2011-02-24
* Adds cmake scripts to the release package.zhanyong.wan2011-02-24
* Removes the Windows golden file (by Vlad Losev); implements test result strea...zhanyong.wan2010-08-19
* Adds new test files to the distro, and sorts the file lists.zhanyong.wan2010-08-09
* Removes unused scripts from the distro.zhanyong.wan2010-07-22
* Lucid autotools compatibility patch by Jeffrey Yasskin.vladlosev2010-05-11
* Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan2010-05-10
* Simplifies Makefile.am (by Zhanyong Wan and Vlad Losev).zhanyong.wan2010-04-13
* Adds the pump.py script.zhanyong.wan2010-03-23
* Adds missing gtest DLL exports.zhanyong.wan2010-03-22
* Removes the old DLL solution.zhanyong.wan2010-03-05
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-24
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2009-12-18
* Trims the autotools build script.zhanyong.wan2009-12-16
* Refactors run_tests.py s.t. it can be shared by gmock (by Vlad Losev); Fixes ...zhanyong.wan2009-11-24
* Implements support for AssertionResult in Boolean assertions such as EXPECT_T...vladlosev2009-10-20
* Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original p...zhanyong.wan2009-09-30
* Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC proj...zhanyong.wan2009-09-11
* More implementation of the event listener interface (by Vlad Losev); Reduces ...zhanyong.wan2009-09-04
* Fix the 'make dist' behavior to include gtest-tuple.h and gtest-tuple.h.pump.chandlerc2009-08-11
* More refactoring for the event listener API, by Vlad Losev.zhanyong.wan2009-07-16
* Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan);...zhanyong.wan2009-06-17
* Works around a gcc bug when compiling tr1/tuple with RTTI disabled.zhanyong.wan2009-06-11
* Ports gtest to C++Builder, by Josh Kelley.zhanyong.wan2009-04-28
* Ports gtest to minGW (by Kenton Varda).zhanyong.wan2009-04-25
* Adds scripts/test/Makefile to the distribution in trunk.zhanyong.wan2009-03-18
* Implements the --help flag; fixes tests on Windows.zhanyong.wan2009-03-11
* Implements --gtest_throw_on_failure for using gtest with other testing framew...zhanyong.wan2009-03-06
* Removes upload*.py from the release package, as they are useless without an S...zhanyong.wan2009-02-13
* Adds upload_gtest.py for uploading a Google Test patch for review.zhanyong.wan2009-02-13
* Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc.zhanyong.wan2009-02-09
* Adds a script to fuse gtest source files into a .h and a .cc.zhanyong.wan2009-01-22
* Adds Makefile to the distribution pacakge.shiqian2008-12-10
* Merged build script fix from branches/release-1.2vladlosev2008-11-27
* Sorts the sample and test targets in Makefile.am within their functional group.shiqian2008-11-20
* Value-parameterized tests and many bugfixesvladlosev2008-11-20
* Fixes the header search path in SConscript and add SConscript to the distribu...shiqian2008-10-12
* Many changes:shiqian2008-10-11
* Adding tests to Xcode projectpreston.jackson2008-10-08
* Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-i...shiqian2008-09-08
* Makes Google Test compile on Mac OS X and Cygwin, and adds project files for ...shiqian2008-07-09
* Initial import.shiqian2008-07-03