aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qqmlbuiltinfunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-181-4/+5
|\|
| * Fix calling Qt.binding() on bound functionsLars Knoll2018-04-161-4/+5
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-2/+2
* | 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-271-12/+12
|\|
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-12/+12
* | Add a feature for QML locale supportUlf Hermann2018-02-151-0/+6
|/
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-4/+2
* Convert methods in qqmlbuiltinfunctions.* to new calling conventionLars Knoll2018-01-121-252/+252
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-2/+2
* 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-191-70/+70
* | | 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-081-161/+189
* | | 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
|/
* Convert the last remaining builtin function to the new calling conventionLars Knoll2017-01-251-424/+441
* Directly store the referenced QV4::Function pointer in the binding functionLars Knoll2016-12-091-16/+3
* Don't store a source location in the QQmlBindingFunction anymoreLars Knoll2016-12-091-4/+2
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-7/+3
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-1/+1
| |\
| | * Doc: fix incorrect argument name for createQmlObject()Mitch Curtis2016-11-171-2/+2
* | | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-8/+13
* | | QML: Make QV4::Heap::Pointer trivialErik Verbruggen2016-09-281-1/+1
* | | Merge remote-tracking branch 'origin/dev' into 5.8Liang Qi2016-08-161-6/+31
|\ \ \
| * | | Qml: optimize string usageAnton Kudryavtsev2016-08-091-6/+6
| * | | Qt object: Add exit(int)Cavit Sina Dogru2016-08-091-0/+25
* | | | Added Logging Category support to QMLDominik Holland2016-08-101-3/+22
|/ / /
* | | Doc: QML Qt.callLater(): Fix documentation warningsTopi Reinio2016-06-231-3/+3
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-3/+2
* | | Add \since 5.8 to Qt.callLater()Mitch Curtis2016-06-081-0/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-0/+1
|\| |
| * | V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
* | | Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-05-181-11/+71
|\| |
| * | QML: Fill QtObject lazily.Erik Verbruggen2016-05-111-11/+71
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-2/+2
|\| |