1. b13bdb9 Sentinel commit. by Andrii Shyshkalov · 9 years ago master
  2. 9855a87 Introduce FormatForComparison to format values that are operands of comparison assertions (e.g. ASSERT_EQ). by kosak@google.com · 9 years ago
  3. e186540 Prevent MSVC from issuing warnings about possible value truncations. by kosak@google.com · 9 years ago
  4. ffcb0e3 Introduct GTEST_HAS_STD_SHARED_PTR_ by kosak@google.com · 9 years ago
  5. bc57c69 Order the initializers correctly. by kosak@google.com · 9 years ago
  6. c9180be Inject GTEST_EXTRA_DEATH_TEST_CHILD_SETUP by kosak@google.com · 9 years ago
  7. 87a91b5 Inject the custom InitGoogleTest function using a macro. by kosak@google.com · 9 years ago
  8. ed3285e Inject the name of the Init function using a macro. by kosak@google.com · 9 years ago
  9. 12df26f Inject GTEST_CUSTOM_TEST_EVENT_LISTENER_ by kosak@google.com · 9 years ago
  10. 643c7ad Inject GetArgvs() with a macro from custom/gtest-port.h. by kosak@google.com · 9 years ago
  11. 22d0dde Inject GTEST_EXTRA_DEATH_TEST_COMMAND_LINE_ARGS_ by kosak@google.com · 9 years ago
  12. 5b15fbb Fix an instance of move-pessimization. by kosak@google.com · 9 years ago
  13. d04a263 Add support for named value-parameterized tests. by kosak@google.com · 9 years ago
  14. bc2d506 Inject implementation of *FromGTestEnv using macros. by kosak@google.com · 9 years ago
  15. a972fe7 Add injection point for GTEST_KILLED_BY_SIGNAL_OVERRIDE. by kosak@google.com · 9 years ago
  16. 3349ba0 Do not create an extra default instance of T when constructing a ThreadLocal<T>. by kosak@google.com · 9 years ago
  17. 6e6d1d9 Allow the single-arg Values() overload to to conversions, just like every other by kosak@google.com · 9 years ago
  18. 35c3c79 Condition some code on !GTEST_HAS_MUTEX_AND_THREAD_LOCAL_ by kosak@google.com · 9 years ago
  19. b2eef4b GTEST_USE_OWN_FLAGFILE support by kosak@google.com · 9 years ago
  20. 1ba1755 Move stack trace logic into custom/ and add a macro to inject it. by kosak@google.com · 9 years ago
  21. 75b4c41 Determine the existence of hash_map/hash_set in gtest-port.h. by kosak@google.com · 9 years ago
  22. 00a70a9 Implement GetThreadCount for Linux. by kosak@google.com · 9 years ago
  23. 13e43ad Add support for --gtest_flagfile. by kosak@google.com · 9 years ago
  24. 430ac0e Add support for --gtest_flagfile by kosak@google.com · 9 years ago
  25. 935f126 Minor refactoring. by kosak@google.com · 9 years ago
  26. a46be09 Change GetDefaultFilter to allow for the injection of a custom filter. by kosak@google.com · 9 years ago
  27. 21e9eb3 Add support for gtest custom printers. by kosak@google.com · 9 years ago
  28. 8bef568 Add comment. by kosak@google.com · 9 years ago
  29. 70f6740 Remove TestPrematureExitFileEnvVarIsSet by kosak@google.com · 9 years ago
  30. f2d0122 Minor changes. by kosak@google.com · 9 years ago
  31. 3ccde7e Add GTEST_ATTRIBUTE_UNUSED_ to the dummy variable generated in INSTANTIATE_TEST_CASE_P. by kosak@google.com · 9 years ago
  32. fb61395 Control death test with an #ifdef guard. by kosak@google.com · 9 years ago
  33. 5ecaa3f Create custom/gtest-port.h to hold custom logic. by kosak@google.com · 9 years ago
  34. 6215b1c Add GTEST_ATTRIBUTE_UNUSED_ to the dummy variable generated in by kosak@google.com · 9 years ago
  35. 3368873 fully-qualify use of scoped_ptr name by kosak@google.com · 9 years ago
  36. 23574bf urxvt supports colors by kosak@google.com · 9 years ago
  37. 1f64883 Work around some unsigned->signed warnings in our tests/. by kosak@google.com · 9 years ago
  38. 5327321 Make an int64->double conversion explicit to silence -Wconversion. by kosak@google.com · 9 years ago
  39. d4eaf3c Enable GTest thread safety on Native Client. by kosak@google.com · 9 years ago
  40. ddb7212 Add asserts to prevent mysterious hangs in a non-thread-safe gmock build. by kosak@google.com · 9 years ago
  41. f8e94d4 Add FreeBSD support. by kosak@google.com · 10 years ago
  42. be18681 Fix build regression with old (Xcode 5.1) clangs. by kosak@google.com · 10 years ago
  43. d40f943 Fix build of Objective-C++ files with new clang versions. by kosak@google.com · 10 years ago
  44. d5238d2 Small Mingw localtime() fix. by kosak@google.com · 10 years ago
  45. feee6fc Change an example to use 'override' rather than 'virtual'. Add missing headers for 'connect' and 'socket'. by kosak@google.com · 10 years ago
  46. 8245545 Noop changes to suppress compile-time warnings in WINDOWS code paths. by kosak@google.com · 10 years ago
  47. a64390b Remove special support for GTEST_OS_IOS_SIMULATOR. by kosak@google.com · 10 years ago
  48. d6143bd Strip trailing whitespace when stringifying type lists. by kosak@google.com · 10 years ago
  49. 62059f9 Clang-on-Windows can support GTEST_ATTRIBUTE_UNUSED_. by kosak@google.com · 10 years ago
  50. 3eb978e Call move() by qualified name (::testing::internal::move() or just internal::move()). by kosak@google.com · 10 years ago
  51. 2b12abf Add ByMove() modifier for the Return() action. by kosak@google.com · 10 years ago
  52. 8e7d7b6 Distinguish between C++11 language and library support for std::function, std::begin, std::end, and std::move in gtest and gmock. by kosak@google.com · 10 years ago
  53. 19fc5da Reduce the stack frame size for CmpHelper* functions by moving the failure path into their own functions. by kosak@google.com · 10 years ago
  54. 4650552 Mock out GetCurrentDir in NaCl. by kosak@google.com · 10 years ago
  55. d9abf3b Expand equality failure messages with a by-line diff. by kosak@google.com · 10 years ago
  56. 0476e15 Additional changes, to add support for Windows Phone and Windows RT by kosak@google.com · 10 years ago
  57. 2f9c469 Reduce the number of occurrences of gendered pronouns in gtest. by kosak@google.com · 10 years ago
  58. 041a4ce Disable asan instrumentation for StackGrowsDown(). by kosak@google.com · 10 years ago
  59. f0d7f45 Push upstream to SVN. by billydonahue@google.com · 10 years ago
  60. e735d74 Export tuple and friends in the ::testing namespace. by kosak@google.com · 10 years ago
  61. d132283 Implement threading support for gtest on Windows. by kosak@google.com · 10 years ago
  62. e6d432c Add annotations to suppress ThreadSanitizer failures due to gunit/gmock printer. by kosak@google.com · 10 years ago
  63. cd5abba Remove code referencing Google protocol buffers version 1. by kosak@google.com · 10 years ago
  64. b5ef987 Standards compliance changes to fix QNX build. by kosak@google.com · 10 years ago
  65. cc0116f Suppress "Conditional expression is constant" warning on Visual Studio. by kosak@google.com · 11 years ago
  66. f841fdc Add GTEST_MOVE macro, to support mocking methods with move-only return types. by kosak@google.com · 11 years ago
  67. 3570707 Make Google Test build cleanly on Visual Studio 2010, 2012, 2013. by kosak@google.com · 11 years ago
  68. bfa2638 Fix a couple of typos in Google Test's README. by kosak@google.com · 11 years ago
  69. d108654 Define specialization of PrintTo(...) for ::std::tuple. by kosak@google.com · 11 years ago
  70. 99a24f0 Improves documentation on gtest's macros. by kosak@google.com · 11 years ago
  71. 237d7a8 Distinguish between C++11 language and library support for <initializer_list>. by kosak@google.com · 11 years ago
  72. 2ba84be Fix warnings encountered with clang -Wall. by kosak@google.com · 11 years ago
  73. 022d52c Add MemorySanitizer annotations in gtest printers. Also remove unused variable kPathSeparatorString. by kosak@google.com · 11 years ago
  74. bc830d3 Delete whitespace, and change the return type of ImplicitlyConvertible::MakeFrom() to From&. by kosak@google.com · 11 years ago
  75. be1b3b6 avoids clash with the max() macro on Windows by zhanyong.wan · 11 years ago
  76. 1cb04aa supports a protocol for catching tests that prematurely exit by zhanyong.wan · 11 years ago
  77. e9d7e5b Updates gtest.xcodeproj to be compatible with OS X 10.8.4 & Xcode 4.6.3 by zhanyong.wan · 11 years ago
  78. 90d1e54 fixes a typo in CMake script; h/t to Jay Mueller for reporting the issue by zhanyong.wan · 11 years ago
  79. 36440e2 allows gtest-config.in to work with an absoulte path for @top_srcdir@. h/t to Jimi Xenidis for reporting the issue and the fix. by zhanyong.wan · 11 years ago
  80. d05532b makes gtest-death-test_test.cc compile on platforms that don't support death tests; h/t to Steve Robbins for reporting the issue and suggesting the fix. by zhanyong.wan · 11 years ago
  81. 270a551 Fixes compatibility with C++11: (1 - 1) is no longer a NULL pointer constant. by zhanyong.wan · 11 years ago
  82. c567ac6 When --gtest_filter is specified, XML report now doesn't contain information about tests that are filtered out (issue 141). by vladlosev · 11 years ago
  83. 03f2695 Fixes a thread annotation; updates CHANGES for 1.7.0 by zhanyong.wan · 11 years ago
  84. b3d0b4e prints type/value parameters when listing tests by zhanyong.wan · 11 years ago
  85. 1189230 Updates the version number to 1.7.0 by zhanyong.wan · 11 years ago
  86. dfbdf0b Implements support for calling Test::RecordProperty() outside of a test. by vladlosev · 11 years ago
  87. f2ac1ec Fixes some compatibility issues with STLport. by zhanyong.wan · 11 years ago
  88. e1a9187 Replaces unportable == with portable = in configure.ac. by zhanyong.wan · 11 years ago
  89. 726afc2 Prints a useful message when GetParam() is called in a non-parameterized test. by zhanyong.wan · 11 years ago
  90. 4036e7d Supports colored output on term type screen-256color. by zhanyong.wan · 11 years ago
  91. 74de57c Fixes unused function warning on Mac, and fixes compatibility with newer GCC. by zhanyong.wan · 11 years ago
  92. 2733a36 Fixes a nasty issue in gtest's template instantiation. by zhanyong.wan · 11 years ago
  93. 99788d7 Implements RUN_ALL_TESTS() as a function. by zhanyong.wan · 11 years ago
  94. c2f7c75 Removes an unused variable; also refactors to support an up-coming by zhanyong.wan · 11 years ago
  95. de78d45 Removes dangling references in make/cmake files. by zhanyong.wan · 11 years ago
  96. b4dbe28 Adds -pthread and changes -I to -isystem in gtest's build instructions. by zhanyong.wan · 11 years ago
  97. a032cff Fixes gUnit streaming output format. by kosak@google.com · 11 years ago
  98. 3b8388d 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@google.com · 11 years ago
  99. 0645857 Fixes an out-dated URL. by zhanyong.wan · 12 years ago
  100. c9fe757 Adds the LICENSE file to the distribution. by vladlosev · 12 years ago