| Commit message (Expand) | Author | Age | Files | Lines |
* | When --gtest_filter is specified, XML report now doesn't contain information ... | vladlosev | 2013-04-25 | 1 | -0/+6 |
|
|
* | Implements support for calling Test::RecordProperty() outside of a test. | vladlosev | 2013-04-05 | 1 | -3/+9 |
|
|
* | Removes an unused variable; also refactors to support an up-coming | zhanyong.wan | 2013-02-28 | 1 | -1/+0 |
|
|
* | Fixes gUnit streaming output format. | kosak | 2013-02-22 | 1 | -0/+153 |
|
|
* | Removes testing::internal::String::Format(), which causes problems as it trun... | kosak | 2013-02-22 | 1 | -5/+3 |
|
|
* | Unfortunately, the svn repo is a bit out of date. This commit contains 8 | jgm | 2012-11-15 | 1 | -21/+21 |
|
|
* | Adds file and line information to the "message", which is used as the summary | jgm | 2012-01-17 | 1 | -1/+1 |
|
|
* | Removes spurious semicolon. | vladlosev | 2011-11-28 | 1 | -2/+1 |
|
|
* | Improves conformance to the Google C++ Style Guide (by Greg Miller). | vladlosev | 2011-11-04 | 1 | -0/+1 |
|
|
* | Expressed the thread-safety annotations in code, replacing the existing comme... | vladlosev | 2011-10-24 | 1 | -1/+5 |
|
|
* | Implements the timestamp attribute for the testsuites element in the output X... | vladlosev | 2011-10-05 | 1 | -0/+14 |
|
|
* | Fixes Sun C++ compiler errors (by Pasi Valminen) | zhanyong.wan | 2011-04-12 | 1 | -1/+8 |
|
|
* | Indents preprocessor directives. | zhanyong.wan | 2011-02-22 | 1 | -9/+15 |
|
|
* | Adds type_param and value_param as <testcase> attributes to the XML | zhanyong.wan | 2011-02-02 | 1 | -3/+5 |
|
|
* | Include gtest headers as user headers instead of system headers. | zhanyong.wan | 2010-09-14 | 1 | -3/+3 |
|
|
* | Casts char to unsigned char before calling isspace() etc to avoid undefined b... | zhanyong.wan | 2010-08-31 | 1 | -5/+21 |
|
|
* | Removes the Windows golden file (by Vlad Losev); implements test result strea... | zhanyong.wan | 2010-08-19 | 1 | -0/+10 |
|
|
* | Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i... | zhanyong.wan | 2010-08-09 | 1 | -85/+4 |
|
|
* | Makes gtest report failures in ad hoc test assertions executed before RUN_ALL... | zhanyong.wan | 2010-06-16 | 1 | -2/+6 |
|
|
* | Fixes a typo in comments. | vladlosev | 2010-05-17 | 1 | -5/+5 |
|
|
* | Improves support for building Google Test as Windows DLL. | vladlosev | 2010-05-05 | 1 | -1/+1 |
|
|
* | Adds missing gtest DLL exports. | zhanyong.wan | 2010-03-22 | 1 | -28/+44 |
|
|
* | Fixes MSVC warnings in 64-bit mode. | zhanyong.wan | 2010-02-25 | 1 | -2/+2 |
|
|
* | Simplifies the implementation by using std::vector instead of Vector. | zhanyong.wan | 2010-02-25 | 1 | -260/+64 |
|
|
* | Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);... | zhanyong.wan | 2010-02-24 | 1 | -1/+4 |
|
|
* | Turns on -Wshadow (by Preston Jackson). | zhanyong.wan | 2009-12-16 | 1 | -4/+4 |
|
|
* | Prevents Google Test from printing help message upon seeing the --gtest_stack... | vladlosev | 2009-11-17 | 1 | -0/+4 |
|
|
* | Refactors the scons script (by Vlad Losev). | zhanyong.wan | 2009-09-30 | 1 | -2/+2 |
|
|
* | Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original p... | zhanyong.wan | 2009-09-30 | 1 | -24/+115 |
|
|
* | Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan). | zhanyong.wan | 2009-09-30 | 1 | -2/+2 |
|
|
* | Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to... | zhanyong.wan | 2009-09-24 | 1 | -2/+0 |
|
|
* | More implementation of the event listener interface (by Vlad Losev); Reduces ... | zhanyong.wan | 2009-09-04 | 1 | -17/+26 |
|
|
* | Fixes an uninitialized field in class OsStackTraceGetter. | zhanyong.wan | 2009-08-26 | 1 | -1/+1 |
|
|
* | Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors... | zhanyong.wan | 2009-07-22 | 1 | -2/+3 |
|
|
* | More refactoring for the event listener API, by Vlad Losev. | zhanyong.wan | 2009-07-16 | 1 | -9/+29 |
|
|
* | Adds the command line flags needed for test shuffling. Most code by Josh Kel... | zhanyong.wan | 2009-07-14 | 1 | -1/+46 |
|
|
* | Adds color support for TERM=linux (by Alexander Demin); renames List to Vecto... | zhanyong.wan | 2009-07-13 | 1 | -36/+46 |
|
|
* | Makes List a random-access data structure. This simplifies the implementatio... | zhanyong.wan | 2009-07-01 | 1 | -226/+85 |
|
|
* | Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; h... | zhanyong.wan | 2009-07-01 | 1 | -5/+0 |
|
|
* | Makes list traversal O(N) instead of O(N^2) (by Zhanyong Wan). | zhanyong.wan | 2009-06-25 | 1 | -12/+51 |
|
|
* | Makes gtest's tuple implementation work with Symbian 5th edition by bypassing... | zhanyong.wan | 2009-06-24 | 1 | -0/+26 |
|
|
* | Turns on exceptions when compiling gtest_output_test (by Vlad Losev); moves T... | zhanyong.wan | 2009-06-22 | 1 | -134/+0 |
|
|
* | Moves TestResult from gtest-internal-inl.h to gtest.h to prepare for the even... | zhanyong.wan | 2009-06-19 | 1 | -96/+0 |
|
|
* | Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika). | zhanyong.wan | 2009-06-19 | 1 | -1/+3 |
|
|
* | Fixes broken gtest_unittest on Cygwin and cleans it up (by Vlad Losev); fixes... | zhanyong.wan | 2009-06-19 | 1 | -35/+0 |
|
|
* | Makes --gtest_list_tests honor the test filter (by Jay Campan). | zhanyong.wan | 2009-04-24 | 1 | -2/+10 |
|
|
* | Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the th... | zhanyong.wan | 2009-04-07 | 1 | -0/+11 |
|
|
* | Cleans up death test implementation (by Vlad Losev); changes the XML format t... | zhanyong.wan | 2009-03-24 | 1 | -1/+1 |
|
|
* | Fixes death-test-related tests on Windows, by Vlad Losev. | zhanyong.wan | 2009-03-11 | 1 | -3/+4 |
|
|
* | Implements --gtest_throw_on_failure for using gtest with other testing framew... | zhanyong.wan | 2009-03-06 | 1 | -0/+4 |
|
|