| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement GetThreadCount for Linux. | kosak | 2015-07-17 | 1 | -4/+26 |
* | Add support for --gtest_flagfile. | kosak | 2015-07-17 | 2 | -12/+18 |
* | Add support for --gtest_flagfile | kosak | 2015-07-17 | 4 | -90/+134 |
* | Move the selection of the flag saver implementation into gtest-port.h and | kosak | 2015-07-14 | 1 | -4/+5 |
* | Change GetDefaultFilter to allow for the injection of a custom filter. | kosak | 2015-07-14 | 1 | -0/+6 |
* | urxvt supports colors | kosak | 2015-04-28 | 1 | -0/+2 |
* | Make an int64->double conversion explicit to silence -Wconversion. | kosak | 2015-04-28 | 1 | -1/+1 |
* | Small Mingw localtime() fix. | kosak | 2015-01-08 | 1 | -9/+18 |
* | Change an example to use 'override' rather than 'virtual'. Add missing header... | kosak | 2015-01-08 | 1 | -0/+2 |
* | Noop changes to suppress compile-time warnings in WINDOWS code paths. | kosak | 2014-11-17 | 1 | -1/+1 |
* | Strip trailing whitespace when stringifying type lists. | kosak | 2014-11-17 | 1 | -7/+15 |
* | Mock out GetCurrentDir in NaCl. | kosak | 2014-07-29 | 1 | -1/+8 |
* | Expand equality failure messages with a by-line diff. | kosak | 2014-07-28 | 1 | -0/+285 |
* | Reduce the number of occurrences of gendered pronouns in gtest. | kosak | 2014-06-18 | 5 | -14/+14 |
* | Disable asan instrumentation for StackGrowsDown(). | kosak | 2014-06-17 | 1 | -0/+2 |
* | Push upstream to SVN. | billydonahue | 2014-05-15 | 3 | -32/+22 |
* | Implement threading support for gtest on Windows. | kosak | 2014-03-24 | 3 | -45/+398 |
* | Add annotations to suppress ThreadSanitizer failures due to gunit/gmock printer. | kosak | 2014-03-12 | 1 | -0/+3 |
* | Standards compliance changes to fix QNX build. | kosak | 2014-03-12 | 2 | -1/+3 |
* | Add GTEST_MOVE macro, to support mocking methods with move-only return types. | kosak | 2014-01-29 | 1 | -0/+3 |
* | Add MemorySanitizer annotations in gtest printers. Also remove unused variabl... | kosak | 2013-12-03 | 2 | -2/+3 |
* | supports a protocol for catching tests that prematurely exit | zhanyong.wan | 2013-09-06 | 1 | -3/+57 |
* | Fixes compatibility with C++11: (1 - 1) is no longer a NULL pointer constant. | zhanyong.wan | 2013-06-18 | 1 | -1/+5 |
* | When --gtest_filter is specified, XML report now doesn't contain information ... | vladlosev | 2013-04-25 | 2 | -12/+53 |
* | Fixes a thread annotation; updates CHANGES for 1.7.0 | zhanyong.wan | 2013-04-24 | 1 | -2/+1 |
* | prints type/value parameters when listing tests | zhanyong.wan | 2013-04-10 | 1 | -5/+49 |
* | Implements support for calling Test::RecordProperty() outside of a test. | vladlosev | 2013-04-05 | 2 | -112/+270 |
* | Supports colored output on term type screen-256color. | zhanyong.wan | 2013-03-11 | 1 | -1/+2 |
* | Fixes unused function warning on Mac, and fixes compatibility with newer GCC. | zhanyong.wan | 2013-02-28 | 1 | -2/+2 |
* | Fixes a nasty issue in gtest's template instantiation. | zhanyong.wan | 2013-02-28 | 2 | -0/+29 |
* | Removes an unused variable; also refactors to support an up-coming | zhanyong.wan | 2013-02-28 | 2 | -19/+13 |
* | Fixes gUnit streaming output format. | kosak | 2013-02-22 | 2 | -111/+154 |
* | Removes testing::internal::String::Format(), which causes problems as it trun... | kosak | 2013-02-22 | 6 | -156/+131 |
* | Unfortunately, the svn repo is a bit out of date. This commit contains 8 | jgm | 2012-11-15 | 7 | -283/+209 |
* | Improves Android support (by David Turner). | vladlosev | 2012-09-19 | 1 | -4/+18 |
* | Fixed Native Client build of gtest when using glibc (by Ben Smith). | vladlosev | 2012-08-14 | 1 | -2/+2 |
* | fixes a problem in which we pass the address one byte ... | jgm | 2012-07-12 | 1 | -1/+12 |
* | added defines for iOS | jgm | 2012-07-09 | 1 | -1/+1 |
* | Improves gtest's failure messages. In particulars, char pointers and | zhanyong.wan | 2012-06-07 | 2 | -62/+58 |
* | Fixes threading annotations and compatibility with C++11, which doesn't | zhanyong.wan | 2012-05-31 | 1 | -2/+2 |
* | Misc small updates to some debug death code, and to messages streaming to macros | jgm | 2012-03-09 | 1 | -3/+8 |
* | Adds file and line information to the "message", which is used as the summary | jgm | 2012-01-17 | 2 | -8/+9 |
* | 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 | 5 | -6/+4 |
* | Adds support for detection of running in death test child processes. | vladlosev | 2011-10-28 | 1 | -1/+31 |
* | Expressed the thread-safety annotations in code, replacing the existing comme... | vladlosev | 2011-10-24 | 2 | -26/+31 |
* | Implements the timestamp attribute for the testsuites element in the output X... | vladlosev | 2011-10-05 | 2 | -1/+51 |
* | Adds ability to inject death test child arguments for test purposes. | vladlosev | 2011-10-05 | 2 | -4/+21 |
* | Adds a new macro simplifying use of snprinf on MS platforms. | vladlosev | 2011-09-26 | 1 | -9/+1 |
* | Simplifies the implementatoin of the test result printer; by Ulfar Erlingsson | zhanyong.wan | 2011-09-16 | 1 | -8/+4 |