summaryrefslogtreecommitdiffstats
path: root/src/core/resources/qframeallocator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-17/+22
|\
| * QFixedFrameAllocator: Extract Method scan()Marc Mutz2016-10-241-17/+22
* | Q_NULLPTR -> nullptrSean Harmer2016-05-011-10/+10
* | core: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-02-291-3/+3
* | Fix copy and paste error in allocatorSean Harmer2016-02-191-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-5/+1
|\|
| * Doc: Mark the rest of the private classes \internalTopi Reinio2016-01-261-1/+1
| * Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-251-4/+0
* | Unify license header usageAntti Kokko2016-01-261-11/+14
|/
* Make QFrameAllocator privateKevin Ottens2015-12-081-1/+1
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-3/+3
* RenderView: remove a subtle memory leaksPaul Lemire2015-07-041-0/+4
* QFrameAllocator add a new isEmpty methodPaul Lemire2015-07-021-0/+19
* Properly initialize q_ptr (or avoid where it is not needed)Konstantin Ritt2015-05-201-3/+2
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-141-0/+4
* Doc: Review doc Qt3DNico Vertriest2015-03-161-2/+2
* Fix MSVC warnings.Friedemann Kleint2015-03-121-2/+2
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Add namespace to QFrameAllocator docs and remove leading asterisksSean Harmer2014-12-221-7/+6
* Cleanup and hide more of the QFrameAllocator implementation.Milian Wolff2014-11-141-31/+27
* QFrameAllocator: raw memory allocator without placement new callPaul Lemire2014-08-141-1/+1
* QFrameAllocator added valgrind macros to help debuggingPaul Lemire2014-07-031-1/+9
* QFrameAllocator + unit testsPaul Lemire2014-07-031-2/+230
* Empty QFrameAllocator classPaul Lemire2014-07-031-0/+64