aboutsummaryrefslogtreecommitdiff
path: root/include/gtest/internal/gtest-string.h
AgeCommit message (Expand)Author
2013-02-28Fixes a nasty issue in gtest's template instantiation.zhanyong.wan
2013-02-22Removes testing::internal::String::Format(), which causes problems as it trun...kosak@google.com
2012-11-15Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm@google.com
2012-06-07Improves gtest's failure messages. In particulars, char pointers andzhanyong.wan
2011-11-04Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev
2011-03-05Fixes compatibility with Borland C++Builder. Original patch by Joshzhanyong.wan
2011-02-22Indents preprocessor directives.zhanyong.wan
2010-09-14Include gtest headers as user headers instead of system headers.zhanyong.wan
2010-09-08Removes all uses of StrStream; fixes the VC projects and simplifies them by u...zhanyong.wan
2010-04-07C++ Builder compatibility patch by Josh Kelley.vladlosev
2010-03-05Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan
2010-03-04Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan
2009-12-16Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan
2009-12-16Turns on -Wshadow (by Preston Jackson).zhanyong.wan
2009-09-24Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to...zhanyong.wan
2009-09-04More implementation of the event listener interface (by Vlad Losev); Reduces ...zhanyong.wan
2009-09-01Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ...zhanyong.wan
2009-01-08Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq.shiqian
2008-11-26Allow Google Mock to initialize Google Testvladlosev
2008-09-08Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-i...shiqian
2008-07-31Makes gtest work on Windows Mobile and Symbian. By Mika Raento.shiqian
2008-07-08Makes the autotools scripts work on Mac OS X. Also hopefully makes gtest com...shiqian
2008-07-03Initial import.shiqian