googletest/src
jgm 4c97512141 fixes a problem in which we pass the address one byte ~/svn/googletest/trunk
after the end of stack space in a call to clone().  According to
Linux's man page on clone(), the 'stack' parameter usually points
to the topmost address of the memory space set up for the child stack.  The existing code points one byte after the end
2012-07-12 16:46:50 +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 fixes a problem in which we pass the address one byte ~/svn/googletest/trunk 2012-07-12 16:46:50 +00:00
gtest-filepath.cc Indents preprocessor directives. 2011-02-22 22:08:59 +00:00
gtest-internal-inl.h Adds file and line information to the "message", which is used as the summary 2012-01-17 15:11:32 +00:00
gtest-port.cc Misc small updates to some debug death code, and to messages streaming to macros 2012-03-09 17:12:39 +00:00
gtest-printers.cc Improves gtest's failure messages. In particulars, char pointers and 2012-06-07 20:34:34 +00:00
gtest-test-part.cc Include gtest headers as user headers instead of system headers. 2010-09-14 05:35:59 +00:00
gtest-typed-test.cc Include gtest headers as user headers instead of system headers. 2010-09-14 05:35:59 +00:00
gtest.cc added defines for iOS 2012-07-09 13:22:29 +00:00