summaryrefslogtreecommitdiff
path: root/include/gtest/internal/gtest-string.h
Commit message (Expand)AuthorAgeFilesLines
* Improves gtest's failure messages. In particulars, char pointers andzhanyong.wan2012-06-071-13/+0
* Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev2011-11-041-4/+4
* Fixes compatibility with Borland C++Builder. Original patch by Joshzhanyong.wan2011-03-051-1/+1
* Indents preprocessor directives.zhanyong.wan2011-02-221-1/+1
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-141-1/+1
* Removes all uses of StrStream; fixes the VC projects and simplifies them by u...zhanyong.wan2010-09-081-2/+2
* C++ Builder compatibility patch by Josh Kelley.vladlosev2010-04-071-0/+5
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2010-03-051-2/+2
* Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan2010-03-041-7/+6
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-161-4/+0
* Turns on -Wshadow (by Preston Jackson).zhanyong.wan2009-12-161-13/+15
* Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to...zhanyong.wan2009-09-241-1/+1
* More implementation of the event listener interface (by Vlad Losev); Reduces ...zhanyong.wan2009-09-041-36/+18
* Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ...zhanyong.wan2009-09-011-63/+94
* Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq.shiqian2009-01-081-1/+1
* Allow Google Mock to initialize Google Testvladlosev2008-11-261-0/+22
* Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-i...shiqian2008-09-081-0/+19
* Makes gtest work on Windows Mobile and Symbian. By Mika Raento.shiqian2008-07-311-0/+26
* Makes the autotools scripts work on Mac OS X. Also hopefully makes gtest com...shiqian2008-07-081-12/+0
* Initial import.shiqian2008-07-031-0/+280