summaryrefslogtreecommitdiff
path: root/test/gtest-listener_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Work around some unsigned->signed warnings in our tests/.kosak@google.com2015-04-281-5/+6
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm@google.com2012-11-151-17/+14
* Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev2011-11-041-1/+1
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-141-1/+1
* Simplifies the implementation by using std::vector instead of Vector.zhanyong.wan2010-02-251-36/+27
* Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to...zhanyong.wan2009-09-241-17/+6
* Renames the methods in the event listener API, and changes the order of *End ...zhanyong.wan2009-09-171-44/+147
* Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) ...zhanyong.wan2009-09-171-11/+11
* More implementation of the event listener interface (by Vlad Losev); Reduces ...zhanyong.wan2009-09-041-0/+230