1. efa2fc7 Cleans up the use of GTEST_OS_WINDOWS and _MSC_VER. by zhanyong.wan · 15 years ago
  2. ab72643 Fixes a MSVC warning (by Vlad Losev); fixes SConscript to work with VC 7.1 and exceptions enabled (by Zhanyong Wan). by zhanyong.wan · 15 years ago
  3. a49bf25 Simplifies implementation by defining a POSIX portability layer; adds the death test style flag to --help. by zhanyong.wan · 15 years ago
  4. 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
  5. 74c8f0b Fixes two tests on Cygwin, which has no python 2.4. by zhanyong.wan · 15 years ago
  6. f614942 Enables death tests on Cygwin and Mac (by Vlad Losev); fixes a python test on Mac. by zhanyong.wan · 15 years ago
  7. baa766a Implements the --help flag; fixes tests on Windows. by zhanyong.wan · 15 years ago
  8. dd617c1 Fixes death-test-related tests on Windows, by Vlad Losev. by zhanyong.wan · 15 years ago
  9. b0fe69f Implements --gtest_throw_on_failure for using gtest with other testing frameworks. by zhanyong.wan · 15 years ago
  10. 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
  11. 4cd6260 Cleans up macro definitions. by zhanyong.wan · 15 years ago
  12. 951e75d Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc. by zhanyong.wan · 15 years ago
  13. 905074c Implements the test sharding protocol. By Eric Fellheimer. by zhanyong.wan · 15 years ago
  14. ac60cef Fixes the definition of GTEST_HAS_EXCEPTIONS, allowing exception assertions to be used with gcc. by zhanyong.wan · 15 years ago
  15. 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
  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. 7bc841d Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform with the TR1 spec. by shiqian · 16 years ago
  23. f179f4e Allow Google Mock to initialize Google Test by vladlosev · 16 years ago
  24. 69bc764 Adding test/gtest_uninitialized_test.py missing from the previous check-in by vladlosev · 16 years ago
  25. 365a150 Fixed gtest_break_on_failure_unittest on Ubuntu 8.04 and Windows by vladlosev · 16 years ago
  26. 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
  27. c436e9f Fixed two of the failing tests mentioned in issue 9 by vladlosev · 16 years ago
  28. f904a61 Value-parameterized tests and many bugfixes by vladlosev · 16 years ago
  29. e44602e Many changes: by shiqian · 16 years ago
  30. f0e809a Lots of changes: by shiqian · 16 years ago
  31. dc8c9fa Makes the Python tests more portable by calling standard functions to interpret the result of os.system(). This could fix the broken Python tests on some users' machines. by shiqian · 16 years ago
  32. 7291f9d Makes Google Test compile (and all tests pass) on cygwin (possibly on wingw too). by shiqian · 16 years ago
  33. afebcbd Adds suffix 'd' to gtest's libs on Windows. Also fixes gtest_unittest on non-English Windows. By balazs.dan@gmail.com. by shiqian · 16 years ago
  34. 9204c8e Adds exception assertions. By balaz.dan@gmail.com. by shiqian · 16 years ago
  35. 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
  36. acc68fa Adds new files for type-parameterized tests, which I forgot to commit in the previous revision. by shiqian · 16 years ago
  37. 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
  38. e006e68 Implement wide->UTF-8 string conversion more correctly by vladlosev · 16 years ago
  39. 760af5c Cleans up the usage of testing:: in gtest_unittest. By Zhanyong Wan. by shiqian · 16 years ago
  40. b515023 Fixes the definition of GTEST_ATTRIBUTE_UNUSED and make the tests pass in opt mode. by shiqian · 16 years ago
  41. dd4a17b Makes gtest work on Windows Mobile and Symbian. By Mika Raento. by shiqian · 16 years ago
  42. ab361b8 Adds a test for the GTEST_PRINT_TIME env var. By Balazs.Dan@gmail.com. by shiqian · 16 years ago
  43. d981cee Adds --gtest_print_test for printing the elapsed time of tests. by shiqian · 16 years ago
  44. adf8509 Makes the output understandable by VS when compiled by MSVC. by shiqian · 16 years ago
  45. 4f1d72e Makes Google Test compile on Mac OS X and Cygwin, and adds project files for Microsoft Visual Studio. by shiqian · 16 years ago
  46. 752c403 Makes the autotools scripts work on Mac OS X. Also hopefully makes gtest compile on Windows CE. by shiqian · 16 years ago
  47. 4b6829f Initial import. by shiqian · 16 years ago