1. b854938 Adds -pthread and changes -I to -isystem in gtest's build instructions. by zhanyong.wan · 11 years ago
  2. ba072cc Fixes gUnit streaming output format. by kosak · 11 years ago
  3. cc1fdb5 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 · 11 years ago
  4. 65b5c22 Fixes an out-dated URL. by zhanyong.wan · 11 years ago
  5. d367343 Adds the LICENSE file to the distribution. by vladlosev · 11 years ago
  6. 268ba61 Unbreak building gtest with -std=c++11 on Mac OS X 10.6. Also, better support for death tests in iOS simulator. by jgm · 11 years ago
  7. 87fdda2 Unfortunately, the svn repo is a bit out of date. This commit contains 8 by jgm · 11 years ago
  8. 78bf6d5 Improves Android support (by David Turner). by vladlosev · 12 years ago
  9. b535c17 Removes obsolete debug code. by vladlosev · 12 years ago
  10. ff8d732 Fixes gtest-tuple.h in Visual C++ 7.1. by vladlosev · 12 years ago
  11. 2147489 Fixed Native Client build of gtest when using glibc (by Ben Smith). by vladlosev · 12 years ago
  12. 1f7bb45 Prevents pump.py from splitting long IWYU pragma lines. by vladlosev · 12 years ago
  13. 4c97512 fixes a problem in which we pass the address one byte ~/svn/googletest/trunk by jgm · 12 years ago
  14. a1c4b46 added defines for iOS by jgm · 12 years ago
  15. a88c9a8 Improves gtest's failure messages. In particulars, char pointers and by zhanyong.wan · 12 years ago
  16. a3b8591 Fixes threading annotations and compatibility with C++11, which doesn't by zhanyong.wan · 12 years ago
  17. cdb24f8 Teach gtest to autodetect rtti support with clang (by Nico Weber). by vladlosev · 12 years ago
  18. 9a56024 Added support for platforms where pthread_t is a struct rather than an integral by jgm · 12 years ago
  19. f0b86fc Misc small updates to some debug death code, and to messages streaming to macros by jgm · 12 years ago
  20. cfb4087 Locking for Notification class. by jgm · 12 years ago
  21. 4d6f296 Adds file and line information to the "message", which is used as the summary by jgm · 12 years ago
  22. 69a071b Removes spurious semicolon. by vladlosev · 12 years ago
  23. 8965a6a Improves conformance to the Google C++ Style Guide (by Greg Miller). by vladlosev · 12 years ago
  24. 829402e Adds support for detection of running in death test child processes. by vladlosev · 12 years ago
  25. 83fe024 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
  26. 4c11f25 Expressed the thread-safety annotations in code, replacing the existing comment-based system (by Aaron Jacobs). by vladlosev · 13 years ago
  27. 97ef1c7 Changes to fix gtest-printers_test on VC++ 2010. by vladlosev · 13 years ago
  28. c7c7961 Simplifies test assertions in sample5. by vladlosev · 13 years ago
  29. 431a8be Implements the timestamp attribute for the testsuites element in the output XML (external contribution by Dirk Meister). by vladlosev · 13 years ago
  30. 69a40b7 Adds ability to inject death test child arguments for test purposes. by vladlosev · 13 years ago
  31. 879916a Fixes test failure on 32-bit Ubuntu. by vladlosev · 13 years ago
  32. f7d58e8 Adds a new macro simplifying use of snprinf on MS platforms. by vladlosev · 13 years ago
  33. 1b2e509 Fixes C++0x compatibility problems. by vladlosev · 13 years ago
  34. 2ca4d21 Simplifies the implementatoin of the test result printer; by Ulfar Erlingsson by zhanyong.wan · 13 years ago
  35. 27615db Renames the license file. by vladlosev · 13 years ago
  36. 4b07d73 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
  37. 294f69f Adds explanation on how to build the Xcode project under Xcode 4+ to README. by vladlosev · 13 years ago
  38. cf3f92e Fixes a user reported test break (modifying a dict while iterating). by vladlosev · 13 years ago
  39. c2922d4 Fixes a resource leak in gtest-port_test (by Haruka Iwao). by vladlosev · 13 years ago
  40. 386da20 QNX compatibility patch (by Haruka Iwao). by vladlosev · 13 years ago
  41. f3cf0a2 Suppresses the tail-call optimization of StackGrowsDown() in GCC4.6 (by Paul Pluzhnikov). by vladlosev · 13 years ago
  42. cc265df Fixes broken build on VC++ 7.1. by vladlosev · 13 years ago
  43. 7e29bb7 Adds support for building Google Mock as a shared library (DLL). by vladlosev · 13 years ago
  44. ee2f8ca Simplifies the code by removing condfitional section that is no longer necessary. by vladlosev · 13 years ago
  45. 814a5e9 Adds support for death tests in OpenBSD (by Paweł Hajdan Jr.) by vladlosev · 13 years ago
  46. 758728b Makes generation of fused sources contingent on availability of Python. by vladlosev · 13 years ago
  47. c91a353 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
  48. c006f8c fixes a problem caused by gcc 4.6 optimization (by Paul Pluzhnikov) by zhanyong.wan · 13 years ago
  49. 6a5a25b Adds Pasi to CONTRIBUTORS and documents the latest changes. by zhanyong.wan · 13 years ago
  50. b8c0e16 Fixes Sun C++ compiler errors (by Pasi Valminen) by zhanyong.wan · 13 years ago
  51. fc99b1a Avoids iterator_traits, as it's not available in libCStd when compiled with Sun C++. by zhanyong.wan · 13 years ago
  52. e9adbcb Simplifies ASCII character detection in gtest-printers.h. This also makes it possible to build Google Test on MinGW. by vladlosev · 13 years ago
  53. 6323646 fixes XL C++ compiler errors (by Pasi Valminen) by zhanyong.wan · 13 years ago
  54. 7d560ed Fixes a compiler error when compiling with Visual Age (by Hady Zalek). by vladlosev · 13 years ago
  55. 962b655 Removes commas from last items in enums (a C++ standard compliance fix). by vladlosev · 13 years ago
  56. 741d6c0 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
  57. 661758e disables 'make install' by zhanyong.wan · 13 years ago
  58. 98054bd fixes link error in 'make check' on some systems by zhanyong.wan · 13 years ago
  59. c7a9cc3 Changes diagnostic output of the question mark from '\?' to '?'. by vladlosev · 13 years ago
  60. 1ea6b31 Fixes Windows CE compatibility problem (issue http://code.google.com/p/googletest/issues/detail?id=362). by vladlosev · 13 years ago
  61. 03062e2 Fixes 'formatting error or buffer exceeded' error when outputting long failure messages in XML. by vladlosev · 13 years ago
  62. 1d8c5af Allows Google Mock to compile on platforms that do not support typed tests. by vladlosev · 13 years ago
  63. 5017fe0 Fixes compatibility with Sun C++ (by Hady Zalek); fixes compatibility by zhanyong.wan · 13 years ago
  64. 5451ffe 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
  65. 603533a Fixes compatibility with Borland C++Builder. Original patch by Josh by zhanyong.wan · 13 years ago
  66. 66ac490 Fixes non-conforming uses of commas in enums s.t. the code compiles on by zhanyong.wan · 13 years ago
  67. f441979 Fixes PrintUnprintableTypeTest.InGlobalNamespace in gtest-printers_test on 64bit PowerPCs. by vladlosev · 13 years ago
  68. 9b89752 Adds test/gtest-death-test_ex_test.cc to the release package. by zhanyong.wan · 13 years ago
  69. 0e651af Adds cmake scripts to the release package. by zhanyong.wan · 13 years ago
  70. 19d6b45 Changes gtest's version to 1.6.0 and adds release notes. by zhanyong.wan · 13 years ago
  71. ffeb11d Indents preprocessor directives. by zhanyong.wan · 13 years ago
  72. 0980b4b Fixes off-by-one error in a message about test sharding (by David Glasser). by vladlosev · 13 years ago
  73. 6642ca8 Updates an outdated error message. by vladlosev · 13 years ago
  74. 9d7455f Adds null check for file locations in XML output printer. by vladlosev · 13 years ago
  75. 40d0ba7 Add markers to death test messages to make them more recogizable (by Jeff Shute). by zhanyong.wan · 13 years ago
  76. b147ec3 Removes unused include directive. by vladlosev · 13 years ago
  77. 9bcf4d0 Adds type_param and value_param as <testcase> attributes to the XML by zhanyong.wan · 13 years ago
  78. c8efea6 template selection error in IBM's xIC_r compiler. by vladlosev · 13 years ago
  79. a198966 Renames some internal functions to avoid name clashes. by vladlosev · 13 years ago
  80. 48b1315 Fixes GCC 4.6 warnings (patch by Jeffrey Yasskin). by zhanyong.wan · 13 years ago
  81. afaefb0 Removes unused NC tests. by zhanyong.wan · 13 years ago
  82. 7225dd1 Suppresses self-assignment warnings. by zhanyong.wan · 13 years ago
  83. 915129e Allows a value-parameterized test fixture to derive from Test and WithParamInterface<T> separately; contributed by Matt Austern. by zhanyong.wan · 13 years ago
  84. b5eb6ed Makes gtest print string literals correctly when it contains \x escape sequences. Contributed by Yair Chuchem. by zhanyong.wan · 13 years ago
  85. 42bf979 Adds Google Native Client compatibility (issue 329). by vladlosev · 13 years ago
  86. e349025 Fixes scripts/test/Makefile failing with link error. by vladlosev · 13 years ago
  87. b6c141f Fixes comments in sample7_unittest.cc. by vladlosev · 13 years ago
  88. fe25aea 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
  89. 82cc1d1 Changes default of --gtest_catch_exceptions to true. by vladlosev · 14 years ago
  90. 25958f3 Fixes compiler warning when built with -std=c++0x. by vladlosev · 14 years ago
  91. 50f4deb Modifies handling of C++ exceptions in death tests to treat exceptions escaping them as failures. by vladlosev · 14 years ago
  92. 2c81010 Adds a missing #include (by Vlad Losev). by zhanyong.wan · 14 years ago
  93. 16e3aa7 Fixes broken XCode build (issue http://code.google.com/p/googletest/issues/detail?id=317). by vladlosev · 14 years ago
  94. c18438c Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release() method (by Zhanyong Wan). by zhanyong.wan · 14 years ago
  95. 9c48242 Adds a gtest_disable_pthreads CMake option; also fixes an include order problem in the cmake script. by zhanyong.wan · 14 years ago
  96. e5974e3 Clarifies how to use gtest as a shared library in README. by zhanyong.wan · 14 years ago
  97. 2d1835b Removes uses of deprecated AssertionFailure() API (by Vlad Losev). by zhanyong.wan · 14 years ago
  98. b5d3a17 Allows EXPECT_FATAL_FAILURE() and friends to accept a string object as the second argument. by zhanyong.wan · 14 years ago
  99. 345d9eb Implements GTEST_ASSERT_XY as alias of ASSERT_XY. by zhanyong.wan · 14 years ago
  100. dac3e87 Include gtest headers as user headers instead of system headers. by zhanyong.wan · 14 years ago