Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarifies how to use gtest as a shared library in README. | zhanyong.wan | 2010-09-28 | 1 | -2/+10 |
| | |||||
* | Include gtest headers as user headers instead of system headers. | zhanyong.wan | 2010-09-14 | 1 | -1/+1 |
| | |||||
* | Renames CMake build script options. | vladlosev | 2010-05-11 | 1 | -4/+3 |
| | |||||
* | Over-hauls README, and fixes Makefile. | zhanyong.wan | 2010-04-14 | 1 | -199/+330 |
| | |||||
* | Removes 'make install' instructions from README. | zhanyong.wan | 2010-01-17 | 1 | -32/+0 |
| | |||||
* | More implementation of the event listener interface (by Vlad Losev); Reduces ↵ | zhanyong.wan | 2009-09-04 | 1 | -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.jackson | 2009-08-28 | 1 | -27/+38 |
| | | | | with instructions for installation from the command line. | ||||
* | Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong ↵ | zhanyong.wan | 2009-06-17 | 1 | -0/+26 |
| | | | | Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev). | ||||
* | Improves README. | shiqian | 2008-12-11 | 1 | -31/+32 |
| | |||||
* | Improves the instructions in README. | shiqian | 2008-12-11 | 1 | -20/+36 |
| | |||||
* | Changes config_aux to build-aux to conform with the convention. Simplifies ↵ | shiqian | 2008-12-10 | 1 | -9/+8 |
| | | | | the configuration commands in README. By Chandler Carruth. | ||||
* | Updating README with instructions on running python tests from within Xcode. | preston.a.jackson | 2008-12-09 | 1 | -6/+7 |
| | |||||
* | Adds a Makefile to demonstrate building Google Test with a manually-written ↵ | shiqian | 2008-12-02 | 1 | -0/+18 |
| | | | | Makefile. | ||||
* | updating the README (intended for previous ci) | preston.a.jackson | 2008-11-21 | 1 | -11/+9 |
| | |||||
* | Clarifies how gtest supports different platforms in README and code comments. | shiqian | 2008-11-17 | 1 | -8/+21 |
| | |||||
* | Adding tests to Xcode project | preston.jackson | 2008-10-08 | 1 | -9/+44 |
| | |||||
* | Adds support for type-parameterized tests (by Zhanyong Wan); also adds ↵ | shiqian | 2008-09-08 | 1 | -1/+18 |
| | | | | case-insensitive wide string comparison to the String class (by Vlad Losev). | ||||
* | Adds Xcode's version requirement to README. By Preston Jackson. | shiqian | 2008-08-06 | 1 | -0/+1 |
| | |||||
* | Adds an Xcode project for building gtest. By Preston Jackson. | shiqian | 2008-07-25 | 1 | -1/+25 |
| | |||||
* | Fixes instructions for building on Mac OS X. | shiqian | 2008-07-11 | 1 | -3/+3 |
| | |||||
* | Makes Google Test compile on Mac OS X and Cygwin, and adds project files for ↵ | shiqian | 2008-07-09 | 1 | -3/+20 |
| | | | | Microsoft Visual Studio. | ||||
* | Initial import. | shiqian | 2008-07-03 | 1 | -0/+134 |