summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Googletest exportAbseil Team2019-06-171-16/+0
* Googletest exportmisterg2019-06-171-0/+16
* Removing make and automake. The only supported build systems are Bazel intern...Gennadiy Civil2019-06-131-16/+0
* Fix typo introduced in 63be3dcc245 (maintaners -> maintainers)Enji Cooper2019-05-191-1/+1
* Googletest exportmisterg2019-05-031-0/+4
* Minor build system fixes.Carlo Wood2019-03-011-2/+0
* Run autoconf from top-level directory.Carlos O'Ryan2017-12-031-0/+14
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-306/+0
* supports a protocol for catching tests that prematurely exitzhanyong.wan2013-09-061-0/+1
* Removes dangling references in make/cmake files.zhanyong.wan2013-02-271-1/+0
* Removes testing::internal::String::Format(), which causes problems as it trun...kosak2013-02-221-0/+1
* Adds the LICENSE file to the distribution.vladlosev2013-01-291-0/+1
* Makes generation of fused sources contingent on availability of Python.vladlosev2011-04-211-0/+2
* disables 'make install'zhanyong.wan2011-04-071-5/+13
* fixes link error in 'make check' on some systemszhanyong.wan2011-04-071-2/+4
* Adds test/gtest-death-test_ex_test.cc to the release package.zhanyong.wan2011-02-241-0/+1
* Adds cmake scripts to the release package.zhanyong.wan2011-02-241-1/+2
* Removes the Windows golden file (by Vlad Losev); implements test result strea...zhanyong.wan2010-08-191-1/+0
* Adds new test files to the distro, and sorts the file lists.zhanyong.wan2010-08-091-52/+56
* Removes unused scripts from the distro.zhanyong.wan2010-07-221-3/+1
* Lucid autotools compatibility patch by Jeffrey Yasskin.vladlosev2010-05-111-0/+2
* Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan2010-05-101-0/+3
* Simplifies Makefile.am (by Zhanyong Wan and Vlad Losev).zhanyong.wan2010-04-131-29/+25
* Adds the pump.py script.zhanyong.wan2010-03-231-0/+1
* Adds missing gtest DLL exports.zhanyong.wan2010-03-221-2/+1
* Removes the old DLL solution.zhanyong.wan2010-03-051-3/+2
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-241-10/+50
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2009-12-181-2/+5
* Trims the autotools build script.zhanyong.wan2009-12-161-304/+102
* Refactors run_tests.py s.t. it can be shared by gmock (by Vlad Losev); Fixes ...zhanyong.wan2009-11-241-0/+5
* Implements support for AssertionResult in Boolean assertions such as EXPECT_T...vladlosev2009-10-201-1/+3
* Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original p...zhanyong.wan2009-09-301-6/+19
* Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC proj...zhanyong.wan2009-09-111-7/+2
* More implementation of the event listener interface (by Vlad Losev); Reduces ...zhanyong.wan2009-09-041-3/+14
* Fix the 'make dist' behavior to include gtest-tuple.h and gtest-tuple.h.pump.chandlerc2009-08-111-0/+2
* More refactoring for the event listener API, by Vlad Losev.zhanyong.wan2009-07-161-0/+5
* Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan);...zhanyong.wan2009-06-171-0/+17
* Works around a gcc bug when compiling tr1/tuple with RTTI disabled.zhanyong.wan2009-06-111-0/+8
* Ports gtest to C++Builder, by Josh Kelley.zhanyong.wan2009-04-281-0/+9
* Ports gtest to minGW (by Kenton Varda).zhanyong.wan2009-04-251-2/+3
* Adds scripts/test/Makefile to the distribution in trunk.zhanyong.wan2009-03-181-0/+1
* Implements the --help flag; fixes tests on Windows.zhanyong.wan2009-03-111-0/+6
* Implements --gtest_throw_on_failure for using gtest with other testing framew...zhanyong.wan2009-03-061-1/+15
* Removes upload*.py from the release package, as they are useless without an S...zhanyong.wan2009-02-131-2/+0
* Adds upload_gtest.py for uploading a Google Test patch for review.zhanyong.wan2009-02-131-0/+2
* Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc.zhanyong.wan2009-02-091-2/+3
* Adds a script to fuse gtest source files into a .h and a .cc.zhanyong.wan2009-01-221-0/+1
* Adds Makefile to the distribution pacakge.shiqian2008-12-101-0/+1
* Merged build script fix from branches/release-1.2vladlosev2008-11-271-0/+1
* Sorts the sample and test targets in Makefile.am within their functional group.shiqian2008-11-201-53/+53
OpenPOWER on IntegriCloud