aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | Merge pull request #1127 from zulkarnine/patch-1Gennadiy Civil2017-08-101-3/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix background color in ColoredPrintf
| * | | | | | | | | | | | | | | | Remove duplicate codeZulkarnine Mahmud2017-07-161-16/+6
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fix assumption for foreground bit offsetZulkarnine Mahmud2017-07-151-3/+16
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Remove unnecessary constZulkarnine Mahmud2017-06-291-1/+1
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Add helper functions for text color calculationZulkarnine Mahmud2017-06-291-24/+25
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fix a problem when bg_color == fg_colorZulkarnine Mahmud2017-06-221-3/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Invert the intensity bit if the background_color == foreground_color
| * | | | | | | | | | | | | | | | Add background_mask instead of using magic numberZulkarnine Mahmud2017-06-211-1/+2
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fix background color in ColoredPrintfZulkarnine Mahmud2017-06-201-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-use existing background color for Widows' console window. This fixes a problem where the background color for ColoredPrintf would be BLACK even if the user's console is using a different BG color.
* | | | | | | | | | | | | | | | | Merge pull request #1192 from eduherminio/masterGennadiy Civil2017-08-106-14/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor style fixes
| * | | | | | | | | | | | | | | | | Minor style fixesEduardo Caceres2017-08-106-14/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Typos, punctuation & broken links
* | | | | | | | | | | | | | | | | | Merge pull request #1191 from gennadiycivil/masterGennadiy Civil2017-08-1015-28/+353
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding Bazel build to googletest (initial version )
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #1178 from aninf-wo/hethi/testsuite-hintGennadiy Civil2017-08-101-0/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add note about different definitions of Test Case
| * | | | | | | | | | | | | | | | | | | clarify distinction regarding Test CaseHerbert Thielen2017-08-101-5/+5
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | be more specific on Test CaseHerbert Thielen2017-08-091-1/+1
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | add note about different definitions of Test CaseHerbert Thielen2017-08-051-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are contradictory definitions of the term "test case", so prepare new users in Primer.md to avoid confusion.
| | | | | | | | | | | | | * | | | | | | Change AppVeyor Status Badge to point to new AppVeyor Project Locationmisterg2017-08-141-1/+0
| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | | | | | Change AppVeyor Status Badge to point to new AppVeyor Project Locationmisterg2017-08-141-1/+3
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Addressing Commentsmisterg2017-08-101-46/+22
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Addressing commentsmisterg2017-08-101-5/+1
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Update WORKSPACEGennadiy Civil2017-08-101-35/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove comments
| | * | | | | | | | | | | | | | | | | Added Copyrightmisterg2017-08-104-13/+129
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Initial Revision, review 164634031misterg2017-08-104-29/+3
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | WIPmisterg2017-08-092-10/+32
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Added googlemock testsmisterg2017-08-091-4/+0
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Added googlemock testsmisterg2017-08-091-0/+29
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | WIPmisterg2017-08-092-98/+12
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | WIP, win testingmisterg2017-08-081-4/+7
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | WIP, win testingmisterg2017-08-081-3/+3
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | WIP, windows testingmisterg2017-08-081-2/+2
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | WIP, windows testingmisterg2017-08-081-2/+2
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | WIP, windows testingmisterg2017-08-081-3/+9
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | WIPmisterg2017-08-082-142/+193
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Samples changes upstreamingmisterg2017-08-072-2/+2
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Samples changes upstreamingmisterg2017-08-079-18/+15
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | WIPmisterg2017-08-021-36/+20
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | WIPmisterg2017-08-021-23/+15
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | WIPmisterg2017-08-012-8/+13
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | WIPmisterg2017-08-0113-28/+326
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | | | | Merge branch 'master' of github.com:Dani-Hub/googletestdrgler2017-08-100-0/+0
| | | | | | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | | | | * | \ \ \ \ \ Merge branch 'master' of github.com:Dani-Hub/googletestdrgler2017-08-221-1/+3
| | | | | | | | | | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | |/ / / / / / | | | | | | | | | | | | | |/| / / / / / | | | | | | | | | | | | | | |/ / / / /
| | | | | | | | | | | | | | * | | | | Merge branch 'master' of github.com:Dani-Hub/googletestdrgler2017-08-090-0/+0
| | | | | | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | | | | * | \ \ \ \ \ Merge branch 'master' of github.com:Dani-Hub/googletestdrgler2017-08-101-0/+28
| | | | | | | | | | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | |/ / / / / / | | | | | | | | | | | | | |/| / / / / / | | | | | | | | | | | | | | |/ / / / /
| | | | | | | | | | | | | | * | | | | Infinite Loop when calling a mock function that takes ↵drgler2017-08-091-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | boost::filesystem::path as parameter #521: Add is_same type trait
| | | | | | | | | | | | | * | | | | | Infinite Loop when calling a mock function that takes ↵drgler2017-08-093-8/+42
| | | | | | | | | | | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | boost::filesystem::path as parameter #521: Add is_same type trait and prevent infinite loops for recursive containers
| | | | | | | | | | | | | | * | | | Handling invalid flag valuesAlyssa Wilk2017-08-162-1/+28
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | * | | | Adding a flag option to change the default mock typeAlyssa Wilk2017-08-106-3/+102
| |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #1185 from eduherminio/masterGennadiy Civil2017-08-091-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / | |/| | | | / / / / / / / / / / / | |_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | Fix punctuation in docs
| * | | | | | | | | | | | | | | PunctuationEduardo Cáceres2017-08-091-2/+2
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Missing periods
* | | | | | | | | | | | | | | Merge pull request #1123 from chromy/upstream-141765019Gennadiy Civil2017-08-081-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in gmock-actions.h
| * | | | | | | | | | | | | | | Fix typo in gmock-actions.hHector Dearman2017-06-191-4/+4
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This upstreams a Google-internal change (141765019).