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
*
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
*
Allow the single-arg Values() overload to to conversions, just like every other
kosak
2015-07-19
2
-18
/
+6
*
Condition some code on !GTEST_HAS_MUTEX_AND_THREAD_LOCAL_
kosak
2015-07-19
1
-0
/
+9
*
GTEST_USE_OWN_FLAGFILE support
kosak
2015-07-19
4
-0
/
+14
*
Move stack trace logic into custom/ and add a macro to inject it.
kosak
2015-07-17
3
-36
/
+65
*
Determine the existence of hash_map/hash_set in gtest-port.h.
kosak
2015-07-17
3
-6
/
+14
*
Implement GetThreadCount for Linux.
kosak
2015-07-17
2
-32
/
+47
*
Add support for --gtest_flagfile.
kosak
2015-07-17
9
-53
/
+182
*
Add support for --gtest_flagfile
kosak
2015-07-17
8
-108
/
+246
*
Move the selection of the flag saver implementation into gtest-port.h and
kosak
2015-07-14
3
-6
/
+8
*
Minor refactoring.
kosak
2015-07-14
2
-12
/
+14
*
Change GetDefaultFilter to allow for the injection of a custom filter.
kosak
2015-07-14
2
-0
/
+11
*
Add support for gtest custom printers.
kosak
2015-07-14
3
-31
/
+62
*
Add comment.
kosak
2015-07-14
1
-0
/
+10
*
Remove TestPrematureExitFileEnvVarIsSet
kosak
2015-07-14
1
-16
/
+0
*
Minor changes.
kosak
2015-07-14
2
-2
/
+2
*
Add GTEST_ATTRIBUTE_UNUSED_ to the dummy variable generated in INSTANTIATE_TE...
kosak
2015-07-14
2
-2
/
+2
*
Control death test with an #ifdef guard.
kosak
2015-07-14
1
-0
/
+4
*
Create custom/gtest-port.h to hold custom logic.
kosak
2015-07-14
3
-76
/
+209
*
Add GTEST_ATTRIBUTE_UNUSED_ to the dummy variable generated in
kosak
2015-07-13
2
-2
/
+2
*
fully-qualify use of scoped_ptr name
kosak
2015-07-13
2
-3
/
+2
*
urxvt supports colors
kosak
2015-04-28
2
-0
/
+8
*
Work around some unsigned->signed warnings in our tests/.
kosak
2015-04-28
3
-19
/
+20
*
Make an int64->double conversion explicit to silence -Wconversion.
kosak
2015-04-28
1
-1
/
+1
*
Enable GTest thread safety on Native Client.
kosak
2015-02-14
1
-3
/
+3
*
Add asserts to prevent mysterious hangs in a non-thread-safe gmock build.
kosak
2015-02-14
1
-2
/
+12
*
Add FreeBSD support.
kosak
2015-01-22
1
-3
/
+6
*
Fix build regression with old (Xcode 5.1) clangs.
kosak
2015-01-14
1
-4
/
+8
*
Fix build of Objective-C++ files with new clang versions.
kosak
2015-01-08
1
-0
/
+5
*
Small Mingw localtime() fix.
kosak
2015-01-08
1
-9
/
+18
*
Change an example to use 'override' rather than 'virtual'. Add missing header...
kosak
2015-01-08
2
-2
/
+4
*
Noop changes to suppress compile-time warnings in WINDOWS code paths.
kosak
2014-11-17
2
-1
/
+2
*
Remove special support for GTEST_OS_IOS_SIMULATOR.
kosak
2014-11-17
1
-5
/
+1
*
Strip trailing whitespace when stringifying type lists.
kosak
2014-11-17
4
-8
/
+42
*
Clang-on-Windows can support GTEST_ATTRIBUTE_UNUSED_.
kosak
2014-11-17
1
-3
/
+14
*
Call move() by qualified name (::testing::internal::move() or just internal::...
kosak
2014-11-17
1
-2
/
+2
*
Add ByMove() modifier for the Return() action.
kosak
2014-11-17
1
-8
/
+11
*
Distinguish between C++11 language and library support for std::function, std...
kosak
2014-11-17
2
-7
/
+29
*
Reduce the stack frame size for CmpHelper* functions by moving the failure pa...
kosak
2014-11-17
1
-9
/
+31
*
Mock out GetCurrentDir in NaCl.
kosak
2014-07-29
1
-1
/
+8
*
Expand equality failure messages with a by-line diff.
kosak
2014-07-28
5
-5
/
+433
*
Additional changes, to add support for Windows Phone and Windows RT
kosak
2014-06-18
1
-3
/
+5
*
Reduce the number of occurrences of gendered pronouns in gtest.
kosak
2014-06-18
6
-25
/
+25
*
Disable asan instrumentation for StackGrowsDown().
kosak
2014-06-17
1
-0
/
+2
[next]