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