aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest-listener_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵zhanyong.wan2009-09-241-17/+6
| | | | to simplify gtest code (by Zhanyong Wan).
* Renames the methods in the event listener API, and changes the order of *End ↵zhanyong.wan2009-09-171-44/+147
| | | | events (by Vlad Losev).
* Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) ↵zhanyong.wan2009-09-171-11/+11
| | | | enabled.
* More implementation of the event listener interface (by Vlad Losev); Reduces ↵zhanyong.wan2009-09-041-0/+230
the stack space usage of assertions by moving AssertHelper's fields to the heap (by Jorg Brown); Makes String faster, smaller, and simpler (by Zhanyong Wan); Fixes a bug in String::Format() (by Chandler); Adds the /MD version of VC projects to the distribution (by Vlad Losev).