aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵shiqian2008-08-013-33/+8
| | | | opt mode.
* 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
|
* Updates the release version to 1.0.1.shiqian2008-07-091-1/+1
|
* Makes Google Test compile on Mac OS X and Cygwin, and adds project files for ↵shiqian2008-07-0916-9/+1545
| | | | Microsoft Visual Studio.
* Makes the autotools scripts work on Mac OS X. Also hopefully makes gtest ↵shiqian2008-07-0810-102/+25
| | | | compile on Windows CE.
* Initial import.shiqian2008-07-0378-0/+25998