1. 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
  2. af99026 Makes list traversal O(N) instead of O(N^2) (by Zhanyong Wan). by zhanyong.wan · 15 years ago
  3. 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
  4. 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
  5. 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
  6. c427f5e Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika). by zhanyong.wan · 15 years ago
  7. 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
  8. 93a87b3 Makes --gtest_list_tests honor the test filter (by Jay Campan). by zhanyong.wan · 15 years ago
  9. 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
  10. 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
  11. dd617c1 Fixes death-test-related tests on Windows, by Vlad Losev. by zhanyong.wan · 15 years ago
  12. b0fe69f Implements --gtest_throw_on_failure for using gtest with other testing frameworks. by zhanyong.wan · 15 years ago
  13. 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
  14. 4cd6260 Cleans up macro definitions. by zhanyong.wan · 15 years ago
  15. 905074c Implements the test sharding protocol. By Eric Fellheimer. by zhanyong.wan · 15 years ago
  16. 0ebc16a Exposes gtest flags to user code access. By Alexander Demin. by zhanyong.wan · 15 years ago
  17. b0a12f7 Fixes some warnings when compiled with MSVC at warning level 4. by zhanyong.wan · 15 years ago
  18. d40d06d Implements a simple regex matcher (to be used by death tests on Windows). by zhanyong.wan · 15 years ago
  19. 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
  20. ca6949f Implements --gtest_also_run_disabled_tests. By Eric Roman. by shiqian · 15 years ago
  21. 21d43d1 Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq. by shiqian · 15 years ago
  22. f179f4e Allow Google Mock to initialize Google Test by vladlosev · 16 years ago
  23. 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
  24. f904a61 Value-parameterized tests and many bugfixes by vladlosev · 16 years ago
  25. e44602e Many changes: by shiqian · 16 years ago
  26. 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
  27. 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
  28. e006e68 Implement wide->UTF-8 string conversion more correctly by vladlosev · 16 years ago
  29. 4834581 Changes test creation functions to factories. By Vlad Losev. by shiqian · 16 years ago
  30. d981cee Adds --gtest_print_test for printing the elapsed time of tests. by shiqian · 16 years ago
  31. 4b6829f Initial import. by shiqian · 16 years ago