aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-192-4/+6
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-182-4/+6
| |\
| | * QV4Object: fix GCC 6.1 tautologial compare warningMarc Mutz2016-08-171-1/+3
| | * Fix throwing an exception inside a finally block with a return in catchSimon Hausmann2016-08-161-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-171-4/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-4/+9
| |\|
| | * Fix char conversions in QMLChristian Strømme2016-08-091-4/+9
* | | V4: Handle QTime->DateObject conversion betterErik Verbruggen2016-08-104-1/+33
* | | Fix qmldevtools for QML compilerSimon Hausmann2016-08-101-2/+2
* | | QML: Make all fields in QQmlPropertyRawData privateErik Verbruggen2016-08-101-75/+75
* | | V4: Fix JavaScript finally-block executionErik Verbruggen2016-08-101-0/+33
* | | Fix SimpleScriptFunction::constructLars Knoll2016-08-091-1/+4
* | | Fix signatures of FunctionObject::construct and callLars Knoll2016-08-092-6/+6
* | | Fix String(-0)Lars Knoll2016-08-091-1/+1
* | | QML: Split off value type information from property dataErik Verbruggen2016-08-091-3/+6
* | | QJSValue: Adapt to introduction of QMetaType::NullptrChristian Kandeler2016-08-082-1/+4
* | | QML: Change the property data flags into a bit fieldErik Verbruggen2016-08-051-2/+2
* | | QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-041-1/+1
* | | Fix endianness in constant handlingSimon Hausmann2016-08-034-5/+5
* | | Add QT_NO_QML_DEBUGGER to MODULE_DEFINES on -no-qml-debugUlf Hermann2016-08-031-5/+1
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-032-6/+6
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-022-6/+6
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-2/+2
| | |\|
| | | * Fix QQmlEngine crash on big endian 64 bit architectures (s390x)Maximiliano Curia2016-07-201-2/+2
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-4/+4
| | |\|
| | | * Fix logic bug when deleting properties of JS objectsLars Knoll2016-07-141-4/+4
* | | | Make generated code loading constants relocatableSimon Hausmann2016-08-025-3/+16
|/ / /
* | | Remove some unused members on -no-qml-debugUlf Hermann2016-07-282-0/+16
* | | V4: Make ExecutionEngine's debugger and profiler privateUlf Hermann2016-07-286-30/+33
* | | V4: Leave out Debug and Line istructions on -no-qml-debugUlf Hermann2016-07-281-0/+4
* | | Replace debugger and profiler with stubs on -no-qml-debugUlf Hermann2016-07-283-1/+41
* | | V4: Don't pass size and pointer through allocation trackersUlf Hermann2016-07-281-21/+20
* | | Qml: Create profiler adapters in the pluginsUlf Hermann2016-07-282-3/+3
* | | Tooling: Convert connects to Qt5 styleUlf Hermann2016-07-281-1/+0
* | | V4: Remove empty fileUlf Hermann2016-07-272-61/+0
* | | QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-251-1/+1
* | | Simplify reference management in QV4::ScriptSimon Hausmann2016-07-192-29/+3
* | | QML: Fix property notifier registration for constant propertiesErik Verbruggen2016-07-191-1/+1
* | | QML: Allow for inlining InternalClass::findErik Verbruggen2016-07-154-28/+33
* | | Revert "QML: When available, use QQmlAccessors to read properties."Simon Hausmann2016-07-145-239/+0
* | | Fix endian support in compiled data structuresSimon Hausmann2016-07-141-3/+3
* | | V4: allow for String::createHashValue to be inlinedErik Verbruggen2016-07-132-67/+64
* | | Proper construction of QString with known size and known charAnton Kudryavtsev2016-07-061-2/+2
* | | Replace QString::trimmed() with QStringRef::trimmed()Anton Kudryavtsev2016-07-061-1/+1
* | | QML: Clarify a parameter's usage in QQmlPropertyCacheErik Verbruggen2016-07-061-9/+10
* | | Qml: replace QStringLiteral with QL1SAnton Kudryavtsev2016-07-056-28/+31
* | | QML: Specialize bindings based on target property type.Erik Verbruggen2016-06-272-1/+5
* | | Add heaptrack support to qv4mm pool allocator.Milian Wolff2016-06-261-0/+4
* | | QML: Do not register static QML dependencies on every call.Erik Verbruggen2016-06-241-1/+1
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-2242-487/+588