aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-07-28Expand equality failure messages with a by-line diff.kosak@google.com
2014-06-18Additional changes, to add support for Windows Phone and Windows RTkosak@google.com
2014-06-18Reduce the number of occurrences of gendered pronouns in gtest.kosak@google.com
2014-05-15Push upstream to SVN.billydonahue@google.com
2014-04-02Export tuple and friends in the ::testing namespace.kosak@google.com
2014-03-24Implement threading support for gtest on Windows.kosak@google.com
2014-03-12Add annotations to suppress ThreadSanitizer failures due to gunit/gmock printer.kosak@google.com
2014-01-29Suppress "Conditional expression is constant" warning on Visual Studio.kosak@google.com
2014-01-29Add GTEST_MOVE macro, to support mocking methods with move-only return types.kosak@google.com
2014-01-13Make Google Test build cleanly on Visual Studio 2010, 2012, 2013.kosak@google.com
2014-01-12Define specialization of PrintTo(...) for ::std::tuple.kosak@google.com
2014-01-12Improves documentation on gtest's macros.kosak@google.com
2013-12-04Distinguish between C++11 language and library support for <initializer_list>.kosak@google.com
2013-12-03Fix warnings encountered with clang -Wall.kosak@google.com
2013-12-03Add MemorySanitizer annotations in gtest printers. Also remove unused variabl...kosak@google.com
2013-12-03Delete whitespace, and change the return type of ImplicitlyConvertible::MakeF...kosak@google.com
2013-09-18avoids clash with the max() macro on Windowszhanyong.wan
2013-04-25When --gtest_filter is specified, XML report now doesn't contain information ...vladlosev
2013-04-05Implements support for calling Test::RecordProperty() outside of a test.vladlosev
2013-03-12Prints a useful message when GetParam() is called in a non-parameterized test.zhanyong.wan
2013-02-28Fixes unused function warning on Mac, and fixes compatibility with newer GCC.zhanyong.wan
2013-02-28Fixes a nasty issue in gtest's template instantiation.zhanyong.wan
2013-02-28Implements RUN_ALL_TESTS() as a function.zhanyong.wan
2013-02-28Removes an unused variable; also refactors to support an up-comingzhanyong.wan
2013-02-22Fixes gUnit streaming output format.kosak@google.com
2013-02-22Removes testing::internal::String::Format(), which causes problems as it trun...kosak@google.com
2013-02-02Fixes an out-dated URL.zhanyong.wan
2012-12-03Unbreak building gtest with -std=c++11 on Mac OS X 10.6. Also, better support...jgm@google.com
2012-11-15Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm@google.com
2012-09-19Improves Android support (by David Turner).vladlosev
2012-09-06Removes obsolete debug code.vladlosev
2012-09-06Fixes gtest-tuple.h in Visual C++ 7.1.vladlosev
2012-08-14Fixed Native Client build of gtest when using glibc (by Ben Smith).vladlosev
2012-07-09added defines for iOSjgm@google.com
2012-06-07Improves gtest's failure messages. In particulars, char pointers andzhanyong.wan
2012-05-02Teach gtest to autodetect rtti support with clang (by Nico Weber).vladlosev
2012-04-02Added support for platforms where pthread_t is a struct rather than an integraljgm@google.com
2012-03-09Misc small updates to some debug death code, and to messages streaming to macrosjgm@google.com
2012-01-27Locking for Notification class.jgm@google.com
2011-11-04Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev
2011-10-28Adds support for detection of running in death test child processes.vladlosev
2011-10-24Adds empty methods to Mutex on platforms where Google Test is not thread-safe...vladlosev
2011-10-24Expressed the thread-safety annotations in code, replacing the existing comme...vladlosev
2011-10-05Implements the timestamp attribute for the testsuites element in the output X...vladlosev
2011-10-05Adds ability to inject death test child arguments for test purposes.vladlosev
2011-09-26Adds a new macro simplifying use of snprinf on MS platforms.vladlosev
2011-09-26Fixes C++0x compatibility problems.vladlosev
2011-08-16Fixes a user reported test break (modifying a dict while iterating).vladlosev
2011-06-20QNX compatibility patch (by Haruka Iwao).vladlosev
2011-06-13Fixes broken build on VC++ 7.1.vladlosev