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
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
/
qv4identifiertable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Long live incremental garbage collection in QML!
Fabian Kosmale
2023-12-20
1
-1
/
+4
*
IdentifierTable::asPropertyKey: Remove unused overload
Fabian Kosmale
2023-07-31
1
-9
/
+0
*
Context properties: Don't trigger an assert for numeric names
Fabian Kosmale
2023-07-31
1
-4
/
+9
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-1
/
+1
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-3
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
IdentifierTable: Optimize property key lookup by QString
Ulf Hermann
2021-03-17
1
-18
/
+14
*
Re-arrange qv4identifier{_p.h|.cpp}
Ulf Hermann
2020-04-15
1
-0
/
+1
*
Clean up QStringHash
Ulf Hermann
2019-04-30
1
-13
/
+3
*
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-04-18
1
-1
/
+1
|
\
|
*
Prevent CoW detaches from happening
Erik Verbruggen
2019-04-15
1
-1
/
+1
*
|
Don't use UINT_MAX as invalid array index in PropertyKey
Ulf Hermann
2019-04-16
1
-3
/
+2
|
/
*
Improve performance of IdentifierTable::sweep()
Lars Knoll
2018-09-14
1
-19
/
+20
*
Another try at properly fixing IdentifierTable::sweep()
Lars Knoll
2018-08-31
1
-46
/
+15
*
Fix another bug in sweeping the identifier hash table
Simon Hausmann
2018-08-30
1
-1
/
+10
*
Fix invalid object property key conversions
Simon Hausmann
2018-07-10
1
-8
/
+12
*
Rename IdentifierTable methods
Lars Knoll
2018-07-02
1
-4
/
+4
*
Replace Identifier by PropertyKey
Lars Knoll
2018-07-02
1
-12
/
+12
*
Cleanups in the Identifier API
Lars Knoll
2018-07-02
1
-1
/
+1
*
Fix a source of potential bugs in the Identifier table
Lars Knoll
2018-06-25
1
-0
/
+6
*
Implement Symbol.for and Symbol.keyFor
Lars Knoll
2018-05-02
1
-23
/
+59
*
Garbage collect identifiers
Lars Knoll
2018-05-02
1
-4
/
+71
*
Use Identifier by value and don't new them anymore
Lars Knoll
2018-05-02
1
-14
/
+10
*
Turn Identifier into a simple integer
Lars Knoll
2018-05-02
1
-16
/
+44
*
Remove the QString member from Identifier
Lars Knoll
2018-05-02
1
-2
/
+1
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-2
/
+2
*
Cleanups: Remove Steele barrier code
Lars Knoll
2017-04-07
1
-1
/
+0
*
Incremental garbage collection
Lars Knoll
2017-03-09
1
-0
/
+1
*
V4: calculate the hash only once when inserting a string.
Erik Verbruggen
2016-05-12
1
-2
/
+8
*
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
*
Add method to convert identifiers back into QV4::String objects
Lars Knoll
2015-09-25
1
-0
/
+16
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
Ported ExecutionEngine::newString and newIdentifier to Heap::String
Simon Hausmann
2014-11-12
1
-33
/
+32
*
Move Data for String into the Heap namespace
Lars Knoll
2014-11-08
1
-2
/
+2
*
Changed Value to store Managed::Data pointers directly
Simon Hausmann
2014-11-04
1
-1
/
+2
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-25
1
-19
/
+11
*
Convert String to the new storage layout
Lars Knoll
2014-07-22
1
-16
/
+16
*
Move string data into subclass
Lars Knoll
2014-07-22
1
-16
/
+16
*
Move Managed data into it's own subclass
Lars Knoll
2014-07-22
1
-2
/
+2
*
Fix various compiler warnings in order to remove warn_off in the near future
Erik Verbruggen
2013-11-04
1
-1
/
+1
*
Remove more direct QV4::Value usage
Lars Knoll
2013-09-28
1
-2
/
+2
*
Use StringRef for most methods in Object
Lars Knoll
2013-09-22
1
-2
/
+2
*
Inline identifier lookup where it makes sense
Lars Knoll
2013-09-02
1
-1
/
+1
*
Fix memory leak in identifier table
Simon Hausmann
2013-08-13
1
-0
/
+3
*
Restructure source code
Lars Knoll
2013-08-08
1
-0
/
+184