1. d09a5eb Merge tag android-5.1.0_r1 into AOSP_5.1_MERGE by Shreyas Narayan · 9 years ago fp2-sibon fp2-sibon-2.0.1 fp2-sibon-2.0.2 FP2-open-16.05.0 FP2-open-16.06.0 FP2-open-16.07.1 FP2-open-16.08.0 FP2-open-16.09.0 FP2-open-16.10.0 FP2-open-16.11.0 FP2-open-16.12.0 FP2-open-17.01.0 FP2-open-17.04.0
  2. f2c08b9 Merge from Chromium at DEPS revision 290040 by Torne (Richard Coles) · 10 years ago
  3. 23a879f Merge testing/gtest from https://chromium.googlesource.com/external/googletest.git at 4650552ff637bb44ecf7784060091cbed3252211 by Android Chromium Automerger · 10 years ago
  4. 4650552 Mock out GetCurrentDir in NaCl. by kosak@google.com · 10 years ago
  5. d9abf3b Expand equality failure messages with a by-line diff. by kosak@google.com · 10 years ago
  6. 0476e15 Additional changes, to add support for Windows Phone and Windows RT by kosak@google.com · 10 years ago
  7. 2f9c469 Reduce the number of occurrences of gendered pronouns in gtest. by kosak@google.com · 10 years ago
  8. 041a4ce Disable asan instrumentation for StackGrowsDown(). by kosak@google.com · 10 years ago
  9. f0d7f45 Push upstream to SVN. by billydonahue@google.com · 10 years ago
  10. e735d74 Export tuple and friends in the ::testing namespace. by kosak@google.com · 10 years ago
  11. d132283 Implement threading support for gtest on Windows. by kosak@google.com · 10 years ago
  12. e6d432c Add annotations to suppress ThreadSanitizer failures due to gunit/gmock printer. by kosak@google.com · 10 years ago
  13. cd5abba Remove code referencing Google protocol buffers version 1. by kosak@google.com · 10 years ago
  14. b5ef987 Standards compliance changes to fix QNX build. by kosak@google.com · 10 years ago
  15. 65df883 Merge from Chromium at DEPS revision 251904 by Torne (Richard Coles) · 10 years ago
  16. 95b9854 Merge testing/gtest from https://chromium.googlesource.com/external/googletest.git at cc0116f14aa8ad9ab76226d082a96b1005221816 by Android Chromium Automerger · 10 years ago
  17. cc0116f Suppress "Conditional expression is constant" warning on Visual Studio. by kosak@google.com · 10 years ago
  18. f841fdc Add GTEST_MOVE macro, to support mocking methods with move-only return types. by kosak@google.com · 10 years ago
  19. 3570707 Make Google Test build cleanly on Visual Studio 2010, 2012, 2013. by kosak@google.com · 10 years ago
  20. bfa2638 Fix a couple of typos in Google Test's README. by kosak@google.com · 10 years ago
  21. d108654 Define specialization of PrintTo(...) for ::std::tuple. by kosak@google.com · 10 years ago
  22. 99a24f0 Improves documentation on gtest's macros. by kosak@google.com · 10 years ago
  23. 9881c8e am fbf423ac: (-s ours) Merge remote-tracking branch \'origin/kitkat-dev\' by Baligh Uddin · 10 years ago
  24. 237d7a8 Distinguish between C++11 language and library support for <initializer_list>. by kosak@google.com · 10 years ago
  25. 2ba84be Fix warnings encountered with clang -Wall. by kosak@google.com · 10 years ago
  26. 022d52c Add MemorySanitizer annotations in gtest printers. Also remove unused variable kPathSeparatorString. by kosak@google.com · 10 years ago
  27. bc830d3 Delete whitespace, and change the return type of ImplicitlyConvertible::MakeFrom() to From&. by kosak@google.com · 10 years ago
  28. c1b2852 Merge from Chromium at DEPS revision 237746 by Torne (Richard Coles) · 10 years ago
  29. 2ef732e Merge testing/gtest from https://chromium.googlesource.com/external/googletest.git at 74de57c951aedebc5dfe26a27604353432392b98 by Android Chromium Automerger · 10 years ago
  30. fbf423a Merge remote-tracking branch 'origin/kitkat-dev' by Baligh Uddin · 11 years ago
  31. 8cbebc8 Initial empty repository by Baligh Uddin · 11 years ago
  32. be1b3b6 avoids clash with the max() macro on Windows by zhanyong.wan · 11 years ago
  33. 1cb04aa supports a protocol for catching tests that prematurely exit by zhanyong.wan · 11 years ago
  34. e9d7e5b Updates gtest.xcodeproj to be compatible with OS X 10.8.4 & Xcode 4.6.3 by zhanyong.wan · 11 years ago
  35. 90d1e54 fixes a typo in CMake script; h/t to Jay Mueller for reporting the issue by zhanyong.wan · 11 years ago
  36. 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
  37. 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
  38. 270a551 Fixes compatibility with C++11: (1 - 1) is no longer a NULL pointer constant. by zhanyong.wan · 11 years ago
  39. 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
  40. 03f2695 Fixes a thread annotation; updates CHANGES for 1.7.0 by zhanyong.wan · 11 years ago
  41. b3d0b4e prints type/value parameters when listing tests by zhanyong.wan · 11 years ago
  42. 1189230 Updates the version number to 1.7.0 by zhanyong.wan · 11 years ago
  43. dfbdf0b Implements support for calling Test::RecordProperty() outside of a test. by vladlosev · 11 years ago
  44. f2ac1ec Fixes some compatibility issues with STLport. by zhanyong.wan · 11 years ago
  45. 3b92be9 Merge from Chromium at DEPS revision r190564 by Torne (Richard Coles) · 11 years ago
  46. e1a9187 Replaces unportable == with portable = in configure.ac. by zhanyong.wan · 11 years ago
  47. 726afc2 Prints a useful message when GetParam() is called in a non-parameterized test. by zhanyong.wan · 11 years ago
  48. 4036e7d Supports colored output on term type screen-256color. by zhanyong.wan · 11 years ago
  49. 74de57c Fixes unused function warning on Mac, and fixes compatibility with newer GCC. by zhanyong.wan · 11 years ago
  50. 2733a36 Fixes a nasty issue in gtest's template instantiation. by zhanyong.wan · 11 years ago
  51. 99788d7 Implements RUN_ALL_TESTS() as a function. by zhanyong.wan · 11 years ago
  52. c2f7c75 Removes an unused variable; also refactors to support an up-coming by zhanyong.wan · 11 years ago
  53. de78d45 Removes dangling references in make/cmake files. by zhanyong.wan · 11 years ago
  54. b4dbe28 Adds -pthread and changes -I to -isystem in gtest's build instructions. by zhanyong.wan · 11 years ago
  55. a032cff Fixes gUnit streaming output format. by kosak@google.com · 11 years ago
  56. 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
  57. 0645857 Fixes an out-dated URL. by zhanyong.wan · 11 years ago
  58. c9fe757 Adds the LICENSE file to the distribution. by vladlosev · 11 years ago
  59. 5f6bde4 Merge testing/gtest from https://chromium.googlesource.com/external/googletest.git at a6772271f71672e889776bfe49ec4efd9da036df by Torne (Richard Coles) · 11 years ago
  60. a677227 Unbreak building gtest with -std=c++11 on Mac OS X 10.6. Also, better support for death tests in iOS simulator. by jgm@google.com · 11 years ago
  61. 03c3149 Unfortunately, the svn repo is a bit out of date. This commit contains 8 by jgm@google.com · 12 years ago
  62. e08f83b Merge from Chromium at DEPS revision r167172 by Torne (Richard Coles) · 12 years ago
  63. 012375d Merge testing/gtest from http://git.chromium.org/external/googletest.git at a92a6f792395e1ad462472d474ab0c76949813fa by Torne (Richard Coles) · 12 years ago
  64. 84c0653 Initial empty repository by Chad Jones · 12 years ago
  65. 5d9f11f Improves Android support (by David Turner). by vladlosev · 12 years ago
  66. df24665 Removes obsolete debug code. by vladlosev · 12 years ago
  67. 45577ea Fixes gtest-tuple.h in Visual C++ 7.1. by vladlosev · 12 years ago
  68. a92a6f7 Fixed Native Client build of gtest when using glibc (by Ben Smith). by vladlosev · 12 years ago
  69. 11c6ddf Prevents pump.py from splitting long IWYU pragma lines. by vladlosev · 12 years ago
  70. 120f8b3 fixes a problem in which we pass the address one byte ~/svn/googletest/trunk by jgm@google.com · 12 years ago
  71. 090d8a8 added defines for iOS by jgm@google.com · 12 years ago
  72. 6b625a7 Improves gtest's failure messages. In particulars, char pointers and by zhanyong.wan · 12 years ago
  73. aa3c420 Fixes threading annotations and compatibility with C++11, which doesn't by zhanyong.wan · 12 years ago
  74. 69c199d Teach gtest to autodetect rtti support with clang (by Nico Weber). by vladlosev · 12 years ago
  75. 361c8fb Added support for platforms where pthread_t is a struct rather than an integral by jgm@google.com · 12 years ago
  76. 7a574c9 Misc small updates to some debug death code, and to messages streaming to macros by jgm@google.com · 12 years ago
  77. 62576d5 Locking for Notification class. by jgm@google.com · 12 years ago
  78. 4dcb99d Adds file and line information to the "message", which is used as the summary by jgm@google.com · 12 years ago
  79. 580d3fc Removes spurious semicolon. by vladlosev · 12 years ago
  80. 93fed47 Improves conformance to the Google C++ Style Guide (by Greg Miller). by vladlosev · 13 years ago
  81. f46f3ea Adds support for detection of running in death test child processes. by vladlosev · 13 years ago
  82. 9781f54 Adds empty methods to Mutex on platforms where Google Test is not thread-safe. This will support a reentrancy fix in Google Mock. by vladlosev · 13 years ago
  83. ee89af8 Expressed the thread-safety annotations in code, replacing the existing comment-based system (by Aaron Jacobs). by vladlosev · 13 years ago
  84. b4661bc Changes to fix gtest-printers_test on VC++ 2010. by vladlosev · 13 years ago
  85. 7fc9854 Simplifies test assertions in sample5. by vladlosev · 13 years ago
  86. 8883b42 Implements the timestamp attribute for the testsuites element in the output XML (external contribution by Dirk Meister). by vladlosev · 13 years ago
  87. e350196 Adds ability to inject death test child arguments for test purposes. by vladlosev · 13 years ago
  88. 5f4d53c Fixes test failure on 32-bit Ubuntu. by vladlosev · 13 years ago
  89. cdfd81f Adds a new macro simplifying use of snprinf on MS platforms. by vladlosev · 13 years ago
  90. 524cc4e Fixes C++0x compatibility problems. by vladlosev · 13 years ago
  91. 74b3308 Simplifies the implementatoin of the test result printer; by Ulfar Erlingsson by zhanyong.wan · 13 years ago
  92. 746d1a9 Renames the license file. by vladlosev · 13 years ago
  93. 7c3004c Ignore SIGPROF signal during clone()/fork() call. clone()/fork() call hangs permanently if it consumes more cpu than the SIGPROF signal timer interval (by Nabeel Mian). by vladlosev · 13 years ago
  94. e0e93e5 Adds explanation on how to build the Xcode project under Xcode 4+ to README. by vladlosev · 13 years ago
  95. f35f4c6 Fixes a user reported test break (modifying a dict while iterating). by vladlosev · 13 years ago
  96. 8757774 Fixes a resource leak in gtest-port_test (by Haruka Iwao). by vladlosev · 13 years ago
  97. 105b143 QNX compatibility patch (by Haruka Iwao). by vladlosev · 13 years ago
  98. 4f9248a Suppresses the tail-call optimization of StackGrowsDown() in GCC4.6 (by Paul Pluzhnikov). by vladlosev · 13 years ago
  99. 95a77ad Fixes broken build on VC++ 7.1. by vladlosev · 13 years ago
  100. 8655403 Adds support for building Google Mock as a shared library (DLL). by vladlosev · 13 years ago