Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds type_param and value_param as <testcase> attributes to the XML | zhanyong.wan | 2011-02-02 | 2 | -29/+52 |
| | | | | | | report; also removes the comment() and test_case_comment() fields of TestInfo. Proposed and initally implemented by Joey Oravec. Re-implemented by Vlad Losev. | ||||
* | template selection error in IBM's xIC_r compiler. | vladlosev | 2011-01-29 | 1 | -10/+16 |
| | |||||
* | Renames some internal functions to avoid name clashes. | vladlosev | 2011-01-29 | 1 | -2/+2 |
| | |||||
* | Makes gtest print string literals correctly when it contains \x escape ↵ | zhanyong.wan | 2010-12-02 | 1 | -12/+29 |
| | | | | sequences. Contributed by Yair Chuchem. | ||||
* | Adds Google Native Client compatibility (issue 329). | vladlosev | 2010-11-30 | 1 | -2/+2 |
| | |||||
* | Changes default of --gtest_catch_exceptions to true. | vladlosev | 2010-10-26 | 1 | -3/+4 |
| | |||||
* | Fixes compiler warning when built with -std=c++0x. | vladlosev | 2010-10-22 | 1 | -2/+2 |
| | |||||
* | Modifies handling of C++ exceptions in death tests to treat exceptions ↵ | vladlosev | 2010-10-18 | 1 | -10/+23 |
| | | | | escaping them as failures. | ||||
* | Adds a missing #include (by Vlad Losev). | zhanyong.wan | 2010-10-14 | 1 | -0/+1 |
| | |||||
* | Makes gtest wokr on MinGW (by Vlad Losev); removes unused ↵ | zhanyong.wan | 2010-10-11 | 1 | -8/+8 |
| | | | | linked_ptr::release() method (by Zhanyong Wan). | ||||
* | Removes uses of deprecated AssertionFailure() API (by Vlad Losev). | zhanyong.wan | 2010-09-27 | 1 | -42/+28 |
| | |||||
* | Allows EXPECT_FATAL_FAILURE() and friends to accept a string object as the ↵ | zhanyong.wan | 2010-09-27 | 1 | -4/+4 |
| | | | | second argument. | ||||
* | Include gtest headers as user headers instead of system headers. | zhanyong.wan | 2010-09-14 | 10 | -23/+23 |
| | |||||
* | Removes all uses of StrStream; fixes the VC projects and simplifies them by ↵ | zhanyong.wan | 2010-09-08 | 1 | -12/+12 |
| | | | | using gtest-all.cc. | ||||
* | Casts char to unsigned char before calling isspace() etc to avoid undefined ↵ | zhanyong.wan | 2010-08-31 | 4 | -53/+98 |
| | | | | 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). | ||||
* | Removes the Windows golden file (by Vlad Losev); implements test result ↵ | zhanyong.wan | 2010-08-19 | 2 | -16/+242 |
| | | | | streaming (by Nikhil Jindal and cleaned up by Zhanyong Wan). | ||||
* | Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); ↵ | zhanyong.wan | 2010-08-09 | 3 | -325/+197 |
| | | | | improves the hex dump format (by Zhanyong Wan); gets rid of class TestInfoImpl (by Zhanyong Wan); adds exception handling (by Vlad Losev). | ||||
* | Allows Google Test to build on OSes other then a pre-determined set and ↵ | vladlosev | 2010-07-22 | 1 | -0/+1 |
| | | | | implements GTEST_HAS_POSIX_REGEX condition for compatibility with them. | ||||
* | Allows EXPECT_EQ to accept arguments that don't have operator << (by ↵ | zhanyong.wan | 2010-07-21 | 2 | -87/+69 |
| | | | | | | | Zhanyong Wan). Allows a user to customize how the universal printer prints a pointer of a specific type by overloading << (by Zhanyong Wan). Works around a bug in Cymbian's C++ compiler (by Vlad Losev). | ||||
* | Fixes warnings when built by GCC with -Wswitch-default. Original patch by ↵ | vladlosev | 2010-07-14 | 1 | -2/+2 |
| | | | | Zhixu Liu (zhixu.liu@gmail.com). | ||||
* | Makes gtest_break_on_failure_unittest work on minGW (by vladl); improves | zhanyong.wan | 2010-07-08 | 1 | -1/+5 |
| | | | | the NULL-dereferencing hack to work with LLVM (by chandlerc). | ||||
* | Makes gtest report failures in ad hoc test assertions executed before ↵ | zhanyong.wan | 2010-06-16 | 2 | -3/+9 |
| | | | | RUN_ALL_TESTS(). | ||||
* | Implements printing parameters of failed parameterized tests (issue 71). | vladlosev | 2010-05-18 | 1 | -14/+19 |
| | |||||
* | Fixes a typo in comments. | vladlosev | 2010-05-17 | 1 | -5/+5 |
| | |||||
* | Moves the universal printer from gmock to gtest and refactors the cmake ↵ | zhanyong.wan | 2010-05-10 | 2 | -0/+319 |
| | | | | script for reusing in gmock (by Vlad Losev). | ||||
* | Improves support for building Google Test as Windows DLL. | vladlosev | 2010-05-05 | 3 | -3/+10 |
| | |||||
* | Implements color output in GNU Screen sessions (issue 277). | vladlosev | 2010-04-22 | 1 | -0/+1 |
| | |||||
* | Enables death tests on AIX, by Hady Zalek. | zhanyong.wan | 2010-03-23 | 1 | -0/+4 |
| | |||||
* | Adds missing gtest DLL exports. | zhanyong.wan | 2010-03-22 | 2 | -29/+45 |
| | |||||
* | Supports building gtest as a DLL (by Vlad Losev). | zhanyong.wan | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ↵ | zhanyong.wan | 2010-03-04 | 1 | -2/+0 |
| | | | | tests for SCOPED_TRACE() (by Vlad Losev); replaces native pthread calls with gtest's threading constructs (by Vlad Losev); fixes flakiness in CountedDestructor (by Vlad Losev); minor MSVC 7.1 clean-up (by Zhanyong Wan). | ||||
* | Simplifies ThreadStartSemaphore's implementation. | zhanyong.wan | 2010-02-26 | 1 | -40/+0 |
| | |||||
* | Fixes MSVC warnings in 64-bit mode. | zhanyong.wan | 2010-02-25 | 3 | -13/+14 |
| | |||||
* | Simplifies the threading implementation and improves some comments. | zhanyong.wan | 2010-02-25 | 1 | -57/+9 |
| | |||||
* | Simplifies the implementation by using std::vector instead of Vector. | zhanyong.wan | 2010-02-25 | 3 | -364/+162 |
| | |||||
* | Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler ↵ | zhanyong.wan | 2010-02-24 | 3 | -2/+93 |
| | | | | Carruth); adds wide InitGoogleTest to gtest.def (by Vlad Losev); updates the version number (by Zhanyong Wan); updates the release notes for 1.5.0 (by Vlad Losev); removes scons scripts from the distribution (by Zhanyong Wan); adds the cmake build script to the distribution (by Zhanyong Wan); adds fused source files to the distribution (by Vlad Losev and Chandler Carruth). | ||||
* | Adds Solaris support to test scripts. | vladlosev | 2010-02-11 | 1 | -1/+8 |
| | |||||
* | Adds Solaris support (by Hady Zalek) | vladlosev | 2010-02-03 | 3 | -6/+26 |
| | |||||
* | Adds support for alternate path separator on Windows, and make all tests ↵ | zhanyong.wan | 2010-02-02 | 1 | -11/+50 |
| | | | | pass with CMake and VC++ 9 (by Manuel Klimek). | ||||
* | Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes ↵ | zhanyong.wan | 2010-01-28 | 2 | -6/+7 |
| | | | | unsynchronized color text output on Windows (by Vlad Losev); fixes the cmake script to work with MSVC 10 (by Manuel Klimek). | ||||
* | Implements stdout capturing (by Vlad Losev); fixes compiler error on NVCC ↵ | zhanyong.wan | 2010-01-27 | 2 | -54/+75 |
| | | | | (by Zhanyong Wan). | ||||
* | Changes Message() to print double with enough precision by default. | zhanyong.wan | 2010-01-08 | 1 | -10/+8 |
| | |||||
* | Moves gtest.def from src/ to msvc/. | zhanyong.wan | 2009-12-18 | 1 | -123/+0 |
| | |||||
* | Supports building gtest as a DLL (by Vlad Losev). | zhanyong.wan | 2009-12-18 | 1 | -0/+123 |
| | |||||
* | Removes uses of GTEST_HAS_STD_STRING. | zhanyong.wan | 2009-12-16 | 1 | -14/+0 |
| | |||||
* | Turns on -Wshadow (by Preston Jackson). | zhanyong.wan | 2009-12-16 | 3 | -41/+42 |
| | |||||
* | Exposes SkipPrefix s.t. it can be used by gmock (by Vlad Losev). | zhanyong.wan | 2009-12-01 | 1 | -12/+12 |
| | |||||
* | Prevents Google Test from printing help message upon seeing the ↵ | vladlosev | 2009-11-17 | 2 | -5/+11 |
| | | | | --gtest_stack_trace_depth flag. This was breaking gmock_output_test. | ||||
* | Fixes the code to work with fuse_gtest.py. | zhanyong.wan | 2009-11-10 | 1 | -0/+6 |
| | |||||
* | Fixes linker error when used with gMock on Windows | vladlosev | 2009-10-23 | 1 | -3/+3 |
| |