summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qframeallocator/tst_qframeallocator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Eradicate Q_FOREACH loops and mark the module cleanMarc Mutz2019-05-221-1/+1
* tst_QFrameAllocator: actually test somethingMarc Mutz2019-05-241-5/+5
* Silence some warnings in tests with MSVC2015Sean Harmer2016-10-101-3/+3
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-22/+22
* Unify license header usageAntti Kokko2016-01-261-17/+9
* Make QFrameAllocator privateKevin Ottens2015-12-081-1/+1
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-27/+27
* QFrameAllocator: add even more unit testsPaul Lemire2015-07-021-0/+56
* QFrameAllocator add a new isEmpty methodPaul Lemire2015-07-021-0/+38
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Enforce that we never try to allocate unexpectedly huge items.Milian Wolff2014-11-141-4/+2
* Guard against unsafe usage of QFrameAllocator::(de)allocateRawMemory.Milian Wolff2014-11-141-19/+18
* Cleanup code and remove C-isms.Milian Wolff2014-11-141-12/+12
* QFrameAllocator allocate based on size instead of typePaul Lemire2014-09-301-0/+65
* QFrameAllocator + unit testsPaul Lemire2014-07-031-0/+624