index
:
avr/qmk/googletest
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update README.md
Billy Donahue
2015-08-26
1
-1
/
+1
*
Update README.md
Billy Donahue
2015-08-25
1
-1
/
+1
*
Update README.md
Billy Donahue
2015-08-25
1
-2
/
+2
*
Merge pull request #512 from google/unification
Billy Donahue
2015-08-25
314
-428
/
+65882
|
\
|
*
Merge pull request #511 from BillyDonahue/unification
Billy Donahue
2015-08-25
115
-31
/
+65485
|
|
\
|
|
*
tiny fix
Billy Donahue
2015-08-25
1
-5
/
+6
|
|
*
unified project home
Billy Donahue
2015-08-25
1
-58
/
+62
|
|
*
cat _home.md files into README.md
Billy Donahue
2015-08-25
2
-41
/
+32
|
|
*
move ProjectHome files into root
Billy Donahue
2015-08-25
2
-0
/
+0
|
|
*
Merge branch 'unification' of github.com:BillyDonahue/googlemock into unifica...
Billy Donahue
2015-08-25
114
-0
/
+65458
|
|
/
|
|
|
*
move googlemock files into googlemock/ subdir
Billy Donahue
2015-08-25
114
-0
/
+0
|
|
*
Merge remote-tracking branch 'google/master'
Billy Donahue
2015-08-25
25
-88
/
+20752
|
|
|
\
|
|
|
*
Merge pull request #182 from BillyDonahue/wiki
Billy Donahue
2015-08-25
15
-0
/
+0
|
|
|
|
\
|
|
|
|
*
move versioned docs to version directories
Billy Donahue
2015-08-25
15
-0
/
+0
|
|
|
*
|
Merge pull request #180 from google/wiki
Billy Donahue
2015-08-25
25
-88
/
+20752
|
|
|
/
|
|
|
|
|
*
|
Merge pull request #179 from BillyDonahue/wiki
Billy Donahue
2015-08-25
114
-0
/
+44775
|
|
|
|
\
|
|
|
|
|
*
readme.md updates
Billy Donahue
2015-08-25
1
-88
/
+69
|
|
|
|
*
README -> README.md
Billy Donahue
2015-08-25
1
-0
/
+0
|
|
|
|
*
move CheatSheet.md into docs
Billy Donahue
2015-08-25
1
-0
/
+0
|
|
|
|
*
Move all .md files from wiki into docs/ dir.
Billy Donahue
2015-08-25
23
-0
/
+0
|
|
|
|
*
Merge branch 'wiki' of github.com:BillyDonahue/googlemock into wiki
Billy Donahue
2015-08-25
24
-0
/
+20683
|
|
|
|
/
|
|
|
|
/
|
/
|
|
|
*
Migrating wiki contents from Google Code
Google Code Exporter
2015-08-24
24
-0
/
+20683
|
|
*
Rename custom/callback-actions.h[.pump] =>
kosak
2015-07-28
6
-16
/
+16
|
|
*
Injection point for GTEST_CUSTOM_INIT_GOOGLE_TEST_FUNCTION_
kosak
2015-07-28
1
-0
/
+5
|
|
*
Inject a mock stack trace getter.
kosak
2015-07-28
1
-10
/
+42
|
|
*
Add an injection point for customizing GMOCK_DECLARE_bool and the like.
kosak
2015-07-28
2
-0
/
+51
|
|
*
Tests based on GTEST_HAS_STD_UNIQUE_PTR_ and GTEST_HAS_STD_SHARED_PTR_.
kosak
2015-07-27
1
-0
/
+18
|
|
*
Inject customization point for gmock-matchers.h
kosak
2015-07-27
2
-1
/
+43
|
|
*
Templatize ParseeGoogleMockStringFlag on String type.
kosak
2015-07-27
1
-1
/
+2
|
|
*
Missing diff that should have gone along with the pull of gtest 738.
kosak
2015-07-27
1
-39
/
+0
|
|
*
Explicitly specify return value for lambda in AsStdFunction() to ensure it
kosak
2015-07-24
3
-12
/
+22
|
|
*
Remove some tests.
kosak
2015-07-19
1
-19
/
+2
|
|
*
Move Callback-related generated actions to a custom/ file.
kosak
2015-07-19
5
-169
/
+166
|
|
*
Mark the default constructor of Matcher<> explicit.
kosak
2015-07-13
1
-1
/
+1
|
|
*
Fix EXPECT_THAT() to support literal strings as a second argument.
kosak
2015-04-28
2
-3
/
+19
|
|
*
Change IsNull and NotNull to use ==/!= nullptr in C++11.
kosak
2015-04-28
3
-1
/
+27
|
|
*
Suppresses the stack trace in a warning for uninteresting call by default; th...
kosak
2015-02-14
3
-13
/
+27
|
|
*
In C++11 and above, makes a mock method whose return type is default
kosak
2015-02-14
4
-72
/
+150
|
|
*
This change adds an explicit invocation of std::move to workaround a problem
kosak
2015-02-14
1
-0
/
+7
|
|
*
Make ReturnNull() support unique_ptr and shared_ptr.
kosak
2015-01-08
2
-1
/
+19
|
|
*
Adding support to gmock_gen for nested templates.
kosak
2015-01-08
3
-4
/
+41
|
|
*
Makes DoubleNear() print the diff between the actual and the expected value w...
kosak
2015-01-08
3
-37
/
+73
|
|
*
Add support for C++11 explicitly defaulted and deleted special member functio...
kosak
2014-11-17
2
-4
/
+73
|
|
*
Prevent gmock_gen from returning exit code zero on a failure to parse.
kosak
2014-11-17
1
-1
/
+1
|
|
*
Handle parameters without variable names when the type includes *, & or [].
kosak
2014-11-17
2
-4
/
+33
|
|
*
Update gmock_doctor to accept static_assert output.
kosak
2014-11-17
1
-0
/
+9
|
|
*
Fix gmock-matchers_test's ConstIter.
kosak
2014-11-17
1
-2
/
+2
|
|
*
Fix gmock Action behaviour when return type is Wrapper
kosak
2014-11-17
2
-2
/
+26
|
|
*
Generate relational matchers (Eq,Lt, etc) with CRTP instead of macro.
kosak
2014-11-17
2
-93
/
+166
|
|
*
Call move() by qualified name (::testing::internal::move() or just internal::...
kosak
2014-11-17
2
-6
/
+10
[next]