summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix cmake unit test for Qt3DSean Harmer2015-06-102-3/+9
* Make QAspectJobManager and base class privateSean Harmer2015-06-101-2/+2
* Unit tests for ThreadPoolerMika Salmela2015-05-203-1/+328
* Unit tests for RenderMeshPaul Lemire2015-05-143-1/+189
* Unit tests for RenderMaterialPaul Lemire2015-05-133-1/+198
* QRenderPass: add/remove ParametersPaul Lemire2015-05-091-0/+34
* QRenderPass use QNodePtr to send clonesPaul Lemire2015-04-251-3/+2
* Add QRay3DRĂ©mi Benoit2015-03-243-1/+556
* Updated licenses & license headersJani Heikkinen2015-03-232-20/+26
* Units test for RenderViewUtils and RenderViewPaul Lemire2015-03-095-1/+531
* ChangeArbiter/SceneChange: use id as change subjectPaul Lemire2015-02-283-26/+20
* Unit Tests for RenderShaderPaul Lemire2015-02-283-1/+139
* Fix: remove QByteArrayLiteral used when setting SceneChange property namesPaul Lemire2015-02-282-12/+12
* Added NodeInstantiatorSean Harmer2015-02-2814-2/+679
* Disable building benchmarks in debug buildsLaszlo Agocs2015-02-271-1/+5
* unit tests for qchangearbiterPaul Lemire2015-02-181-97/+143
* Skip benchmark on WinCE for nowLaszlo Agocs2015-02-141-1/+1
* Copyright header change.Mika Salmela2015-02-0924-456/+336
* Complete unit tests for QNode and friendsKevin Ottens2015-02-082-12/+175
* Introduce QLockableObserverInterfaceKevin Ottens2015-02-081-8/+14
* Don't store QRenderState* in RenderRenderPassKevin Ottens2015-02-031-52/+97
* Don't keep pointers to QParameterMappingKevin Ottens2015-02-031-2/+8
* Add tests for RenderRenderPassKevin Ottens2015-02-023-0/+298
* Add QServiceLocator and skeleton system and OpenGL info servicesSean Harmer2015-01-283-0/+175
* On component removal only deal with the idKevin Ottens2015-01-281-4/+4
* Unit tests for RenderEntity sceneChangeEventKevin Ottens2015-01-283-0/+200
* Cleanup entities component lists on destructionKevin Ottens2015-01-281-0/+23
* Add QAspectFactory class, creates aspects by nameKevin Ottens2015-01-233-0/+139
* tst_cloning: Add unit test for cloningPaul Lemire2015-01-104-40/+159
* Change uuid -> id as it really isn't universally unique any longerSean Harmer2014-12-193-57/+57
* Unit tests for QGraphicsUtilsPaul Lemire2014-12-123-1/+380
* Rename QNodeUuid to QNodeIdSean Harmer2014-11-191-3/+3
* Make QCircularBuffer and QBoundedCircularBuffer privateSean Harmer2014-11-196-6/+6
* Rename QResourcesManager -> QResourceManager and make privateSean Harmer2014-11-1810-69/+69
* Add skeleton unit tests for QEntity and QAspectEngineSean Harmer2014-11-175-0/+179
* Enforce that we never try to allocate unexpectedly huge items.Milian Wolff2014-11-141-4/+2
* Add benchmark suite for QFrameAllocator.Milian Wolff2014-11-143-1/+156
* Guard against unsafe usage of QFrameAllocator::(de)allocateRawMemory.Milian Wolff2014-11-141-19/+18
* Cleanup code and remove C-isms.Milian Wolff2014-11-141-12/+12
* QNodeUuid: typedef for QUuidPaul Lemire2014-11-021-3/+3
* QObservableInterface refactoredPaul Lemire2014-11-021-8/+2
* Optimize: Use a plain non-recursive QMutex in the QResourceManager.Milian Wolff2014-10-293-17/+12
* Optimize ArrayPreallocationPolicy.Milian Wolff2014-10-254-28/+53
* QResourcesManager: Added dynamic ArrayAllocation policyPaul Lemire2014-10-2511-23/+855
* QChangeArbiter and Observers/Observables made privatePaul Lemire2014-10-173-7/+7
* Hide doClone implementations behind a macroKevin Ottens2014-10-152-22/+4
* Silence warnings in QNode unit testSean Harmer2014-10-041-3/+3
* QNode refactoringPaul Lemire2014-10-035-120/+94
* Improved/Refactored cloning and doClone off all subclassesPaul Lemire2014-09-303-13/+29
* Unit Tests for QChangeArbiterPaul Lemire2014-09-303-1/+714