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
/
qv4regexp.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtQml: Add some consistency to QV4::RegExp
Ulf Hermann
2024-12-12
1
-37
/
+30
*
V4: Fix setting of regexp flags
Ulf Hermann
2024-02-15
1
-5
/
+5
*
RegExp: Do on demand JIT compilation
Fabian Kosmale
2024-02-13
1
-26
/
+57
*
Revert "RegExp: Do on demand JIT compilation"
Fabian Kosmale
2024-01-26
1
-50
/
+26
*
RegExp: Do on demand JIT compilation
Fabian Kosmale
2024-01-23
1
-26
/
+50
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-6
/
+6
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Add ; to Q_UNUSED and UNUSED_PARAM
Lars Schmertmann
2020-06-26
1
-1
/
+1
*
Fix unused variable warning
Shawn Rutledge
2020-01-07
1
-2
/
+1
*
When matching RegExps catch JIT failures
Ulf Hermann
2019-01-09
1
-17
/
+43
*
Implement RegExp.prototype[Symbol.replace]
Lars Knoll
2018-08-15
1
-0
/
+54
*
Cleanup RegExpObject
Lars Knoll
2018-08-15
1
-19
/
+34
*
Enable the Yarr JIT for regexps with nested parenthesis
Lars Knoll
2018-08-11
1
-1
/
+7
*
Enable unicode regular expressions
Lars Knoll
2018-08-10
1
-3
/
+6
*
Update Yarr to the latest version from WebKit
Lars Knoll
2018-08-10
1
-7
/
+15
*
Add Q_UNUSED(engine) to fix build on iOS
Shawn Rutledge
2018-03-16
1
-0
/
+2
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-2
/
+2
*
Fix crashes on WinRT when allocation of executable memory is disabled
Simon Hausmann
2018-02-09
1
-3
/
+3
*
Merge remote-tracking branch 'origin/dev' into HEAD
Lars Knoll
2017-10-22
1
-4
/
+6
|
\
|
*
Merge remote-tracking branch 'origin/5.9' into 5.10
Lars Knoll
2017-09-20
1
-4
/
+5
|
|
\
|
|
*
Fix reuse of regexp objects by regexp literals
Allan Sandfeld Jensen
2017-09-08
1
-4
/
+5
*
|
|
Don't compile both bytecode and JIT code for regexps
Lars Knoll
2017-08-29
1
-8
/
+15
*
|
|
Re-enable the YarrJIT
Erik Verbruggen
2017-08-28
1
-1
/
+1
|
/
/
*
/
New mark table implementation
Lars Knoll
2017-03-09
1
-6
/
+0
|
/
*
QML: Also check for correct destroy() chaining
Erik Verbruggen
2016-10-06
1
-0
/
+1
*
QML: Make Heap::RegExp and Heap::String trivial
Erik Verbruggen
2016-10-05
1
-6
/
+9
*
QML: Introduce destroy() on Base subclasses
Erik Verbruggen
2016-10-05
1
-4
/
+8
*
QML: Make all context objects trivial
Erik Verbruggen
2016-09-30
1
-0
/
+2
*
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
*
Fix the RegExpCache to be GC safe
Lars Knoll
2015-06-17
1
-12
/
+11
*
Move memory management related functionality into it's own folder
Lars Knoll
2015-03-02
1
-1
/
+1
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
QML: Fix MSVC 2013/64bit warnings.
Friedemann Kleint
2015-01-22
1
-1
/
+1
*
Move the internalClass pointer into Heap::Object
Lars Knoll
2015-01-21
1
-2
/
+1
*
Remove all the setVTable() calls that aren't required anymore
Lars Knoll
2015-01-21
1
-1
/
+0
*
Remove the remaining bit of code that use the vtable in the internalClass
Lars Knoll
2015-01-21
1
-1
/
+1
*
Fix RegExpCache to store Heap Objects
Lars Knoll
2014-12-20
1
-4
/
+4
*
Cleanup destruction of heap objects
Lars Knoll
2014-11-21
1
-5
/
+0
*
Replaced more usages of Returned<T> with Heap::T*
Simon Hausmann
2014-11-14
1
-3
/
+3
*
Cleanup RegExp
Lars Knoll
2014-11-08
1
-4
/
+4
*
Begin moving the data out of Managed objects
Lars Knoll
2014-11-08
1
-2
/
+2
*
Let markObjects() operate directly on HeapObjects
Lars Knoll
2014-11-04
1
-1
/
+1
*
Remove some unneeded reinterpret_cast's
Lars Knoll
2014-11-04
1
-3
/
+3
*
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
*
Change the object allocation scheme
Simon Hausmann
2014-07-22
1
-5
/
+6
*
Convert regexps
Lars Knoll
2014-07-22
1
-21
/
+18
*
Convert QV4RegExp to new storage scheme
Lars Knoll
2014-07-22
1
-9
/
+9
*
Convert RegExp and RegExpObject to new data layout
Lars Knoll
2014-07-22
1
-15
/
+15
*
Move Managed data into it's own subclass
Lars Knoll
2014-07-22
1
-1
/
+0
[next]