1. b68f1e7 Fix policy issue with old cmakes by Manuel VIVES · 8 years ago
  2. d655d09 Merge pull request #867 from marzojr/patch-1 by Gennadiy Civil · 8 years ago
  3. e1f3d8d Merge pull request #671 from mehagar/patch-1 by Gennadiy Civil · 8 years ago
  4. 683fcf5 Merge pull request #782 from Manozco/709-cmake-policy-project-version by Gennadiy Civil · 8 years ago
  5. 0cb2eeb Merge pull request #764 from flyd1005/wip-fix-typo by Gennadiy Civil · 8 years ago
  6. 73f3215 Merge pull request #962 from klimkin/klimkin-patch-typo by Gennadiy Civil · 8 years ago
  7. 032baa0 Merge pull request #998 from dawikur/patch-1 by Gennadiy Civil · 8 years ago
  8. d966d5f Merge pull request #968 from nicolacavallini/link_typed_test_docs by Gennadiy Civil · 8 years ago
  9. e2e37c9 Merge pull request #1147 from pbos/gtest_parallel_link by Gennadiy Civil · 8 years ago
  10. 7755e5d Merge pull request #1167 from krizalys/fix-typo by Gennadiy Civil · 8 years ago
  11. f08b1c3 Merge pull request #1165 from aninf-wo/hethi/fix-doc-links by Gennadiy Civil · 8 years ago
  12. 623616a Fixed typo by Christophe Vidal · 9 years ago
  13. ec19d45 fix links to Google C++ Style Guide by Herbert Thielen · 8 years ago
  14. e5b88b2 Merge pull request #1137 from coryan/master by Gennadiy Civil · 8 years ago
  15. 6527ee0 Merge pull request #1107 from lipk/patch-1 by Gennadiy Civil · 8 years ago
  16. 75bb586 Merge pull request #1158 from junr03/fix-link by Gennadiy Civil · 8 years ago
  17. 5c27913 docs: fix broken link by Jose Nino · 8 years ago
  18. b9427ca Merge pull request #1143 from nyibbang/patch-1 by Gennadiy Civil · 8 years ago
  19. 7c3496c Merge pull request #1126 from junr03/fix-broken-link by Gennadiy Civil · 8 years ago
  20. 1b39c3d Add gtest-parallel to open-source projects. by Peter Boström · 8 years ago
  21. 4568374 Fixes a typo in FAQ.md by Vincent Palancher · 8 years ago
  22. 0ffd862 More tables that did not render correctly. by Carlos O'Ryan · 8 years ago
  23. 2fcbc0c Remove silly claim that C++ lacks lambdas. by Carlos O'Ryan · 8 years ago
  24. f20797b Same fixes for "current" version. by Carlos O'Ryan · 8 years ago
  25. 1dde1ee Fix typos too s/destoyed/destroyed/ by Carlos O'Ryan · 8 years ago
  26. 280b227 Fix table formatting. by Carlos O'Ryan · 8 years ago
  27. 4bab34d Merge pull request #1081 from krytarowski/netbsd-1 by Billy Donahue · 8 years ago
  28. f050aff Merge pull request #1129 from Chris-Sharpe/master by Billy Donahue · 8 years ago
  29. 19cace2 Colouring in help text by Chris-Sharpe · 8 years ago
  30. 38ec2a1 docs: fix broken link from dummies guide to cook book by Jose Nino · 8 years ago
  31. c2d90bd Create gtest-internal.h by Billy Donahue · 8 years ago
  32. a44bbab Merge pull request #1113 from jorgehb/patch-1 by Billy Donahue · 8 years ago
  33. 00ed9b5 Fixing float comparison broken link by jorgehb · 8 years ago
  34. dca9d5f Remove unnecessary 'the'. by lipk · 8 years ago
  35. 42bc671 Merge pull request #1091 from nico/wmicro by Billy Donahue · 8 years ago
  36. 59c795c Merge pull request #1096 from gennadiycivil/add-ability-for-custom-temdir-1093 by Billy Donahue · 8 years ago
  37. 76491b7 Changes add ability to overwrite TempDir(), issue https://github.com/google/googletest/issues/1093 by Gennadiy Civil · 8 years ago
  38. 7cc548d Merge pull request #1089 from nico/stdstring by Billy Donahue · 8 years ago
  39. 078d5d9 Merge pull request #1090 from nico/typo by Billy Donahue · 8 years ago
  40. 2a5d67c Merge pull request #1092 from nico/comment by Billy Donahue · 8 years ago
  41. e1466ba Gender-neutralize comments in gtest.h. by Nico Weber · 8 years ago
  42. 09fd5b3 Use std::string and ::string explicitly in gtest and gmock code. by Nico Weber · 8 years ago
  43. b2cbbec Fix -Wmicrosoft-cast warnings when using gtest with clang on Windows. by Nico Weber · 8 years ago
  44. 6c0c8a7 Fixing typo in documentation. by Nico Weber · 8 years ago
  45. 294f72b Merge pull request #725 from donhuff/xcode-headers by Billy Donahue · 8 years ago
  46. 8c7f93f Merge pull request #1078 from pwnall/gtest_api_port by Billy Donahue · 8 years ago
  47. 887d569 Merge pull request #965 from davidben/format-attr by Billy Donahue · 8 years ago
  48. fac0dfb Add NetBSD support by Kamil Rytarowski · 8 years ago
  49. b7cf441 Pick up GTEST_API_ definition in gtest/internal/custom/gtest-port.h. by Victor Costan · 8 years ago
  50. 0ad83af Merge pull request #1034 from dankegel/master by Billy Donahue · 8 years ago
  51. 69c6db2 Merge pull request #1077 from gennadiycivil/make-temp-dir-public-issue-1076 by Billy Donahue · 8 years ago
  52. 611e8a9 Changes to make TempDir() public by Gennadiy Civil · 8 years ago
  53. 518e051 Minimal changes to fix build failures on Microsoft Visual Studio 2015 by Dan Kegel · 8 years ago
  54. aa148eb Merge pull request #1029 from google/BillyDonahue-patch-3 by Billy Donahue · 8 years ago
  55. ba63868 Remove /tree/ from Readme.md links. by Billy Donahue · 8 years ago
  56. 51143d5 Merge pull request #996 from srz-zumix/fix-error by Billy Donahue · 8 years ago
  57. 51d92b2 Replace html entities with their equivalents by Dawid Kurek · 9 years ago
  58. 9655b9f fix typo /GTEST_ATTRIBUTE_UNUSED/GTEST_ATTRIBUTE_UNUSED_/ by srz_zumix · 9 years ago
  59. d62d6c6 Merge pull request #982 from mbjorge/unused-variable-fix by Billy Donahue · 9 years ago
  60. 9ae086a Merge pull request #874 from sejr/master by Billy Donahue · 9 years ago
  61. 3134af2 Merge pull request #1 from google/master by Sam Roth · 9 years ago
  62. 06a81e9 Add GTEST_ATTRIBUTE_UNUSED_ to REGISTER_TYPED_TEST_CASE_P by Mike Bjorge · 9 years ago
  63. 2eaab21 added link to sample 6 in the documentation of typed test by nicolacavallini · 9 years ago
  64. 53c478d Annotate ColoredPrintf with the format attribute and fix bugs. by David Benjamin · 9 years ago
  65. 5e7fd50 Merge pull request #658 from audiofanatic/ExternalProject_at_configure_time by Billy Donahue · 9 years ago
  66. c0059a7 2.6.4 is the minimum CMake version, so enforce it (#656) by Craig Scott · 10 years ago
  67. cb502b7 Added CMake configure-time download instructions to docs by Craig Scott · 10 years ago
  68. 3ec0052 Fix a typo by Alexey Klimkin · 9 years ago
  69. a2b8a8e Merge pull request #918 from DanAlbert/fix-android-GTEST_HAS_CLONE by Billy Donahue · 9 years ago
  70. 3447fc3 Merge pull request #728 from DanAlbert/tuple-stlport by Billy Donahue · 9 years ago
  71. 4eafafb Fix detection of GTEST_HAS_CLONE for Android. by Dan Albert · 9 years ago
  72. ecd5308 Merge pull request #876 from marco-m/patch-1 by Billy Donahue · 9 years ago
  73. 8ce0b59 Cookbok: fix broken relative link by Marco Molteni · 9 years ago
  74. 32b4a9b Fixed broken links by Samuel Roth · 9 years ago
  75. 0e0ff5c blob vs tree by Samuel Roth · 9 years ago
  76. 960a511 Fixing relative links by Samuel Roth · 9 years ago
  77. 995db99 Fixing KnownIssues and FrequentlyAskedQuestions links by Samuel Roth · 9 years ago
  78. f5c0130 Broken relative links fixed by Samuel Roth · 9 years ago
  79. 9cb03aa Fixing ForDummies link by Samuel Roth · 9 years ago
  80. 51b290d One works by Samuel Roth · 9 years ago
  81. 16d6af7 Relative links by Samuel Roth · 9 years ago
  82. 10ff7f9 Fixing relative links by Samuel Roth · 9 years ago
  83. 48ee8e9 Merge pull request #856 from KindDragon/mingw-appveyor by Billy Donahue · 9 years ago
  84. d8fe70f Fix build with MinGW-w64 by Arkadiy Shapkin · 9 years ago
  85. f700442 Clarifying language by Marzo Sette Torres Junior · 9 years ago
  86. ed9d1e1 Merge pull request #721 from ilmagico/fix-mingw-threads by Billy Donahue · 9 years ago
  87. ec44c6c Merge pull request #821 from mazong1123/master by Billy Donahue · 9 years ago
  88. dc2dbf1 Reformatted the Unprintable operator== code style. by mazong1123 · 9 years ago
  89. 531bf5c Fixed issue #775 by mazong1123 · 9 years ago
  90. d406cb1 Merge pull request #814 from google/BillyDonahue-patch-2 by Billy Donahue · 9 years ago
  91. e51026e Add Appveyor badge to Readme.md by Billy Donahue · 9 years ago
  92. 8134585 Merge pull request #723 from KindDragon/master by Billy Donahue · 9 years ago
  93. 43c0ae3 Support running MSVC build on AppVeyour by Arkadiy Shapkin · 9 years ago
  94. 10799ab Merge pull request #810 from google/rollback_808 by Billy Donahue · 9 years ago
  95. ce7ec96 Rollback change #808. by Billy Donahue · 9 years ago
  96. faee7d1 Merge pull request #808 from djmott/master by Billy Donahue · 9 years ago
  97. 2489c30 Fix to tests that return object which implement operator bool by David Mott · 9 years ago
  98. e35015f fix to operator precedence in GTEST_TEST_BOOLEAN_ with expressions that implement operator bool by David Mott · 9 years ago
  99. a7ab054 Issue 709: Fix Cmake policy 0048 by Manuel Vives · 9 years ago
  100. 0a43962 Merge pull request #773 from mazong1123/master by Billy Donahue · 9 years ago