aboutsummaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Removes 'make install' instructions from README.zhanyong.wan2010-01-171-32/+0
|
* More implementation of the event listener interface (by Vlad Losev); Reduces ↵zhanyong.wan2009-09-041-7/+14
| | | | the stack space usage of assertions by moving AssertHelper's fields to the heap (by Jorg Brown); Makes String faster, smaller, and simpler (by Zhanyong Wan); Fixes a bug in String::Format() (by Chandler); Adds the /MD version of VC projects to the distribution (by Vlad Losev).
* Updating for Snow Leopard. Cleaning up the sample code. Updating the README ↵preston.a.jackson2009-08-281-27/+38
| | | | with instructions for installation from the command line.
* Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong ↵zhanyong.wan2009-06-171-0/+26
| | | | Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev).
* Improves README.shiqian2008-12-111-31/+32
|
* Improves the instructions in README.shiqian2008-12-111-20/+36
|
* Changes config_aux to build-aux to conform with the convention. Simplifies ↵shiqian2008-12-101-9/+8
| | | | the configuration commands in README. By Chandler Carruth.
* Updating README with instructions on running python tests from within Xcode.preston.a.jackson2008-12-091-6/+7
|
* Adds a Makefile to demonstrate building Google Test with a manually-written ↵shiqian2008-12-021-0/+18
| | | | Makefile.
* updating the README (intended for previous ci)preston.a.jackson2008-11-211-11/+9
|
* Clarifies how gtest supports different platforms in README and code comments.shiqian2008-11-171-8/+21
|
* Adding tests to Xcode projectpreston.jackson2008-10-081-9/+44
|
* Adds support for type-parameterized tests (by Zhanyong Wan); also adds ↵shiqian2008-09-081-1/+18
| | | | case-insensitive wide string comparison to the String class (by Vlad Losev).
* Adds Xcode's version requirement to README. By Preston Jackson.shiqian2008-08-061-0/+1
|
* Adds an Xcode project for building gtest. By Preston Jackson.shiqian2008-07-251-1/+25
|
* Fixes instructions for building on Mac OS X.shiqian2008-07-111-3/+3
|
* Makes Google Test compile on Mac OS X and Cygwin, and adds project files for ↵shiqian2008-07-091-3/+20
| | | | Microsoft Visual Studio.
* Initial import.shiqian2008-07-031-0/+134