1. a2b8a8e Merge pull request #918 from DanAlbert/fix-android-GTEST_HAS_CLONE by Billy Donahue · 9 years ago
  2. 3447fc3 Merge pull request #728 from DanAlbert/tuple-stlport by Billy Donahue · 9 years ago
  3. 4eafafb Fix detection of GTEST_HAS_CLONE for Android. by Dan Albert · 9 years ago
  4. ecd5308 Merge pull request #876 from marco-m/patch-1 by Billy Donahue · 9 years ago
  5. 8ce0b59 Cookbok: fix broken relative link by Marco Molteni · 9 years ago
  6. 48ee8e9 Merge pull request #856 from KindDragon/mingw-appveyor by Billy Donahue · 9 years ago
  7. d8fe70f Fix build with MinGW-w64 by Arkadiy Shapkin · 9 years ago
  8. ed9d1e1 Merge pull request #721 from ilmagico/fix-mingw-threads by Billy Donahue · 9 years ago
  9. ec44c6c Merge pull request #821 from mazong1123/master by Billy Donahue · 9 years ago
  10. dc2dbf1 Reformatted the Unprintable operator== code style. by mazong1123 · 9 years ago
  11. 531bf5c Fixed issue #775 by mazong1123 · 9 years ago
  12. d406cb1 Merge pull request #814 from google/BillyDonahue-patch-2 by Billy Donahue · 9 years ago
  13. e51026e Add Appveyor badge to Readme.md by Billy Donahue · 9 years ago
  14. 8134585 Merge pull request #723 from KindDragon/master by Billy Donahue · 9 years ago
  15. 43c0ae3 Support running MSVC build on AppVeyour by Arkadiy Shapkin · 9 years ago
  16. 10799ab Merge pull request #810 from google/rollback_808 by Billy Donahue · 9 years ago
  17. ce7ec96 Rollback change #808. by Billy Donahue · 9 years ago
  18. faee7d1 Merge pull request #808 from djmott/master by Billy Donahue · 9 years ago
  19. 2489c30 Fix to tests that return object which implement operator bool by David Mott · 9 years ago
  20. e35015f fix to operator precedence in GTEST_TEST_BOOLEAN_ with expressions that implement operator bool by David Mott · 9 years ago
  21. 0a43962 Merge pull request #773 from mazong1123/master by Billy Donahue · 9 years ago
  22. 5bae126 Added VS 2015 project support. by mazong1123 · 9 years ago
  23. 01f3d09 Updated the value of GTEST_DIR to reflect the googletest dir. by mazong1123 · 9 years ago
  24. 2746b57 Changed the GTestDir marco value to reflect the new dir of googletest. by mazong1123 · 9 years ago
  25. d225acc Merge pull request #741 from mbinna/patch-1 by Billy Donahue · 9 years ago
  26. 2071474 Fix whitespace in paragraph by Manuel Binna · 9 years ago
  27. 72416fa Merge pull request #724 from duggelz/master by Billy Donahue · 9 years ago
  28. eba1796 Merge pull request #735 from phad/patch-1 by Billy Donahue · 9 years ago
  29. 0098be3 Fix typo (Inovke -> Invoke) by Paul Hadfield · 9 years ago
  30. f7248d8 Merge pull request #731 from mattrajca/patch-1 by Billy Donahue · 9 years ago
  31. 62700bd Fixed typo ('XCode' -> 'Xcode') by Matt Rajca · 9 years ago
  32. 3429113 Fix a test to compile when tuple isn't available. by Dan Albert · 9 years ago
  33. d23cf2b Restructure test so each scenario is independent. by Doug Greiman · 9 years ago
  34. 6991f42 Fix env_var_test to ignore XML_OUTPUT_FILE if already set by Doug Greiman · 9 years ago
  35. 5db9cbb Restructure $XML_OUTPUT_FILE logic by Doug Greiman · 9 years ago
  36. 12b2f23 Fix inconsistent style by Doug Greiman · 9 years ago
  37. d6790f2 Read Bazel's $XML_OUTPUT_FILE environment variable by Doug Greiman · 9 years ago
  38. a138385 Don't use pthread when on MinGW even if available by Daniele Tamino · 9 years ago
  39. 9759dcd Fix compilation on MinGW with native threads by Daniele Tamino · 9 years ago
  40. ff07a5d Merge pull request #719 from paul-wilkinson/docs_formatting_fix by Billy Donahue · 9 years ago
  41. 83d3b47 Fix formatting in AdvancedGuide.md by Paul Wilkinson · 9 years ago
  42. 77d6b17 Merge pull request #713 from DarthGandalf/expect by Billy Donahue · 9 years ago
  43. 5909d44 Merge pull request #715 from jacob-meacham/bugfix/expect-call by Billy Donahue · 9 years ago
  44. f5acf22 Merge pull request #716 from jacob-meacham/feature/gitignore by Billy Donahue · 9 years ago
  45. d4aa34b Fix link that's returned when running tests. #714 by Jacob Meacham · 9 years ago
  46. b648a30 Add build artifacts to git ignore. by Jacob Meacham · 9 years ago
  47. f364e18 Change error message of EXPECT_EQ to treat lhs and rhs equivalently. by Alexey Sokolov · 9 years ago
  48. ff5ffd4 Merge pull request #688 from tamland/python3 by Billy Donahue · 10 years ago
  49. a9b73f8 Merge pull request #699 from achimnol/master by Billy Donahue · 10 years ago
  50. 340c6b3 Add tmux and tmux-256color to the colored terminal list. by Joongi Kim · 10 years ago
  51. 82b11b8 Merge pull request #678 from pjaytycy/master by Billy Donahue · 10 years ago
  52. 456fc2b add python 3 support to fuse_gtest_files script by Thomas Amland · 10 years ago
  53. d404af0 add python 3 support to tests by Thomas Amland · 10 years ago
  54. d8df1fb Add link to Google Test Primer docs in README.md by Pieter-Jan Busschaert · 10 years ago
  55. 13206d6 Merge pull request #670 from dawikur/master by Billy Donahue · 10 years ago
  56. ac35fe7 Update GTEST_PROJECT_URL_ in internal/gtest-port.h by Dawid Kurek · 10 years ago
  57. ddb8012 Merge pull request #602 from mtbrandy/threadcount_aix by Billy Donahue · 10 years ago
  58. 0162ff7 Merge pull request #657 from audiofanatic/issue655-targetHeaderDeps by Billy Donahue · 10 years ago
  59. c1cd9c2 Merge pull request #650 from jpuigcerver/master by Billy Donahue · 10 years ago
  60. 57b376a Merge pull request #660 from waynix/FixLinks by Billy Donahue · 10 years ago
  61. a470862 fixed link in googlemock documentation by Paul Rosset · 10 years ago
  62. f601ee1 Add include dirs to targets if CMake version supports it by Craig Scott · 10 years ago
  63. 35fb11e Merge pull request #654 from cmorse/doc_fix by Billy Donahue · 10 years ago
  64. ebd1d08 Fix link to FAQ in Primer.md by Caleb Morse · 10 years ago
  65. 7c8ac48 Added CMake install rules for GMock by Joan Puigcerver · 10 years ago
  66. 1f8fe13 Merge pull request #647 from mithro/patch-1 by Billy Donahue · 10 years ago
  67. 16b9bbc Fix AdvancedGuide link in FAQ.md by Tim Ansell · 10 years ago
  68. 2f93e2d Merge pull request #636 from ReadmeCritic/master by Billy Donahue · 10 years ago
  69. 6fe019e Merge pull request #607 from google/BillyDonahue-patch-1 by Billy Donahue · 10 years ago
  70. 3c3a4ac Merge pull request #640 from Ali-Se/patch-2 by Billy Donahue · 10 years ago
  71. 96bba4d Merge pull request #638 from KindDragon/patch-1 by Billy Donahue · 10 years ago
  72. ccd0f94 Merge pull request #592 from Ferenc-/master by Billy Donahue · 10 years ago
  73. 25409ab Fixing some table error in file by Ali Sa'ad Eddeen · 10 years ago
  74. 83b93ea Update FAQ.md by Arkady Shapkin · 10 years ago
  75. 3aef7d7 Update README URLs based on HTTP redirects by ReadmeCritic · 10 years ago
  76. ffce1a8 Merge pull request #633 from plopresti/master by Billy Donahue · 10 years ago
  77. f44190f Fix missing-field-initializers GCC/Clang warning (issue 433). by Patrick J. LoPresti · 10 years ago
  78. 93c37d5 Merge pull request #632 from nocnokneo/add-cmake-install-rules by Billy Donahue · 10 years ago
  79. 884dd08 Merge pull request #628 from fjunqueira/patch-1 by Billy Donahue · 10 years ago
  80. c4c2354 Merge pull request #614 from DukeXar/master by Billy Donahue · 10 years ago
  81. 98d988d Add CMake install rules for gtest libraries and headers by Taylor Braun-Jones · 10 years ago
  82. 786564f Merge pull request #627 from mark-chromium/tests_msvs by Billy Donahue · 10 years ago
  83. 4a8e544 Name the helper AsBits() by Mark Mentovai · 10 years ago
  84. cfe466a Use a templated helper to wrap the cast by Mark Mentovai · 10 years ago
  85. cbce23f Leave decltype(max_ulps_) alone and cast, not sure this is better by Mark Mentovai · 10 years ago
  86. 322a491 Better use of character constants by Mark Mentovai · 10 years ago
  87. 4a0b77f Create CMakeLists.txt by Fábio Junqueira · 10 years ago
  88. 8b085f0 Fix warnings encountered in MSVC build of gtest/gmock tests by Mark Mentovai · 10 years ago
  89. 71a26ac Merge pull request #612 from mark-chromium/gmock_rtti by Billy Donahue · 10 years ago
  90. 5bd7c2b Merge pull request #611 from mark-chromium/gmock_cxx11 by Billy Donahue · 10 years ago
  91. cf51737 Merge pull request #605 from d-meiser/fix-visibility-hidden by Billy Donahue · 10 years ago
  92. 84d7ff1 Fix symbol visibility of StreamingListener. by Dominic Meiser · 10 years ago
  93. 580378d Add an option to enable building with -fvisibility=hidden. by Dominic Meiser · 10 years ago
  94. bb5c92f Fix definition of GTEST_API_ macro for gcc and clang [#451]. by Dominic Meiser · 10 years ago
  95. 4335964 Merge pull request #616 from anuragsoni/documentation/fix-readme-for-googletest by Billy Donahue · 10 years ago
  96. 788dee9 update googletest readme to fix broken links by Anurag Soni · 10 years ago
  97. 6705b9a Override clang++ name on Linux only by Anton Klautsan · 10 years ago
  98. bbbc025 More docs in travis config by Anton Klautsan · 10 years ago
  99. b8f9b2b Update clang version by Anton Klautsan · 10 years ago
  100. e8193fe Adding llvm toolchain repo by Anton Klautsan · 10 years ago