1. d9abf3b Expand equality failure messages with a by-line diff. by kosak@google.com · 10 years ago
  2. f0d7f45 Push upstream to SVN. by billydonahue@google.com · 10 years ago
  3. e735d74 Export tuple and friends in the ::testing namespace. by kosak@google.com · 10 years ago
  4. d132283 Implement threading support for gtest on Windows. by kosak@google.com · 11 years ago
  5. cd5abba Remove code referencing Google protocol buffers version 1. by kosak@google.com · 11 years ago
  6. cc0116f Suppress "Conditional expression is constant" warning on Visual Studio. by kosak@google.com · 11 years ago
  7. 3570707 Make Google Test build cleanly on Visual Studio 2010, 2012, 2013. by kosak@google.com · 11 years ago
  8. d108654 Define specialization of PrintTo(...) for ::std::tuple. by kosak@google.com · 11 years ago
  9. 2ba84be Fix warnings encountered with clang -Wall. by kosak@google.com · 11 years ago
  10. bc830d3 Delete whitespace, and change the return type of ImplicitlyConvertible::MakeFrom() to From&. by kosak@google.com · 11 years ago
  11. be1b3b6 avoids clash with the max() macro on Windows by zhanyong.wan · 11 years ago
  12. 1cb04aa supports a protocol for catching tests that prematurely exit by zhanyong.wan · 11 years ago
  13. d05532b makes gtest-death-test_test.cc compile on platforms that don't support death tests; h/t to Steve Robbins for reporting the issue and suggesting the fix. by zhanyong.wan · 11 years ago
  14. 270a551 Fixes compatibility with C++11: (1 - 1) is no longer a NULL pointer constant. by zhanyong.wan · 11 years ago
  15. c567ac6 When --gtest_filter is specified, XML report now doesn't contain information about tests that are filtered out (issue 141). by vladlosev · 11 years ago
  16. b3d0b4e prints type/value parameters when listing tests by zhanyong.wan · 11 years ago
  17. dfbdf0b Implements support for calling Test::RecordProperty() outside of a test. by vladlosev · 11 years ago
  18. f2ac1ec Fixes some compatibility issues with STLport. by zhanyong.wan · 11 years ago
  19. 726afc2 Prints a useful message when GetParam() is called in a non-parameterized test. by zhanyong.wan · 12 years ago
  20. 4036e7d Supports colored output on term type screen-256color. by zhanyong.wan · 12 years ago
  21. 74de57c Fixes unused function warning on Mac, and fixes compatibility with newer GCC. by zhanyong.wan · 12 years ago
  22. a032cff Fixes gUnit streaming output format. by kosak@google.com · 12 years ago
  23. 3b8388d Removes testing::internal::String::Format(), which causes problems as it truncates the result at 4096 chars. Also update an obsolete link in comment. by kosak@google.com · 12 years ago
  24. 03c3149 Unfortunately, the svn repo is a bit out of date. This commit contains 8 by jgm@google.com · 12 years ago
  25. 5d9f11f Improves Android support (by David Turner). by vladlosev · 12 years ago
  26. df24665 Removes obsolete debug code. by vladlosev · 12 years ago
  27. 6b625a7 Improves gtest's failure messages. In particulars, char pointers and by zhanyong.wan · 12 years ago
  28. aa3c420 Fixes threading annotations and compatibility with C++11, which doesn't by zhanyong.wan · 12 years ago
  29. 7a574c9 Misc small updates to some debug death code, and to messages streaming to macros by jgm@google.com · 13 years ago
  30. 4dcb99d Adds file and line information to the "message", which is used as the summary by jgm@google.com · 13 years ago
  31. 93fed47 Improves conformance to the Google C++ Style Guide (by Greg Miller). by vladlosev · 13 years ago
  32. f46f3ea Adds support for detection of running in death test child processes. by vladlosev · 13 years ago
  33. b4661bc Changes to fix gtest-printers_test on VC++ 2010. by vladlosev · 13 years ago
  34. 8883b42 Implements the timestamp attribute for the testsuites element in the output XML (external contribution by Dirk Meister). by vladlosev · 13 years ago
  35. 5f4d53c Fixes test failure on 32-bit Ubuntu. by vladlosev · 13 years ago
  36. 524cc4e Fixes C++0x compatibility problems. by vladlosev · 13 years ago
  37. 7c3004c Ignore SIGPROF signal during clone()/fork() call. clone()/fork() call hangs permanently if it consumes more cpu than the SIGPROF signal timer interval (by Nabeel Mian). by vladlosev · 13 years ago
  38. f35f4c6 Fixes a user reported test break (modifying a dict while iterating). by vladlosev · 13 years ago
  39. 8757774 Fixes a resource leak in gtest-port_test (by Haruka Iwao). by vladlosev · 13 years ago
  40. 105b143 QNX compatibility patch (by Haruka Iwao). by vladlosev · 13 years ago
  41. 95a77ad Fixes broken build on VC++ 7.1. by vladlosev · 13 years ago
  42. 96930a7 Fixes Sun C++ compiler errors (by Pasi Valminen) by zhanyong.wan · 13 years ago
  43. 6624187 Avoids iterator_traits, as it's not available in libCStd when compiled with Sun C++. by zhanyong.wan · 13 years ago
  44. e5c5971 Removes commas from last items in enums (a C++ standard compliance fix). by vladlosev · 13 years ago
  45. c2df152 makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the name of xlC (by Hady Zalek). by zhanyong.wan · 13 years ago
  46. a296582 Changes diagnostic output of the question mark from '\?' to '?'. by vladlosev · 13 years ago
  47. 5298efa Fixes Windows CE compatibility problem (issue http://code.google.com/p/googletest/issues/detail?id=362). by vladlosev · 14 years ago
  48. 6c51160 Makes IsContainerTest compatible with Sun C++ and Visual Age C++, based on Hady Zalek's report and experiment; also fixes a bug that causes it to think that a class named const_iterator is a container; also clarifies the Borland C++ compatibility fix in the comments based on Josh Kelley's suggestion. by zhanyong.wan · 14 years ago
  49. ed1042b Fixes compatibility with Borland C++Builder. Original patch by Josh by zhanyong.wan · 14 years ago
  50. 66d8d6b Fixes non-conforming uses of commas in enums s.t. the code compiles on by zhanyong.wan · 14 years ago
  51. 595d200 Fixes PrintUnprintableTypeTest.InGlobalNamespace in gtest-printers_test on 64bit PowerPCs. by vladlosev · 14 years ago
  52. 733a54a Indents preprocessor directives. by zhanyong.wan · 14 years ago
  53. 22d36b4 Fixes off-by-one error in a message about test sharding (by David Glasser). by vladlosev · 14 years ago
  54. b2bb64d Updates an outdated error message. by vladlosev · 14 years ago
  55. 3055203 Adds null check for file locations in XML output printer. by vladlosev · 14 years ago
  56. 34b3f29 Add markers to death test messages to make them more recogizable (by Jeff Shute). by zhanyong.wan · 14 years ago
  57. c5e8d7a Removes unused include directive. by vladlosev · 14 years ago
  58. a33163a Adds type_param and value_param as <testcase> attributes to the XML by zhanyong.wan · 14 years ago
  59. 1c4ce7f Renames some internal functions to avoid name clashes. by vladlosev · 14 years ago
  60. 5e255e0 Fixes GCC 4.6 warnings (patch by Jeffrey Yasskin). by zhanyong.wan · 14 years ago
  61. ad72874 Removes unused NC tests. by zhanyong.wan · 14 years ago
  62. be1cdf3 Suppresses self-assignment warnings. by zhanyong.wan · 14 years ago
  63. 7187424 Allows a value-parameterized test fixture to derive from Test and WithParamInterface<T> separately; contributed by Matt Austern. by zhanyong.wan · 14 years ago
  64. a8c1fdf Makes gtest print string literals correctly when it contains \x escape sequences. Contributed by Yair Chuchem. by zhanyong.wan · 14 years ago
  65. 480f1c2 Changes default of --gtest_catch_exceptions to true. by vladlosev · 14 years ago
  66. 1287840 Fixes compiler warning when built with -std=c++0x. by vladlosev · 14 years ago
  67. 636f903 Modifies handling of C++ exceptions in death tests to treat exceptions escaping them as failures. by vladlosev · 14 years ago
  68. b499e7b Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release() method (by Zhanyong Wan). by zhanyong.wan · 14 years ago
  69. 3928282 Removes uses of deprecated AssertionFailure() API (by Vlad Losev). by zhanyong.wan · 14 years ago
  70. 375ce98 Allows EXPECT_FATAL_FAILURE() and friends to accept a string object as the second argument. by zhanyong.wan · 14 years ago
  71. 0bfb563 Implements GTEST_ASSERT_XY as alias of ASSERT_XY. by zhanyong.wan · 14 years ago
  72. 2620c79 Include gtest headers as user headers instead of system headers. by zhanyong.wan · 14 years ago
  73. b15c733 Removes all uses of StrStream; fixes the VC projects and simplifies them by using gtest-all.cc. by zhanyong.wan · 14 years ago
  74. 5d0c3dc Casts char to unsigned char before calling isspace() etc to avoid undefined behavior (by Zhanyong Wan); removes conditional #includes keyed on GTEST_HAS_PROTOBUF_ (by Zhanyong Wan); publishes GTEST_HAS_STREAM_REDIRECTION (by Vlad Losev); forward declares some classes properly (by Samuel Benzaquen); honors the --gtest_catch_exceptions flag (by Vlad Losev). by zhanyong.wan · 14 years ago
  75. c95489e Removes the Windows golden file (by Vlad Losev); implements test result streaming (by Nikhil Jindal and cleaned up by Zhanyong Wan). by zhanyong.wan · 14 years ago
  76. 739d304 Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); improves the hex dump format (by Zhanyong Wan); gets rid of class TestInfoImpl (by Zhanyong Wan); adds exception handling (by Vlad Losev). by zhanyong.wan · 14 years ago
  77. d5ad2ca Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad Losev). by zhanyong.wan · 14 years ago
  78. 3490bb3 Removes unused scons-related scripts; makes gtest_nc_test compatible with Clang. by zhanyong.wan · 14 years ago
  79. 72cb271 Allows Google Test to build on OSes other then a pre-determined set and implements GTEST_HAS_POSIX_REGEX condition for compatibility with them. by vladlosev · 14 years ago
  80. 39dc95e Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong Wan). by zhanyong.wan · 14 years ago
  81. 3010d4d Makes gtest_break_on_failure_unittest work on minGW (by vladl); improves by zhanyong.wan · 14 years ago
  82. 63b4f32 Makes gtest report failures in ad hoc test assertions executed before RUN_ALL_TESTS(). by zhanyong.wan · 14 years ago
  83. 9748de0 Adds tests for SkipPrefix(). by zhanyong.wan · 14 years ago
  84. 13eda01 Fixes issue 286. by vladlosev · 14 years ago
  85. 3a6fc97 Implements printing parameters of failed parameterized tests (issue 71). by vladlosev · 14 years ago
  86. c3ad690 Adds GTEST_REMOVE_REFERENCE_AND_CONST_. by zhanyong.wan · 14 years ago
  87. 362a0cf Renames test script flags. by vladlosev · 14 years ago
  88. 678f92b Moves the universal printer from gmock to gtest and refactors the cmake script for reusing in gmock (by Vlad Losev). by zhanyong.wan · 14 years ago
  89. 2c2e3bb Improves support for building Google Test as Windows DLL. by vladlosev · 14 years ago
  90. 9f25491 Implements color output in GNU Screen sessions (issue 277). by vladlosev · 14 years ago
  91. edea1b1 Fixes gtest-port_test on MinGW. by vladlosev · 14 years ago
  92. 1618bb4 Adds alternative spellings for FAIL, SUCCEED, and TEST. by zhanyong.wan · 14 years ago
  93. a232a5c Fixes gtest_filter_unittest and gtest_help_test on systems without death tests. by vladlosev · 14 years ago
  94. d6b4941 C++ Builder compatibility patch by Josh Kelley. by vladlosev · 14 years ago
  95. 2d9d634 Fixes a leak in ThreadLocal. by zhanyong.wan · 15 years ago
  96. 1ce4549 Adds missing gtest DLL exports. by zhanyong.wan · 15 years ago
  97. d13d1ed Fixes comments and tests for the moment of generator parameter evaluation in INSTANTIATE_TEST_CASE_P. by vladlosev · 15 years ago
  98. 5147b45 Solaris and AIX patch by Hady Zalek by vladlosev · 15 years ago
  99. 0a41573 Fixes an 'unreachable code' warning by MSVC on certain opt settings in gtest-death-test_test.cc. by vladlosev · 15 years ago
  100. 07fe600 Adds a smoketest for ThreadWithParam. by vladlosev · 15 years ago