aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | 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 )
| * | | | | | | | | | | | | | | | | | 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 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.
* | | | | | | | | | | | | | | | | | | 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).
* | | | | | | | | | | | | | | | | Merge pull request #1122 from chromy/upstream-146491438Gennadiy Civil2017-08-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed misspelling in assertion message.
| * | | | | | | | | | | | | | | | | Fixed misspelling in assertion message.Hector Dearman2017-06-191-1/+1
| |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This upstreams a Google-internal change (146491438).
* | | | | | | | | | | | | | | | | Merge pull request #925 from edgarriba/patch-1Gennadiy Civil2017-08-081-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update README.md with tiny-dnn
| * | | | | | | | | | | | | | | | | update README.md with tiny-dnnEdgar Riba2016-11-051-0/+1
| | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tiny-dnn in its recent version updated the testing framework to GTest. We would like to be mentioned as consumers of the project.
* | | | | | | | | | | | | | | | | Merge pull request #675 from theHacker/masterGennadiy Civil2017-08-081-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix: Markdown in V1_7_Primer.md
| * | | | | | | | | | | | | | | | | Fix: Markdown in V1_7_Primer.mdAlexander Münch2016-01-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | table "Basic Assertions" is now rendered correctly as table
* | | | | | | | | | | | | | | | | | Merge pull request #1173 from shlomif/correct-typoGennadiy Civil2017-08-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct some typos in a comment
| * | | | | | | | | | | | | | | | | | Correct some typos in a commentShlomi Fish2017-08-041-1/+1
| | |_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #909 from AsturaPhoenix/patch-1Gennadiy Civil2017-08-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Primer.md
| * | | | | | | | | | | | | | | | | | Update Primer.mdRoss Wang2016-10-181-1/+1
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correcting typo: "text fixture" => "test fixture"
* | | | | | | | | | | | | | | | | | Merge pull request #1180 from aconverse/masterGennadiy Civil2017-08-071-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Use wider types to prevent unsigned overflow diagnostics
| * | | | | | | | | | | | | | | | | Use wider types to prevent unsigned overflow diagnosticsAlex Converse2017-08-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The rest of the (covered) codebase is already integer overflow clean. This is a cherry-pick of an internal change. TESTED=gtest_shuffle_test goes from fail to pass with -fsanitize=integer
* | | | | | | | | | | | | | | | | | Merge pull request #1176 from aninf-wo/hethi/typoGennadiy Civil2017-08-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | fix small typo in comment