summaryrefslogtreecommitdiffstats
path: root/googletest
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Use count function instead of handwritten looprefs/pull/2862/headppenguin2020-05-251-11/+1
* | | | | | Merge pull request #2677 from IYP-Programer-Yeah:fix-file-path-normalize-func...Derek Mauro2020-05-281-24/+12
|\ \ \ \ \ \
| * | | | | | Fix always false condition and clean function bodyrefs/pull/2677/headHosein Ghahramanzadeh2020-01-241-27/+13
* | | | | | | Merge pull request #2698 from aribibek:patch-1Derek Mauro2020-05-281-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fix a link to documentationrefs/pull/2698/headaribibek2020-02-061-1/+1
* | | | | | | | Googletest exportAbseil Team2020-05-281-0/+8
| |_|/ / / / / |/| | | | | |
* | | | | | | Googletest exportAbseil Team2020-05-141-2/+1
* | | | | | | Googletest exportAbseil Team2020-05-141-1/+6
* | | | | | | Merge pull request #2778 from lvjp:issue-2777Andy Getz2020-05-131-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix --gtest_print_time coloringrefs/pull/2778/headLaurent VERDOÏA2020-03-291-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Remove an explicit include of debugapi.hrefs/pull/2844/headMartin Storsjö2020-05-081-1/+0
* | | | | | | Revert "Googletest export"Martin Storsjö2020-05-081-1/+0
* | | | | | | Merge pull request #2751 from calumr:quiet-flagvslashg2020-05-058-57/+260
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into quiet-flagrefs/pull/2751/headvslashg2020-03-2711-35/+779
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Add GTEST_BRIEF optionCalum Robinson2020-03-198-26/+204
* | | | | | | | Googletest exportAbseil Team2020-05-051-0/+1
* | | | | | | | Googletest exportAbseil Team2020-05-011-3/+3
* | | | | | | | Merge pull request #2818 from inazarenko:masterGennadiy Rozental2020-05-012-17/+2
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge pull request #2818 from inazarenko:masterGennadiy Rozental2020-05-012-2/+17
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Enable protobuf printing for open-source proto messages.refs/pull/2818/headIgor Nazarenko2020-04-202-2/+17
* | | | | | | | | Merge pull request #2815 from Quuxplusone:simpleGennadiy Rozental2020-05-014-15/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix a -Wdeprecated warning.Arthur O'Dwyer2020-04-241-5/+4
| * | | | | | | | | Fix a -Wdeprecated warning.Arthur O'Dwyer2020-04-241-2/+2
| * | | | | | | | | Remove all uses of GTEST_DISALLOW_{MOVE_,}ASSIGN_.Arthur O'Dwyer2020-04-243-8/+2
| |/ / / / / / / /
* | | | | | | | | Googletest exportAbseil Team2020-05-011-1/+1
* | | | | | | | | Googletest exportAbseil Team2020-05-012-8/+7
* | | | | | | | | Googletest exportAbseil Team2020-05-011-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #2805 from pepsiman:patch-1Mark Barolak2020-04-161-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove redundant .c_str()refs/pull/2805/headMalcolm Parsons2020-04-091-1/+1
* | | | | | | | | Merge pull request #2802 from e-i-n-s:fix_clang_warningMark Barolak2020-04-161-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gtest-unittest-api_test - fix warning in clang buildrefs/pull/2802/headMarco Studerus2020-04-071-4/+4
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2810 from ptahmose:masterMark Barolak2020-04-161-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix signed/unsigned comparison issue (on OpenBSD)refs/pull/2810/headJuergen Bohl2020-04-121-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2756 from Conan-Kudo:fix-pkgconfig-reqsMark Barolak2020-04-161-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Ensure that gtest/gmock pkgconfig requirements specify versionrefs/pull/2756/headNeal Gompa2020-03-211-1/+1
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2773 from Quuxplusone:replace-noexceptMark Barolak2020-04-161-1/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Replace the last instance of `throw()` with `noexcept`. NFC.refs/pull/2773/headArthur O'Dwyer2020-03-281-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #2715 from kuzkry:document-premature-exit-file-protocolAndy Getz2020-04-041-0/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | add documentation for the premature-exit-file protocolrefs/pull/2715/headKrystian Kuzniarek2019-11-111-0/+12
* | | | | | | | | Merge pull request #2762 from pkryger:avoid_sigprofAndy Getz2020-04-041-5/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Swap settimer and sigaction calls to avoid SIGPROFrefs/pull/2762/headPrzemek Kryger2020-03-241-5/+7
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Googletest exportAbseil Team2020-04-042-5/+7
* | | | | | | | | Merge pull request #2765 from kuzkry:unsupported-build-systemsAndy Getz2020-03-311-71/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | remove chapters on Autotools, Meson and plain Makefilesrefs/pull/2765/headKrystian Kuzniarek2020-03-241-71/+0
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2764 from kuzkry:googletest-output-test-dead-codeAndy Getz2020-03-311-57/+0
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | remove dead code in googletest-output-testrefs/pull/2764/headKrystian Kuzniarek2020-03-241-57/+0
| |/ / / / / / /
* | | | | | | | Googletest exportAbseil Team2020-03-2410-54/+784
|/ / / / / / /
* | | | | | | Merge pull request #2746 from Romain-Geissler-1A:mastervslashg2020-03-211-5/+18
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Make sure IsATTY does not clobber errno.refs/pull/2746/headRomain Geissler2020-03-111-5/+18
| | |_|_|/ / | |/| | | |
* | | | | | Googletest exportAbseil Team2020-03-172-6/+4