aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Merge branch 'master' into masterGennadiy Civil2017-12-011-35/+29
| | |\ \ \
| | * | | | Speed up printing of characters which need hex escapingBrian Silverman2017-08-281-1/+4
| * | | | | Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTSGennadiy Civil2017-12-011-3/+3
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Fixes issue #826 by treating MinGW as "non-Windows" when determining colored ...whame2017-11-071-3/+3
| | | |_|/ | | |/| |
| * | | | Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTSHerbert Thielen2017-10-041-1/+1
| |\| | |
| * | | | Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTSHerbert Thielen2017-09-241-30/+24
| |\ \ \ \
| * | | | | remove GTEST_HAS_PARAM_TESTSHerbert Thielen2017-09-042-12/+0
* | | | | | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116Tanzinul Islam2017-11-191-31/+25
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Use gender-neutral pronouns in comments and docsJonathan Wakely2017-09-271-1/+1
| | |/ / / | |/| | |
| * | | | Make the failure messages from EXPECT_EQ and friends actually symmetric,Alexey Sokolov2017-09-131-4/+5
| * | | | Removed flush scopes around GTEST_LOG(FATAL) and exit call since FATAL is exp...Gasprd Petit2017-09-071-16/+6
| * | | | Merge branch 'master' into user_logger_instead_of_printfGennadiy Civil2017-09-011-1/+1
| |\| | |
| * | | | Removed extra colon in error loggpetit2017-08-141-1/+1
| * | | | Merge remote-tracking branch 'origin/master' into user_logger_instead_of_printfgpetit2017-08-144-68/+98
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Use GTEST_LOG instead of printfgpetit2017-08-141-23/+26
* | | | | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116Tanzinul Islam2017-09-061-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | change links from former code.google.com to current github repositoryHerbert Thielen2017-08-311-1/+1
| | |/ / | |/| |
* | | | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116Tanzinul Islam2017-08-213-10/+39
|\| | |
| * | | Merge pull request #1127 from zulkarnine/patch-1Gennadiy Civil2017-08-101-3/+31
| |\ \ \
| | * | | 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
| | * | | Add background_mask instead of using magic numberZulkarnine Mahmud2017-06-211-1/+2
| | * | | Fix background color in ColoredPrintfZulkarnine Mahmud2017-06-201-2/+4
| * | | | Merge pull request #1180 from aconverse/masterGennadiy Civil2017-08-071-1/+2
| |\ \ \ \
| | * | | | Use wider types to prevent unsigned overflow diagnosticsAlex Converse2017-08-031-1/+2
| * | | | | Merge pull request #1030 from vpfautz/masterGennadiy Civil2017-08-031-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fixed some typosvpfautz2017-02-261-1/+1
| | | |/ / | | |/| |
| * | | | Merge pull request #764 from flyd1005/wip-fix-typoGennadiy Civil2017-08-023-3/+3
| |\ \ \ \
| | * | | | remove duplicated wordsLi Peng2016-04-273-3/+3
| | |/ / /
| * | | | Merge pull request #962 from klimkin/klimkin-patch-typoGennadiy Civil2017-08-021-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Fix a typoAlexey Klimkin2016-12-121-1/+1
| | |/ /
| * | / Colouring in help textChris-Sharpe2017-06-211-1/+1
| | |/ | |/|
* / | Allow death test child to bypass WER under MinGWTanzinul Islam2017-06-191-2/+2
|/ /
* | Changes add ability to overwrite TempDir(), issue https://github.com/google/g...Gennadiy Civil2017-05-181-1/+3
* | Use std::string and ::string explicitly in gtest and gmock code.Nico Weber2017-05-154-37/+34
* | Merge pull request #965 from davidben/format-attrBilly Donahue2017-05-071-3/+4
|\ \
| * | Annotate ColoredPrintf with the format attribute and fix bugs.David Benjamin2016-12-211-3/+4
| |/
* / Changes to make TempDir() publicGennadiy Civil2017-05-022-18/+19
|/
* Merge pull request #724 from duggelz/masterBilly Donahue2016-03-151-3/+23
|\
| * Restructure $XML_OUTPUT_FILE logicDoug Greiman2016-02-262-19/+20
| * Read Bazel's $XML_OUTPUT_FILE environment variableDoug Greiman2016-02-232-1/+20
* | Change error message of EXPECT_EQ to treat lhs and rhs equivalently.Alexey Sokolov2016-02-161-60/+60
|/
* Add tmux and tmux-256color to the colored terminal list.Joongi Kim2016-01-311-0/+2
* Merge pull request #602 from mtbrandy/threadcount_aixBilly Donahue2015-12-101-0/+18
|\
| * Add include of sys/types.h.Matthew Brandyberry2015-10-021-0/+1
| * Implement GetThreadCount for AIX.Matthew Brandyberry2015-10-021-0/+17
* | Fix symbol visibility of StreamingListener.Dominic Meiser2015-10-291-1/+1
|/