1. fc97962 Minor build system fixes. by Carlo Wood · 5 years ago
  2. aea8580 Run autoconf from top-level directory. by Carlos O'Ryan · 7 years ago
  3. 1f87a09 Move everything in googletest into googletest/googletest by Billy Donahue · 9 years ago
  4. c306ef2 supports a protocol for catching tests that prematurely exit by zhanyong.wan · 11 years ago
  5. 88fe907 Removes dangling references in make/cmake files. by zhanyong.wan · 11 years ago
  6. cc1fdb5 Removes testing::internal::String::Format(), which causes problems as it truncates the result at 4096 chars. Also update an obsolete link in comment. by kosak · 11 years ago
  7. d367343 Adds the LICENSE file to the distribution. by vladlosev · 11 years ago
  8. 758728b Makes generation of fused sources contingent on availability of Python. by vladlosev · 13 years ago
  9. 661758e disables 'make install' by zhanyong.wan · 13 years ago
  10. 98054bd fixes link error in 'make check' on some systems by zhanyong.wan · 13 years ago
  11. 9b89752 Adds test/gtest-death-test_ex_test.cc to the release package. by zhanyong.wan · 13 years ago
  12. 0e651af Adds cmake scripts to the release package. by zhanyong.wan · 13 years ago
  13. 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
  14. b83585c Adds new test files to the distro, and sorts the file lists. by zhanyong.wan · 14 years ago
  15. 598fe22 Removes unused scripts from the distro. by zhanyong.wan · 14 years ago
  16. 7aec2f3 Lucid autotools compatibility patch by Jeffrey Yasskin. by vladlosev · 14 years ago
  17. 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
  18. 509b533 Simplifies Makefile.am (by Zhanyong Wan and Vlad Losev). by zhanyong.wan · 14 years ago
  19. 75e2713 Adds the pump.py script. by zhanyong.wan · 14 years ago
  20. 9f0824b Adds missing gtest DLL exports. by zhanyong.wan · 14 years ago
  21. f3feb33 Removes the old DLL solution. by zhanyong.wan · 14 years ago
  22. 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
  23. a3dd9d9 Supports building gtest as a DLL (by Vlad Losev). by zhanyong.wan · 15 years ago
  24. 075b76b Trims the autotools build script. by zhanyong.wan · 15 years ago
  25. 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 · 15 years ago
  26. bad778c Implements support for AssertionResult in Boolean assertions such as EXPECT_TRUE; Fixes Google Tests's tuple implementation to default-initialize its fields in the default constructor (by Zhanyong Wan); Populates gtest_stress_test.cc with actual tests. by vladlosev · 15 years ago
  27. bd85133 Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original patch). by zhanyong.wan · 15 years ago
  28. bcaf6f5 Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC projects. by zhanyong.wan · 15 years ago
  29. 16e9dd6 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
  30. 888b6eb Fix the 'make dist' behavior to include gtest-tuple.h and gtest-tuple.h.pump. by chandlerc · 15 years ago
  31. c214ebc More refactoring for the event listener API, by Vlad Losev. by zhanyong.wan · 15 years ago
  32. 532dc2d Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev). by zhanyong.wan · 15 years ago
  33. 683f431 Works around a gcc bug when compiling tr1/tuple with RTTI disabled. by zhanyong.wan · 15 years ago
  34. c78ae61 Ports gtest to C++Builder, by Josh Kelley. by zhanyong.wan · 15 years ago
  35. f2334aa Ports gtest to minGW (by Kenton Varda). by zhanyong.wan · 15 years ago
  36. 1f8a50e Adds scripts/test/Makefile to the distribution in trunk. by zhanyong.wan · 15 years ago
  37. 87d23e4 Implements the --help flag; fixes tests on Windows. by zhanyong.wan · 15 years ago
  38. 40e72a8 Implements --gtest_throw_on_failure for using gtest with other testing frameworks. by zhanyong.wan · 15 years ago
  39. f0048c1 Removes upload*.py from the release package, as they are useless without an SVN checkout. by zhanyong.wan · 15 years ago
  40. 44c8865 Adds upload_gtest.py for uploading a Google Test patch for review. by zhanyong.wan · 15 years ago
  41. a5391b5 Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc. by zhanyong.wan · 15 years ago
  42. b593ccb Adds a script to fuse gtest source files into a .h and a .cc. by zhanyong.wan · 15 years ago
  43. 3bcc7a2 Adds Makefile to the distribution pacakge. by shiqian · 16 years ago
  44. 389508e Merged build script fix from branches/release-1.2 by vladlosev · 16 years ago
  45. 1081384 Sorts the sample and test targets in Makefile.am within their functional group. by shiqian · 16 years ago
  46. 3d70421 Value-parameterized tests and many bugfixes by vladlosev · 16 years ago
  47. 3212343 Fixes the header search path in SConscript and add SConscript to the distribution. by shiqian · 16 years ago
  48. e0865dd Many changes: by shiqian · 16 years ago
  49. 0cbe322 Adding tests to Xcode project by preston.jackson · 16 years ago
  50. a2b1a85 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
  51. e0ecb7a Makes Google Test compile on Mac OS X and Cygwin, and adds project files for Microsoft Visual Studio. by shiqian · 16 years ago
  52. d201456 Initial import. by shiqian · 16 years ago