aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-241-1/+1
|\|
| * Fix change-of-sign warningThiago Macieira2018-05-231-1/+1
* | Remove bindings that have no dependenciesSimon Hausmann2018-05-161-0/+12
* | Fix console.log for sequence types such as QStringListSimon Hausmann2018-05-021-1/+1
* | Don't use stringForId() anymoreLars Knoll2018-05-021-1/+1
* | Garbage collect identifiersLars Knoll2018-05-021-1/+1
* | Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-022-2/+2
* | Use Identifier by value and don't new them anymoreLars Knoll2018-05-021-3/+3
* | Remove the QString member from IdentifierLars Knoll2018-05-021-2/+5
* | Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-182-6/+11
|\|
| * Fix calling Qt.binding() on bound functionsLars Knoll2018-04-162-6/+11
* | garbage collect InternalClassLars Knoll2018-04-121-1/+1
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-122-3/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-121-0/+10
|\|
| * Fix calling Qt.createComponent() from QQmlEngine::evaluate()Simon Hausmann2018-03-081-0/+10
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-273-16/+16
|\|
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-263-16/+16
* | Add a feature for QML locale supportUlf Hermann2018-02-153-0/+12
* | Add a feature for xmlhttprequestUlf Hermann2018-02-122-2/+10
* | QML: Make mapping of sequence object in JS optionalUlf Hermann2018-02-111-0/+3
* | Further simplify relation between different enginesUlf Hermann2018-02-072-7/+3
|/
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-023-18/+6
* Convert methods in qqmlbuiltinfunctions.* to new calling conventionLars Knoll2018-01-122-309/+309
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-122-3/+3
* Drop some dead codeUlf Hermann2018-01-082-14/+0
* Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-1/+5
|\
| * Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-1/+1
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-0/+4
| |\
| | * Fix crashes with closures created in QML componentsLars Knoll2017-09-061-0/+4
* | | Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-192-72/+72
* | | Move line number information into a side tableLars Knoll2017-08-251-8/+8
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-0/+2
|\| |
| * | Mention the t (zone) format specifier for formatDateTimeEdward Welbourne2017-08-151-0/+2
* | | Cleanup naming of Stack frame structuresLars Knoll2017-08-101-8/+8
* | | Avoid creating a CallContext for simple functionsLars Knoll2017-08-101-4/+4
* | | Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-083-222/+249
* | | Fix frame handlingLars Knoll2017-08-041-11/+11
* | | Don't store the current line number in the ExecutionContextLars Knoll2017-08-041-29/+29
* | | Get rid of the compilation unit related members in ExecutionContextLars Knoll2017-08-031-1/+1
|/ /
* | Cleanups: Remove Steele barrier codeLars Knoll2017-04-071-1/+1
* | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-231-1/+1
|\|
| * Protect CompilationUnit member usage against word size differencesSimon Hausmann2017-03-171-1/+1
* | Incremental garbage collectionLars Knoll2017-03-091-1/+1
|/
* Port builtin methods in Canvas2D to new calling conventionLars Knoll2017-01-251-7/+0
* Convert the last remaining builtin function to the new calling conventionLars Knoll2017-01-252-483/+500
* Convert more builtin functions to the new calling conventionLars Knoll2017-01-251-0/+8
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-143-47/+13
|\
| * Directly store the referenced QV4::Function pointer in the binding functionLars Knoll2016-12-092-22/+3
| * Don't store a source location in the QQmlBindingFunction anymoreLars Knoll2016-12-092-11/+3