aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/LListTest.cpp
Commit message (Expand)AuthorAge
* Add a concat method to SkTInternalLListGravatar Chris Dalton2017-06-21
* Make block size a template parameter of SkTLListGravatar bsalomon2015-11-18
* simplify insertion methods for SkTLListGravatar bsalomon2015-11-18
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* remove SkInstCntGravatar mtklein2015-06-26
* Simplify skiatest framework.Gravatar halcanary2015-01-20
* Simplify SkInstCntGravatar mtklein2015-01-13
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Cleanup: Sanitize the order of includes under tests/Gravatar tfarina@chromium.org2014-01-24
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* Use DEFINE_TESTCLASS_SHORT macro in tests.Gravatar tfarina@chromium.org2013-12-12
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar commit-bot@chromium.org2013-12-05
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* Replace uses of GR_DEBUG by SK_DEBUG.Gravatar commit-bot@chromium.org2013-08-28
* Change random number generator for 'tests' to SkMWCRandom. Also removes some Gravatar jvanverth@google.com2013-03-04
* Re-enable inst counting in debug builds.Gravatar bsalomon@google.com2013-01-15
* Fix stale iterators in LList test. Add newline to end of SkTLList.hGravatar bsalomon@google.com2012-12-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-04
* Reland r6649 with fix for build errors.Gravatar bsalomon@google.com2012-12-03
* Revert 6649 due to build breaks.Gravatar bsalomon@google.com2012-12-03
* Insert in middle of SkTInternalLList and SkTLList, in place cons for Gravatar bsalomon@google.com2012-12-03
* Add SkTLList, linked list class implemented on top of the internal llist class.Gravatar bsalomon@google.com2012-12-03
* Revert change accidentally committed.Gravatar bsalomon@google.com2012-12-03
* Add SkTLList, linked list class implemented on top of the internal llist class.Gravatar bsalomon@google.com2012-12-03