| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for gtest custom printers. | kosak | 2015-07-14 | 2 | -0/+47 |
* | Minor changes. | kosak | 2015-07-14 | 1 | -1/+1 |
* | Add GTEST_ATTRIBUTE_UNUSED_ to the dummy variable generated in INSTANTIATE_TE... | kosak | 2015-07-14 | 2 | -2/+2 |
* | Create custom/gtest-port.h to hold custom logic. | kosak | 2015-07-14 | 3 | -76/+209 |
* | Add GTEST_ATTRIBUTE_UNUSED_ to the dummy variable generated in | kosak | 2015-07-13 | 2 | -2/+2 |
* | Enable GTest thread safety on Native Client. | kosak | 2015-02-14 | 1 | -3/+3 |
* | Add asserts to prevent mysterious hangs in a non-thread-safe gmock build. | kosak | 2015-02-14 | 1 | -2/+12 |
* | Add FreeBSD support. | kosak | 2015-01-22 | 1 | -3/+6 |
* | Fix build regression with old (Xcode 5.1) clangs. | kosak | 2015-01-14 | 1 | -4/+8 |
* | Fix build of Objective-C++ files with new clang versions. | kosak | 2015-01-08 | 1 | -0/+5 |
* | Change an example to use 'override' rather than 'virtual'. Add missing header... | kosak | 2015-01-08 | 1 | -2/+2 |
* | Noop changes to suppress compile-time warnings in WINDOWS code paths. | kosak | 2014-11-17 | 1 | -0/+1 |
* | Remove special support for GTEST_OS_IOS_SIMULATOR. | kosak | 2014-11-17 | 1 | -5/+1 |
* | Strip trailing whitespace when stringifying type lists. | kosak | 2014-11-17 | 2 | -1/+8 |
* | Clang-on-Windows can support GTEST_ATTRIBUTE_UNUSED_. | kosak | 2014-11-17 | 1 | -3/+14 |
* | Call move() by qualified name (::testing::internal::move() or just internal::... | kosak | 2014-11-17 | 1 | -2/+2 |
* | Add ByMove() modifier for the Return() action. | kosak | 2014-11-17 | 1 | -8/+11 |
* | Distinguish between C++11 language and library support for std::function, std... | kosak | 2014-11-17 | 1 | -6/+28 |
* | Reduce the stack frame size for CmpHelper* functions by moving the failure pa... | kosak | 2014-11-17 | 1 | -9/+31 |
* | Expand equality failure messages with a by-line diff. | kosak | 2014-07-28 | 1 | -0/+32 |
* | Additional changes, to add support for Windows Phone and Windows RT | kosak | 2014-06-18 | 1 | -3/+5 |
* | Reduce the number of occurrences of gendered pronouns in gtest. | kosak | 2014-06-18 | 1 | -11/+11 |
* | Push upstream to SVN. | billydonahue | 2014-05-15 | 4 | -101/+142 |
* | Export tuple and friends in the ::testing namespace. | kosak | 2014-04-02 | 3 | -45/+64 |
* | Implement threading support for gtest on Windows. | kosak | 2014-03-24 | 1 | -67/+338 |
* | Add annotations to suppress ThreadSanitizer failures due to gunit/gmock printer. | kosak | 2014-03-12 | 1 | -0/+12 |
* | Suppress "Conditional expression is constant" warning on Visual Studio. | kosak | 2014-01-29 | 2 | -0/+27 |
* | Add GTEST_MOVE macro, to support mocking methods with move-only return types. | kosak | 2014-01-29 | 1 | -2/+25 |
* | Make Google Test build cleanly on Visual Studio 2010, 2012, 2013. | kosak | 2014-01-13 | 2 | -0/+16 |
* | Define specialization of PrintTo(...) for ::std::tuple. | kosak | 2014-01-12 | 2 | -39/+107 |
* | Improves documentation on gtest's macros. | kosak | 2014-01-12 | 1 | -16/+69 |
* | Distinguish between C++11 language and library support for <initializer_list>. | kosak | 2013-12-04 | 1 | -0/+8 |
* | Fix warnings encountered with clang -Wall. | kosak | 2013-12-03 | 1 | -2/+5 |
* | Add MemorySanitizer annotations in gtest printers. Also remove unused variabl... | kosak | 2013-12-03 | 1 | -0/+13 |
* | Delete whitespace, and change the return type of ImplicitlyConvertible::MakeF... | kosak | 2013-12-03 | 1 | -1/+1 |
* | avoids clash with the max() macro on Windows | zhanyong.wan | 2013-09-18 | 1 | -0/+11 |
* | When --gtest_filter is specified, XML report now doesn't contain information ... | vladlosev | 2013-04-25 | 1 | -3/+34 |
* | Implements support for calling Test::RecordProperty() outside of a test. | vladlosev | 2013-04-05 | 1 | -22/+43 |
* | Prints a useful message when GetParam() is called in a non-parameterized test. | zhanyong.wan | 2013-03-12 | 1 | -1/+6 |
* | Fixes unused function warning on Mac, and fixes compatibility with newer GCC. | zhanyong.wan | 2013-02-28 | 1 | -2/+2 |
* | Fixes a nasty issue in gtest's template instantiation. | zhanyong.wan | 2013-02-28 | 7 | -96/+56 |
* | Implements RUN_ALL_TESTS() as a function. | zhanyong.wan | 2013-02-28 | 1 | -5/+10 |
* | Removes an unused variable; also refactors to support an up-coming | zhanyong.wan | 2013-02-28 | 1 | -0/+19 |
* | Fixes gUnit streaming output format. | kosak | 2013-02-22 | 1 | -0/+3 |
* | Removes testing::internal::String::Format(), which causes problems as it trun... | kosak | 2013-02-22 | 4 | -22/+23 |
* | Fixes an out-dated URL. | zhanyong.wan | 2013-02-02 | 1 | -1/+1 |
* | Unbreak building gtest with -std=c++11 on Mac OS X 10.6. Also, better support... | jgm | 2012-12-03 | 1 | -6/+7 |
* | Unfortunately, the svn repo is a bit out of date. This commit contains 8 | jgm | 2012-11-15 | 10 | -236/+77 |
* | Improves Android support (by David Turner). | vladlosev | 2012-09-19 | 1 | -6/+39 |
* | Removes obsolete debug code. | vladlosev | 2012-09-06 | 1 | -1/+1 |