summaryrefslogtreecommitdiffstats
path: root/src/logic
Commit message (Expand)AuthorAgeFilesLines
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2024-02-281-2/+0
* build system: fix unity buildsTim Blechmann2024-02-072-2/+4
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-221-0/+2
* Remove qmake build filesMike Krus2023-03-172-36/+0
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-201-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-241-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Fix compile warningsMike Krus2022-06-232-2/+0
* Qt3DLogic: includemocsMike Krus2022-06-223-0/+5
* Use SPDX license identifiersLucie Gérard2022-06-2218-684/+36
* Make sure all private headers include at least one otherThiago Macieira2022-03-083-6/+6
* Use internal CMake APIMike Krus2020-10-071-2/+2
* 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
|/