summaryrefslogtreecommitdiffstats
path: root/src/core/resources
Commit message (Expand)AuthorAgeFilesLines
* Doc: Mark the rest of the private classes \internalTopi Reinio2016-01-262-4/+4
* Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-251-4/+0
* Fix resource leaks in ArrayAllocatingPolicy.Volker Krause2016-01-191-18/+43
* Remove unused ListAllocationPolicy.Volker Krause2016-01-122-74/+0
* Make QFrameAllocator privateKevin Ottens2015-12-085-160/+170
* QResourcesManager: use const in NonLocking LockerPaul Lemire2015-11-161-1/+1
* d-pointer classes, private/public changesTomi Korpipää2015-10-304-10/+32
* Doc: Move the doc artifacts outside of the submodule directoryVenugopal Shivashankar2015-10-281-1588/+0
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-139-36/+36
* Add "We mean it" warnings to private headersSean Harmer2015-10-134-0/+44
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-131-1/+3
* Merge remote-tracking branch 'origin/5.5' into devAndy Nichols2015-08-173-0/+25
|\
| * RenderView: remove a subtle memory leaksPaul Lemire2015-07-041-0/+4
| * QFrameAllocator add a new isEmpty methodPaul Lemire2015-07-023-0/+21
* | Merge branch '5.5' into devSean Harmer2015-06-054-9/+10
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-174-28/+27
|\|
| * 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
* | Doc: link and qdoc errors Qt3DNico Vertriest2015-03-111-1/+1
|/
* 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