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 · 14 years ago
  14. 34b3f29 Add markers to death test messages to make them more recogizable (by Jeff Shute). by zhanyong.wan · 14 years ago
  15. c5e8d7a Removes unused include directive. by vladlosev · 14 years ago
  16. a33163a Adds type_param and value_param as <testcase> attributes to the XML by zhanyong.wan · 14 years ago
  17. 15f3ae0 template selection error in IBM's xIC_r compiler. by vladlosev · 14 years ago
  18. 1c4ce7f Renames some internal functions to avoid name clashes. by vladlosev · 14 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
  21. be1cdf3 Suppresses self-assignment warnings. by zhanyong.wan · 14 years ago
  22. 7187424 Allows a value-parameterized test fixture to derive from Test and WithParamInterface<T> separately; contributed by Matt Austern. by zhanyong.wan · 14 years ago
  23. a8c1fdf Makes gtest print string literals correctly when it contains \x escape sequences. Contributed by Yair Chuchem. by zhanyong.wan · 14 years ago
  24. 7707f53 Adds Google Native Client compatibility (issue 329). by vladlosev · 14 years ago
  25. 1d59a3d Fixes scripts/test/Makefile failing with link error. by vladlosev · 14 years ago
  26. 3368924 Fixes comments in sample7_unittest.cc. by vladlosev · 14 years ago
  27. 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 · 14 years ago
  28. 480f1c2 Changes default of --gtest_catch_exceptions to true. by vladlosev · 14 years ago
  29. 1287840 Fixes compiler warning when built with -std=c++0x. by vladlosev · 14 years ago
  30. 636f903 Modifies handling of C++ exceptions in death tests to treat exceptions escaping them as failures. by vladlosev · 14 years ago
  31. 035dbfb Adds a missing #include (by Vlad Losev). by zhanyong.wan · 14 years ago
  32. 62a67f7 Fixes broken XCode build (issue http://code.google.com/p/googletest/issues/detail?id=317). by vladlosev · 14 years ago
  33. b499e7b Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release() method (by Zhanyong Wan). by zhanyong.wan · 14 years ago
  34. 6ae7e1e Adds a gtest_disable_pthreads CMake option; also fixes an include order problem in the cmake script. by zhanyong.wan · 14 years ago
  35. 9c3d668 Clarifies how to use gtest as a shared library in README. by zhanyong.wan · 14 years ago
  36. 3928282 Removes uses of deprecated AssertionFailure() API (by Vlad Losev). by zhanyong.wan · 14 years ago
  37. 375ce98 Allows EXPECT_FATAL_FAILURE() and friends to accept a string object as the second argument. by zhanyong.wan · 14 years ago
  38. 0bfb563 Implements GTEST_ASSERT_XY as alias of ASSERT_XY. by zhanyong.wan · 14 years ago
  39. 2620c79 Include gtest headers as user headers instead of system headers. by zhanyong.wan · 14 years ago
  40. b15c733 Removes all uses of StrStream; fixes the VC projects and simplifies them by using gtest-all.cc. by zhanyong.wan · 14 years ago
  41. 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
  42. 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
  43. 9aaf3b8 Adds new test files to the distro, and sorts the file lists. by zhanyong.wan · 14 years ago
  44. 739d304 Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); improves the hex dump format (by Zhanyong Wan); gets rid of class TestInfoImpl (by Zhanyong Wan); adds exception handling (by Vlad Losev). by zhanyong.wan · 14 years ago
  45. d5ad2ca Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad Losev). by zhanyong.wan · 14 years ago
  46. 87b89d9 Removes unused scripts from the distro. by zhanyong.wan · 14 years ago
  47. 3490bb3 Removes unused scons-related scripts; makes gtest_nc_test compatible with Clang. by zhanyong.wan · 14 years ago
  48. 72cb271 Allows Google Test to build on OSes other then a pre-determined set and implements GTEST_HAS_POSIX_REGEX condition for compatibility with them. by vladlosev · 14 years ago
  49. 39dc95e Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong Wan). by zhanyong.wan · 14 years ago
  50. de8db2d Fixes warnings when built by GCC with -Wswitch-default. Original patch by Zhixu Liu (zhixu.liu@gmail.com). by vladlosev · 14 years ago
  51. 0869321 Fixes definitions from pthread.h used before the header inclusion. by vladlosev · 14 years ago
  52. 3010d4d Makes gtest_break_on_failure_unittest work on minGW (by vladl); improves by zhanyong.wan · 14 years ago
  53. 63b4f32 Makes gtest report failures in ad hoc test assertions executed before RUN_ALL_TESTS(). by zhanyong.wan · 14 years ago
  54. 9748de0 Adds tests for SkipPrefix(). by zhanyong.wan · 14 years ago
  55. e974309 Fixes a wrong comment for OnTestPartResult(). by vladlosev · 14 years ago
  56. 13eda01 Fixes issue 286. by vladlosev · 14 years ago
  57. 7e3bea8 Corrects test binary paths in the CMake build script. by vladlosev · 14 years ago
  58. 3a6fc97 Implements printing parameters of failed parameterized tests (issue 71). by vladlosev · 14 years ago
  59. 3232e67 Introduces gtest_force_shared_crt option for CMake build scripts. by vladlosev · 14 years ago
  60. c3ad690 Adds GTEST_REMOVE_REFERENCE_AND_CONST_. by zhanyong.wan · 14 years ago
  61. 613851e Fixes a typo in comments. by vladlosev · 14 years ago
  62. 362a0cf Renames test script flags. by vladlosev · 14 years ago
  63. 20580b4 Comment tweaks in CMakeLists.txt. by vladlosev · 14 years ago
  64. 25fbd3d Replaces UniversalPrinter<T>::Print(x, os) with UniversalPrint(x, os) as appropriate (by Zhanyong Wan). by vladlosev · 14 years ago
  65. bcb7b52 Lucid autotools compatibility patch by Jeffrey Yasskin. by vladlosev · 14 years ago
  66. e9f0238 Renames CMake build script options. by vladlosev · 14 years ago
  67. 99f2fd8 Suppresses some Clang warnings (by Chandler Carruth, Jeffrey Yasskin, and Zhanyong Wan). by zhanyong.wan · 14 years ago
  68. 678f92b Moves the universal printer from gmock to gtest and refactors the cmake script for reusing in gmock (by Vlad Losev). by zhanyong.wan · 14 years ago
  69. e261709 Silence a Clang warning about an unused variable. by chandlerc · 14 years ago
  70. 2c2e3bb Improves support for building Google Test as Windows DLL. by vladlosev · 14 years ago
  71. 67305a0 Minor improvement to hermetic build support in the CMake script, by Vlad Losev. by zhanyong.wan · 14 years ago
  72. 9f25491 Implements color output in GNU Screen sessions (issue 277). by vladlosev · 14 years ago
  73. edea1b1 Fixes gtest-port_test on MinGW. by vladlosev · 14 years ago
  74. 0ce424b Over-hauls README, and fixes Makefile. by zhanyong.wan · 14 years ago
  75. 1618bb4 Adds alternative spellings for FAIL, SUCCEED, and TEST. by zhanyong.wan · 14 years ago
  76. b6c0721 Simplifies Makefile.am (by Zhanyong Wan and Vlad Losev). by zhanyong.wan · 14 years ago
  77. a232a5c Fixes gtest_filter_unittest and gtest_help_test on systems without death tests. by vladlosev · 14 years ago
  78. d6b4941 C++ Builder compatibility patch by Josh Kelley. by vladlosev · 14 years ago
  79. 2082f71 CMake 2.8/Visual Age compatibility patch by Hady Zalek. by vladlosev · 14 years ago
  80. 2d9d634 Fixes a leak in ThreadLocal. by zhanyong.wan · 14 years ago
  81. 14673f3 Fixes compatibility with Visual Age versions lower than 9.0 (by Hady Zalek); updates the release notes. by zhanyong.wan · 14 years ago
  82. ce53a00 Cleans up the cmake script. by zhanyong.wan · 14 years ago
  83. 9a81031 Adds Hady and Manuel to CONTRIBUTORS. by zhanyong.wan · 14 years ago
  84. e0ccbde Supports no-RTTI mode on AIX (by Hady Zalek). by zhanyong.wan · 14 years ago
  85. a844d05 Makes the cmake script work on Solaris and AIX (by Hady Zalek). by zhanyong.wan · 14 years ago
  86. dd40afa Enables death tests on AIX, by Hady Zalek. by zhanyong.wan · 14 years ago
  87. 71f86a5 Makes gtest work with Sun Studio. Patch submitted by Hady Zalek. by zhanyong.wan · 14 years ago
  88. 2cd9003 Adds the pump.py script. by zhanyong.wan · 14 years ago
  89. 1ce4549 Adds missing gtest DLL exports. by zhanyong.wan · 14 years ago
  90. d13d1ed Fixes comments and tests for the moment of generator parameter evaluation in INSTANTIATE_TEST_CASE_P. by vladlosev · 14 years ago
  91. 5147b45 Solaris and AIX patch by Hady Zalek by vladlosev · 14 years ago
  92. 17147ff Fixes a -Wextra warning in gtest-param-util.h and updates the cmake script to verify it (by Zhanyong Wan); adds support for hermetic build to the cmake script (by Vlad Losev). by zhanyong.wan · 14 years ago
  93. 77ee729 Fixes a typo in comment, by Vlad Losev. by zhanyong.wan · 14 years ago
  94. 0a41573 Fixes an 'unreachable code' warning by MSVC on certain opt settings in gtest-death-test_test.cc. by vladlosev · 14 years ago
  95. 07fe600 Adds a smoketest for ThreadWithParam. by vladlosev · 14 years ago
  96. 085f81c Removes the old DLL solution. by zhanyong.wan · 14 years ago
  97. 1abaaec Adds Miklós Fazekas to CONTRIBUTORS by vladlosev · 14 years ago
  98. e409229 Supports building gtest as a DLL (by Vlad Losev). by zhanyong.wan · 14 years ago
  99. 581e254 Simplifies ThreadWithParam. by zhanyong.wan · 14 years ago
  100. f6fb532 Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading tests for SCOPED_TRACE() (by Vlad Losev); replaces native pthread calls with gtest's threading constructs (by Vlad Losev); fixes flakiness in CountedDestructor (by Vlad Losev); minor MSVC 7.1 clean-up (by Zhanyong Wan). by zhanyong.wan · 14 years ago