aboutsummaryrefslogtreecommitdiff
path: root/tests/DequeTest.cpp
AgeCommit message (Expand)Author
2015-08-27Style Change: NULL->nullptrhalcanary
2014-09-05"NULL !=" = NULLbsalomon
2014-01-24Cleanup: Sanitize the order of includes under tests/tfarina@chromium.org
2014-01-14Move macros from TestClassDef.h to Test.hcommit-bot@chromium.org
2013-12-12Use DEFINE_TESTCLASS_SHORT macro in tests.tfarina@chromium.org
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-07-16fix for non-Windows-specific compiler error in r4624robertphillips@google.com
2012-07-16Refactor SkDeque's iterator and allocation methodrobertphillips@google.com
2011-07-28Automatic update of all copyright notices to reflect new license terms.epoger@google.com
2011-02-22add tests for pushing on back as well as frontreed@google.com
2011-02-22rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in pre...reed@google.com