index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
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
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
qml
/
jsruntime
/
qv4persistent_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gc: Fix stale pointers in WeakValues
Fabian Kosmale
2024-04-25
1
-18
/
+3
*
PersistentValueStorage: remember last free page instead of reshuffling
Fabian Kosmale
2024-01-25
1
-0
/
+3
*
qml: silence -Wextra-semi
Tim Blechmann
2022-11-16
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
QtDeclarative: replace qSwap with std::swap/member-swap where possible
Marc Mutz
2022-05-07
1
-1
/
+1
*
Fix life cycle methods of various types related to QQmlBind
Ulf Hermann
2021-11-12
1
-3
/
+13
*
Store a QV4::ReturnedValue in QJSValue
Ulf Hermann
2020-03-18
1
-1
/
+1
*
init variables where they are declared when possible (clang-tidy)
Shawn Rutledge
2018-02-26
1
-4
/
+4
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-10
/
+10
*
Separate the stack used for GC from the regular JS stack
Lars Knoll
2017-04-07
1
-2
/
+2
*
QML: Create a fast-path for QV4::WeakValue::set
Erik Verbruggen
2016-10-21
1
-3
/
+22
*
V4: tighten up various casts to check also check type.
Erik Verbruggen
2016-06-08
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2016-01-29
1
-4
/
+4
|
\
|
*
Make sure we destroy all QV4::QObjectWrapper objects
Jian Liang
2016-01-22
1
-4
/
+4
*
|
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
|
/
*
Add missing "We mean it" comments to private headers.
Friedemann Kleint
2015-10-06
1
-0
/
+11
*
Make iteration over persistent values safer
Lars Knoll
2015-08-24
1
-2
/
+6
*
Fix the RegExpCache to be GC safe
Lars Knoll
2015-06-17
1
-0
/
+7
*
Get rid of StringValue usage in QJSValueIterator
Lars Knoll
2015-06-10
1
-0
/
+6
*
Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h
Lars Knoll
2015-04-24
1
-0
/
+1
*
Get rid of asManaged()
Lars Knoll
2015-04-21
1
-2
/
+2
*
Reduce dependencies
Lars Knoll
2015-03-20
1
-1
/
+1
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
Remove all remaining usages of ValueRef
Lars Knoll
2015-01-23
1
-2
/
+0
*
Get rid of most uses of ValueRef
Lars Knoll
2015-01-23
1
-3
/
+4
*
Refactor persistent values
Lars Knoll
2015-01-16
1
-54
/
+66
*
Make sure we always have an engine when assigning to a Persistent
Lars Knoll
2015-01-13
1
-14
/
+15
*
Remove the remaining uses of Returned<T>
Simon Hausmann
2014-11-15
1
-8
/
+0
*
Cleanup debugger to be safe for the new GC
Lars Knoll
2014-11-12
1
-0
/
+6
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-25
1
-18
/
+10
*
Get rid of ManagedRef
Lars Knoll
2014-07-22
1
-2
/
+0
*
Make the Ref classes not template based
Lars Knoll
2014-02-07
1
-4
/
+3
*
Rename Referenced to ManagedRef
Lars Knoll
2014-02-07
1
-2
/
+2
*
Move PersistenValue and WeakValue into it's own file
Lars Knoll
2014-02-05
1
-0
/
+168