summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Revert "Doc: Add tests/manual in exampledirs to fix broken links"Topi Reinio2023-04-291-2/+1
* Doc: Add tests/manual in exampledirs to fix broken linksAndreas Eliasson2023-03-221-1/+2
* Doc: Remove unused imagedirsKai Köhne2023-03-201-9/+1
* Remove qmake build filesMike Krus2023-03-1710-262/+0
* Remove links to old examplesMike Krus2023-03-171-5/+1
* Doc: Fix missing imagesKai Köhne2023-03-122-0/+0
* 3DCore: Remove using namespace Qt3DCoreFriedemann Kleint2023-02-106-9/+12
* Remove Qt6 QT_VERSION checks from the code basePaul Lemire2023-02-102-9/+0
* 3DCore: rip away the configure option and static choice of SIMDThiago Macieira2023-01-1915-257/+77
* Qt3DCore: update AVX2 code to mean x86-64-v3Thiago Macieira2023-01-191-5/+1
* Remove qsizetype to int narrowing conversionsAurélien Brooke2022-12-213-5/+5
* Fix incorrect usages of std::make_move_iteratorAurélien Brooke2022-12-192-7/+5
* check bounding volumes for validity in concurrent reduction stepChristian Riggenbach2022-12-151-3/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-207-16/+16
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-201-1/+1
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-203-10/+5
* Add vector_helper_p.h to sources unconditionallyAlexey Edelev2022-09-081-1/+1
* Doc: Remove incorrect "\noautolist" usagesLuca Di Sera2022-09-021-4/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-244-4/+4
* Start using a dedicated QThreadPool again instead of a global oneDominik Holland2022-08-231-1/+1
* QThreadPooler: remove maxThreadCount prototypePaul Lemire2022-07-181-2/+0
* Doc: Fix typo OrbitCameraController::zoomInLimitYAMAMOTO Atsushi2022-07-131-1/+1
* Doc: Fix typo in \code blockYAMAMOTO Atsushi2022-07-131-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-084-0/+12
* Qt3DCore: includemocsMike Krus2022-06-2231-0/+64
* Use SPDX license identifiersLucie Gérard2022-06-22175-6388/+352
* Fix missing includesVille Voutilainen2022-05-171-0/+1
* Doc: Revise Qt3D module landing pageAndreas Eliasson2022-03-152-20/+93
* Make sure all private headers include at least one otherThiago Macieira2022-03-0814-20/+24
* Avoid enabling qt3d-simd-avx2 if avx feature is disabled in qtbaseAlexey Edelev2022-02-241-0/+1
* Do not highlight Planets and Advanced custom material QML example anymore in ...Zhang Hao2022-02-161-4/+0
* Move Qt::Concurrent to the PUBLIC link sectionAlexey Edelev2021-12-201-1/+1
* Doc: Replace use of \oldcode-\newcodeLuca Di Sera2021-11-251-3/+5
* QGeometryFactory: don't make op== virtualMarc Mutz2021-11-171-1/+3
* Doc: Remove unsupported customFiltersKai Köhne2021-09-031-4/+0
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-102-20/+26
* QCoreAspect: run the bounding volume job when Entity enabled changesPaul Lemire2021-07-091-1/+2
* Change bounding update propagationMike Krus2021-06-212-10/+57
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-06-071-7/+7
* Remove Audio Visualizer Example from highlighted examplesJani Heikkinen2021-04-121-1/+0
* Transform Qt3D.Core to declarative type registrationUlf Hermann2021-04-065-10/+18
* cmake: fix build with system assimpSamuli Piippo2021-03-241-24/+13
* QResourceManager: use nullptr instead of 0;Paul Lemire2021-03-221-2/+2
* vector_helper: suggest compiler to inline all the functionsPaul Lemire2021-02-251-4/+4
* Replace all implicit container move and clear by an explicit functionPaul Lemire2021-02-243-3/+13
* QScene: fix crash when using 5.15Paul Lemire2021-02-231-6/+1
* CMake: Re-regenerate configure-related filesJoerg Bornemann2021-02-124-15/+129
* Minor fixes to compile against 5.15Paul Lemire2021-02-011-1/+1
* Fix a number of MSVC int conversion warningsFriedemann Kleint2021-01-291-2/+2
* Remove QFrameAllocator (again)Mike Krus2021-01-115-576/+0