summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Propagates change in r214 from trunk to branches/release-1.3:release-1.3zhanyong.wan2009-03-181-0/+1
* Creates release branchh 1.3.zhanyong.wan2009-03-180-0/+0
* Updates the 1.3.0 release note.zhanyong.wan2009-03-172-1/+16
* Fixes two tests on Cygwin, which has no python 2.4.zhanyong.wan2009-03-172-2/+2
* Enables death tests on Cygwin and Mac (by Vlad Losev); fixes a python test on...zhanyong.wan2009-03-174-28/+61
* Fixes a typo in Vlad's email address.zhanyong.wan2009-03-111-1/+1
* Implements the --help flag; fixes tests on Windows.zhanyong.wan2009-03-1111-46/+382
* Fixes build failure on Windows, by Rainer Klaffenboeck.zhanyong.wan2009-03-111-1/+4
* Fixes death-test-related tests on Windows, by Vlad Losev.zhanyong.wan2009-03-116-11/+17
* Implements --gtest_throw_on_failure for using gtest with other testing framew...zhanyong.wan2009-03-0613-29/+501
* Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...zhanyong.wan2009-03-0613-201/+1219
* Cleans up macro definitions.zhanyong.wan2009-02-2342-419/+411
* Updates the definitions of GTEST_HAS_EXCEPTIONS and GTEST_HAS_STD_STRING to b...zhanyong.wan2009-02-191-3/+10
* 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-133-0/+1467
* Removes svn:executable and sets svn:eol-style to CRLF for VS project files.zhanyong.wan2009-02-1310-1521/+1521
* Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc.zhanyong.wan2009-02-095-24/+54
* Implements the test sharding protocol. By Eric Fellheimer.zhanyong.wan2009-02-0910-62/+619
* Fixes the definition of GTEST_HAS_EXCEPTIONS, allowing exception assertions t...zhanyong.wan2009-02-083-49/+74
* Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by Zha...zhanyong.wan2009-02-067-98/+119
* Exposes gtest flags to user code access. By Alexander Demin.zhanyong.wan2009-02-023-19/+64
* Fixes some warnings when compiled with MSVC at warning level 4.zhanyong.wan2009-01-296-24/+37
* Implements a simple regex matcher (to be used by death tests on Windows).zhanyong.wan2009-01-296-27/+854
* Simplifies gtest's implementation by using an existing API to get the origina...zhanyong.wan2009-01-261-6/+4
* Fixes the bug where the XML output path is affected by test changing the curr...zhanyong.wan2009-01-266-41/+288
* Adds a script to fuse gtest source files into a .h and a .cc.zhanyong.wan2009-01-223-0/+305
* Improves compatibility with cygwin by making the definition of GTEST_HAS_GLOB...zhanyong.wan2009-01-211-2/+4
* Adds Eric Roman to the contributor list.shiqian2009-01-101-0/+1
* Implements --gtest_also_run_disabled_tests. By Eric Roman.shiqian2009-01-109-17/+259
* Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq.shiqian2009-01-0813-10/+213
* Merged release 1.2.1 updates to trunkvladlosev2008-12-111-0/+9
* Propagates the deletion of config_aux/ from branches/release-1.2 to trunk.shiqian2008-12-110-0/+0
* Improves README.shiqian2008-12-111-31/+32
* Improves the instructions in README.shiqian2008-12-111-20/+36
* Adds Makefile to the distribution pacakge.shiqian2008-12-101-0/+1
* Gets ready to release 1.2.1 by bumping up the version number.shiqian2008-12-101-1/+1
* A small re-work of the installed m4 script for Google Test. Thisshiqian2008-12-101-25/+38
* Changes config_aux to build-aux to conform with the convention. Simplifies t...shiqian2008-12-103-12/+10
* Necessary changes to gtest-config.in for supporting the up-coming release of ...shiqian2008-12-091-44/+119
* Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform w...shiqian2008-12-096-20/+17
* Updating README with instructions on running python tests from within Xcode.preston.a.jackson2008-12-091-6/+7
* Fixes compatibility with IBM z/OS. By Rainer Klaffenboeck.shiqian2008-12-021-1/+3
* Fixes compatibility with Linux IA-64. By Rainer Klaffenboeck.shiqian2008-12-021-10/+27
* Adds a Makefile to demonstrate building Google Test with a manually-written M...shiqian2008-12-022-0/+96
* Merged build script fix from branches/release-1.2vladlosev2008-11-271-0/+1
* Updated CHANGES and release version for 1.2vladlosev2008-11-262-1/+15
* Allow Google Mock to initialize Google Testvladlosev2008-11-266-29/+144
* Adding test/gtest_uninitialized_test.py missing from the previous check-invladlosev2008-11-261-14/+4
* Fixed gtest_break_on_failure_unittest on Ubuntu 8.04 and Windowsvladlosev2008-11-265-45/+101
* Enables the Python tests to run with 2.3 (necessary for testing on Mac OS X T...shiqian2008-11-246-16/+95