Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Publishes the even listener API (by Vlad Losev); adds OS-indicating macros ↵ | zhanyong.wan | 2009-09-24 | 1 | -16/+12 |
| | | | | to simplify gtest code (by Zhanyong Wan). | ||||
* | Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renames | zhanyong.wan | 2009-09-16 | 1 | -8/+13 |
| | | | | | GTEST_HIDE_UNREACHABLE_CODE_ to GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_ (by Vlad Losev). | ||||
* | Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ↵ | zhanyong.wan | 2009-09-01 | 1 | -1/+1 |
| | | | | Losev). | ||||
* | Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility ↵ | zhanyong.wan | 2009-08-07 | 1 | -8/+4 |
| | | | | with Symbian (by Araceli Checa); Removes GetCapturedStderr()'s dependency on std::string (by Vlad Losev). | ||||
* | Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika). | zhanyong.wan | 2009-06-19 | 1 | -1/+12 |
| | |||||
* | Ports gtest to C++Builder, by Josh Kelley. | zhanyong.wan | 2009-04-28 | 1 | -2/+2 |
| | |||||
* | Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to ↵ | zhanyong.wan | 2009-04-24 | 1 | -6/+6 |
| | | | | SConscript (by Vlad Losev). | ||||
* | Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in ↵ | zhanyong.wan | 2009-04-09 | 1 | -6/+22 |
| | | | | GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). | ||||
* | Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the ↵ | zhanyong.wan | 2009-04-07 | 1 | -0/+21 |
| | | | | thread count on Mac (by Vlad Losev); adds HasFailure() and HasNonfatalFailure() (by Zhanyong Wan). | ||||
* | Cleans up the use of GTEST_OS_WINDOWS and _MSC_VER. | zhanyong.wan | 2009-03-31 | 1 | -3/+3 |
| | |||||
* | Works around a VC bug by avoiding defining a function named strdup(). | zhanyong.wan | 2009-03-26 | 1 | -2/+2 |
| | |||||
* | Simplifies implementation by defining a POSIX portability layer; adds the ↵ | zhanyong.wan | 2009-03-26 | 1 | -22/+8 |
| | | | | death test style flag to --help. | ||||
* | Fixes build failure on Windows, by Rainer Klaffenboeck. | zhanyong.wan | 2009-03-11 | 1 | -1/+4 |
| | |||||
* | Implements death tests on Windows (by Vlad Losev); enables POSIX regex on ↵ | zhanyong.wan | 2009-03-06 | 1 | -10/+56 |
| | | | | Mac and Cygwin; fixes build issue on some Linux versions due to PATH_MAX. | ||||
* | Cleans up macro definitions. | zhanyong.wan | 2009-02-23 | 1 | -6/+7 |
| | |||||
* | Implements the test sharding protocol. By Eric Fellheimer. | zhanyong.wan | 2009-02-09 | 1 | -11/+11 |
| | |||||
* | Implements a simple regex matcher (to be used by death tests on Windows). | zhanyong.wan | 2009-01-29 | 1 | -2/+269 |
| | |||||
* | Value-parameterized tests and many bugfixes | vladlosev | 2008-11-20 | 1 | -4/+28 |
| | |||||
* | Many changes: | shiqian | 2008-10-11 | 1 | -1/+1 |
| | | | | | | | | | | | | - appends "_" to internal macro names (by Markus Heule). - makes Google Test work with newer versions of tools on Symbian and Windows CE (by Mika Raento). - adds the (ASSERT|EXPECT)_NO_FATAL_FAILURE macros (by Markus Heule). - changes EXPECT_(NON|)FATAL_FAILURE to catch failures in the current thread only (by Markus Heule). - adds the EXPECT_(NON|)FATAL_FAILURE_ON_ALL_THREADS macros (by Markus Heule). - adds GTEST_HAS_PTHREAD and GTEST_IS_THREADSAFE to indicate the availability of <pthread.h> and Google Test's thread-safety (by Zhanyong Wan). - adds scons/SConscript for building with scons (by Joi Sigurdsson). - adds src/gtest-all.cc for building Google Test from a single file (by Markus Heule). - updates the xcode project to include new tests (by Preston Jackson). | ||||
* | Makes gtest work on Windows Mobile and Symbian. By Mika Raento. | shiqian | 2008-07-31 | 1 | -2/+15 |
| | |||||
* | Makes death tests create temporary files in /tmp instead of the current folder. | shiqian | 2008-07-29 | 1 | -1/+4 |
| | |||||
* | Initial import. | shiqian | 2008-07-03 | 1 | -0/+292 |