index
:
avr/qmk/googletest
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
googletest
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTS
Gennadiy Civil
2017-11-07
1
-5
/
+10
|
|
\
|
|
|
*
Merge branch 'master' into gtestapifix
m-gupta
2017-10-25
1
-3
/
+8
|
|
|
\
|
|
|
*
Enable C++11 features for VS2015 and VS2017
Arkadiy Shapkin
2017-10-25
1
-3
/
+8
|
|
*
|
googletest: Add GTEST_API_ attribute to ThreadLocal class.
Manoj Gupta
2017-10-20
1
-2
/
+2
|
|
|
/
|
*
|
Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTS
Herbert Thielen
2017-10-04
1
-1
/
+1
|
|
\
|
|
|
*
Use gender-neutral pronouns in comments and docs
Jonathan Wakely
2017-09-27
1
-1
/
+1
|
*
|
Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTS
Herbert Thielen
2017-09-24
2
-5
/
+2
|
|
\
|
|
|
*
Merge branch 'master' into master
Gennadiy Civil
2017-09-23
1
-4
/
+0
|
|
|
\
|
|
|
*
Revert "Allow macros inside of parametrized test names."
Gennadiy Civil
2017-09-21
2
-15
/
+9
|
|
|
*
Merge pull request #1245 from sheepmaster/2017_09_04_parametrized
Gennadiy Civil
2017-09-21
2
-9
/
+15
|
|
|
|
\
|
|
|
|
*
Allow macros inside of parametrized test names.
Bernhard Bauer
2017-09-04
2
-9
/
+15
|
|
|
*
|
Remove redundant declaration
Benjamin Kircher
2017-09-16
1
-4
/
+0
|
|
|
|
/
|
|
*
|
Swap reinterpret_cast for static_cast
stkhapugin@chromium.org
2017-09-19
1
-2
/
+2
|
|
*
|
add a cast
Stepan Khapugin
2017-09-05
1
-1
/
+2
|
|
|
/
|
*
/
remove GTEST_HAS_PARAM_TESTS
Herbert Thielen
2017-09-04
7
-50
/
+4
|
|
/
|
*
Detect Fuchsia, and set GTEST_HAS_PTHREAD on GTEST_OS_FUCHSIA
Scott Graham
2017-08-29
2
-2
/
+6
|
*
Merge branch 'master' into master
Daniel Krügler
2017-08-21
1
-3
/
+4
|
|
\
|
|
*
Merge pull request #905 from iignatev/master
Gennadiy Civil
2017-08-13
1
-2
/
+3
|
|
|
\
|
|
|
*
enable null detection on Solaris Studio 12u4+
iignatev
2016-10-17
1
-2
/
+3
|
|
*
|
Merge pull request #937 from srz-zumix/fix-gtest-port-typo
Gennadiy Civil
2017-08-10
1
-1
/
+1
|
|
|
\
\
|
|
|
*
|
Fix or condition typo ( '|' -> '||' )
srz_zumix
2016-11-11
1
-1
/
+1
|
*
|
|
|
Infinite Loop when calling a mock function that takes boost::filesystem::path...
drgler
2017-08-09
3
-8
/
+42
|
|
/
/
/
*
/
/
/
Pass MSVC's C4826 warning.
David Benjamin
2017-08-07
1
-7
/
+2
|
/
/
/
*
|
|
Merge pull request #1081 from krytarowski/netbsd-1
Billy Donahue
2017-06-23
2
-2
/
+5
|
\
\
\
|
*
|
|
Add NetBSD support
Kamil Rytarowski
2017-05-06
2
-2
/
+5
*
|
|
|
Create gtest-internal.h
Billy Donahue
2017-06-11
1
-1
/
+1
*
|
|
|
Merge pull request #1091 from nico/wmicro
Billy Donahue
2017-05-23
1
-38
/
+51
|
\
\
\
\
|
*
|
|
|
Fix -Wmicrosoft-cast warnings when using gtest with clang on Windows.
Nico Weber
2017-05-15
1
-38
/
+51
*
|
|
|
|
Changes add ability to overwrite TempDir(), issue https://github.com/google/g...
Gennadiy Civil
2017-05-18
1
-0
/
+4
*
|
|
|
|
Merge pull request #1089 from nico/stdstring
Billy Donahue
2017-05-16
4
-20
/
+19
|
\
\
\
\
\
|
*
|
|
|
|
Use std::string and ::string explicitly in gtest and gmock code.
Nico Weber
2017-05-15
4
-20
/
+19
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #1090 from nico/typo
Billy Donahue
2017-05-15
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Fixing typo in documentation.
Nico Weber
2017-05-15
1
-1
/
+1
|
|
/
/
/
/
*
/
/
/
/
Gender-neutralize comments in gtest.h.
Nico Weber
2017-05-15
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #1078 from pwnall/gtest_api_port
Billy Donahue
2017-05-10
2
-1
/
+11
|
\
\
\
\
|
*
|
|
|
Pick up GTEST_API_ definition in gtest/internal/custom/gtest-port.h.
Victor Costan
2017-05-04
2
-1
/
+11
|
|
/
/
/
*
|
|
|
Merge pull request #965 from davidben/format-attr
Billy Donahue
2017-05-07
1
-0
/
+17
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Annotate ColoredPrintf with the format attribute and fix bugs.
David Benjamin
2016-12-21
1
-0
/
+17
|
|
/
/
*
|
|
Merge pull request #1034 from dankegel/master
Billy Donahue
2017-05-02
1
-1
/
+1
|
\
\
\
|
*
|
|
Minimal changes to fix build failures on Microsoft Visual Studio 2015
Dan Kegel
2017-03-01
1
-1
/
+1
*
|
|
|
Changes to make TempDir() public
Gennadiy Civil
2017-05-02
2
-3
/
+9
|
/
/
/
*
|
|
fix typo /GTEST_ATTRIBUTE_UNUSED/GTEST_ATTRIBUTE_UNUSED_/
srz_zumix
2017-02-03
1
-1
/
+1
*
|
|
Add GTEST_ATTRIBUTE_UNUSED_ to REGISTER_TYPED_TEST_CASE_P
Mike Bjorge
2017-01-09
1
-3
/
+4
|
/
/
*
|
Merge pull request #918 from DanAlbert/fix-android-GTEST_HAS_CLONE
Billy Donahue
2016-11-03
1
-2
/
+6
|
\
\
|
|
/
|
/
|
|
*
Fix detection of GTEST_HAS_CLONE for Android.
Dan Albert
2016-11-01
1
-2
/
+6
*
|
Fix build with MinGW-w64
Arkadiy Shapkin
2016-09-05
1
-1
/
+1
*
|
Merge pull request #721 from ilmagico/fix-mingw-threads
Billy Donahue
2016-08-24
1
-3
/
+9
|
\
\
|
*
|
Fix compilation on MinGW with native threads
Daniele Tamino
2016-02-22
1
-3
/
+9
|
|
/
*
|
Rollback change #808.
Billy Donahue
2016-06-26
1
-2
/
+2
*
|
Fix to tests that return object which implement operator bool
David Mott
2016-06-25
1
-2
/
+2
[prev]
[next]