aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvaluetypewrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-211-37/+114
|\
| * Enable lookups in QMLSimon Hausmann2019-03-191-37/+114
* | Reduce size of QQmlValueTypeJędrzej Nowacki2018-10-091-6/+6
|/
* Make Object::getOwnProperty() constLars Knoll2018-09-231-1/+1
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-1/+1
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-091-1/+2
* Implement ObjectIterator using the new iteration mechanismLars Knoll2018-08-021-28/+0
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-021-0/+40
* Move the C++ and JS stack frame definitions into it's own fileLars Knoll2018-07-031-1/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-10/+10
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-3/+3
* Cleanups in the Identifier APILars Knoll2018-07-021-3/+3
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-6/+7
* Unify put and putIndexedLars Knoll2018-07-021-5/+6
* Implement a virtual interface for getOwnPropertyLars Knoll2018-06-251-9/+9
* Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-021-4/+17
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-181-2/+6
|\
| * Fix calling Qt.binding() on bound functionsLars Knoll2018-04-161-2/+6
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-2/+2
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-16/+16
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-0/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-021-0/+2
| |\
| | * Fix memory leak with value typesSimon Hausmann2018-02-021-0/+2
* | | Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-8/+7
* | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-2/+2
|\ \ \
| * | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-2/+2
| |/ /
* | | Move line number information into a side tableLars Knoll2017-08-251-1/+1
* | | Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-2/+3
* | | Don't store the current line number in the ExecutionContextLars Knoll2017-08-041-2/+2
|/ /
* | QML: emit messages when breaking bindingsOlivier JG2017-05-171-4/+22
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-281-1/+3
|\|
| * Add Q_ALLOCA_VAR, Q_ALLOCA_DECLARE and Q_ALLOCA_ASSIGN macrosKimmo Ollila2017-02-151-1/+3
* | Object: Allow put and putIndexed to return success or failureRobin Burchell2017-02-091-6/+8
|/
* Convert more builtin functions to the new calling conventionLars Knoll2017-01-251-6/+6
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-3/+4
|\
| * Avoid passing a FunctionObject to QQmlBinding::create()Lars Knoll2016-12-091-1/+2
| * Don't store a source location in the QQmlBindingFunction anymoreLars Knoll2016-12-091-1/+1
| * Change signature of QQmlBinding::create to take a FunctionObject *Lars Knoll2016-12-091-1/+1
| * Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-1/+0
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-0/+1
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-0/+1
| | |\
| | | * Fix reading of enum properties from gadgetsSimon Hausmann2016-11-161-0/+1
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-29/+24
|\| | |
| * | | QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-8/+6
| * | | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-21/+18
| * | | QML: Move the ScarceResourceData from VariantObject onto the heapErik Verbruggen2016-10-051-1/+1
* | | | Qml, Imports: mark some methods as constAnton Kudryavtsev2016-10-131-2/+2
|/ / /
* | | QML: Replace QPointer with a QQmlQPointer (which is trivial)Erik Verbruggen2016-09-271-2/+3
* | | QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-101-9/+9