1. 3570707 Make Google Test build cleanly on Visual Studio 2010, 2012, 2013. by kosak@google.com · 10 years ago
  2. bfa2638 Fix a couple of typos in Google Test's README. by kosak@google.com · 10 years ago
  3. d108654 Define specialization of PrintTo(...) for ::std::tuple. by kosak@google.com · 10 years ago
  4. 99a24f0 Improves documentation on gtest's macros. by kosak@google.com · 10 years ago
  5. 237d7a8 Distinguish between C++11 language and library support for <initializer_list>. by kosak@google.com · 11 years ago
  6. 2ba84be Fix warnings encountered with clang -Wall. by kosak@google.com · 11 years ago
  7. 022d52c Add MemorySanitizer annotations in gtest printers. Also remove unused variable kPathSeparatorString. by kosak@google.com · 11 years ago
  8. bc830d3 Delete whitespace, and change the return type of ImplicitlyConvertible::MakeFrom() to From&. by kosak@google.com · 11 years ago
  9. be1b3b6 avoids clash with the max() macro on Windows by zhanyong.wan · 11 years ago
  10. 1cb04aa supports a protocol for catching tests that prematurely exit by zhanyong.wan · 11 years ago
  11. e9d7e5b Updates gtest.xcodeproj to be compatible with OS X 10.8.4 & Xcode 4.6.3 by zhanyong.wan · 11 years ago
  12. 90d1e54 fixes a typo in CMake script; h/t to Jay Mueller for reporting the issue by zhanyong.wan · 11 years ago
  13. 36440e2 allows gtest-config.in to work with an absoulte path for @top_srcdir@. h/t to Jimi Xenidis for reporting the issue and the fix. by zhanyong.wan · 11 years ago
  14. 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
  15. 270a551 Fixes compatibility with C++11: (1 - 1) is no longer a NULL pointer constant. by zhanyong.wan · 11 years ago
  16. 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
  17. 03f2695 Fixes a thread annotation; updates CHANGES for 1.7.0 by zhanyong.wan · 11 years ago
  18. b3d0b4e prints type/value parameters when listing tests by zhanyong.wan · 11 years ago
  19. 1189230 Updates the version number to 1.7.0 by zhanyong.wan · 11 years ago
  20. dfbdf0b Implements support for calling Test::RecordProperty() outside of a test. by vladlosev · 11 years ago
  21. f2ac1ec Fixes some compatibility issues with STLport. by zhanyong.wan · 11 years ago
  22. e1a9187 Replaces unportable == with portable = in configure.ac. by zhanyong.wan · 11 years ago
  23. 726afc2 Prints a useful message when GetParam() is called in a non-parameterized test. by zhanyong.wan · 11 years ago
  24. 4036e7d Supports colored output on term type screen-256color. by zhanyong.wan · 11 years ago
  25. 74de57c Fixes unused function warning on Mac, and fixes compatibility with newer GCC. by zhanyong.wan · 11 years ago
  26. 2733a36 Fixes a nasty issue in gtest's template instantiation. by zhanyong.wan · 11 years ago
  27. 99788d7 Implements RUN_ALL_TESTS() as a function. by zhanyong.wan · 11 years ago
  28. c2f7c75 Removes an unused variable; also refactors to support an up-coming by zhanyong.wan · 11 years ago
  29. de78d45 Removes dangling references in make/cmake files. by zhanyong.wan · 11 years ago
  30. b4dbe28 Adds -pthread and changes -I to -isystem in gtest's build instructions. by zhanyong.wan · 11 years ago
  31. a032cff Fixes gUnit streaming output format. by kosak@google.com · 11 years ago
  32. 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 · 11 years ago
  33. 0645857 Fixes an out-dated URL. by zhanyong.wan · 11 years ago
  34. c9fe757 Adds the LICENSE file to the distribution. by vladlosev · 11 years ago
  35. a677227 Unbreak building gtest with -std=c++11 on Mac OS X 10.6. Also, better support for death tests in iOS simulator. by jgm@google.com · 12 years ago
  36. 03c3149 Unfortunately, the svn repo is a bit out of date. This commit contains 8 by jgm@google.com · 12 years ago
  37. 5d9f11f Improves Android support (by David Turner). by vladlosev · 12 years ago
  38. df24665 Removes obsolete debug code. by vladlosev · 12 years ago
  39. 45577ea Fixes gtest-tuple.h in Visual C++ 7.1. by vladlosev · 12 years ago
  40. a92a6f7 Fixed Native Client build of gtest when using glibc (by Ben Smith). by vladlosev · 12 years ago
  41. 11c6ddf Prevents pump.py from splitting long IWYU pragma lines. by vladlosev · 12 years ago
  42. 120f8b3 fixes a problem in which we pass the address one byte ~/svn/googletest/trunk by jgm@google.com · 12 years ago
  43. 090d8a8 added defines for iOS by jgm@google.com · 12 years ago
  44. 6b625a7 Improves gtest's failure messages. In particulars, char pointers and by zhanyong.wan · 12 years ago
  45. aa3c420 Fixes threading annotations and compatibility with C++11, which doesn't by zhanyong.wan · 12 years ago
  46. 69c199d Teach gtest to autodetect rtti support with clang (by Nico Weber). by vladlosev · 12 years ago
  47. 361c8fb Added support for platforms where pthread_t is a struct rather than an integral by jgm@google.com · 12 years ago
  48. 7a574c9 Misc small updates to some debug death code, and to messages streaming to macros by jgm@google.com · 12 years ago
  49. 62576d5 Locking for Notification class. by jgm@google.com · 12 years ago
  50. 4dcb99d Adds file and line information to the "message", which is used as the summary by jgm@google.com · 12 years ago
  51. 580d3fc Removes spurious semicolon. by vladlosev · 13 years ago
  52. 93fed47 Improves conformance to the Google C++ Style Guide (by Greg Miller). by vladlosev · 13 years ago
  53. f46f3ea Adds support for detection of running in death test child processes. by vladlosev · 13 years ago
  54. 9781f54 Adds empty methods to Mutex on platforms where Google Test is not thread-safe. This will support a reentrancy fix in Google Mock. by vladlosev · 13 years ago
  55. ee89af8 Expressed the thread-safety annotations in code, replacing the existing comment-based system (by Aaron Jacobs). by vladlosev · 13 years ago
  56. b4661bc Changes to fix gtest-printers_test on VC++ 2010. by vladlosev · 13 years ago
  57. 7fc9854 Simplifies test assertions in sample5. by vladlosev · 13 years ago
  58. 8883b42 Implements the timestamp attribute for the testsuites element in the output XML (external contribution by Dirk Meister). by vladlosev · 13 years ago
  59. e350196 Adds ability to inject death test child arguments for test purposes. by vladlosev · 13 years ago
  60. 5f4d53c Fixes test failure on 32-bit Ubuntu. by vladlosev · 13 years ago
  61. cdfd81f Adds a new macro simplifying use of snprinf on MS platforms. by vladlosev · 13 years ago
  62. 524cc4e Fixes C++0x compatibility problems. by vladlosev · 13 years ago
  63. 74b3308 Simplifies the implementatoin of the test result printer; by Ulfar Erlingsson by zhanyong.wan · 13 years ago
  64. 746d1a9 Renames the license file. by vladlosev · 13 years ago
  65. 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
  66. e0e93e5 Adds explanation on how to build the Xcode project under Xcode 4+ to README. by vladlosev · 13 years ago
  67. f35f4c6 Fixes a user reported test break (modifying a dict while iterating). by vladlosev · 13 years ago
  68. 8757774 Fixes a resource leak in gtest-port_test (by Haruka Iwao). by vladlosev · 13 years ago
  69. 105b143 QNX compatibility patch (by Haruka Iwao). by vladlosev · 13 years ago
  70. 4f9248a Suppresses the tail-call optimization of StackGrowsDown() in GCC4.6 (by Paul Pluzhnikov). by vladlosev · 13 years ago
  71. 95a77ad Fixes broken build on VC++ 7.1. by vladlosev · 13 years ago
  72. 8655403 Adds support for building Google Mock as a shared library (DLL). by vladlosev · 13 years ago
  73. 5906d27 Simplifies the code by removing condfitional section that is no longer necessary. by vladlosev · 13 years ago
  74. d305dc1 Adds support for death tests in OpenBSD (by Paweł Hajdan Jr.) by vladlosev · 13 years ago
  75. 83842ab Makes generation of fused sources contingent on availability of Python. by vladlosev · 13 years ago
  76. f0f9b94 Fixes XL C++ 10.1 compiler errors (based on patch by Hady Zalek); cleans up formatting of GTEST_NO_INLINE_. by zhanyong.wan · 13 years ago
  77. aca3d2c fixes a problem caused by gcc 4.6 optimization (by Paul Pluzhnikov) by zhanyong.wan · 13 years ago
  78. e1247c5 Adds Pasi to CONTRIBUTORS and documents the latest changes. by zhanyong.wan · 13 years ago
  79. 96930a7 Fixes Sun C++ compiler errors (by Pasi Valminen) by zhanyong.wan · 13 years ago
  80. 6624187 Avoids iterator_traits, as it's not available in libCStd when compiled with Sun C++. by zhanyong.wan · 13 years ago
  81. 73a5620 Simplifies ASCII character detection in gtest-printers.h. This also makes it possible to build Google Test on MinGW. by vladlosev · 13 years ago
  82. 3aa2af1 fixes XL C++ compiler errors (by Pasi Valminen) by zhanyong.wan · 13 years ago
  83. fb27615 Fixes a compiler error when compiling with Visual Age (by Hady Zalek). by vladlosev · 13 years ago
  84. e5c5971 Removes commas from last items in enums (a C++ standard compliance fix). by vladlosev · 13 years ago
  85. 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
  86. 9777673 disables 'make install' by zhanyong.wan · 13 years ago
  87. 2d37c7a fixes link error in 'make check' on some systems by zhanyong.wan · 13 years ago
  88. a296582 Changes diagnostic output of the question mark from '\?' to '?'. by vladlosev · 13 years ago
  89. 5298efa Fixes Windows CE compatibility problem (issue http://code.google.com/p/googletest/issues/detail?id=362). by vladlosev · 13 years ago
  90. 9beddf8 Fixes 'formatting error or buffer exceeded' error when outputting long failure messages in XML. by vladlosev · 13 years ago
  91. ba1c362 Allows Google Mock to compile on platforms that do not support typed tests. by vladlosev · 13 years ago
  92. 585ec31 Fixes compatibility with Sun C++ (by Hady Zalek); fixes compatibility by zhanyong.wan · 13 years ago
  93. 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 · 13 years ago
  94. ed1042b Fixes compatibility with Borland C++Builder. Original patch by Josh by zhanyong.wan · 13 years ago
  95. 66d8d6b Fixes non-conforming uses of commas in enums s.t. the code compiles on by zhanyong.wan · 13 years ago
  96. 595d200 Fixes PrintUnprintableTypeTest.InGlobalNamespace in gtest-printers_test on 64bit PowerPCs. by vladlosev · 13 years ago
  97. 4835e29 Adds test/gtest-death-test_ex_test.cc to the release package. by zhanyong.wan · 13 years ago
  98. 67a7a53 Adds cmake scripts to the release package. by zhanyong.wan · 13 years ago
  99. f66fe6a Removes the scons directory, which is empty. by zhanyong.wan · 13 years ago
  100. ba29362 Changes gtest's version to 1.6.0 and adds release notes. by zhanyong.wan · 13 years ago