summaryrefslogtreecommitdiff
path: root/src/gtest-death-test.cc
Commit message (Expand)AuthorAge
* Removes testing::internal::String::Format(), which causes problems as it trun...kosak@google.com2013-02-22
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm@google.com2012-11-15
* fixes a problem in which we pass the address one byte ...jgm@google.com2012-07-12
* Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev2011-11-04
* Adds support for detection of running in death test child processes.vladlosev2011-10-28
* Adds ability to inject death test child arguments for test purposes.vladlosev2011-10-05
* Ignore SIGPROF signal during clone()/fork() call. clone()/fork() call hangs p...vladlosev2011-09-09
* QNX compatibility patch (by Haruka Iwao).vladlosev2011-06-20
* Suppresses the tail-call optimization of StackGrowsDown() in GCC4.6 (by Paul ...vladlosev2011-06-13
* fixes a problem caused by gcc 4.6 optimization (by Paul Pluzhnikov)zhanyong.wan2011-04-14
* Fixes Windows CE compatibility problem (issue http://code.google.com/p/google...vladlosev2011-03-30
* Indents preprocessor directives.zhanyong.wan2011-02-22
* Add markers to death test messages to make them more recogizable (by Jeff Shu...zhanyong.wan2011-02-02
* Modifies handling of C++ exceptions in death tests to treat exceptions escapi...vladlosev2010-10-18
* Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release...zhanyong.wan2010-10-11
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-14
* Improves support for building Google Test as Windows DLL.vladlosev2010-05-05
* Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan2010-03-04
* Turns on -Wshadow (by Preston Jackson).zhanyong.wan2009-12-16
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-30
* Small code simplification (by Vlad Losev).zhanyong.wan2009-09-16
* Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renameszhanyong.wan2009-09-16
* More implementation of the event listener interface (by Vlad Losev); Reduces ...zhanyong.wan2009-09-04
* Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...zhanyong.wan2009-08-07
* Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscr...zhanyong.wan2009-04-24
* Works around a VC bug by avoiding defining a function named strdup().zhanyong.wan2009-03-26
* Simplifies implementation by defining a POSIX portability layer; adds the dea...zhanyong.wan2009-03-26
* Makes gtest compile without warning with gcc 4.0.3 and -Wall -Wextra.zhanyong.wan2009-03-25
* Cleans up death test implementation (by Vlad Losev); changes the XML format t...zhanyong.wan2009-03-24
* Enables death tests on Cygwin and Mac (by Vlad Losev); fixes a python test on...zhanyong.wan2009-03-17
* Fixes a typo in Vlad's email address.zhanyong.wan2009-03-11
* Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...zhanyong.wan2009-03-06
* Cleans up macro definitions.zhanyong.wan2009-02-23
* Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq.shiqian2009-01-08
* Many changes:shiqian2008-10-11
* Lots of changes:shiqian2008-09-26
* Improves thread-safe death tests by changing to the original working director...shiqian2008-09-12
* Makes gtest work on Windows Mobile and Symbian. By Mika Raento.shiqian2008-07-31
* Fixes some style nits; also fixes minor bugs in gtest-death-test.cc.shiqian2008-07-23
* Initial import.shiqian2008-07-03