aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_catch_exceptions_test_.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-311/+0
|
* Fixes threading annotations and compatibility with C++11, which doesn'tzhanyong.wan2012-05-311-0/+3
| | | | | allow exepctions to be thrown in a destructor.
* Indents preprocessor directives.zhanyong.wan2011-02-221-3/+3
|
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-141-1/+1
|
* Casts char to unsigned char before calling isspace() etc to avoid undefined ↵zhanyong.wan2010-08-311-4/+13
| | | | behavior (by Zhanyong Wan); removes conditional #includes keyed on GTEST_HAS_PROTOBUF_ (by Zhanyong Wan); publishes GTEST_HAS_STREAM_REDIRECTION (by Vlad Losev); forward declares some classes properly (by Samuel Benzaquen); honors the --gtest_catch_exceptions flag (by Vlad Losev).
* Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); ↵zhanyong.wan2010-08-091-0/+299
improves the hex dump format (by Zhanyong Wan); gets rid of class TestInfoImpl (by Zhanyong Wan); adds exception handling (by Vlad Losev).