googletest/src
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_main.cc Improves conformance to the Google C++ Style Guide (by Greg Miller). 2011-11-04 17:56:23 +00:00
gtest-all.cc Include gtest headers as user headers instead of system headers. 2010-09-14 05:35:59 +00:00
gtest-death-test.cc 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-filepath.cc Add MemorySanitizer annotations in gtest printers. Also remove unused variable kPathSeparatorString. 2013-12-03 22:38:22 +00:00
gtest-internal-inl.h Implement threading support for gtest on Windows. 2014-03-24 21:58:25 +00:00
gtest-port.cc Implement threading support for gtest on Windows. 2014-03-24 21:58:25 +00:00
gtest-printers.cc Add annotations to suppress ThreadSanitizer failures due to gunit/gmock printer. 2014-03-12 22:55:56 +00:00
gtest-test-part.cc Unfortunately, the svn repo is a bit out of date. This commit contains 8 2012-11-15 15:47:38 +00:00
gtest-typed-test.cc Unfortunately, the svn repo is a bit out of date. This commit contains 8 2012-11-15 15:47:38 +00:00
gtest.cc Implement threading support for gtest on Windows. 2014-03-24 21:58:25 +00:00