summaryrefslogtreecommitdiffstats
path: root/src/logic
Commit message (Expand)AuthorAgeFilesLines
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-093-5/+5
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-022-5/+4
* Mark CallbackJob as not required to runPaul Lemire2020-06-302-0/+6
* QLogicAspect: use QAspectJob::postFrame to drive FrameAction updatesPaul Lemire2020-06-256-59/+12
* Add ; to Q_UNUSEDLars Schmertmann2020-06-241-1/+1
* Fix handling of SSE/AVX sourceMike Krus2020-06-171-1/+2
* Add missing overrideAlexander Volkov2020-05-252-2/+2
* Add support for building with CMakeMike Krus2020-05-221-0/+47
* Add QBackendNode::syncFromFrontEnd to public APIMike Krus2020-02-272-10/+0
* Remove custom deprecation macroPaul Lemire2020-02-121-1/+0
* Remove deprecated classes and functionsPaul Lemire2020-02-115-18/+26
* Merge remote-tracking branch '5.14' into 5.15Mike Krus2020-02-052-1/+4
|\
| * Fix potential crash when logic aspect exitsMike Krus2020-01-272-1/+4
* | Fix deprecation handlingMike Krus2020-01-141-0/+1
* | Make tracing a runtime optionMike Krus2019-12-131-1/+1
|/
* Fix Coverity warningsMike Krus2019-10-211-0/+2
* Remove the Aspect ThreadPaul Lemire2019-08-074-14/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-161-2/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-111-2/+2
| |\
| | * Document unit for FrameAction::triggeredMichael Brasser2019-07-031-2/+2
* | | Eradicate Q_FOREACH loops and mark the module cleanMarc Mutz2019-05-221-3/+0
|/ /
* | Switch export macros to standard formKai Koehne2019-04-023-5/+5
* | Fix GCC warning about cv qualifiers in castThiago Macieira2019-02-271-1/+1
|/
* Doc: Fix various documentation warningsTopi Reinio2018-11-071-0/+1
* Doc: Add doc to undocumented methodsNico Vertriest2018-11-011-0/+5
* Doc: Fix documentation warnings related to Clang QDoc parserTopi Reinio2018-04-201-1/+1
* Revert "Doc: Divide documentation into submodules"Topi Reinio2018-04-203-125/+0
* Document state of the Qt 3D modulesKai Koehne2018-03-121-0/+4
* Doc: Divide documentation into submodulesTopi Reinio2018-02-093-0/+121
* Merge branch '5.10' into devSean Harmer2018-01-172-3/+2
|\
| * Merge branch '5.9' into 5.10Sean Harmer2018-01-122-3/+2
| |\
| | * Get rid of the INDEXBITS template argument for QHandleLars Knoll2017-12-132-3/+2
* | | Remove hardcoded C++ version for MinGW/GCCKai Koehne2018-01-111-3/+0
* | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-251-1/+1
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-254-9/+9
|/ /
* | Merge branch '5.9' into 5.10Sean Harmer2017-09-121-2/+1
|\|
| * Get rid of the AllocationPolicy template argument in the ResourceManagerLars Knoll2017-09-111-2/+1
* | Only execute QFrameAction job if there are actionsJan Marker2017-08-223-1/+10
|/
* Logic: only execute FrameActions which are enabledPaul Lemire2017-05-051-1/+1
* Fix spelling in comments and docsAndy Maloney2017-04-061-1/+1
* Coding convention fix for Src/logicRobert Brock2017-03-0210-22/+33
* Remove CONFIG+=static when gcov is enabledPaul Lemire2016-11-231-1/+0
* Update QFrameAction docsAntti Määttä2016-09-051-8/+18
* CallbackJob set profiling typePaul Lemire2016-06-281-0/+2
* Logic: add job types for profilingPaul Lemire2016-06-282-1/+78
* Missing Signal Doc for QFrameActionColin Ogilvie2016-05-282-1/+12
* added skeleton doc to logic moduleColin Ogilvie2016-05-281-0/+14
* Avoid changing access rights to virtual methodsMike Krus2016-05-231-3/+1
* De-inline dtors of public polymorphic classesMarc Mutz2016-05-192-0/+6
* Delegate to the correct ctor in QLogicAspectSean Harmer2016-05-151-1/+1