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
/
include
/
gmock
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
Googletest export
kuzkry
2019-09-16
1
-5/+4
*
Merge pull request #2387 from kuzkry:iff
Shaindel Schwartz
2019-09-12
1
-10/+10
|
\
|
*
restore mistakenly removed iffs in their explicit form
refs/pull/2387/head
Krystian Kuzniarek
2019-08-20
1
-10/+10
*
|
Googletest export
kuzkry
2019-09-06
1
-4/+0
*
|
Merge pull request #2382 from kuzkry:dead-metafunction
Gennadiy Civil
2019-08-27
1
-13/+0
|
\
\
|
*
|
remove a dead metafunction
refs/pull/2382/head
Krystian Kuzniarek
2019-08-16
1
-13/+0
*
|
|
Googletest export
kuzkry
2019-08-23
1
-13/+8
*
|
|
Merge pull request #2394 from kuzkry:custom-type-traits-duplication-of-custom...
Xiaoyi Zhang
2019-08-23
1
-14/+3
|
\
\
\
|
*
|
|
reuse IndexSequence from googletest
refs/pull/2394/head
Krystian Kuzniarek
2019-08-14
1
-14/+3
|
|
/
/
*
|
|
Merge pull request #2393 from kuzkry:custom-type-traits-remove_const
Xiaoyi Zhang
2019-08-21
1
-5/+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
remove a custom implementation of std::remove_const
refs/pull/2393/head
Krystian Kuzniarek
2019-08-13
1
-5/+5
|
|
/
*
|
Merge pull request #2397 from kuzkry:custom-type-traits-is_reference
Gennadiy Civil
2019-08-19
1
-4/+0
|
\
\
|
*
|
remove a custom implementation of std::is_reference
Krystian Kuzniarek
2019-08-14
1
-4/+0
|
|
/
*
|
Googletest export
Abseil Team
2019-08-15
1
-19/+0
*
|
remove custom implementations of std::is_same
refs/pull/2399/head
Krystian Kuzniarek
2019-08-14
1
-4/+0
|
/
*
fix typos
refs/pull/2356/head
Krystian Kuzniarek
2019-07-30
1
-9/+9
*
Don't allow signed/unsigned wchar_t in gcc 9 and later
refs/pull/2270/head
Peter Levine
2019-06-04
1
-1/+4
*
Googletest export
Abseil Team
2019-01-17
1
-0/+1
*
Googletest export
Abseil Team
2019-01-08
3
-392/+35
*
Googletest export
misterg
2019-01-02
1
-2/+0
*
Googletest export
Abseil Team
2019-01-02
3
-54/+3
*
Googletest export
Abseil Team
2018-12-20
1
-2/+0
*
Googletest export
Abseil Team
2018-11-20
1
-2/+2
*
Googletest export
Abseil Team
2018-11-20
1
-47/+4
*
Googletest export
Abseil Team
2018-11-15
1
-0/+360
*
Remove workarounds for unsupported MSVC versions
Robin Lindén
2018-11-10
1
-3/+3
*
Googletest export
misterg
2018-10-29
2
-10/+0
*
Googletest export
Abseil Team
2018-10-26
2
-0/+10
*
Googletest export
misterg
2018-10-26
2
-10/+0
*
Unconditionally use std::tuple.
Abseil Team
2018-10-09
3
-59/+51
*
Comments changes, no functionality changes.
Gennadiy Civil
2018-08-14
1
-1/+1
*
Comments changes, no functionality changes
refs/pull/1740/head
Gennadiy Civil
2018-08-14
4
-8/+4
*
formatting custom/README.md
Gennadiy Civil
2018-08-14
1
-1/+1
*
formatting for new READMEs
Gennadiy Civil
2018-08-13
1
-6/+6
*
Move instructions into custom/README files
Gennadiy Civil
2018-08-13
3
-13/+18
*
comment cleanup
refs/pull/1732/head
Gennadiy Civil
2018-08-13
1
-2/+0
*
Formatting changes for automatic code management
Gennadiy Civil
2018-07-27
8
-0/+16
*
Merge branch 'master' into googletest_for_asam
duxiuxing
2018-07-19
1
-1/+1
|
\
|
*
Formatting and a link
Gennadiy Civil
2018-07-18
1
-1/+1
*
|
Fix warning C4819: The file contains a character that cannot be represented i...
duxiuxing
2018-07-17
1
-1/+1
|
/
*
Fix friend declaration to use GTEST_API_ decl spec.
David Sunderland
2018-04-19
1
-1/+1
*
Revert useless use of GTEST_API_ on WithoutMatchers decl.
David Sunderland
2018-04-19
1
-1/+1
*
Add GTEST_API_ tag to WithoutMatchers class. Hopefully that fixes the problem...
David Sunderland
2018-04-19
1
-1/+1
*
Mark new GetWithoutMatchers method as part of the exported API, to address MS...
David Sunderland
2018-04-19
1
-1/+1
*
Clone of unsubmitted cr/176529515. Introduce parameterless expectations.
David Sunderland
2018-04-18
1
-0/+15
*
..and this should be it
refs/pull/1558/head
Gennadiy Civil
2018-04-11
1
-1/+15
*
merge
Gennadiy Civil
2018-04-10
1
-15/+1
|
\
|
*
Revert "gmock actions 2"
refs/pull/1556/head
Gennadiy Civil
2018-04-10
2
-16/+2
|
*
yet more
Gennadiy Civil
2018-04-09
1
-1/+1
*
|
RE-Doing the merge, this time with gcc on mac in the PR so I can catch errors...
Gennadiy Civil
2018-04-10
1
-1/+1
|
/
[next]