summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merged release 1.2.1 updatesrelease-1.2vladlosev2008-12-111-0/+9
* Removes old renamed directoryvladlosev2008-12-110-0/+0
* Merged revisions 146-159 from trunk for release 1.2.1vladlosev2008-12-1114-151/+368
* Merged build script fix from tags/release-1.2.0vladlosev2008-11-271-0/+1
* Creates release branch 1.2 from trunk headvladlosev2008-11-260-0/+0
* 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
* Fixed two of the failing tests mentioned in issue 9vladlosev2008-11-223-9/+34
* updating the README (intended for previous ci)preston.a.jackson2008-11-211-11/+9
* oops forgot the config filepreston.a.jackson2008-11-211-0/+8
* Removing a warning when building from the command line. Reordering targets to...preston.a.jackson2008-11-212-437/+426
* Sorts the sample and test targets in Makefile.am within their functional group.shiqian2008-11-201-53/+53
* Moves a code block in gtest.cc to mirror the change in the Google internal ve...shiqian2008-11-201-21/+21
* Value-parameterized tests and many bugfixesvladlosev2008-11-2036-192/+10343
* Clarifies how gtest supports different platforms in README and code comments.shiqian2008-11-172-8/+28
* Makes Google Test compile on Solaris and z/OS. By Rainer Klaffenboeck.shiqian2008-11-105-28/+64
* Fixes the VC project. Contributed by Rainer Klaffenboeck.shiqian2008-10-311-0/+15
* On some Linux distros, you need to explicitly #include <limits.h> to getchandlerc2008-10-211-0/+1
* Fixes the header search path in SConscript and add SConscript to the distribu...shiqian2008-10-122-4/+6
* Many changes:shiqian2008-10-1134-716/+2302
* Adding tests to Xcode projectpreston.jackson2008-10-082-10/+48
* Adding tests to Xcode projectpreston.jackson2008-10-084-94/+3210
* Lots of changes:shiqian2008-09-2613-75/+395
* Makes the Python tests more portable by calling standard functions to interpr...shiqian2008-09-186-22/+35
* Makes Google Test compile (and all tests pass) on cygwin (possibly on wingw t...shiqian2008-09-182-5/+24
* Prepares gtest for release 1.1.0.shiqian2008-09-162-1/+11
* Adds suffix 'd' to gtest's libs on Windows. Also fixes gtest_unittest on non...shiqian2008-09-133-59/+14
* Adds exception assertions. By balaz.dan@gmail.com.shiqian2008-09-123-0/+268
* adding two headers to the Xcode projectpreston.jackson2008-09-121-2/+10
* Improves thread-safe death tests by changing to the original working director...shiqian2008-09-1210-46/+198
* Adds new files for type-parameterized tests, which I forgot to commit in the ...shiqian2008-09-098-0/+4706
* Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-i...shiqian2008-09-0817-137/+930
* Implement wide->UTF-8 string conversion more correctlyvladlosev2008-08-254-66/+301
* Adds a sample on using Google Test as a Mac framework. By Preston Jackson.shiqian2008-08-205-0/+553
* Changes test creation functions to factories. By Vlad Losev.shiqian2008-08-065-32/+61
* Cleans up the usage of testing:: in gtest_unittest. By Zhanyong Wan.shiqian2008-08-061-170/+143
* Adds Xcode's version requirement to README. By Preston Jackson.shiqian2008-08-061-0/+1
* Fixes the definition of GTEST_ATTRIBUTE_UNUSED and make the tests pass in opt...shiqian2008-08-013-33/+8
* Makes gtest work on Windows Mobile and Symbian. By Mika Raento.shiqian2008-07-318-22/+200
* Makes death tests create temporary files in /tmp instead of the current folder.shiqian2008-07-291-1/+4
* Adds a test for the GTEST_PRINT_TIME env var. By Balazs.Dan@gmail.com.shiqian2008-07-252-0/+6
* Adds --gtest_print_test for printing the elapsed time of tests.shiqian2008-07-256-8/+281
* Adds an Xcode project for building gtest. By Preston Jackson.shiqian2008-07-2510-1/+1127
* Makes the output understandable by VS when compiled by MSVC.shiqian2008-07-234-114/+69
* Fixes some style nits; also fixes minor bugs in gtest-death-test.cc.shiqian2008-07-233-5/+5
* Fix incorrect output file name in gtest_main.vcprojvladlosev2008-07-151-2/+2
* Fixes instructions for building on Mac OS X.shiqian2008-07-111-3/+3