aboutsummaryrefslogtreecommitdiffstats
path: root/include/gtest/internal/gtest-string.h
Commit message (Collapse)AuthorAgeFilesLines
* Publishes the even listener API (by Vlad Losev); adds OS-indicating macros ↵zhanyong.wan2009-09-241-1/+1
| | | | to simplify gtest code (by Zhanyong Wan).
* More implementation of the event listener interface (by Vlad Losev); Reduces ↵zhanyong.wan2009-09-041-36/+18
| | | | 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).
* Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ↵zhanyong.wan2009-09-011-63/+94
| | | | Losev).
* 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 ↵shiqian2008-09-081-0/+19
| | | | case-insensitive wide string comparison to the String class (by Vlad Losev).
* 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 ↵shiqian2008-07-081-12/+0
| | | | compile on Windows CE.
* Initial import.shiqian2008-07-031-0/+280