1. 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 · 11 years ago
  2. 03c3149 Unfortunately, the svn repo is a bit out of date. This commit contains 8 by jgm@google.com · 11 years ago
  3. 5d9f11f Improves Android support (by David Turner). by vladlosev · 12 years ago
  4. df24665 Removes obsolete debug code. by vladlosev · 12 years ago
  5. 45577ea Fixes gtest-tuple.h in Visual C++ 7.1. by vladlosev · 12 years ago
  6. a92a6f7 Fixed Native Client build of gtest when using glibc (by Ben Smith). by vladlosev · 12 years ago
  7. 11c6ddf Prevents pump.py from splitting long IWYU pragma lines. by vladlosev · 12 years ago
  8. 120f8b3 fixes a problem in which we pass the address one byte ~/svn/googletest/trunk by jgm@google.com · 12 years ago
  9. 090d8a8 added defines for iOS by jgm@google.com · 12 years ago
  10. 6b625a7 Improves gtest's failure messages. In particulars, char pointers and by zhanyong.wan · 12 years ago
  11. aa3c420 Fixes threading annotations and compatibility with C++11, which doesn't by zhanyong.wan · 12 years ago
  12. 69c199d Teach gtest to autodetect rtti support with clang (by Nico Weber). by vladlosev · 12 years ago
  13. 361c8fb Added support for platforms where pthread_t is a struct rather than an integral by jgm@google.com · 12 years ago
  14. 7a574c9 Misc small updates to some debug death code, and to messages streaming to macros by jgm@google.com · 12 years ago
  15. 62576d5 Locking for Notification class. by jgm@google.com · 12 years ago
  16. 4dcb99d Adds file and line information to the "message", which is used as the summary by jgm@google.com · 12 years ago
  17. 580d3fc Removes spurious semicolon. by vladlosev · 12 years ago
  18. 93fed47 Improves conformance to the Google C++ Style Guide (by Greg Miller). by vladlosev · 12 years ago
  19. f46f3ea Adds support for detection of running in death test child processes. by vladlosev · 12 years ago
  20. 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 · 12 years ago
  21. ee89af8 Expressed the thread-safety annotations in code, replacing the existing comment-based system (by Aaron Jacobs). by vladlosev · 12 years ago
  22. b4661bc Changes to fix gtest-printers_test on VC++ 2010. by vladlosev · 12 years ago
  23. 7fc9854 Simplifies test assertions in sample5. by vladlosev · 13 years ago
  24. 8883b42 Implements the timestamp attribute for the testsuites element in the output XML (external contribution by Dirk Meister). by vladlosev · 13 years ago
  25. e350196 Adds ability to inject death test child arguments for test purposes. by vladlosev · 13 years ago
  26. 5f4d53c Fixes test failure on 32-bit Ubuntu. by vladlosev · 13 years ago
  27. cdfd81f Adds a new macro simplifying use of snprinf on MS platforms. by vladlosev · 13 years ago
  28. 524cc4e Fixes C++0x compatibility problems. by vladlosev · 13 years ago
  29. 74b3308 Simplifies the implementatoin of the test result printer; by Ulfar Erlingsson by zhanyong.wan · 13 years ago
  30. 746d1a9 Renames the license file. by vladlosev · 13 years ago
  31. 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
  32. e0e93e5 Adds explanation on how to build the Xcode project under Xcode 4+ to README. by vladlosev · 13 years ago
  33. f35f4c6 Fixes a user reported test break (modifying a dict while iterating). by vladlosev · 13 years ago
  34. 8757774 Fixes a resource leak in gtest-port_test (by Haruka Iwao). by vladlosev · 13 years ago
  35. 105b143 QNX compatibility patch (by Haruka Iwao). by vladlosev · 13 years ago
  36. 4f9248a Suppresses the tail-call optimization of StackGrowsDown() in GCC4.6 (by Paul Pluzhnikov). by vladlosev · 13 years ago
  37. 95a77ad Fixes broken build on VC++ 7.1. by vladlosev · 13 years ago
  38. 8655403 Adds support for building Google Mock as a shared library (DLL). by vladlosev · 13 years ago
  39. 5906d27 Simplifies the code by removing condfitional section that is no longer necessary. by vladlosev · 13 years ago
  40. d305dc1 Adds support for death tests in OpenBSD (by Paweł Hajdan Jr.) by vladlosev · 13 years ago
  41. 83842ab Makes generation of fused sources contingent on availability of Python. by vladlosev · 13 years ago
  42. 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
  43. aca3d2c fixes a problem caused by gcc 4.6 optimization (by Paul Pluzhnikov) by zhanyong.wan · 13 years ago
  44. e1247c5 Adds Pasi to CONTRIBUTORS and documents the latest changes. by zhanyong.wan · 13 years ago
  45. 96930a7 Fixes Sun C++ compiler errors (by Pasi Valminen) by zhanyong.wan · 13 years ago
  46. 6624187 Avoids iterator_traits, as it's not available in libCStd when compiled with Sun C++. by zhanyong.wan · 13 years ago
  47. 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
  48. 3aa2af1 fixes XL C++ compiler errors (by Pasi Valminen) by zhanyong.wan · 13 years ago
  49. fb27615 Fixes a compiler error when compiling with Visual Age (by Hady Zalek). by vladlosev · 13 years ago
  50. e5c5971 Removes commas from last items in enums (a C++ standard compliance fix). by vladlosev · 13 years ago
  51. 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
  52. 9777673 disables 'make install' by zhanyong.wan · 13 years ago
  53. 2d37c7a fixes link error in 'make check' on some systems by zhanyong.wan · 13 years ago
  54. a296582 Changes diagnostic output of the question mark from '\?' to '?'. by vladlosev · 13 years ago
  55. 5298efa Fixes Windows CE compatibility problem (issue http://code.google.com/p/googletest/issues/detail?id=362). by vladlosev · 13 years ago
  56. 9beddf8 Fixes 'formatting error or buffer exceeded' error when outputting long failure messages in XML. by vladlosev · 13 years ago
  57. ba1c362 Allows Google Mock to compile on platforms that do not support typed tests. by vladlosev · 13 years ago
  58. 585ec31 Fixes compatibility with Sun C++ (by Hady Zalek); fixes compatibility by zhanyong.wan · 13 years ago
  59. 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
  60. ed1042b Fixes compatibility with Borland C++Builder. Original patch by Josh by zhanyong.wan · 13 years ago
  61. 66d8d6b Fixes non-conforming uses of commas in enums s.t. the code compiles on by zhanyong.wan · 13 years ago
  62. 595d200 Fixes PrintUnprintableTypeTest.InGlobalNamespace in gtest-printers_test on 64bit PowerPCs. by vladlosev · 13 years ago
  63. 4835e29 Adds test/gtest-death-test_ex_test.cc to the release package. by zhanyong.wan · 13 years ago
  64. 67a7a53 Adds cmake scripts to the release package. by zhanyong.wan · 13 years ago
  65. f66fe6a Removes the scons directory, which is empty. by zhanyong.wan · 13 years ago
  66. ba29362 Changes gtest's version to 1.6.0 and adds release notes. by zhanyong.wan · 13 years ago
  67. 733a54a Indents preprocessor directives. by zhanyong.wan · 13 years ago
  68. 22d36b4 Fixes off-by-one error in a message about test sharding (by David Glasser). by vladlosev · 13 years ago
  69. b2bb64d Updates an outdated error message. by vladlosev · 13 years ago
  70. 3055203 Adds null check for file locations in XML output printer. by vladlosev · 13 years ago
  71. 34b3f29 Add markers to death test messages to make them more recogizable (by Jeff Shute). by zhanyong.wan · 13 years ago
  72. c5e8d7a Removes unused include directive. by vladlosev · 13 years ago
  73. a33163a Adds type_param and value_param as <testcase> attributes to the XML by zhanyong.wan · 13 years ago
  74. 15f3ae0 template selection error in IBM's xIC_r compiler. by vladlosev · 13 years ago
  75. 1c4ce7f Renames some internal functions to avoid name clashes. by vladlosev · 13 years ago
  76. 5e255e0 Fixes GCC 4.6 warnings (patch by Jeffrey Yasskin). by zhanyong.wan · 13 years ago
  77. ad72874 Removes unused NC tests. by zhanyong.wan · 13 years ago
  78. be1cdf3 Suppresses self-assignment warnings. by zhanyong.wan · 13 years ago
  79. 7187424 Allows a value-parameterized test fixture to derive from Test and WithParamInterface<T> separately; contributed by Matt Austern. by zhanyong.wan · 13 years ago
  80. a8c1fdf Makes gtest print string literals correctly when it contains \x escape sequences. Contributed by Yair Chuchem. by zhanyong.wan · 13 years ago
  81. 7707f53 Adds Google Native Client compatibility (issue 329). by vladlosev · 13 years ago
  82. 1d59a3d Fixes scripts/test/Makefile failing with link error. by vladlosev · 13 years ago
  83. 3368924 Fixes comments in sample7_unittest.cc. by vladlosev · 13 years ago
  84. ff61f4e Fixes two pump.py bugs. One of them ("$range 1..n $$ comment" doesn't parse) was reported by user Aksai Chin. Aksai also contributed a patch, which I didn't look at as I didn't want to bother him with signing the CLA. Instead I wrote the fix from scratch. by zhanyong.wan · 13 years ago
  85. 480f1c2 Changes default of --gtest_catch_exceptions to true. by vladlosev · 13 years ago
  86. 1287840 Fixes compiler warning when built with -std=c++0x. by vladlosev · 14 years ago
  87. 636f903 Modifies handling of C++ exceptions in death tests to treat exceptions escaping them as failures. by vladlosev · 14 years ago
  88. 035dbfb Adds a missing #include (by Vlad Losev). by zhanyong.wan · 14 years ago
  89. 62a67f7 Fixes broken XCode build (issue http://code.google.com/p/googletest/issues/detail?id=317). by vladlosev · 14 years ago
  90. b499e7b Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release() method (by Zhanyong Wan). by zhanyong.wan · 14 years ago
  91. 6ae7e1e Adds a gtest_disable_pthreads CMake option; also fixes an include order problem in the cmake script. by zhanyong.wan · 14 years ago
  92. 9c3d668 Clarifies how to use gtest as a shared library in README. by zhanyong.wan · 14 years ago
  93. 3928282 Removes uses of deprecated AssertionFailure() API (by Vlad Losev). by zhanyong.wan · 14 years ago
  94. 375ce98 Allows EXPECT_FATAL_FAILURE() and friends to accept a string object as the second argument. by zhanyong.wan · 14 years ago
  95. 0bfb563 Implements GTEST_ASSERT_XY as alias of ASSERT_XY. by zhanyong.wan · 14 years ago
  96. 2620c79 Include gtest headers as user headers instead of system headers. by zhanyong.wan · 14 years ago
  97. b15c733 Removes all uses of StrStream; fixes the VC projects and simplifies them by using gtest-all.cc. by zhanyong.wan · 14 years ago
  98. 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
  99. 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
  100. 9aaf3b8 Adds new test files to the distro, and sorts the file lists. by zhanyong.wan · 14 years ago