summaryrefslogtreecommitdiffstats
path: root/src/core/resources
Commit message (Expand)AuthorAgeFilesLines
* Properly initialize q_ptr (or avoid where it is not needed)Konstantin Ritt2015-05-202-7/+3
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-142-1/+5
* Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-04-011-1/+2
* Doc: Review doc Qt3DNico Vertriest2015-03-163-25/+23
* [QFrameAllocator] Do not leak private dataKonstantin Ritt2015-03-161-1/+2
* Fix MSVC warnings.Friedemann Kleint2015-03-121-2/+2
* Copyright header change.Mika Salmela2015-02-0910-190/+140
* QResourcesManager: restore the relock on the LockingPolicyPaul Lemire2015-02-081-0/+6
* Add some missing docs for QCircularBufferSean Harmer2014-12-312-9/+39
* Make QResourcemanager and friends docs more consistentSean Harmer2014-12-221-60/+56
* Fix ctor signature in QCircularBuffer::const_iterator docsSean Harmer2014-12-221-1/+1
* Add namespace to QFrameAllocator docs and remove leading asterisksSean Harmer2014-12-221-7/+6
* Add namespace to QCircularBuffer docs and fix other doc errorsSean Harmer2014-12-221-196/+189
* Make sure we pass properly constructed resourcesKevin Ottens2014-12-171-4/+4
* Remove Q_NO_USING_KEYWORD usageThiago Macieira2014-12-171-8/+0
* Doc: Review documentation QT3DNico Vertriest2014-12-091-87/+86
* Make QCircularBuffer and QBoundedCircularBuffer privateSean Harmer2014-11-193-6/+6
* Rename QResourcesManager -> QResourceManager and make privateSean Harmer2014-11-184-23/+23
* Cleanup and hide more of the QFrameAllocator implementation.Milian Wolff2014-11-143-48/+44
* Enforce that we never try to allocate unexpectedly huge items.Milian Wolff2014-11-141-24/+9
* Guard against unsafe usage of QFrameAllocator::(de)allocateRawMemory.Milian Wolff2014-11-141-10/+6
* Enforce unsigned values for INDEXBITS template parameter.Milian Wolff2014-11-143-15/+15
* Fix off-by-one error in ArrayAllocatingPolicy::releaseResource.Milian Wolff2014-10-291-1/+1
* Optimize QHash usage in QResourceManager.Milian Wolff2014-10-291-18/+18
* Optimize: Use a plain non-recursive QMutex in the QResourceManager.Milian Wolff2014-10-291-80/+38
* Optimize ArrayPreallocationPolicy.Milian Wolff2014-10-251-21/+21
* QResourcesManager: Added dynamic ArrayAllocation policyPaul Lemire2014-10-251-3/+87
* QFrameAllocator allocate based on size instead of typePaul Lemire2014-09-301-3/+5
* Fix compilation: ISO C++ does not allow anonymous structsThiago Macieira2014-08-171-10/+11
* Clean up the headersThiago Macieira2014-08-175-26/+26
* QFrameAllocator delete sizeof(*ptr) instead of sizeof(T)Paul Lemire2014-08-141-2/+2
* QResourcesManager bug fixesPaul Lemire2014-08-141-27/+36
* QFrameAllocator: raw memory allocator without placement new callPaul Lemire2014-08-142-5/+22
* QResourcesManager cleanupPaul Lemire2014-07-221-1/+61
* Backend refactoringPaul Lemire2014-07-181-5/+6
* QFrameAllocator added valgrind macros to help debuggingPaul Lemire2014-07-032-9/+15
* QFrameAllocator + unit testsPaul Lemire2014-07-034-6/+405
* Empty QFrameAllocator classPaul Lemire2014-07-033-2/+129
* Corrected doc in QResourcesManagerPaul Lemire2014-06-281-16/+29
* LockingPolicy::WriteLocker and LockingPolicy::ReadLockerPaul Lemire2014-06-261-43/+96
* QAbstractResourcesManager renamed to QResourcesManagerPaul Lemire2014-06-263-5/+5
* QAbstractResourcesManager refactored to use a policy based designPaul Lemire2014-06-264-245/+175
* QArrayManagerFixPaul Lemire2014-06-021-1/+0
* Don't export template classesSean Harmer2014-06-023-3/+3
* Windows fix : QListResourcesManager, QArrayResourcesManagerPaul Lemire2014-05-312-78/+60
* Add QBoundedCircularBuffer and testSean Harmer2014-04-192-1/+142
* Add QCircularBuffer and testSean Harmer2014-04-173-1/+2902
* Added missing methods to QAbstractResourcesManagerPaul Lemire2014-04-141-2/+19
* ResourcesManager subclassesPaul Lemire2014-04-105-39/+296
* Fix INDEXBITS in QHandleManager, QHandlePaul Lemire2014-04-093-36/+40