1. 85f555a Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the scons script build in a deterministic order (by Zhanyong Wan). by zhanyong.wan · 15 years ago
  2. 334aaea Renames the TestPartResult type enums and adjusts the order of methods in the event listener interface (by Vlad Losev). by zhanyong.wan · 15 years ago
  3. 7dcfb6b Renames the methods in the event listener API, and changes the order of *End events (by Vlad Losev). by zhanyong.wan · 15 years ago
  4. 37ce949 Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) enabled. by zhanyong.wan · 15 years ago
  5. 5739b98 Small code simplification (by Vlad Losev). by zhanyong.wan · 15 years ago
  6. 2962b23 Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renames by zhanyong.wan · 15 years ago
  7. cb4cff8 Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC projects. by zhanyong.wan · 15 years ago
  8. f39160b More implementation of the event listener interface (by Vlad Losev); Reduces the stack space usage of assertions by moving AssertHelper's fields to the heap (by Jorg Brown); Makes String faster, smaller, and simpler (by Zhanyong Wan); Fixes a bug in String::Format() (by Chandler); Adds the /MD version of VC projects to the distribution (by Vlad Losev). by zhanyong.wan · 15 years ago
  9. 89be576 Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad Losev). by zhanyong.wan · 15 years ago
  10. 8a16daf Fixes an uninitialized field in class OsStackTraceGetter. by zhanyong.wan · 15 years ago
  11. 535de53 Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility with Symbian (by Araceli Checa); Removes GetCapturedStderr()'s dependency on std::string (by Vlad Losev). by zhanyong.wan · 15 years ago
  12. 96ac1fd Makes gtest compilable on Win CE. by zhanyong.wan · 15 years ago
  13. a773ef8 Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors scons script (by Vlad Losev). by zhanyong.wan · 15 years ago
  14. 1cdc763 More refactoring for the event listener API, by Vlad Losev. by zhanyong.wan · 15 years ago
  15. f4f05bb Makes gtest report failures to Visual Studio's Output window. Based on code by Alexander Demin. by zhanyong.wan · 15 years ago
  16. 9b9794f Adds the command line flags needed for test shuffling. Most code by Josh Kelley. by zhanyong.wan · 15 years ago
  17. a8a582f Adds color support for TERM=linux (by Alexander Demin); renames List to Vector (by Zhanyong Wan); implements Vector::Erase (by Vlad Losev). by zhanyong.wan · 15 years ago
  18. 449f84d Makes List a random-access data structure. This simplifies the implementation and makes it easier to implement test shuffling. by zhanyong.wan · 15 years ago
  19. b7ec0f7 Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; hides methods that we don't want to publish; makes win-dbg8 the default scons configuration (all by Vlad Losev). by zhanyong.wan · 15 years ago
  20. af99026 Makes list traversal O(N) instead of O(N^2) (by Zhanyong Wan). by zhanyong.wan · 15 years ago
  21. a80f23f Refactors for the event listener API (by Vlad Losev): hides some methods in UnitTest; implements the result printers using the public API. by zhanyong.wan · 15 years ago
  22. 9644db8 Makes gtest's tuple implementation work with Symbian 5th edition by bypassing 2 compiler bugs (by Zhanyong Wan); refactors for the event listener API (by Vlad Losev). by zhanyong.wan · 15 years ago
  23. b9a1628 Turns on exceptions when compiling gtest_output_test (by Vlad Losev); moves TestCase to gtest.h to prepare for the event listener API (by Vlad Losev). by zhanyong.wan · 15 years ago
  24. 535de10 Moves TestResult from gtest-internal-inl.h to gtest.h to prepare for the even listener API work (by Vlad Losev); cleans up the scons script (by Zhanyong Wan). by zhanyong.wan · 15 years ago
  25. c427f5e Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika). by zhanyong.wan · 15 years ago
  26. 4e7e2fc Fixes broken gtest_unittest on Cygwin and cleans it up (by Vlad Losev); fixes the wrong usage of os.environ.clear() in gtest_output_test.py (by Vlad Losev); fixes the logic for detecting Symbian (by Zhanyong Wan); moves TestProperty for event listener (by Vlad Losev). by zhanyong.wan · 15 years ago
  27. 72e15a5 Adds support for xterm-256color (by Michihiro Kuramochi). by zhanyong.wan · 15 years ago
  28. b546057 Uses DebugBreak() to properly break on Windows (by Vlad Losev). by zhanyong.wan · 15 years ago
  29. 98efcc4 Ports gtest to C++Builder, by Josh Kelley. by zhanyong.wan · 15 years ago
  30. cfe35b3 Ports gtest to minGW (by Kenton Varda). by zhanyong.wan · 15 years ago
  31. 93a87b3 Makes --gtest_list_tests honor the test filter (by Jay Campan). by zhanyong.wan · 15 years ago
  32. c7f60f1 Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscript (by Vlad Losev). by zhanyong.wan · 15 years ago
  33. 73ad5a3 Makes gtest print elapsed time by default. by zhanyong.wan · 15 years ago
  34. 767998d Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). by zhanyong.wan · 15 years ago
  35. 1b17110 Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the thread count on Mac (by Vlad Losev); adds HasFailure() and HasNonfatalFailure() (by Zhanyong Wan). by zhanyong.wan · 15 years ago
  36. efa2fc7 Cleans up the use of GTEST_OS_WINDOWS and _MSC_VER. by zhanyong.wan · 15 years ago
  37. 5343de6 Works around a VC bug by avoiding defining a function named strdup(). by zhanyong.wan · 15 years ago
  38. a49bf25 Simplifies implementation by defining a POSIX portability layer; adds the death test style flag to --help. by zhanyong.wan · 15 years ago
  39. 2ce6da8 Makes gtest compile without warning with gcc 4.0.3 and -Wall -Wextra. by zhanyong.wan · 15 years ago
  40. b0b4006 Cleans up death test implementation (by Vlad Losev); changes the XML format to be closer to junitreport (by Zhanyong Wan). by zhanyong.wan · 15 years ago
  41. f614942 Enables death tests on Cygwin and Mac (by Vlad Losev); fixes a python test on Mac. by zhanyong.wan · 15 years ago
  42. c8c517f Fixes a typo in Vlad's email address. by zhanyong.wan · 15 years ago
  43. baa766a Implements the --help flag; fixes tests on Windows. by zhanyong.wan · 15 years ago
  44. 1fe95e6 Fixes build failure on Windows, by Rainer Klaffenboeck. by zhanyong.wan · 15 years ago
  45. dd617c1 Fixes death-test-related tests on Windows, by Vlad Losev. by zhanyong.wan · 15 years ago
  46. b0fe69f Implements --gtest_throw_on_failure for using gtest with other testing frameworks. by zhanyong.wan · 15 years ago
  47. c85c0c2 Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac and Cygwin; fixes build issue on some Linux versions due to PATH_MAX. by zhanyong.wan · 15 years ago
  48. 4cd6260 Cleans up macro definitions. by zhanyong.wan · 15 years ago
  49. 905074c Implements the test sharding protocol. By Eric Fellheimer. by zhanyong.wan · 15 years ago
  50. e0ca02f Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by Zhanyong Wan). Fixes more warnings on Windows (by Vlad Losev). by zhanyong.wan · 15 years ago
  51. 0ebc16a Exposes gtest flags to user code access. By Alexander Demin. by zhanyong.wan · 15 years ago
  52. b0a12f7 Fixes some warnings when compiled with MSVC at warning level 4. by zhanyong.wan · 15 years ago
  53. d40d06d Implements a simple regex matcher (to be used by death tests on Windows). by zhanyong.wan · 15 years ago
  54. 90592e7 Simplifies gtest's implementation by using an existing API to get the original working directory. by zhanyong.wan · 15 years ago
  55. e5722bd Fixes the bug where the XML output path is affected by test changing the current directory. By Stefan Weigand. by zhanyong.wan · 15 years ago
  56. ca6949f Implements --gtest_also_run_disabled_tests. By Eric Roman. by shiqian · 15 years ago
  57. 21d43d1 Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq. by shiqian · 15 years ago
  58. 31c0c5e Fixes compatibility with IBM z/OS. By Rainer Klaffenboeck. by shiqian · 16 years ago
  59. f179f4e Allow Google Mock to initialize Google Test by vladlosev · 16 years ago
  60. fe6a9a4 Enables the Python tests to run with 2.3 (necessary for testing on Mac OS X Tiger); also fixes gtest_output_test when built with xcode. by shiqian · 16 years ago
  61. eb2553d Moves a code block in gtest.cc to mirror the change in the Google internal version of gtest. by shiqian · 16 years ago
  62. f904a61 Value-parameterized tests and many bugfixes by vladlosev · 16 years ago
  63. 941b5ee Makes Google Test compile on Solaris and z/OS. By Rainer Klaffenboeck. by shiqian · 16 years ago
  64. 6e9c49e On some Linux distros, you need to explicitly #include <limits.h> to get by chandlerc · 16 years ago
  65. e44602e Many changes: by shiqian · 16 years ago
  66. f0e809a Lots of changes: by shiqian · 16 years ago
  67. 7291f9d Makes Google Test compile (and all tests pass) on cygwin (possibly on wingw too). by shiqian · 16 years ago
  68. c3b4de3 Improves thread-safe death tests by changing to the original working directory before they are executed; also fixes out-dated comments about death tests. by shiqian · 16 years ago
  69. acc68fa Adds new files for type-parameterized tests, which I forgot to commit in the previous revision. by shiqian · 16 years ago
  70. e8ff148 Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-insensitive wide string comparison to the String class (by Vlad Losev). by shiqian · 16 years ago
  71. e006e68 Implement wide->UTF-8 string conversion more correctly by vladlosev · 16 years ago
  72. 4834581 Changes test creation functions to factories. By Vlad Losev. by shiqian · 16 years ago
  73. dd4a17b Makes gtest work on Windows Mobile and Symbian. By Mika Raento. by shiqian · 16 years ago
  74. 7ddde1b Makes death tests create temporary files in /tmp instead of the current folder. by shiqian · 16 years ago
  75. d981cee Adds --gtest_print_test for printing the elapsed time of tests. by shiqian · 16 years ago
  76. adf8509 Makes the output understandable by VS when compiled by MSVC. by shiqian · 16 years ago
  77. 910dd49 Fixes some style nits; also fixes minor bugs in gtest-death-test.cc. by shiqian · 16 years ago
  78. 4b6829f Initial import. by shiqian · 16 years ago