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.
| | * | | | | | | | | | | | | | 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
| | | * | | | | | | | | | | | | fix small typo in commentHerbert Thielen2017-08-051-1/+1
| | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | Merge pull request #1030 from vpfautz/masterGennadiy Civil2017-08-0310-11/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | Fixed some typos
| | | * | | | | | | | | | | | Fixed some typosvpfautz2017-02-2610-11/+11
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge pull request #1172 from joelypoley/joelypoley-patch-1Gennadiy Civil2017-08-031-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix cmake policy issue
| | | * | | | | | | | | | | | | Fixed cmake policy issueJoel Laity2017-08-031-2/+2
| | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | Merge pull request #1042 from danilcha/patch-1Gennadiy Civil2017-08-021-3/+36
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added description of how to silence clang pedantic warnings in Google Mock includes
| | | * | | | | | | | | | | | | Again rewrote everythingdanilcha2017-03-121-12/+24
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Added explicit gtest library dependencydanilcha2017-03-121-1/+1
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Update README.mddanilcha2017-03-111-2/+2
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Update README.mddanilcha2017-03-111-3/+24
| | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | | Merge pull request #1170 from Manozco/1169_fix_old_cmake_issueGennadiy Civil2017-08-021-1/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix policy issue with old cmakes
| | | * | | | | | | | | | | | | Fix policy issue with old cmakesManuel VIVES2017-08-021-1/+4
| | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #1169
| | * | | | | | | | | | | | | Merge pull request #867 from marzojr/patch-1Gennadiy Civil2017-08-021-2/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarifying documentation language
| | | * | | | | | | | | | | | | Clarifying languageMarzo Sette Torres Junior2016-09-021-2/+3
| | | | |_|_|_|_|_|_|/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | The old language might mislead someone into thinking that the access level on the base class itself was changed.
| | * | | | | | | | | | | | | Merge pull request #671 from mehagar/patch-1Gennadiy Civil2017-08-021-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in AdvancedGuide.md
| | | * | | | | | | | | | | | | Fix typo in AdvancedGuide.mdmehagar2015-12-291-1/+1
| | | | |_|_|/ / / / / / / / / | | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | | Merge pull request #782 from Manozco/709-cmake-policy-project-versionGennadiy Civil2017-08-021-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue 709: Fix Cmake policy 0048
| | | * | | | | | | | | | | | | Issue 709: Fix Cmake policy 0048Manuel Vives2016-05-211-0/+1
| | | | | | | | | | | | | | | |