summaryrefslogtreecommitdiff
path: root/test/gtest-printers_test.cc
Commit message (Expand)AuthorAge
* Makes gtest print string literals correctly when it contains \x escape sequen...zhanyong.wan2010-12-02
* Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release...zhanyong.wan2010-10-11
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-14
* Casts char to unsigned char before calling isspace() etc to avoid undefined b...zhanyong.wan2010-08-31
* Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...zhanyong.wan2010-08-09
* Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...zhanyong.wan2010-07-21
* Fixes issue 286.vladlosev2010-05-22
* Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan2010-05-10