summaryrefslogtreecommitdiffstats
path: root/googletest/src/gtest.cc
Commit message (Expand)AuthorAgeFilesLines
* code management comments, [ci-skip], no functionality changesGennadiy Civil2018-08-091-0/+1
* Merge branch 'master' of https://github.com/google/googletestGennadiy Civil2018-08-081-0/+1
* Adds stacktrace support from Abseil to Google TestDerek Mauro2018-07-101-3/+83
* Eliminate GTEST_TEST_FILTER_ENV_VAR_.refs/pull/1622/headRohan Joyce2018-06-141-3/+4
* Reduce the number of strcmp calling while initializationTakuto Ikuta2018-06-121-3/+3
* Rename AdvancedGuide.md to advanced.md and adjust the links. Gennadiy Civil2018-06-111-1/+1
* Formatting changes refs/pull/1607/headGennadiy Civil2018-05-231-1/+1
* Use NULL instead of nullptr, for pre-C++11 builds.refs/pull/1597/headJae Heon Lee2018-05-091-2/+2
* Fix the bug where ad_hoc_test_result() functions of UnitTest and TestCase obj...Jae Heon Lee2018-05-071-4/+8
* Tweaking https://github.com/google/googletest/pull/1523 to exclude naclrefs/pull/1542/headGennadiy Civil2018-04-041-1/+3
* typoRoland Leißa2018-03-291-1/+1
* provide alternative for DebugBreak()Roland Leißa2018-03-281-0/+3
* more mergesGennadiy Civil2018-03-221-1/+1
* More mergesGennadiy Civil2018-03-211-1/+7
* merge, again, IsRecursiveContainerrefs/pull/1507/headGennadiy Civil2018-03-151-2/+2
* Merging, XML testsrefs/pull/1497/headGennadiy Civil2018-03-071-3/+36
* merges-8refs/pull/1493/headGennadiy Civil2018-03-051-12/+14
* merges-7refs/pull/1492/headGennadiy Civil2018-03-051-25/+41
* Use a full message in the JSON output for failuresrefs/pull/1486/headPetr Hosek2018-03-011-2/+2
* Support JSON output format in addition to XMLPetr Hosek2018-02-281-10/+365
* cleanup/mergesGennadiy Civil2018-02-131-16/+12
* Merge branch 'master' into assertrefs/pull/1439/headGennadiy Civil2018-02-091-1/+1
|\
| * Fixed typosrefs/pull/1446/headTroy Holsapple2018-02-081-1/+1
* | Add ability to throw from ASSERTAlexey Sokolov2018-02-081-2/+5
|/
* upstream cl 182543808Gennadiy Civil2018-01-241-0/+7
* merges, cl/155419551 and otherGennadiy Civil2018-01-221-4/+5
* Merge branch 'master' into support_xboxonerefs/pull/1401/headGennadiy Civil2018-01-181-20/+19
|\
| * Expose ScopedTrace utility in public interfaceFedor Trushkin2018-01-171-20/+19
* | Added support for WINAPI_PARTITION_TV_TITLE which is defined on XboxOnegpetit2018-01-121-1/+1
|/
* Upstream cl 103120214Gennadiy Civil2018-01-111-3/+2
* Merge branch 'master' into missing-declarationsrefs/pull/1007/headGennadiy Civil2018-01-051-18/+11
|\
| * upstreaming cl 124976692Gennadiy Civil2018-01-031-18/+11
* | Pass the -Wmissing-declarations warning.David Benjamin2018-01-031-21/+24
|/
* 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 ...refs/pull/1324/headwhame2017-11-071-3/+3
* | Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTSHerbert Thielen2017-10-041-1/+1
|\ \ | |/
| * Use gender-neutral pronouns in comments and docsrefs/pull/1275/headJonathan Wakely2017-09-271-1/+1
* | Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTSHerbert Thielen2017-09-241-30/+24
|\ \ | |/
| * Make the failure messages from EXPECT_EQ and friends actually symmetric,refs/pull/1242/headAlexey 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_printfrefs/pull/1202/headgpetit2017-08-141-27/+76
| |\ \
| * | | Use GTEST_LOG instead of printfgpetit2017-08-141-23/+26
* | | | remove GTEST_HAS_PARAM_TESTSHerbert Thielen2017-09-041-8/+0
| |_|/ |/| |
* | | change links from former code.google.com to current github repositoryrefs/pull/1241/headHerbert Thielen2017-08-311-1/+1
| |/ |/|
* | Merge pull request #1127 from zulkarnine/patch-1Gennadiy Civil2017-08-111-3/+31
|\ \
| * | 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