Clone this repo:

Branches

  1. 585ec31 Fixes compatibility with Sun C++ (by Hady Zalek); fixes compatibility by zhanyong.wan · 13 years ago main master
  2. 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
  3. ed1042b Fixes compatibility with Borland C++Builder. Original patch by Josh by zhanyong.wan · 13 years ago
  4. 66d8d6b Fixes non-conforming uses of commas in enums s.t. the code compiles on by zhanyong.wan · 13 years ago
  5. 595d200 Fixes PrintUnprintableTypeTest.InGlobalNamespace in gtest-printers_test on 64bit PowerPCs. by vladlosev · 13 years ago
  6. 4835e29 Adds test/gtest-death-test_ex_test.cc to the release package. by zhanyong.wan · 13 years ago
  7. 67a7a53 Adds cmake scripts to the release package. by zhanyong.wan · 13 years ago
  8. f66fe6a Removes the scons directory, which is empty. by zhanyong.wan · 13 years ago
  9. ba29362 Changes gtest's version to 1.6.0 and adds release notes. by zhanyong.wan · 13 years ago
  10. 733a54a Indents preprocessor directives. by zhanyong.wan · 13 years ago
  11. 22d36b4 Fixes off-by-one error in a message about test sharding (by David Glasser). by vladlosev · 13 years ago
  12. b2bb64d Updates an outdated error message. by vladlosev · 13 years ago
  13. 3055203 Adds null check for file locations in XML output printer. by vladlosev · 13 years ago
  14. 34b3f29 Add markers to death test messages to make them more recogizable (by Jeff Shute). by zhanyong.wan · 13 years ago
  15. c5e8d7a Removes unused include directive. by vladlosev · 13 years ago
  16. a33163a Adds type_param and value_param as <testcase> attributes to the XML by zhanyong.wan · 13 years ago
  17. 15f3ae0 template selection error in IBM's xIC_r compiler. by vladlosev · 13 years ago
  18. 1c4ce7f Renames some internal functions to avoid name clashes. by vladlosev · 13 years ago
  19. 5e255e0 Fixes GCC 4.6 warnings (patch by Jeffrey Yasskin). by zhanyong.wan · 14 years ago
  20. ad72874 Removes unused NC tests. by zhanyong.wan · 14 years ago