Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #647 from mithro/patch-1 | Billy Donahue | 2015-12-02 | 1 | -1/+1 |
|\ | |||||
| * | Fix AdvancedGuide link in FAQ.md | Tim Ansell | 2015-12-02 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #636 from ReadmeCritic/master | Billy Donahue | 2015-11-30 | 1 | -4/+4 |
|\ | |||||
| * | Update README URLs based on HTTP redirects | ReadmeCritic | 2015-11-25 | 1 | -4/+4 |
* | | Merge pull request #607 from google/BillyDonahue-patch-1 | Billy Donahue | 2015-11-30 | 1 | -25/+12 |
|\ \ | |||||
| * | | Update DevGuide.md | Billy Donahue | 2015-10-08 | 1 | -25/+12 |
* | | | Merge pull request #640 from Ali-Se/patch-2 | Billy Donahue | 2015-11-30 | 1 | -4/+4 |
|\ \ \ | |||||
| * | | | Fixing some table error in file | Ali Sa'ad Eddeen | 2015-11-29 | 1 | -4/+4 |
| | |/ | |/| | |||||
* | | | Merge pull request #638 from KindDragon/patch-1 | Billy Donahue | 2015-11-30 | 1 | -50/+50 |
|\ \ \ | |||||
| * | | | Update FAQ.md | Arkady Shapkin | 2015-11-28 | 1 | -50/+50 |
| |/ / | |||||
* | | | 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 |
* | | | Merge pull request #633 from plopresti/master | Billy Donahue | 2015-11-24 | 1 | -6/+1 |
|\ \ \ | |||||
| * | | | Fix missing-field-initializers GCC/Clang warning (issue 433). | Patrick J. LoPresti | 2015-11-24 | 1 | -6/+1 |
|/ / / | |||||
* | | | Merge pull request #632 from nocnokneo/add-cmake-install-rules | Billy Donahue | 2015-11-24 | 1 | -0/+8 |
|\ \ \ | |||||
| * | | | Add CMake install rules for gtest libraries and headers | Taylor Braun-Jones | 2015-11-23 | 1 | -0/+8 |
* | | | | Merge pull request #628 from fjunqueira/patch-1 | Billy Donahue | 2015-11-24 | 1 | -0/+16 |
|\ \ \ \ | |||||
| * | | | | Create CMakeLists.txt | Fábio Junqueira | 2015-11-11 | 1 | -0/+16 |
* | | | | | Merge pull request #614 from DukeXar/master | Billy Donahue | 2015-11-24 | 1 | -9/+9 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Override clang++ name on Linux only | Anton Klautsan | 2015-10-18 | 1 | -1/+1 |
| * | | | | More docs in travis config | Anton Klautsan | 2015-10-18 | 1 | -0/+4 |
| * | | | | Update clang version | Anton Klautsan | 2015-10-18 | 1 | -7/+4 |
| * | | | | Adding llvm toolchain repo | Anton Klautsan | 2015-10-18 | 1 | -17/+6 |
| * | | | | Update .travis.yml | Anton Klautsan | 2015-10-18 | 1 | -4/+8 |
| * | | | | Try to use clang-3.6 in travis | Anton Klautsan | 2015-10-18 | 1 | -4/+1 |
| * | | | | Update .travis.yml | Anton Klautsan | 2015-10-18 | 1 | -0/+6 |
| * | | | | Update .travis.yml | Anton Klautsan | 2015-10-18 | 1 | -0/+3 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #627 from mark-chromium/tests_msvs | Billy Donahue | 2015-11-23 | 2 | -15/+17 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | 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 |
| * | | | Better use of character constants | Mark Mentovai | 2015-11-11 | 1 | -2/+2 |
| * | | | Fix warnings encountered in MSVC build of gtest/gmock tests | Mark Mentovai | 2015-11-11 | 2 | -3/+3 |
|/ / / | |||||
* | | | 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 |
| |/ / | |||||
* | | | Merge pull request #611 from mark-chromium/gmock_cxx11 | Billy Donahue | 2015-11-10 | 4 | -11/+12 |
|\ \ \ | |||||
| * | | | googlemock: Support C++11 language with pre-C++11 library | Mark Mentovai | 2015-10-12 | 4 | -11/+12 |
| |/ / | |||||
* | | | Merge pull request #605 from d-meiser/fix-visibility-hidden | Billy Donahue | 2015-10-29 | 3 | -4/+14 |
|\ \ \ | |||||
| * | | | Fix symbol visibility of StreamingListener. | Dominic Meiser | 2015-10-29 | 1 | -1/+1 |
| * | | | Add an option to enable building with -fvisibility=hidden. | Dominic Meiser | 2015-10-29 | 1 | -0/+10 |
| * | | | Fix definition of GTEST_API_ macro for gcc and clang [#451]. | Dominic Meiser | 2015-10-29 | 1 | -3/+3 |
|/ / / | |||||
* | | | Merge pull request #616 from anuragsoni/documentation/fix-readme-for-googletest | Billy Donahue | 2015-10-19 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | update googletest readme to fix broken links | Anurag Soni | 2015-10-19 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #604 from marco-m/urls-should-go-to-github | Billy Donahue | 2015-10-04 | 1 | -22/+22 |
|\ \ | |||||
| * | | Fix relative links in documentation | Marco Molteni | 2015-10-04 | 1 | -8/+8 |
| * | | Update URLs from googlecode to github | Marco Molteni | 2015-10-04 | 1 | -16/+16 |
|/ / | |||||
* | | Merge pull request #597 from marco-m/patch-1 | Billy Donahue | 2015-09-23 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix broken link to FrequentlyAskedQuestions | Marco Molteni | 2015-09-23 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #594 from martinmaly/gmock | Billy Donahue | 2015-09-20 | 1 | -2/+6 |
|\ \ | |||||
| * | | Adding missing files to googlemock distribution. | Martin Maly | 2015-09-19 | 1 | -2/+6 |
| |/ |