summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Expressed the thread-safety annotations in code, replacing the existing comme...vladlosev2011-10-24
* Implements the timestamp attribute for the testsuites element in the output X...vladlosev2011-10-05
* Adds ability to inject death test child arguments for test purposes.vladlosev2011-10-05
* Adds a new macro simplifying use of snprinf on MS platforms.vladlosev2011-09-26
* Simplifies the implementatoin of the test result printer; by Ulfar Erlingssonzhanyong.wan2011-09-16
* 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
* Adds support for building Google Mock as a shared library (DLL).vladlosev2011-05-20
* fixes a problem caused by gcc 4.6 optimization (by Paul Pluzhnikov)zhanyong.wan2011-04-14
* Fixes Sun C++ compiler errors (by Pasi Valminen)zhanyong.wan2011-04-12
* Simplifies ASCII character detection in gtest-printers.h. This also makes it ...vladlosev2011-04-09
* Fixes a compiler error when compiling with Visual Age (by Hady Zalek).vladlosev2011-04-08
* makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the nam...zhanyong.wan2011-04-07
* Changes diagnostic output of the question mark from '\?' to '?'.vladlosev2011-04-01
* Fixes Windows CE compatibility problem (issue http://code.google.com/p/google...vladlosev2011-03-30
* Fixes 'formatting error or buffer exceeded' error when outputting long failur...vladlosev2011-03-30
* Fixes compatibility with Sun C++ (by Hady Zalek); fixes compatibilityzhanyong.wan2011-03-11
* Fixes compatibility with Borland C++Builder. Original patch by Joshzhanyong.wan2011-03-05
* Indents preprocessor directives.zhanyong.wan2011-02-22
* Fixes off-by-one error in a message about test sharding (by David Glasser).vladlosev2011-02-12
* Adds null check for file locations in XML output printer.vladlosev2011-02-02
* Add markers to death test messages to make them more recogizable (by Jeff Shu...zhanyong.wan2011-02-02
* Adds type_param and value_param as <testcase> attributes to the XMLzhanyong.wan2011-02-02
* template selection error in IBM's xIC_r compiler.vladlosev2011-01-29
* Renames some internal functions to avoid name clashes.vladlosev2011-01-29
* Makes gtest print string literals correctly when it contains \x escape sequen...zhanyong.wan2010-12-02
* Adds Google Native Client compatibility (issue 329).vladlosev2010-11-30
* Changes default of --gtest_catch_exceptions to true.vladlosev2010-10-26
* Fixes compiler warning when built with -std=c++0x.vladlosev2010-10-22
* Modifies handling of C++ exceptions in death tests to treat exceptions escapi...vladlosev2010-10-18
* Adds a missing #include (by Vlad Losev).zhanyong.wan2010-10-14
* Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release...zhanyong.wan2010-10-11
* Removes uses of deprecated AssertionFailure() API (by Vlad Losev).zhanyong.wan2010-09-27
* Allows EXPECT_FATAL_FAILURE() and friends to accept a string object as the se...zhanyong.wan2010-09-27
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-14
* Removes all uses of StrStream; fixes the VC projects and simplifies them by u...zhanyong.wan2010-09-08
* Casts char to unsigned char before calling isspace() etc to avoid undefined b...zhanyong.wan2010-08-31
* Removes the Windows golden file (by Vlad Losev); implements test result strea...zhanyong.wan2010-08-19
* Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...zhanyong.wan2010-08-09
* Allows Google Test to build on OSes other then a pre-determined set and imple...vladlosev2010-07-22
* Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...zhanyong.wan2010-07-21
* Fixes warnings when built by GCC with -Wswitch-default. Original patch by Zhi...vladlosev2010-07-14
* Makes gtest_break_on_failure_unittest work on minGW (by vladl); improveszhanyong.wan2010-07-08
* Makes gtest report failures in ad hoc test assertions executed before RUN_ALL...zhanyong.wan2010-06-16
* Implements printing parameters of failed parameterized tests (issue 71).vladlosev2010-05-18
* Fixes a typo in comments.vladlosev2010-05-17
* Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan2010-05-10
* Improves support for building Google Test as Windows DLL.vladlosev2010-05-05
* Implements color output in GNU Screen sessions (issue 277).vladlosev2010-04-22