summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/core
Commit message (Expand)AuthorAgeFilesLines
* Restore use of QVector in private APIMike Krus2021-01-052-15/+15
* Use internal CMake APIMike Krus2020-10-072-2/+2
* Use QList instead of QVector in testsJarek Kobus2020-07-092-5/+5
* Add ; to Q_UNUSEDLars Schmertmann2020-06-241-5/+5
* Add support for building with CMakeMike Krus2020-05-224-0/+43
* Fix C++17 buildMike Krus2020-02-251-9/+15
* Fix build and warningsMike Krus2020-01-285-236/+1
* Eradicate Q_FOREACH loops and mark the module cleanMarc Mutz2019-05-222-3/+3
* Remove wince check as it is not supportedOliver Wolff2018-11-221-1/+1
* Get rid of the INDEXBITS template argument for QHandleLars Knoll2017-12-131-6/+6
* Rework resource handlingLars Knoll2017-11-071-1/+6
* Get rid of the HandleManager classLars Knoll2017-09-112-2/+2
* Remove ArrayPreallocationPolicyLars Knoll2017-09-111-37/+11
* Unify license header usageAntti Kokko2016-01-264-68/+36
* Make QFrameAllocator privateKevin Ottens2015-12-082-2/+2
* d-pointer classes, private/public changesTomi Korpipää2015-10-301-1/+1
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-134-19/+19
* Fix build errors on OS X 10.8Andy Nichols2015-08-171-0/+1
* Skip benchmark on WinCE for nowLaszlo Agocs2015-02-141-1/+1
* Copyright header change.Mika Salmela2015-02-094-76/+56
* Make QCircularBuffer and QBoundedCircularBuffer privateSean Harmer2014-11-192-2/+2
* Rename QResourcesManager -> QResourceManager and make privateSean Harmer2014-11-184-24/+24
* Add benchmark suite for QFrameAllocator.Milian Wolff2014-11-143-1/+156
* Optimize ArrayPreallocationPolicy.Milian Wolff2014-10-254-28/+53
* QResourcesManager: Added dynamic ArrayAllocation policyPaul Lemire2014-10-256-1/+381
* Add QCircularBuffer and testSean Harmer2014-04-173-0/+109