index
:
avr/qmk/googletest
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
gtest-port_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move everything in googletest into googletest/googletest
Billy Donahue
2015-08-25
1
-1304
/
+0
*
Inject the name of the Init function using a macro.
kosak
2015-07-27
1
-3
/
+5
*
Do not create an extra default instance of T when constructing a ThreadLocal<T>.
kosak
2015-07-19
1
-32
/
+9
*
Condition some code on !GTEST_HAS_MUTEX_AND_THREAD_LOCAL_
kosak
2015-07-19
1
-0
/
+9
*
Implement GetThreadCount for Linux.
kosak
2015-07-17
1
-28
/
+21
*
Work around some unsigned->signed warnings in our tests/.
kosak
2015-04-28
1
-2
/
+2
*
Implement threading support for gtest on Windows.
kosak
2014-03-24
1
-36
/
+106
*
Unfortunately, the svn repo is a bit out of date. This commit contains 8
jgm
2012-11-15
1
-9
/
+11
*
Improves gtest's failure messages. In particulars, char pointers and
zhanyong.wan
2012-06-07
1
-0
/
+37
*
Improves conformance to the Google C++ Style Guide (by Greg Miller).
vladlosev
2011-11-04
1
-4
/
+4
*
Fixes C++0x compatibility problems.
vladlosev
2011-09-26
1
-28
/
+30
*
Fixes a resource leak in gtest-port_test (by Haruka Iwao).
vladlosev
2011-07-11
1
-0
/
+1
*
QNX compatibility patch (by Haruka Iwao).
vladlosev
2011-06-20
1
-2
/
+7
*
Avoids iterator_traits, as it's not available in libCStd when compiled with S...
zhanyong.wan
2011-04-12
1
-0
/
+20
*
Indents preprocessor directives.
zhanyong.wan
2011-02-22
1
-5
/
+9
*
Adds null check for file locations in XML output printer.
vladlosev
2011-02-02
1
-0
/
+38
*
Renames some internal functions to avoid name clashes.
vladlosev
2011-01-29
1
-7
/
+7
*
Fixes GCC 4.6 warnings (patch by Jeffrey Yasskin).
zhanyong.wan
2011-01-10
1
-0
/
+1
*
Include gtest headers as user headers instead of system headers.
zhanyong.wan
2010-09-14
1
-3
/
+3
*
Casts char to unsigned char before calling isspace() etc to avoid undefined b...
zhanyong.wan
2010-08-31
1
-51
/
+51
*
Allows Google Test to build on OSes other then a pre-determined set and imple...
vladlosev
2010-07-22
1
-0
/
+11
*
Moves the universal printer from gmock to gtest and refactors the cmake scrip...
zhanyong.wan
2010-05-10
1
-0
/
+112
*
Fixes gtest-port_test on MinGW.
vladlosev
2010-04-22
1
-1
/
+3
*
Fixes a leak in ThreadLocal.
zhanyong.wan
2010-03-26
1
-17
/
+64
*
Adds a smoketest for ThreadWithParam.
vladlosev
2010-03-05
1
-0
/
+10
*
Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...
zhanyong.wan
2010-03-04
1
-17
/
+33
*
Simplifies ThreadStartSemaphore's implementation.
zhanyong.wan
2010-02-26
1
-12
/
+7
*
Simplifies the threading implementation and improves some comments.
zhanyong.wan
2010-02-25
1
-24
/
+6
*
Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...
zhanyong.wan
2010-02-24
1
-2
/
+221
*
Implements stdout capturing (by Vlad Losev); fixes compiler error on NVCC (by...
zhanyong.wan
2010-01-27
1
-3
/
+43
*
Removes uses of GTEST_HAS_STD_STRING.
zhanyong.wan
2009-12-16
1
-2
/
+0
*
Implements the element_type typedef in testing::internal::scoped_ptr. This is...
vladlosev
2009-11-17
1
-0
/
+8
*
Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed tests...
zhanyong.wan
2009-11-13
1
-0
/
+4
*
Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).
zhanyong.wan
2009-09-30
1
-3
/
+3
*
Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...
zhanyong.wan
2009-09-11
1
-3
/
+4
*
Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...
zhanyong.wan
2009-08-07
1
-5
/
+1
*
Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors...
zhanyong.wan
2009-07-22
1
-4
/
+4
*
Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; h...
zhanyong.wan
2009-07-01
1
-0
/
+14
*
Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the th...
zhanyong.wan
2009-04-07
1
-0
/
+43
*
Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...
zhanyong.wan
2009-03-06
1
-13
/
+25
*
Cleans up macro definitions.
zhanyong.wan
2009-02-23
1
-3
/
+3
*
Implements a simple regex matcher (to be used by death tests on Windows).
zhanyong.wan
2009-01-29
1
-12
/
+489
*
Value-parameterized tests and many bugfixes
vladlosev
2008-11-20
1
-0
/
+156