summaryrefslogtreecommitdiffstats
path: root/tests/auto/core
Commit message (Expand)AuthorAgeFilesLines
* Add QRay3DRĂ©mi Benoit2015-03-243-1/+556
* ChangeArbiter/SceneChange: use id as change subjectPaul Lemire2015-02-281-8/+8
* unit tests for qchangearbiterPaul Lemire2015-02-181-97/+143
* Copyright header change.Mika Salmela2015-02-0916-304/+224
* Complete unit tests for QNode and friendsKevin Ottens2015-02-082-12/+175
* Introduce QLockableObserverInterfaceKevin Ottens2015-02-081-8/+14
* Add QServiceLocator and skeleton system and OpenGL info servicesSean Harmer2015-01-283-0/+175
* 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
* Rename QNodeUuid to QNodeIdSean Harmer2014-11-191-3/+3
* Make QCircularBuffer and QBoundedCircularBuffer privateSean Harmer2014-11-194-4/+4
* Rename QResourcesManager -> QResourceManager and make privateSean Harmer2014-11-186-45/+45
* 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
* 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
* QResourcesManager: Added dynamic ArrayAllocation policyPaul Lemire2014-10-255-22/+474
* QChangeArbiter and Observers/Observables made privatePaul Lemire2014-10-172-6/+6
* 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
* Unit Tests for QScenePaul Lemire2014-09-302-0/+372
* QFrameAllocator allocate based on size instead of typePaul Lemire2014-09-301-0/+65
* Completed node unit testsPaul Lemire2014-08-141-5/+85
* QResourcesManager unit test completedPaul Lemire2014-08-143-7/+411
* tst_node corrected to work with abstract nodes and componentsPaul Lemire2014-08-131-22/+52
* Renamed Component to QComponentPaul Lemire2014-07-051-9/+9
* Renamed Entity to QEntityPaul Lemire2014-07-051-7/+7
* Renamed Node to QNodePaul Lemire2014-07-051-19/+19
* QFrameAllocator + unit testsPaul Lemire2014-07-033-0/+635
* UnitTests for Nodes/Entity/ComponentPaul Lemire2014-06-273-1/+299
* QAbstractResourcesManager renamed to QResourcesManagerPaul Lemire2014-06-262-20/+20
* QAbstractResourcesManager refactored to use a policy based designPaul Lemire2014-06-262-20/+20
* Add QBoundedCircularBuffer and testSean Harmer2014-04-193-1/+254
* Add QCircularBuffer and testSean Harmer2014-04-173-1/+2067
* Added missing methods to QAbstractResourcesManagerPaul Lemire2014-04-142-4/+6
* ResourcesManager subclassesPaul Lemire2014-04-106-37/+322
* Fix INDEXBITS in QHandleManager, QHandlePaul Lemire2014-04-092-9/+18
* QResourcesManagerPaul Lemire2014-04-093-1/+224
* Add QHandleManager template and testSean Harmer2014-04-083-1/+206
* Add QHandle template class and testSean Harmer2014-04-043-0/+190