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
/
qv4string_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the use of Q_QML_PRIVATE_EXPORT
Alexey Edelev
2024-01-11
1
-4
/
+4
*
Context properties: Don't trigger an assert for numeric names
Fabian Kosmale
2023-07-31
1
-6
/
+16
*
Avoid -Wshorten-64-to-32 warnings in a few places
Fabian Kosmale
2022-10-31
1
-1
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
qv4string: port away from std::aligned_storage
Marc Mutz
2022-05-09
1
-1
/
+1
*
Upgrade std::is_trivial::value to C++17 std::is_trivial_v
Ivan Tkachenko
2021-08-24
1
-2
/
+2
*
Make QtQml work with the latest changes in qtbase
Lars Knoll
2020-01-14
1
-12
/
+20
*
Eliminate qmldevtools_build
Ulf Hermann
2019-05-31
1
-1
/
+1
*
Remove now dead V4_BOOTSTRAP #if-ery
Ulf Hermann
2019-05-13
1
-11
/
+0
*
Move qv4string{_p.h|.cpp} out of the devtools
Ulf Hermann
2019-05-10
1
-32
/
+4
*
Inline StringOrSymbol::toPropertyKey()
Lars Knoll
2018-09-14
1
-2
/
+7
*
Minor cleanup
Simon Hausmann
2018-08-06
1
-1
/
+1
*
Fix a memory leak when GC'ing Symbol objects
Lars Knoll
2018-08-02
1
-1
/
+1
*
Prefix vtable methods with virtual
Lars Knoll
2018-07-03
1
-2
/
+2
*
Unify the managed and object vtables
Lars Knoll
2018-07-03
1
-1
/
+1
*
Clean up the property key API in StringOrSymbol
Lars Knoll
2018-07-02
1
-23
/
+8
*
Replace Identifier by PropertyKey
Lars Knoll
2018-07-02
1
-4
/
+4
*
Implement a virtual interface for getOwnProperty
Lars Knoll
2018-06-25
1
-0
/
+2
*
QV4::String: Fix build with QT_NO_CAST_FROM_ASCII
Friedemann Kleint
2018-05-03
1
-1
/
+1
*
Implement Symbol.for and Symbol.keyFor
Lars Knoll
2018-05-02
1
-20
/
+22
*
Partial Symbol support
Lars Knoll
2018-05-02
1
-1
/
+5
*
Garbage collect identifiers
Lars Knoll
2018-05-02
1
-0
/
+9
*
Change Objects vtable methods to take a StringOrSymbol
Lars Knoll
2018-05-02
1
-8
/
+21
*
Add a StringOrSymbol intermediate class between Managed and String
Lars Knoll
2018-05-02
1
-5
/
+23
*
Use Identifier by value and don't new them anymore
Lars Knoll
2018-05-02
1
-4
/
+4
*
Remove dependency from qv4heap_p.h onto qv4internalclass_p.h
Lars Knoll
2018-04-12
1
-1
/
+5
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-1
/
+1
*
Fix crash in tst_controls in QQC2
Simon Hausmann
2018-01-22
1
-4
/
+3
*
Introduce a SubString String type
Lars Knoll
2018-01-19
1
-3
/
+7
*
Split up String type into a regular and a ComplexString
Lars Knoll
2018-01-19
1
-30
/
+43
*
Fix calculation of String hash values for char *
Lars Knoll
2018-01-10
1
-1
/
+1
*
Raise minimum supported MSVC version to 2015
Friedemann Kleint
2018-01-06
1
-1
/
+1
*
Bring back markObjects(), this time generated
Lars Knoll
2017-11-14
1
-1
/
+1
*
Remove superfluous call to String::makeIdentifier
Erik Verbruggen
2017-09-12
1
-1
/
+2
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-07
1
-4
/
+0
|
\
|
*
Revert "Fix compilation of QtScxml"
Liang Qi
2017-05-23
1
-4
/
+0
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-06
1
-6
/
+11
|
\
|
|
*
Fix compilation of QtScxml
Lars Knoll
2017-05-22
1
-0
/
+4
|
*
Get rid of the MemoryManager pointer inside String
Lars Knoll
2017-05-19
1
-3
/
+2
|
*
Move the engine() accessor from Object to Managed
Lars Knoll
2017-05-19
1
-3
/
+3
|
*
Move the internalClass field from Heap::Object to Heap::Base
Lars Knoll
2017-05-19
1
-1
/
+1
|
*
Add ICs for String, MemberData and ArrayData
Lars Knoll
2017-05-19
1
-0
/
+2
*
|
Separate the stack used for GC from the regular JS stack
Lars Knoll
2017-04-07
1
-1
/
+1
|
/
*
Simplify handling of non GC managed heap data
Lars Knoll
2017-01-22
1
-5
/
+1
*
Clean up duplicated checks whether a Value is a Managed
Lars Knoll
2016-11-29
1
-1
/
+1
*
QML: Also check for correct destroy() chaining
Erik Verbruggen
2016-10-06
1
-0
/
+1
*
QML: Make Heap::Object and all subclasses trivial
Erik Verbruggen
2016-10-06
1
-1
/
+1
*
QML: Make Heap::RegExp and Heap::String trivial
Erik Verbruggen
2016-10-05
1
-2
/
+3
*
QML: Introduce destroy() on Base subclasses
Erik Verbruggen
2016-10-05
1
-1
/
+1
*
QML: Make all context objects trivial
Erik Verbruggen
2016-09-30
1
-1
/
+1
[next]