This website requires JavaScript.
Explore
Help
Sign In
eson
/
googletest
Watch
1
Star
0
Fork
0
You've already forked googletest
Code
Issues
Pull Requests
Releases
Wiki
Activity
googletest
/
include
/
gtest
/
internal
History
kosak
a6340420b9
Implement threading support for gtest on Windows.
...
Also, stop using localtime(). Instead, use localtime_r() on most systems, localtime_s() on Windows.
2014-03-24 21:58:25 +00:00
..
gtest-death-test-internal.h
Unfortunately, the svn repo is a bit out of date. This commit contains 8
2012-11-15 15:47:38 +00:00
gtest-filepath.h
Unfortunately, the svn repo is a bit out of date. This commit contains 8
2012-11-15 15:47:38 +00:00
gtest-internal.h
Delete whitespace, and change the return type of ImplicitlyConvertible::MakeFrom() to From&.
2013-12-03 01:36:29 +00:00
gtest-linked_ptr.h
Expressed the thread-safety annotations in code, replacing the existing comment-based system (by Aaron Jacobs).
2011-10-24 21:13:56 +00:00
gtest-param-util-generated.h
Fixes C++0x compatibility problems.
2011-09-26 17:52:19 +00:00
gtest-param-util-generated.h.pump
Fixes C++0x compatibility problems.
2011-09-26 17:52:19 +00:00
gtest-param-util.h
Removes testing::internal::String::Format(), which causes problems as it truncates the result at 4096 chars. Also update an obsolete link in comment.
2013-02-22 20:10:40 +00:00
gtest-port.h
Implement threading support for gtest on Windows.
2014-03-24 21:58:25 +00:00
gtest-string.h
Fixes a nasty issue in gtest's template instantiation.
2013-02-28 23:46:07 +00:00
gtest-tuple.h
Make Google Test build cleanly on Visual Studio 2010, 2012, 2013.
2014-01-13 22:24:15 +00:00
gtest-tuple.h.pump
Make Google Test build cleanly on Visual Studio 2010, 2012, 2013.
2014-01-13 22:24:15 +00:00
gtest-type-util.h
Fixes a nasty issue in gtest's template instantiation.
2013-02-28 23:46:07 +00:00
gtest-type-util.h.pump
Fixes a nasty issue in gtest's template instantiation.
2013-02-28 23:46:07 +00:00