summaryrefslogtreecommitdiff
path: root/devel/gmock
AgeCommit message (Collapse)AuthorFilesLines
2014-05-17Bump applications PKGREVISIONs for python users that might be usingwiz1-1/+2
python3, since the default changed from python33 to python34. I probably bumped too many. I hope I got them all.
2013-05-09Apply the gtest change to cssc, gmock and open-vcdiff as well.joerg3-2/+27
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2011-07-29Import gmock-1.6.0 (googlemock) as devel/gmock from wip/gmockryoon8-0/+147
Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s specifics in mind, Google C++ Mocking Framework (or Google Mock for short) is a library for writing and using C++ mock classes. Google Mock: * lets you create mock classes trivially using simple macros, * supports a rich set of matchers and actions, * handles unordered, partially ordered, or completely ordered expectations, * is extensible by users, and * works on Linux, Mac OS X, Windows, Windows Mobile, minGW, and Symbian.