index
:
googletest.git
05CC6081FCBD0071053DE78238E136B3
1278977C598F83A02A525FEA38941265
4422C11159FF3F7F49E4BC959EE89D06
498B35FA518A5E1CF8C95CE6D51091B2
77A9B20B4C1E02FAC90D1D942E1D4C18
8EA412EE54E54CAC6E49EE3B7C209DA1
9A681768AABE08D1EFA5CA77528236A4
B4DE7B5F4F45390ABCFB887AFADA9303
BC1EDD4B325FB2BF16E1EF6DF8EFC0DF
main
master
v1.10.x
v1.12.x
v1.13.x
v1.14.x
v1.15.x
v1.8.x
Google's C++ test framework: https://github.com/google/googletest
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
googlemock
/
src
/
gmock-spec-builders.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2497 from thejcannon:handle_null_filename
Gennadiy Civil
2019-10-10
1
-1/+5
|
\
|
*
Use FormatFileLocation for streaming file and line
refs/pull/2497/head
Joshua Cannon
2019-10-07
1
-1/+2
|
/
*
restore mistakenly removed iffs in their explicit form
refs/pull/2387/head
Krystian Kuzniarek
2019-08-20
1
-6/+7
*
fix typos
refs/pull/2356/head
Krystian Kuzniarek
2019-07-30
1
-5/+5
*
Googletest export
misterg
2019-07-16
1
-1/+1
*
Googletest export
Abseil Team
2019-07-16
1
-1/+1
*
Renaming doc files to make the file names more palatable and in preparation f...
Gennadiy Civil
2019-06-19
1
-1/+1
*
Googletest export
misterg
2019-01-03
1
-4/+4
*
Googletest export
misterg
2019-01-02
1
-3/+0
*
Googletest export
Abseil Team
2019-01-02
1
-3/+0
*
Googletest export
misterg
2018-12-13
1
-1/+1
*
Googletest export
misterg
2018-11-20
1
-1/+1
*
Remove workarounds for unsupported MSVC versions
Robin Lindén
2018-11-10
1
-3/+3
*
Merge pull request #1941 from barkovv:master
Gennadiy Civil
2018-10-29
1
-2/+2
|
\
|
*
Replaced all NULLs with nullptr in googlemock
refs/pull/1941/head
Vadim Barkov
2018-10-28
1
-2/+2
*
|
Googletest export
misterg
2018-10-29
1
-1/+2
|
/
*
Googletest export
Abseil Team
2018-10-26
1
-2/+1
*
Googletest export
misterg
2018-10-26
1
-1/+2
*
Merge branch 'isnice' of https://github.com/BrukerJWD/googletest into isnice
Jonathan Wendeborn
2018-10-16
1
-74/+130
|
\
|
*
Merge branch 'master' into isnice
BrukerJWD
2018-10-16
1
-74/+130
|
|
\
|
|
*
Apply clang-tidy modernize-use-nullptr to googletest.
Abseil Team
2018-10-05
1
-22/+19
|
|
*
more comments changes
refs/pull/1741/head
Gennadiy Civil
2018-08-14
1
-1/+1
|
|
*
more comments changes
Gennadiy Civil
2018-08-14
1
-1/+1
|
|
*
Comments changes, no functionality changes
refs/pull/1740/head
Gennadiy Civil
2018-08-14
1
-2/+1
|
|
*
merging
Gennadiy Civil
2018-04-10
1
-7/+10
|
|
*
merge
Gennadiy Civil
2018-04-10
1
-10/+7
|
|
|
\
|
|
|
*
Revert "gmock actions 2"
refs/pull/1556/head
Gennadiy Civil
2018-04-10
1
-15/+0
|
|
|
*
formatting
Gennadiy Civil
2018-04-09
1
-1/+1
|
|
|
*
And also silence for MSVS14
Gennadiy Civil
2018-04-09
1
-2/+2
|
|
|
*
preproc syntax ( I can never remember it)
Gennadiy Civil
2018-04-09
1
-5/+9
|
|
|
*
syntax
Gennadiy Civil
2018-04-09
1
-2/+2
|
|
|
*
cont.
Gennadiy Civil
2018-04-09
1
-2/+2
|
|
|
*
continued
Gennadiy Civil
2018-04-09
1
-1/+0
|
|
*
|
RE-Doing the merge, this time with gcc on mac in the PR so I can catch errors...
Gennadiy Civil
2018-04-10
1
-7/+10
|
|
|
/
|
|
*
more mcvs fixing
Gennadiy Civil
2018-04-06
1
-0/+12
|
|
*
Merging gMock, 2
Gennadiy Civil
2018-04-05
1
-42/+80
|
|
*
Pass the -Wmissing-declarations warning.
David Benjamin
2018-01-03
1
-1/+1
|
|
*
Use gender-neutral pronouns in comments and docs
refs/pull/1275/head
Jonathan Wakely
2017-09-27
1
-2/+2
|
|
*
Merge branch 'refs/heads/master' into flag-default
Alyssa Wilk
2017-08-28
1
-1/+1
|
|
|
\
|
|
|
*
Add function name to exception if there's no default action
Maurice Gilden
2017-08-16
1
-1/+1
|
|
*
|
Handling invalid flag values
Alyssa Wilk
2017-08-16
1
-1/+8
|
|
*
|
Adding a flag option to change the default mock type
Alyssa Wilk
2017-08-10
1
-1/+2
|
|
|
/
|
|
*
Use std::string and ::string explicitly in gtest and gmock code.
refs/pull/1089/head
Nico Weber
2017-05-15
1
-5/+4
*
|
|
Use existing Mock::GetReactionOnUninterestingCalls()
Jonathan Wendeborn
2018-10-16
1
-17/+3
|
/
/
*
|
Don't fully qualify enum member
Jonathan Wendeborn
2018-10-16
1
-6/+4
*
|
Added Mock::IsNaggy, IsNice, and IsStrict
Jonathan Wendeborn
2018-10-16
1
-0/+29
|
/
*
Fix link that's returned when running tests. #714
refs/pull/715/head
Jacob Meacham
2016-02-17
1
-2/+2
*
move googlemock files into googlemock/ subdir
Billy Donahue
2015-08-25
1
-0/+823