index
:
avr/qmk/googletest
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gtest-port.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move everything in googletest into googletest/googletest
Billy Donahue
2015-08-25
1
-1221
/
+0
*
Order the initializers correctly.
kosak
2015-07-27
1
-2
/
+2
*
Inject GetArgvs() with a macro from custom/gtest-port.h.
kosak
2015-07-24
1
-4
/
+1
*
Inject implementation of *FromGTestEnv using macros.
kosak
2015-07-24
1
-0
/
+9
*
Determine the existence of hash_map/hash_set in gtest-port.h.
kosak
2015-07-17
1
-1
/
+0
*
Implement GetThreadCount for Linux.
kosak
2015-07-17
1
-4
/
+26
*
Add support for --gtest_flagfile
kosak
2015-07-17
1
-35
/
+45
*
Reduce the number of occurrences of gendered pronouns in gtest.
kosak
2014-06-18
1
-3
/
+3
*
Push upstream to SVN.
billydonahue
2014-05-15
1
-7
/
+2
*
Implement threading support for gtest on Windows.
kosak
2014-03-24
1
-4
/
+387
*
Standards compliance changes to fix QNX build.
kosak
2014-03-12
1
-0
/
+1
*
Removes testing::internal::String::Format(), which causes problems as it trun...
kosak
2013-02-22
1
-6
/
+6
*
Unfortunately, the svn repo is a bit out of date. This commit contains 8
jgm
2012-11-15
1
-17
/
+21
*
Improves Android support (by David Turner).
vladlosev
2012-09-19
1
-4
/
+18
*
Misc small updates to some debug death code, and to messages streaming to macros
jgm
2012-03-09
1
-3
/
+8
*
Improves conformance to the Google C++ Style Guide (by Greg Miller).
vladlosev
2011-11-04
1
-1
/
+0
*
Adds ability to inject death test child arguments for test purposes.
vladlosev
2011-10-05
1
-3
/
+15
*
QNX compatibility patch (by Haruka Iwao).
vladlosev
2011-06-20
1
-0
/
+25
*
Indents preprocessor directives.
zhanyong.wan
2011-02-22
1
-15
/
+16
*
Adds null check for file locations in XML output printer.
vladlosev
2011-02-02
1
-0
/
+32
*
Adds a missing #include (by Vlad Losev).
zhanyong.wan
2010-10-14
1
-0
/
+1
*
Include gtest headers as user headers instead of system headers.
zhanyong.wan
2010-09-14
1
-4
/
+4
*
Casts char to unsigned char before calling isspace() etc to avoid undefined b...
zhanyong.wan
2010-08-31
1
-15
/
+15
*
Allows Google Test to build on OSes other then a pre-determined set and imple...
vladlosev
2010-07-22
1
-0
/
+1
*
Simplifies ThreadStartSemaphore's implementation.
zhanyong.wan
2010-02-26
1
-40
/
+0
*
Simplifies the threading implementation and improves some comments.
zhanyong.wan
2010-02-25
1
-57
/
+9
*
Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...
zhanyong.wan
2010-02-24
1
-0
/
+88
*
Adds Solaris support to test scripts.
vladlosev
2010-02-11
1
-1
/
+8
*
Adds Solaris support (by Hady Zalek)
vladlosev
2010-02-03
1
-5
/
+12
*
Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes unsynch...
zhanyong.wan
2010-01-28
1
-3
/
+2
*
Implements stdout capturing (by Vlad Losev); fixes compiler error on NVCC (by...
zhanyong.wan
2010-01-27
1
-54
/
+72
*
Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to...
zhanyong.wan
2009-09-24
1
-16
/
+12
*
Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renames
zhanyong.wan
2009-09-16
1
-8
/
+13
*
Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ...
zhanyong.wan
2009-09-01
1
-1
/
+1
*
Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...
zhanyong.wan
2009-08-07
1
-8
/
+4
*
Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika).
zhanyong.wan
2009-06-19
1
-1
/
+12
*
Ports gtest to C++Builder, by Josh Kelley.
zhanyong.wan
2009-04-28
1
-2
/
+2
*
Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscr...
zhanyong.wan
2009-04-24
1
-6
/
+6
*
Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in Ge...
zhanyong.wan
2009-04-09
1
-6
/
+22
*
Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the th...
zhanyong.wan
2009-04-07
1
-0
/
+21
*
Cleans up the use of GTEST_OS_WINDOWS and _MSC_VER.
zhanyong.wan
2009-03-31
1
-3
/
+3
*
Works around a VC bug by avoiding defining a function named strdup().
zhanyong.wan
2009-03-26
1
-2
/
+2
*
Simplifies implementation by defining a POSIX portability layer; adds the dea...
zhanyong.wan
2009-03-26
1
-22
/
+8
*
Fixes build failure on Windows, by Rainer Klaffenboeck.
zhanyong.wan
2009-03-11
1
-1
/
+4
*
Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...
zhanyong.wan
2009-03-06
1
-10
/
+56
*
Cleans up macro definitions.
zhanyong.wan
2009-02-23
1
-6
/
+7
*
Implements the test sharding protocol. By Eric Fellheimer.
zhanyong.wan
2009-02-09
1
-11
/
+11
*
Implements a simple regex matcher (to be used by death tests on Windows).
zhanyong.wan
2009-01-29
1
-2
/
+269
*
Value-parameterized tests and many bugfixes
vladlosev
2008-11-20
1
-4
/
+28
*
Many changes:
shiqian
2008-10-11
1
-1
/
+1
[next]