1. 6d7c114 Update README.fuchsia by Petr Hosek · 6 years ago main master
  2. c1990f9 Update README.fuchsia by Damien Miller · 6 years ago
  3. da8ed89 Annotate GN rule for gtest as testonly by James Robinson · 8 years ago
  4. 4fe9330 Fix host builds of gtest by James Robinson · 8 years ago
  5. c00f829 GN build target for Fuchsia by James Robinson · 8 years ago
  6. 6f8a664 Introduce FormatForComparison to format values that are operands of comparison assertions (e.g. ASSERT_EQ). by kosak · 9 years ago
  7. 0b10cfd Prevent MSVC from issuing warnings about possible value truncations. by kosak · 9 years ago
  8. f253efc Introduct GTEST_HAS_STD_SHARED_PTR_ by kosak · 9 years ago
  9. 3330752 Order the initializers correctly. by kosak · 9 years ago
  10. 1e86cae Inject GTEST_EXTRA_DEATH_TEST_CHILD_SETUP by kosak · 9 years ago
  11. c33ce7c Inject the custom InitGoogleTest function using a macro. by kosak · 9 years ago
  12. f487e95 Inject the name of the Init function using a macro. by kosak · 9 years ago
  13. 4188ec3 Inject GTEST_CUSTOM_TEST_EVENT_LISTENER_ by kosak · 9 years ago
  14. f972f16 Inject GetArgvs() with a macro from custom/gtest-port.h. by kosak · 9 years ago
  15. 40bba6c Inject GTEST_EXTRA_DEATH_TEST_COMMAND_LINE_ARGS_ by kosak · 9 years ago
  16. 01e229b Fix an instance of move-pessimization. by kosak · 9 years ago
  17. 794ef03 Add support for named value-parameterized tests. by kosak · 9 years ago
  18. 41b5b28 Inject implementation of *FromGTestEnv using macros. by kosak · 9 years ago
  19. c6b9fcd Add injection point for GTEST_KILLED_BY_SIGNAL_OVERRIDE. by kosak · 9 years ago
  20. 831b87f Do not create an extra default instance of T when constructing a ThreadLocal<T>. by kosak · 9 years ago
  21. 9e38d77 Allow the single-arg Values() overload to to conversions, just like every other by kosak · 9 years ago
  22. 7d7beaa Condition some code on !GTEST_HAS_MUTEX_AND_THREAD_LOCAL_ by kosak · 9 years ago
  23. 4d69b16 GTEST_USE_OWN_FLAGFILE support by kosak · 9 years ago
  24. e7dbfde Move stack trace logic into custom/ and add a macro to inject it. by kosak · 9 years ago
  25. fe95bc3 Determine the existence of hash_map/hash_set in gtest-port.h. by kosak · 9 years ago
  26. 060b745 Implement GetThreadCount for Linux. by kosak · 9 years ago
  27. 4f8dc91 Add support for --gtest_flagfile. by kosak · 9 years ago
  28. 195610d Add support for --gtest_flagfile by kosak · 9 years ago
  29. 0928adb Move the selection of the flag saver implementation into gtest-port.h and by kosak · 9 years ago
  30. 80167de Minor refactoring. by kosak · 9 years ago
  31. 38dd748 Change GetDefaultFilter to allow for the injection of a custom filter. by kosak · 9 years ago
  32. f025eba Add support for gtest custom printers. by kosak · 9 years ago
  33. 1cc9514 Add comment. by kosak · 9 years ago
  34. 54566c2 Remove TestPrematureExitFileEnvVarIsSet by kosak · 9 years ago
  35. fb9caa4 Minor changes. by kosak · 9 years ago
  36. 683886c Add GTEST_ATTRIBUTE_UNUSED_ to the dummy variable generated in INSTANTIATE_TEST_CASE_P. by kosak · 9 years ago
  37. 1e4d310 Control death test with an #ifdef guard. by kosak · 9 years ago
  38. 156d1b5 Create custom/gtest-port.h to hold custom logic. by kosak · 9 years ago
  39. d5ac8cd Add GTEST_ATTRIBUTE_UNUSED_ to the dummy variable generated in by kosak · 9 years ago
  40. 0f3d673 fully-qualify use of scoped_ptr name by kosak · 9 years ago
  41. 1197daf urxvt supports colors by kosak · 9 years ago
  42. f8c44a0 Work around some unsigned->signed warnings in our tests/. by kosak · 9 years ago
  43. 5c996c6 Make an int64->double conversion explicit to silence -Wconversion. by kosak · 9 years ago
  44. 1d53731 Enable GTest thread safety on Native Client. by kosak · 9 years ago
  45. 8209a45 Add asserts to prevent mysterious hangs in a non-thread-safe gmock build. by kosak · 9 years ago
  46. b215e30 Add FreeBSD support. by kosak · 9 years ago
  47. 83602c8 Fix build regression with old (Xcode 5.1) clangs. by kosak · 9 years ago
  48. 7489581 Fix build of Objective-C++ files with new clang versions. by kosak · 9 years ago
  49. 12ab6bb Small Mingw localtime() fix. by kosak · 9 years ago
  50. c2101c2 Change an example to use 'override' rather than 'virtual'. Add missing headers for 'connect' and 'socket'. by kosak · 9 years ago
  51. 102b504 Noop changes to suppress compile-time warnings in WINDOWS code paths. by kosak · 9 years ago
  52. 40be033 Remove special support for GTEST_OS_IOS_SIMULATOR. by kosak · 9 years ago
  53. e330b75 Strip trailing whitespace when stringifying type lists. by kosak · 9 years ago
  54. 074ed8c Clang-on-Windows can support GTEST_ATTRIBUTE_UNUSED_. by kosak · 9 years ago
  55. 71271d2 Call move() by qualified name (::testing::internal::move() or just internal::move()). by kosak · 9 years ago
  56. d3d142e Add ByMove() modifier for the Return() action. by kosak · 9 years ago
  57. 6aa0422 Distinguish between C++11 language and library support for std::function, std::begin, std::end, and std::move in gtest and gmock. by kosak · 9 years ago
  58. 6884259 Reduce the stack frame size for CmpHelper* functions by moving the failure path into their own functions. by kosak · 9 years ago
  59. 64df8e3 Mock out GetCurrentDir in NaCl. by kosak · 10 years ago
  60. b54098a Expand equality failure messages with a by-line diff. by kosak · 10 years ago
  61. bd26334 Additional changes, to add support for Windows Phone and Windows RT by kosak · 10 years ago
  62. 96ddffe Reduce the number of occurrences of gendered pronouns in gtest. by kosak · 10 years ago
  63. 21ee8a2 Disable asan instrumentation for StackGrowsDown(). by kosak · 10 years ago
  64. 8120f66 Push upstream to SVN. by billydonahue · 10 years ago
  65. 5df87d7 Export tuple and friends in the ::testing namespace. by kosak · 10 years ago
  66. a634042 Implement threading support for gtest on Windows. by kosak · 10 years ago
  67. ffea2d6 Add annotations to suppress ThreadSanitizer failures due to gunit/gmock printer. by kosak · 10 years ago
  68. c822828 Remove code referencing Google protocol buffers version 1. by kosak · 10 years ago
  69. 134389c Standards compliance changes to fix QNX build. by kosak · 10 years ago
  70. 41a8bc6 Suppress "Conditional expression is constant" warning on Visual Studio. by kosak · 10 years ago
  71. 3595665 Add GTEST_MOVE macro, to support mocking methods with move-only return types. by kosak · 10 years ago
  72. 7d1051c Make Google Test build cleanly on Visual Studio 2010, 2012, 2013. by kosak · 10 years ago
  73. 6576c64 Fix a couple of typos in Google Test's README. by kosak · 10 years ago
  74. ccf8e33 Define specialization of PrintTo(...) for ::std::tuple. by kosak · 10 years ago
  75. d3eb97f Improves documentation on gtest's macros. by kosak · 10 years ago
  76. 4f7018e Distinguish between C++11 language and library support for <initializer_list>. by kosak · 10 years ago
  77. 5d83ee0 Fix warnings encountered with clang -Wall. by kosak · 10 years ago
  78. 37b97d1 Add MemorySanitizer annotations in gtest printers. Also remove unused variable kPathSeparatorString. by kosak · 10 years ago
  79. aa34ae2 Delete whitespace, and change the return type of ImplicitlyConvertible::MakeFrom() to From&. by kosak · 10 years ago
  80. 2d3543f avoids clash with the max() macro on Windows by zhanyong.wan · 11 years ago
  81. c306ef2 supports a protocol for catching tests that prematurely exit by zhanyong.wan · 11 years ago
  82. 492986a Updates gtest.xcodeproj to be compatible with OS X 10.8.4 & Xcode 4.6.3 by zhanyong.wan · 11 years ago
  83. 9ba29fa fixes a typo in CMake script; h/t to Jay Mueller for reporting the issue by zhanyong.wan · 11 years ago
  84. 665faa1 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
  85. 81ddb84 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
  86. 48568d0 Fixes compatibility with C++11: (1 - 1) is no longer a NULL pointer constant. by zhanyong.wan · 11 years ago
  87. c506784 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
  88. c84afbe Fixes a thread annotation; updates CHANGES for 1.7.0 by zhanyong.wan · 11 years ago
  89. 0fac833 prints type/value parameters when listing tests by zhanyong.wan · 11 years ago
  90. c97e300 Updates the version number to 1.7.0 by zhanyong.wan · 11 years ago
  91. f5fa71f Implements support for calling Test::RecordProperty() outside of a test. by vladlosev · 11 years ago
  92. 5f18b68 Fixes some compatibility issues with STLport. by zhanyong.wan · 11 years ago
  93. c08ec2a Replaces unportable == with portable = in configure.ac. by zhanyong.wan · 11 years ago
  94. 1edbcba Prints a useful message when GetParam() is called in a non-parameterized test. by zhanyong.wan · 11 years ago
  95. 6b7a167 Supports colored output on term type screen-256color. by zhanyong.wan · 11 years ago
  96. fc01f53 Fixes unused function warning on Mac, and fixes compatibility with newer GCC. by zhanyong.wan · 11 years ago
  97. 6a036a5 Fixes a nasty issue in gtest's template instantiation. by zhanyong.wan · 11 years ago
  98. b3ed14a Implements RUN_ALL_TESTS() as a function. by zhanyong.wan · 11 years ago
  99. 1b89db9 Removes an unused variable; also refactors to support an up-coming by zhanyong.wan · 11 years ago
  100. 88fe907 Removes dangling references in make/cmake files. by zhanyong.wan · 11 years ago