summaryrefslogtreecommitdiffstats
path: root/googletest/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As mentioned in issue #360: "Now that all the platforms gtest supports work with value-parameterized tests, we should remove the uses of the GTEST_HAS_PARAM_TESTS macro from the codebase everywhere." https://github.com/google/googletest/issues/360
* | | | | | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116Tanzinul Islam2017-11-191-31/+25
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Use gender-neutral pronouns in comments and docsrefs/pull/1275/headJonathan Wakely2017-09-271-1/+1
| | |/ / / | |/| | |
| * | | | Make the failure messages from EXPECT_EQ and friends actually symmetric,refs/pull/1242/headAlexey Sokolov2017-09-131-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of reading more like reversing the former "expected" and "actual" roles of the LHS and RHS arguments. This patch is manually applied from internal version (125109873)
| * | | | Removed flush scopes around GTEST_LOG(FATAL) and exit call since FATAL is ↵Gasprd Petit2017-09-071-16/+6
| | | | | | | | | | | | | | | | | | | | expected to abort()
| * | | | 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_printfrefs/pull/1202/headgpetit2017-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 repositoryrefs/pull/1241/headHerbert 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-111-3/+31
| |\ \ \ | | | | | | | | | | Fix background color in ColoredPrintf
| | * | | Remove duplicate coderefs/pull/1127/headZulkarnine 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 #1180 from aconverse/masterGennadiy Civil2017-08-071-1/+2
| |\ \ \ \ | | | | | | | | | | | | Use wider types to prevent unsigned overflow diagnostics
| | * | | | Use wider types to prevent unsigned overflow diagnosticsrefs/pull/1180/headAlex 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 #1030 from vpfautz/masterGennadiy Civil2017-08-031-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | | Fixed some typos
| | * | | | Fixed some typosrefs/pull/1030/headvpfautz2017-02-261-1/+1
| | | |/ / | | |/| |
| * | | | Merge pull request #764 from flyd1005/wip-fix-typoGennadiy Civil2017-08-023-3/+3
| |\ \ \ \ | | | | | | | | | | | | remove duplicated words
| | * | | | remove duplicated wordsrefs/pull/764/headLi Peng2016-04-273-3/+3
| | |/ / / | | | | | | | | | | | | | | | Signed-off-by: Li Peng <lip@dtdream.com>
| * | | | Merge pull request #962 from klimkin/klimkin-patch-typoGennadiy Civil2017-08-021-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | | Fix a typo
| | * | | Fix a typorefs/pull/962/headAlexey Klimkin2016-12-131-1/+1
| | |/ / | | | | | | | | Help says "FILE_PATH defaults to test_details.xml", but the real path is test_detail.xml.
| * | | Colouring in help textrefs/pull/1129/headChris-Sharpe2017-06-211-1/+1
| | |/ | |/|
* | | Allow death test child to bypass WER under MinGWTanzinul Islam2017-06-191-2/+2
|/ / | | | | | | | | | | | | | | The mechanics of suppressing debugger trapping and Windows Error Reporting for the crashed child process in a death test are currently guarded under the `GTEST_HAS_SEH` macro. This seems unnecessary, as the logic does not call any APIs related to Structured Error Handling. Replace the guarding macro with the more permissive `GTEST_OS_WINDOWS`, so that Windows toolchains without SEH support (e.g. MinGW) can benefit from it. Fixes: #1116
* | Changes add ability to overwrite TempDir(), issue ↵refs/pull/1096/headGennadiy Civil2017-05-181-1/+3
| | | | | | | | https://github.com/google/googletest/issues/1093
* | Use std::string and ::string explicitly in gtest and gmock code.refs/pull/1089/headNico Weber2017-05-154-37/+34
| | | | | | | | | | | | | | | | | | This merges a Google-internal change (117235625). Original CL description: This CL was created manually in about an hour with sed, a Python script to find all the places unqualified 'string' was mentioned, and some help from Emacs to add the "std::" qualifications, plus a few manual tweaks.
* | Merge pull request #965 from davidben/format-attrBilly Donahue2017-05-071-3/+4
|\ \ | | | | | | Annotate ColoredPrintf with the format attribute and fix bugs.
| * | Annotate ColoredPrintf with the format attribute and fix bugs.refs/pull/965/headDavid Benjamin2016-12-221-3/+4
| |/ | | | | | | | | | | | | | | | | | | | | googletest doesn't currently build with clang's very aggressive -Wformat-nonliteral warning. It requires that all non-literal format strings come from the argument of a function annotated with a compatible format attribute. Fixing that reports that ColoredPrintf's callers weren't passing the normal -Wformat warning. Some messages were passed directly into the format string rather than via "%s".
* | Changes to make TempDir() publicrefs/pull/1077/headGennadiy Civil2017-05-022-18/+19
|/ | | | Fixes #1076.
* Merge pull request #724 from duggelz/masterBilly Donahue2016-03-151-3/+23
|\ | | | | Read Bazel's $XML_OUTPUT_FILE environment variable
| * Restructure $XML_OUTPUT_FILE logicDoug Greiman2016-02-262-19/+20
| |
| * Read Bazel's $XML_OUTPUT_FILE environment variableDoug Greiman2016-02-242-1/+20
| | | | | | | | | | | | If $XML_OUTPUT_FILE is set, and $GTEST_OUTPUT and --gtest_output are not specified, produce output as if GTEST_OUTPUT=xml:$XML_OUTPUT_FILE had been set.
* | Change error message of EXPECT_EQ to treat lhs and rhs equivalently.refs/pull/713/headAlexey Sokolov2016-02-161-60/+60
|/
* Add tmux and tmux-256color to the colored terminal list.refs/pull/699/headJoongi Kim2016-01-311-0/+2
|
* Merge pull request #602 from mtbrandy/threadcount_aixBilly Donahue2015-12-101-0/+18
|\ | | | | Implement GetThreadCount for AIX.
| * Add include of sys/types.h.refs/pull/602/headMatthew Brandyberry2015-10-021-0/+1
| |
| * Implement GetThreadCount for AIX.Matthew Brandyberry2015-10-021-0/+17
| |
* | Fix symbol visibility of StreamingListener.refs/pull/605/headDominic Meiser2015-10-301-1/+1
|/
* Fix unused static variable warning on Windowsrefs/pull/585/headOrgad Shaneh2015-09-091-0/+2
|
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-2510-0/+10204