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
...
|
|
*
Fixes compatibility with gcc 4.3's tuple implementation.
shiqian
2008-12-11
2
-8
/
+97
|
|
*
Improves the documentation.
shiqian
2008-12-11
2
-49
/
+103
|
|
*
More tweaks to the build script.
shiqian
2008-12-11
4
-22
/
+330
|
|
*
More tweaks to the build systems.
shiqian
2008-12-10
3
-22
/
+36
|
|
*
Adds Visual Studio projects for building Google Mock.
shiqian
2008-12-10
9
-4
/
+1205
|
|
*
Initial drop of Google Mock. The files are incomplete and thus may not build...
shiqian
2008-12-10
65
-0
/
+26173
|
*
Move everything in googletest into googletest/googletest
Billy Donahue
2015-08-25
200
-0
/
+0
|
/
*
Merge pull request #506 from google/BillyDonahue-patch-1
Billy Donahue
2015-08-24
1
-2
/
+2
|
\
|
*
Update README.md
Billy Donahue
2015-08-24
1
-2
/
+2
|
/
*
Merge pull request #505 from BillyDonahue/import_d
Billy Donahue
2015-08-24
1
-9
/
+7
|
\
|
*
dhood suggestions
Billy Donahue
2015-08-24
1
-8
/
+6
|
*
Merge pull request #7 from dhood/master
Billy Donahue
2015-08-24
1
-4
/
+4
|
|
\
|
|
*
Correct readme links
Deanna Hood
2015-08-24
1
-4
/
+4
|
|
/
|
/
|
*
|
Merge pull request #502 from BillyDonahue/pump_manual_fix
Billy Donahue
2015-08-22
1
-2
/
+2
|
\
\
*
\
\
Merge pull request #501 from BillyDonahue/master
Billy Donahue
2015-08-22
1
-11
/
+11
|
\
\
\
|
|
|
*
Merge pull request #5 from BillyDonahue/pump_manual_fix
Billy Donahue
2015-08-22
1
-2
/
+2
|
|
|
/
|
|
|
/
|
/
|
|
*
Update PumpManual.md
Billy Donahue
2015-08-22
1
-2
/
+2
|
|
/
|
*
Merge pull request #4 from BillyDonahue/samples_md-fix
Billy Donahue
2015-08-22
1
-11
/
+11
|
|
\
|
|
*
relative links to samples/
Billy Donahue
2015-08-22
1
-11
/
+11
|
|
/
|
*
Merge pull request #3 from google/master
Billy Donahue
2015-08-22
0
-0
/
+0
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #500 from BillyDonahue/master
Billy Donahue
2015-08-22
0
-0
/
+0
|
\
|
|
*
Merge pull request #2 from google/master
Billy Donahue
2015-08-22
0
-0
/
+0
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #499 from google/wiki
Billy Donahue
2015-08-22
29
-0
/
+16074
|
\
\
|
*
|
Merge pull request #498 from BillyDonahue/wiki
Billy Donahue
2015-08-22
200
-0
/
+71777
|
|
\
|
|
|
*
Move wiki .md files to docs/ folder.
Billy Donahue
2015-08-22
29
-0
/
+0
|
|
*
Merge branch 'master' into wiki
Billy Donahue
2015-08-22
1
-91
/
+83
|
|
|
\
|
|
|
*
Merge pull request #1 from google/master
Billy Donahue
2015-08-22
1
-91
/
+83
|
|
|
|
\
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #497 from BillyDonahue/20150822_readme_md
Billy Donahue
2015-08-22
1
-91
/
+83
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Rename README->README.md
Billy Donahue
2015-08-22
1
-91
/
+83
|
/
/
/
|
|
*
Merge branch 'wiki' of github.com:BillyDonahue/googletest into wiki
Billy Donahue
2015-08-22
29
-0
/
+16074
|
|
/
|
|
/
|
/
|
*
Migrating wiki contents from Google Code
Google Code Exporter
2015-07-28
29
-0
/
+16074
*
Merge pull request #495 from BillyDonahue/script_export
Billy Donahue
2015-08-21
1
-0
/
+0
|
\
|
*
Remove execute permissions from msvc/ files.
Billy Donahue
2015-08-21
10
-0
/
+0
|
*
Codegear files should be CRLF.
Billy Donahue
2015-08-21
6
-437
/
+437
|
*
Exported by script
Billy Donahue
2015-08-21
17
-437
/
+437
|
/
*
Introduce FormatForComparison to format values that are operands of compariso...
kosak
2015-07-28
2
-97
/
+97
*
Prevent MSVC from issuing warnings about possible value truncations.
kosak
2015-07-28
1
-2
/
+2
*
Introduct GTEST_HAS_STD_SHARED_PTR_
kosak
2015-07-27
1
-0
/
+1
*
Order the initializers correctly.
kosak
2015-07-27
1
-2
/
+2
*
Inject GTEST_EXTRA_DEATH_TEST_CHILD_SETUP
kosak
2015-07-27
1
-0
/
+5
*
Inject the custom InitGoogleTest function using a macro.
kosak
2015-07-27
1
-0
/
+8
*
Inject the name of the Init function using a macro.
kosak
2015-07-27
2
-3
/
+9
*
Inject GTEST_CUSTOM_TEST_EVENT_LISTENER_
kosak
2015-07-24
1
-0
/
+5
*
Inject GetArgvs() with a macro from custom/gtest-port.h.
kosak
2015-07-24
4
-30
/
+19
*
Inject GTEST_EXTRA_DEATH_TEST_COMMAND_LINE_ARGS_
kosak
2015-07-24
1
-0
/
+6
*
Fix an instance of move-pessimization.
kosak
2015-07-24
1
-1
/
+1
*
Add support for named value-parameterized tests.
kosak
2015-07-24
6
-18
/
+351
*
Inject implementation of *FromGTestEnv using macros.
kosak
2015-07-24
2
-0
/
+13
*
Add injection point for GTEST_KILLED_BY_SIGNAL_OVERRIDE.
kosak
2015-07-19
1
-0
/
+8
*
Do not create an extra default instance of T when constructing a ThreadLocal<T>.
kosak
2015-07-19
2
-42
/
+87
[prev]
[next]