Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Fixed typo | Christophe Vidal | 2017-07-31 | 1 | -1/+1 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* / | | | | | | | fix links to Google C++ Style Guide | Herbert Thielen | 2017-07-30 | 2 | -2/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #1137 from coryan/master | Gennadiy Civil | 2017-07-26 | 4 | -29/+41 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | More tables that did not render correctly. | Carlos O'Ryan | 2017-07-01 | 4 | -1/+9 | |
| * | | | | | | | Remove silly claim that C++ lacks lambdas. | Carlos O'Ryan | 2017-07-01 | 4 | -12/+12 | |
| * | | | | | | | Same fixes for "current" version. | Carlos O'Ryan | 2017-07-01 | 1 | -4/+5 | |
| * | | | | | | | Fix typos too s/destoyed/destroyed/ | Carlos O'Ryan | 2017-07-01 | 3 | -6/+6 | |
| * | | | | | | | Fix table formatting. | Carlos O'Ryan | 2017-07-01 | 3 | -6/+9 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | docs: fix broken link | Jose Nino | 2017-07-26 | 1 | -1/+1 | |
* | | | | | | | docs: fix broken link from dummies guide to cook book | Jose Nino | 2017-06-19 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | / / | Use std::string and ::string explicitly in gtest and gmock code. | Nico Weber | 2017-05-15 | 16 | -401/+406 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Remove /tree/ from Readme.md links. | Billy Donahue | 2017-02-25 | 1 | -4/+4 | |
|/ / / / | ||||||
* | | | | Merge pull request #1 from google/master | Sam Roth | 2017-01-23 | 3 | -2/+12 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge pull request #658 from audiofanatic/ExternalProject_at_configure_time | Billy Donahue | 2016-12-18 | 1 | -0/+10 | |
| |\ \ \ \ | ||||||
| | * | | | | Added CMake configure-time download instructions to docs | Craig Scott | 2016-12-18 | 1 | -0/+10 | |
| | | |_|/ | | |/| | | ||||||
| * / | | | 2.6.4 is the minimum CMake version, so enforce it (#656) | Craig Scott | 2016-12-17 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | / | Cookbok: fix broken relative link | Marco Molteni | 2016-09-13 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Fixed broken links | Samuel Roth | 2016-09-12 | 1 | -1/+1 | |
* | | | blob vs tree | Samuel Roth | 2016-09-12 | 1 | -1/+1 | |
* | | | Fixing relative links | Samuel Roth | 2016-09-12 | 1 | -2/+2 | |
* | | | Fixing KnownIssues and FrequentlyAskedQuestions links | Samuel Roth | 2016-09-12 | 1 | -2/+2 | |
* | | | Broken relative links fixed | Samuel Roth | 2016-09-12 | 1 | -6/+6 | |
* | | | Fixing ForDummies link | Samuel Roth | 2016-09-12 | 1 | -1/+1 | |
* | | | One works | Samuel Roth | 2016-09-12 | 1 | -1/+1 | |
* | | | Relative links | Samuel Roth | 2016-09-12 | 1 | -1/+1 | |
* | | | Fixing relative links | Samuel Roth | 2016-09-12 | 1 | -1/+1 | |
|/ / | ||||||
* | | Reformatted the Unprintable operator== code style. | mazong1123 | 2016-07-14 | 1 | -1/+4 | |
* | | Fixed issue #775 | mazong1123 | 2016-07-14 | 1 | -2/+3 | |
* | | Added VS 2015 project support. | mazong1123 | 2016-05-15 | 5 | -0/+328 | |
* | | Updated the value of GTEST_DIR to reflect the googletest dir. | mazong1123 | 2016-05-15 | 1 | -1/+1 | |
* | | Changed the GTestDir marco value to reflect the new dir of googletest. | mazong1123 | 2016-05-15 | 2 | -2/+2 | |
|/ | ||||||
* | Fix typo (Inovke -> Invoke) | Paul Hadfield | 2016-03-08 | 1 | -1/+1 | |
* | Fix formatting in AdvancedGuide.md | Paul Wilkinson | 2016-02-21 | 4 | -4/+4 | |
* | Fix link that's returned when running tests. #714 | Jacob Meacham | 2016-02-16 | 3 | -8/+8 | |
* | Merge pull request #657 from audiofanatic/issue655-targetHeaderDeps | Billy Donahue | 2015-12-10 | 1 | -0/+8 | |
|\ | ||||||
| * | Add include dirs to targets if CMake version supports it | Craig Scott | 2015-12-06 | 1 | -0/+8 | |
* | | Merge pull request #650 from jpuigcerver/master | Billy Donahue | 2015-12-10 | 1 | -0/+8 | |
|\ \ | ||||||
| * | | Added CMake install rules for GMock | Joan Puigcerver | 2015-12-03 | 1 | -0/+8 | |
| |/ | ||||||
* / | fixed link in googlemock documentation | Paul Rosset | 2015-12-08 | 6 | -42/+42 | |
|/ | ||||||
* | Merge pull request #592 from Ferenc-/master | Billy Donahue | 2015-11-30 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix typo in googlemock/README.md | Ferenc- | 2015-09-19 | 1 | -1/+1 | |
* | | Name the helper AsBits() | Mark Mentovai | 2015-11-12 | 1 | -11/+10 | |
* | | Use a templated helper to wrap the cast | Mark Mentovai | 2015-11-11 | 1 | -14/+15 | |
* | | Leave decltype(max_ulps_) alone and cast, not sure this is better | Mark Mentovai | 2015-11-11 | 1 | -12/+14 | |
* | | Fix warnings encountered in MSVC build of gtest/gmock tests | Mark Mentovai | 2015-11-11 | 1 | -1/+1 | |
* | | Merge pull request #612 from mark-chromium/gmock_rtti | Billy Donahue | 2015-11-10 | 1 | -4/+4 | |
|\ \ | ||||||
| * | | googlemock: Disable WhenDynamicCastToTest tests when RTTI is off | Mark Mentovai | 2015-10-12 | 1 | -4/+4 | |
* | | | googlemock: Support C++11 language with pre-C++11 library | Mark Mentovai | 2015-10-12 | 3 | -10/+10 | |
|/ / | ||||||
* | | Fix broken link to FrequentlyAskedQuestions | Marco Molteni | 2015-09-23 | 1 | -1/+1 | |
* | | Adding missing files to googlemock distribution. | Martin Maly | 2015-09-19 | 1 | -2/+6 | |
|/ |