summaryrefslogtreecommitdiffstats
path: root/src/core/resources
Commit message (Expand)AuthorAgeFilesLines
* Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-315-23/+27
* Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-252-17/+25
|\
| * QFixedFrameAllocator: Extract Method scan()Marc Mutz2016-10-242-17/+25
* | HandleManager: do not allow counter to overflowPaul Lemire2016-08-111-0/+3
* | Silence warning C4189 with MSVCSean Harmer2016-08-081-0/+12
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+3
|\|
| * Replace “#define private public” with a proper friend class declarationDmitry Shachnev2016-06-201-0/+3
| * Insert a void cast to silence Clang -Wdynamic-class-memaccess warningThiago Macieira2016-05-081-1/+1
* | QResourcesManager: allow to retrieve all active handlesPaul Lemire2016-06-301-1/+9
* | Fix memory leaks in render node managersAntti Määttä2016-05-261-0/+10
* | Mark more types movable/primitive/sharedMarc Mutz2016-05-071-1/+5
* | Q_NULLPTR -> nullptrSean Harmer2016-05-014-24/+24
* | Add debug operator for QResourceManagerSean Harmer2016-04-171-0/+37
* | Add debug operator for QHandleManagerSean Harmer2016-04-171-0/+32
* | Improve function name in QResourceManagerSean Harmer2016-04-151-3/+3
* | Rename hash within QResourceManager to better describe its purposeSean Harmer2016-04-151-7/+7
* | Rename template parametersSean Harmer2016-04-151-28/+28
* | core: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-02-291-3/+3
* | Use integer comparisons when filtering entities by layerSean Harmer2016-02-221-0/+2
* | QResourceManager: use QReadWriteLock instead of QMutex when possiblePaul Lemire2016-02-201-17/+83
* | Fix copy and paste error in allocatorSean Harmer2016-02-191-1/+1
* | Fix iOS context initializationMike Krus2016-02-101-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-263-26/+47
|\|
| * 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
* | Unify license header usageAntti Kokko2016-01-269-99/+126
|/
* 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