summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAge
* Distinguish between C++11 language and library support for <initializer_list>.HEADmasterkosak@google.com2013-12-04
| | | | | | | Fix spelling: repositary -> repository. git-svn-id: http://googletest.googlecode.com/svn/trunk@671 861a406c-534a-0410-8894-cb66d6ee9925
* Adds -pthread and changes -I to -isystem in gtest's build instructions.zhanyong.wan2013-02-27
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@638 861a406c-534a-0410-8894-cb66d6ee9925
* Adds explanation on how to build the Xcode project under Xcode 4+ to README.vladlosev2011-08-22
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@589 861a406c-534a-0410-8894-cb66d6ee9925
* Clarifies how to use gtest as a shared library in README.zhanyong.wan2010-09-28
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@488 861a406c-534a-0410-8894-cb66d6ee9925
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-14
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@482 861a406c-534a-0410-8894-cb66d6ee9925
* Renames CMake build script options.vladlosev2010-05-11
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@427 861a406c-534a-0410-8894-cb66d6ee9925
* Over-hauls README, and fixes Makefile.zhanyong.wan2010-04-14
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@415 861a406c-534a-0410-8894-cb66d6ee9925
* Removes 'make install' instructions from README.zhanyong.wan2010-01-17
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@366 861a406c-534a-0410-8894-cb66d6ee9925
* More implementation of the event listener interface (by Vlad Losev); Reduces ↵zhanyong.wan2009-09-04
| | | | | | 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). git-svn-id: http://googletest.googlecode.com/svn/trunk@301 861a406c-534a-0410-8894-cb66d6ee9925
* Updating for Snow Leopard. Cleaning up the sample code. Updating the README ↵preston.a.jackson2009-08-28
| | | | | | with instructions for installation from the command line. git-svn-id: http://googletest.googlecode.com/svn/trunk@299 861a406c-534a-0410-8894-cb66d6ee9925
* Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong ↵zhanyong.wan2009-06-17
| | | | | | Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev). git-svn-id: http://googletest.googlecode.com/svn/trunk@267 861a406c-534a-0410-8894-cb66d6ee9925
* Improves README.shiqian2008-12-11
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@159 861a406c-534a-0410-8894-cb66d6ee9925
* Improves the instructions in README.shiqian2008-12-11
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@158 861a406c-534a-0410-8894-cb66d6ee9925
* Changes config_aux to build-aux to conform with the convention. Simplifies ↵shiqian2008-12-10
| | | | | | the configuration commands in README. By Chandler Carruth. git-svn-id: http://googletest.googlecode.com/svn/trunk@154 861a406c-534a-0410-8894-cb66d6ee9925
* Updating README with instructions on running python tests from within Xcode.preston.a.jackson2008-12-09
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@151 861a406c-534a-0410-8894-cb66d6ee9925
* Adds a Makefile to demonstrate building Google Test with a manually-written ↵shiqian2008-12-02
| | | | | | Makefile. git-svn-id: http://googletest.googlecode.com/svn/trunk@148 861a406c-534a-0410-8894-cb66d6ee9925
* updating the README (intended for previous ci)preston.a.jackson2008-11-21
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@134 861a406c-534a-0410-8894-cb66d6ee9925
* Clarifies how gtest supports different platforms in README and code comments.shiqian2008-11-17
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@119 861a406c-534a-0410-8894-cb66d6ee9925
* Adding tests to Xcode projectpreston.jackson2008-10-08
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@102 861a406c-534a-0410-8894-cb66d6ee9925
* Adds support for type-parameterized tests (by Zhanyong Wan); also adds ↵shiqian2008-09-08
| | | | | | case-insensitive wide string comparison to the String class (by Vlad Losev). git-svn-id: http://googletest.googlecode.com/svn/trunk@84 861a406c-534a-0410-8894-cb66d6ee9925
* Adds Xcode's version requirement to README. By Preston Jackson.shiqian2008-08-06
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@76 861a406c-534a-0410-8894-cb66d6ee9925
* Adds an Xcode project for building gtest. By Preston Jackson.shiqian2008-07-25
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@67 861a406c-534a-0410-8894-cb66d6ee9925
* Fixes instructions for building on Mac OS X.shiqian2008-07-11
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@61 861a406c-534a-0410-8894-cb66d6ee9925
* Makes Google Test compile on Mac OS X and Cygwin, and adds project files for ↵shiqian2008-07-09
| | | | | | Microsoft Visual Studio. git-svn-id: http://googletest.googlecode.com/svn/trunk@55 861a406c-534a-0410-8894-cb66d6ee9925
* Initial import.shiqian2008-07-03
git-svn-id: http://googletest.googlecode.com/svn/trunk@40 861a406c-534a-0410-8894-cb66d6ee9925