1. 0efb17d Merged release 1.2.1 updates to trunk by vladlosev · 16 years ago
  2. 31306c5 Improves README. by shiqian · 16 years ago
  3. 92764e9 Improves the instructions in README. by shiqian · 16 years ago
  4. 3bcc7a2 Adds Makefile to the distribution pacakge. by shiqian · 16 years ago
  5. 635aff1 Gets ready to release 1.2.1 by bumping up the version number. by shiqian · 16 years ago
  6. 7b3b36f A small re-work of the installed m4 script for Google Test. This by shiqian · 16 years ago
  7. a369436 Changes config_aux to build-aux to conform with the convention. Simplifies the configuration commands in README. By Chandler Carruth. by shiqian · 16 years ago
  8. fab8c18 Necessary changes to gtest-config.in for supporting the up-coming release of Google C++ Mocking Framework. By Chandler Carruth. by shiqian · 16 years ago
  9. 5145e0f Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform with the TR1 spec. by shiqian · 16 years ago
  10. 2051d2c Updating README with instructions on running python tests from within Xcode. by preston.a.jackson · 16 years ago
  11. 0fb58d7 Fixes compatibility with IBM z/OS. By Rainer Klaffenboeck. by shiqian · 16 years ago
  12. 04f025d Fixes compatibility with Linux IA-64. By Rainer Klaffenboeck. by shiqian · 16 years ago
  13. 3e1e473 Adds a Makefile to demonstrate building Google Test with a manually-written Makefile. by shiqian · 16 years ago
  14. 389508e Merged build script fix from branches/release-1.2 by vladlosev · 16 years ago
  15. 180e74c Updated CHANGES and release version for 1.2 by vladlosev · 16 years ago
  16. 1998cf5 Allow Google Mock to initialize Google Test by vladlosev · 16 years ago
  17. 957ed9f Adding test/gtest_uninitialized_test.py missing from the previous check-in by vladlosev · 16 years ago
  18. 95536ab Fixed gtest_break_on_failure_unittest on Ubuntu 8.04 and Windows by vladlosev · 16 years ago
  19. c440a69 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
  20. 514265c Fixed two of the failing tests mentioned in issue 9 by vladlosev · 16 years ago
  21. d4e57d1 updating the README (intended for previous ci) by preston.a.jackson · 16 years ago
  22. 3e93606 oops forgot the config file by preston.a.jackson · 16 years ago
  23. 0c7871c Removing a warning when building from the command line. Reordering targets to be semi-alphabetical and to match the ordering in the Makefile. Cleaning up target names to remove the underscore (on the python-based ones), and adding 'run_' Xcode executables to run the python script from within Xcode. Whew by preston.a.jackson · 16 years ago
  24. 1081384 Sorts the sample and test targets in Makefile.am within their functional group. by shiqian · 16 years ago
  25. 38e1f9a Moves a code block in gtest.cc to mirror the change in the Google internal version of gtest. by shiqian · 16 years ago
  26. 3d70421 Value-parameterized tests and many bugfixes by vladlosev · 16 years ago
  27. b6a296d Clarifies how gtest supports different platforms in README and code comments. by shiqian · 16 years ago
  28. d2849f5 Makes Google Test compile on Solaris and z/OS. By Rainer Klaffenboeck. by shiqian · 16 years ago
  29. cea2509 Fixes the VC project. Contributed by Rainer Klaffenboeck. by shiqian · 16 years ago
  30. 66179b1 On some Linux distros, you need to explicitly #include <limits.h> to get by chandlerc · 16 years ago
  31. 3212343 Fixes the header search path in SConscript and add SConscript to the distribution. by shiqian · 16 years ago
  32. e0865dd Many changes: by shiqian · 16 years ago
  33. 0cbe322 Adding tests to Xcode project by preston.jackson · 16 years ago
  34. 980926a Adding tests to Xcode project by preston.jackson · 16 years ago
  35. 64cdcb6 Lots of changes: by shiqian · 16 years ago
  36. e79c3cc 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
  37. f6b0dc0 Makes Google Test compile (and all tests pass) on cygwin (possibly on wingw too). by shiqian · 16 years ago
  38. 9e672bd Prepares gtest for release 1.1.0. by shiqian · 16 years ago
  39. ee39a89 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
  40. 36865d8 Adds exception assertions. By balaz.dan@gmail.com. by shiqian · 16 years ago
  41. 0bbdb14 adding two headers to the Xcode project by preston.jackson · 16 years ago
  42. 019d19a 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
  43. 29d8235 Adds new files for type-parameterized tests, which I forgot to commit in the previous revision. by shiqian · 16 years ago
  44. 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
  45. 0c5a662 Implement wide->UTF-8 string conversion more correctly by vladlosev · 16 years ago
  46. c6e674d Adds a sample on using Google Test as a Mac framework. By Preston Jackson. by shiqian · 16 years ago
  47. d5f13d4 Changes test creation functions to factories. By Vlad Losev. by shiqian · 16 years ago
  48. 9b093c1 Cleans up the usage of testing:: in gtest_unittest. By Zhanyong Wan. by shiqian · 16 years ago
  49. dfcf6eb Adds Xcode's version requirement to README. By Preston Jackson. by shiqian · 16 years ago
  50. bcb12fa Fixes the definition of GTEST_ATTRIBUTE_UNUSED and make the tests pass in opt mode. by shiqian · 16 years ago
  51. bf9b4b4 Makes gtest work on Windows Mobile and Symbian. By Mika Raento. by shiqian · 16 years ago
  52. dc6ee0e Makes death tests create temporary files in /tmp instead of the current folder. by shiqian · 16 years ago
  53. d88da49 Adds a test for the GTEST_PRINT_TIME env var. By Balazs.Dan@gmail.com. by shiqian · 16 years ago
  54. 15cbe5f Adds --gtest_print_test for printing the elapsed time of tests. by shiqian · 16 years ago
  55. dbc56bf Adds an Xcode project for building gtest. By Preston Jackson. by shiqian · 16 years ago
  56. 253d2bc Makes the output understandable by VS when compiled by MSVC. by shiqian · 16 years ago
  57. b758726 Fixes some style nits; also fixes minor bugs in gtest-death-test.cc. by shiqian · 16 years ago
  58. 57b43f2 Fix incorrect output file name in gtest_main.vcproj by vladlosev · 16 years ago
  59. c67d1a2 Fixes instructions for building on Mac OS X. by shiqian · 16 years ago
  60. 8bbeac4 Updates the release version to 1.0.1. by shiqian · 16 years ago
  61. e0ecb7a Makes Google Test compile on Mac OS X and Cygwin, and adds project files for Microsoft Visual Studio. by shiqian · 16 years ago
  62. e4e9a8b Makes the autotools scripts work on Mac OS X. Also hopefully makes gtest compile on Windows CE. by shiqian · 16 years ago
  63. d201456 Initial import. by shiqian · 16 years ago