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