index
:
qt/qt3d.git
5.10
5.11
5.12
5.13
5.14
5.15
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
qt4
wip/animation
wip/cmake
wip/particles
wip/physics
wip/qtquickintegration
wip/refactor
wip/rhi-renderer
wip/vr
Qt3D
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
resources
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove qmake build files
Mike Krus
2023-03-17
1
-19
/
+0
*
Remove Qt6 QT_VERSION checks from the code base
Paul Lemire
2023-02-10
1
-4
/
+0
*
3DCore: rip away the configure option and static choice of SIMD
Thiago Macieira
2023-01-19
1
-5
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
4
-152
/
+8
*
Make sure all private headers include at least one other
Thiago Macieira
2022-03-08
2
-2
/
+3
*
QResourceManager: use nullptr instead of 0;
Paul Lemire
2021-03-22
1
-2
/
+2
*
Fix a number of MSVC int conversion warnings
Friedemann Kleint
2021-01-29
1
-2
/
+2
*
Remove QFrameAllocator (again)
Mike Krus
2021-01-11
4
-574
/
+0
*
Enable compiling non-QML API against Qt 5.15
Mike Krus
2021-01-05
1
-0
/
+4
*
Restore use of QVector in private API
Mike Krus
2021-01-05
1
-2
/
+2
*
Fix compilation with latest QMutexLocker changed
Paul Lemire
2020-10-26
1
-1
/
+1
*
Refactor Scene3D to work with both RHI and GL Qt3D renderers
Paul Lemire
2020-07-29
1
-0
/
+13
*
Fix vS2019 build issues
Mike Krus
2020-07-20
1
-1
/
+1
*
Use QList instead of QVector in implementation and docs
Jarek Kobus
2020-07-09
2
-3
/
+2
*
QResourcesManager: switch to std::vector
Paul Lemire
2020-05-20
1
-3
/
+3
*
Fix build for Qt6
Mike Krus
2020-05-06
5
-0
/
+582
*
Merge remote-tracking branch 5.15 into dev
Mike Krus
2020-02-07
3
-30
/
+83
|
\
|
*
Make the OpenGL renderer a plugin
Paul Lemire
2020-02-05
1
-30
/
+9
|
*
Fix usages of text stream operators
Alexandru Croitor
2019-12-06
1
-4
/
+4
|
*
Don't try to load binary json GLTF data if !QT_CONFIG(binaryjson)
Ulf Hermann
2019-11-07
1
-0
/
+2
|
*
Accept CBOR as optional format in gltf data
Ulf Hermann
2019-10-29
2
-0
/
+79
|
*
Fix Coverity warnings
Mike Krus
2019-10-21
1
-0
/
+2
*
|
Fix build and warnings
Mike Krus
2020-01-28
6
-2055
/
+1
*
|
Bump Qt version to Qt 6
Alexandru Croitor
2019-07-11
1
-4
/
+4
|
/
*
Switch export macros to standard form
Kai Koehne
2019-04-02
2
-2
/
+2
*
QResourcesManager: remove simd code from header
Paul Lemire
2018-02-28
3
-18
/
+57
*
Render: Use SIMD Vectors and Matrices in the backend
Paul Lemire
2018-02-02
1
-2
/
+23
*
QResourceManager: fix coding style
Paul Lemire
2018-01-19
1
-6
/
+11
*
Get rid of the INDEXBITS template argument for QHandle
Lars Knoll
2017-12-13
2
-35
/
+31
*
Rework resource handling
Lars Knoll
2017-11-07
2
-143
/
+123
*
Get rid of the AllocationPolicy template argument in the ResourceManager
Lars Knoll
2017-09-11
1
-10
/
+6
*
Get rid of the HandleManager class
Lars Knoll
2017-09-11
4
-351
/
+84
*
Remove ArrayPreallocationPolicy
Lars Knoll
2017-09-11
1
-54
/
+1
*
Fixes includes to comply with coding conventions for Src/Core
Robert Brock
2017-03-31
5
-23
/
+27
*
Merge remote-tracking branch 'origin/5.6' into 5.7
5.7
Liang Qi
2016-11-25
2
-17
/
+25
|
\
|
*
QFixedFrameAllocator: Extract Method scan()
Marc Mutz
2016-10-24
2
-17
/
+25
*
|
HandleManager: do not allow counter to overflow
Paul Lemire
2016-08-11
1
-0
/
+3
*
|
Silence warning C4189 with MSVC
Sean Harmer
2016-08-08
1
-0
/
+12
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-08-01
1
-0
/
+3
|
\
|
|
*
Replace “#define private public” with a proper friend class declaration
Dmitry Shachnev
2016-06-20
1
-0
/
+3
|
*
Insert a void cast to silence Clang -Wdynamic-class-memaccess warning
Thiago Macieira
2016-05-08
1
-1
/
+1
*
|
QResourcesManager: allow to retrieve all active handles
Paul Lemire
2016-06-30
1
-1
/
+9
*
|
Fix memory leaks in render node managers
Antti Määttä
2016-05-26
1
-0
/
+10
*
|
Mark more types movable/primitive/shared
Marc Mutz
2016-05-07
1
-1
/
+5
*
|
Q_NULLPTR -> nullptr
Sean Harmer
2016-05-01
4
-24
/
+24
*
|
Add debug operator for QResourceManager
Sean Harmer
2016-04-17
1
-0
/
+37
*
|
Add debug operator for QHandleManager
Sean Harmer
2016-04-17
1
-0
/
+32
*
|
Improve function name in QResourceManager
Sean Harmer
2016-04-15
1
-3
/
+3
*
|
Rename hash within QResourceManager to better describe its purpose
Sean Harmer
2016-04-15
1
-7
/
+7
*
|
Rename template parameters
Sean Harmer
2016-04-15
1
-28
/
+28
[next]