1. 88e0df6 Removes all uses of StrStream; fixes the VC projects and simplifies them by using gtest-all.cc. by zhanyong.wan · 14 years ago
  2. 35c3975 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
  3. a9f380f 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
  4. b83585c Adds new test files to the distro, and sorts the file lists. by zhanyong.wan · 14 years ago
  5. 5c4b472 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
  6. 7c598c4 Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad Losev). by zhanyong.wan · 14 years ago
  7. 598fe22 Removes unused scripts from the distro. by zhanyong.wan · 14 years ago
  8. 744de6f Removes unused scons-related scripts; makes gtest_nc_test compatible with Clang. by zhanyong.wan · 14 years ago
  9. e96d247 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
  10. e2a7f03 Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong Wan). by zhanyong.wan · 14 years ago
  11. 447ed64 Fixes warnings when built by GCC with -Wswitch-default. Original patch by Zhixu Liu (zhixu.liu@gmail.com). by vladlosev · 14 years ago
  12. 3899557 Fixes definitions from pthread.h used before the header inclusion. by vladlosev · 14 years ago
  13. 5e4214c Makes gtest_break_on_failure_unittest work on minGW (by vladl); improves by zhanyong.wan · 14 years ago
  14. 682c89f Makes gtest report failures in ad hoc test assertions executed before RUN_ALL_TESTS(). by zhanyong.wan · 14 years ago
  15. 985a303 Adds tests for SkipPrefix(). by zhanyong.wan · 14 years ago
  16. 38e1465 Fixes a wrong comment for OnTestPartResult(). by vladlosev · 14 years ago
  17. 0e41324 Fixes issue 286. by vladlosev · 14 years ago
  18. fbc266f Corrects test binary paths in the CMake build script. by vladlosev · 14 years ago
  19. 1097b54 Implements printing parameters of failed parameterized tests (issue 71). by vladlosev · 14 years ago
  20. c828e17 Introduces gtest_force_shared_crt option for CMake build scripts. by vladlosev · 14 years ago
  21. 55d166a Adds GTEST_REMOVE_REFERENCE_AND_CONST_. by zhanyong.wan · 14 years ago
  22. 65f2fd5 Fixes a typo in comments. by vladlosev · 14 years ago
  23. 3678a24 Renames test script flags. by vladlosev · 14 years ago
  24. 2c697f5 Comment tweaks in CMakeLists.txt. by vladlosev · 14 years ago
  25. 9af267d Replaces UniversalPrinter<T>::Print(x, os) with UniversalPrint(x, os) as appropriate (by Zhanyong Wan). by vladlosev · 14 years ago
  26. 7aec2f3 Lucid autotools compatibility patch by Jeffrey Yasskin. by vladlosev · 14 years ago
  27. e588a3b Renames CMake build script options. by vladlosev · 14 years ago
  28. 61baf31 Suppresses some Clang warnings (by Chandler Carruth, Jeffrey Yasskin, and Zhanyong Wan). by zhanyong.wan · 14 years ago
  29. 2ccea88 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
  30. cdc0aae Silence a Clang warning about an unused variable. by chandlerc · 14 years ago
  31. c476707 Improves support for building Google Test as Windows DLL. by vladlosev · 14 years ago
  32. 520f623 Minor improvement to hermetic build support in the CMake script, by Vlad Losev. by zhanyong.wan · 14 years ago
  33. e054896 Implements color output in GNU Screen sessions (issue 277). by vladlosev · 14 years ago
  34. e853756 Fixes gtest-port_test on MinGW. by vladlosev · 14 years ago
  35. 97c4528 Over-hauls README, and fixes Makefile. by zhanyong.wan · 14 years ago
  36. 1b71f0b Adds alternative spellings for FAIL, SUCCEED, and TEST. by zhanyong.wan · 14 years ago
  37. 509b533 Simplifies Makefile.am (by Zhanyong Wan and Vlad Losev). by zhanyong.wan · 14 years ago
  38. eddd9e8 Fixes gtest_filter_unittest and gtest_help_test on systems without death tests. by vladlosev · 14 years ago
  39. d21c142 C++ Builder compatibility patch by Josh Kelley. by vladlosev · 14 years ago
  40. 1e90887 CMake 2.8/Visual Age compatibility patch by Hady Zalek. by vladlosev · 14 years ago
  41. b9a7cea Fixes a leak in ThreadLocal. by zhanyong.wan · 14 years ago
  42. 3569c3c Fixes compatibility with Visual Age versions lower than 9.0 (by Hady Zalek); updates the release notes. by zhanyong.wan · 14 years ago
  43. 2429dfc Cleans up the cmake script. by zhanyong.wan · 14 years ago
  44. b2c1ee6 Adds Hady and Manuel to CONTRIBUTORS. by zhanyong.wan · 14 years ago
  45. 2346d25 Supports no-RTTI mode on AIX (by Hady Zalek). by zhanyong.wan · 14 years ago
  46. 92344b7 Makes the cmake script work on Solaris and AIX (by Hady Zalek). by zhanyong.wan · 14 years ago
  47. 17e4860 Enables death tests on AIX, by Hady Zalek. by zhanyong.wan · 14 years ago
  48. e9f093a Makes gtest work with Sun Studio. Patch submitted by Hady Zalek. by zhanyong.wan · 14 years ago
  49. 75e2713 Adds the pump.py script. by zhanyong.wan · 14 years ago
  50. 9f0824b Adds missing gtest DLL exports. by zhanyong.wan · 14 years ago
  51. 90030d7 Fixes comments and tests for the moment of generator parameter evaluation in INSTANTIATE_TEST_CASE_P. by vladlosev · 14 years ago
  52. 06d04c0 Solaris and AIX patch by Hady Zalek by vladlosev · 14 years ago
  53. a6978ec 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
  54. a2534cb Fixes a typo in comment, by Vlad Losev. by zhanyong.wan · 14 years ago
  55. 40604f8 Fixes an 'unreachable code' warning by MSVC on certain opt settings in gtest-death-test_test.cc. by vladlosev · 14 years ago
  56. 79e11d7 Adds a smoketest for ThreadWithParam. by vladlosev · 14 years ago
  57. f3feb33 Removes the old DLL solution. by zhanyong.wan · 14 years ago
  58. 1ec9268 Adds Miklós Fazekas to CONTRIBUTORS by vladlosev · 14 years ago
  59. 83589cc Supports building gtest as a DLL (by Vlad Losev). by zhanyong.wan · 14 years ago
  60. 542b41e Simplifies ThreadWithParam. by zhanyong.wan · 14 years ago
  61. 12a92c2 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
  62. 0928f00 Updating the xcode/Samples. by preston.a.jackson · 14 years ago
  63. 172b233 Modifies gtest-death-test_test not to use core-dumping API calls. by vladlosev · 14 years ago
  64. fe78760 Makes all samples compile with -Wall -Wshadow -Werror. by vladlosev · 14 years ago
  65. 70eceaf Fixes issue 216 (gtest_output_test broken on Solaris by vladlosev · 14 years ago
  66. c85a77a Simplifies ThreadStartSemaphore's implementation. by zhanyong.wan · 14 years ago
  67. 4f874c1 Removes scons scripts from SVN. by zhanyong.wan · 14 years ago
  68. 6baed3c Fixes MSVC warnings in 64-bit mode. by zhanyong.wan · 14 years ago
  69. 4879aac Simplifies the threading implementation and improves some comments. by zhanyong.wan · 14 years ago
  70. 0d27868 Simplifies the implementation by using std::vector instead of Vector. by zhanyong.wan · 14 years ago
  71. 3bef459 Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth); adds wide InitGoogleTest to gtest.def (by Vlad Losev); updates the version number (by Zhanyong Wan); updates the release notes for 1.5.0 (by Vlad Losev); removes scons scripts from the distribution (by Zhanyong Wan); adds the cmake build script to the distribution (by Zhanyong Wan); adds fused source files to the distribution (by Vlad Losev and Chandler Carruth). by zhanyong.wan · 14 years ago
  72. dd280cf Fixes a C++ standard conformance bug in gtest-param-test_test.cc. by zhanyong.wan · 14 years ago
  73. 6f50ccf Google Test's Python tests now pass on Solaris. by vladlosev · 14 years ago
  74. 9d965bb Adds Solaris support to test scripts. by vladlosev · 14 years ago
  75. cfcbc29 Adds Solaris support (by Hady Zalek) by vladlosev · 14 years ago
  76. 8d37331 Adds support for alternate path separator on Windows, and make all tests pass with CMake and VC++ 9 (by Manuel Klimek). by zhanyong.wan · 14 years ago
  77. 81e1cc7 Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes unsynchronized color text output on Windows (by Vlad Losev); fixes the cmake script to work with MSVC 10 (by Manuel Klimek). by zhanyong.wan · 14 years ago
  78. fd6f2a8 Implements stdout capturing (by Vlad Losev); fixes compiler error on NVCC (by Zhanyong Wan). by zhanyong.wan · 14 years ago
  79. 27a65a9 Removes 'make install' instructions from README. by zhanyong.wan · 14 years ago
  80. e92cced Changes Message() to print double with enough precision by default. by zhanyong.wan · 14 years ago
  81. ef37aa4 Fixes a typo in gtest-port.h, by Manuel Klimek. by zhanyong.wan · 14 years ago
  82. 276f401 Makes the cmake script work on Windows (by Manuel Klimek). by zhanyong.wan · 14 years ago
  83. edbcd62 Fixes issue 217: lets MSVC 10 uses its own tr1 tuple. by zhanyong.wan · 14 years ago
  84. c73d024 Makes the cmake script compatible with cmake 2.6.4. by zhanyong.wan · 14 years ago
  85. 38efa38 Uses FindThreads to set the proper link flag when using threads (by Manuel Klimek). by zhanyong.wan · 14 years ago
  86. 1d6df4b Adds an experimental CMake build script; makes the samples compile without warnings on Windows. by zhanyong.wan · 14 years ago
  87. 4d00465 Adds proper license to the xcode build scripts. by zhanyong.wan · 14 years ago
  88. 2426542 Removes support for MSVC 7.1 from the scons scripts. by zhanyong.wan · 14 years ago
  89. 7b0c8dd Adds macro GTEST_DISALLOW_ASSIGN_, needed by gmock. by zhanyong.wan · 14 years ago
  90. 940ce8a Moves gtest.def from src/ to msvc/. by zhanyong.wan · 14 years ago
  91. a3dd9d9 Supports building gtest as a DLL (by Vlad Losev). by zhanyong.wan · 14 years ago
  92. 88e97c8 Removes uses of GTEST_HAS_STD_STRING. by zhanyong.wan · 14 years ago
  93. 075b76b Trims the autotools build script. by zhanyong.wan · 14 years ago
  94. cca227f Moves mis-placed tests. by zhanyong.wan · 14 years ago
  95. d56773b Turns on -Wshadow (by Preston Jackson). by zhanyong.wan · 14 years ago
  96. 3508784 Stops supporting MSVC 7.1 with exceptions disabled. by zhanyong.wan · 14 years ago
  97. 44bafcb Fixes the "passing non-POD to ellipsis" warning in Sun Studio. Based on Alexander Demin's patch. by zhanyong.wan · 14 years ago
  98. 891b371 Exposes SkipPrefix s.t. it can be used by gmock (by Vlad Losev). by zhanyong.wan · 14 years ago
  99. 2e075a7 Refactors run_tests.py s.t. it can be shared by gmock (by Vlad Losev); Fixes a warning in gtest-tuple_test.cc on Cygwin (by Vlad Losev). by zhanyong.wan · 14 years ago
  100. b6fe689 Implements the element_type typedef in testing::internal::scoped_ptr. This is needed to test gmock's IsNull/NotNull with it. by vladlosev · 14 years ago