aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-111-5/+20
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-5/+20
| |\
| | * Be more fussy about the MakeDay() calculationEdward Welbourne2019-10-081-5/+20
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-081-2/+1
|\| |
| * | Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-041-2/+1
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-045-12/+27
|\| |
| * | Fix property cache leaksUlf Hermann2019-09-301-3/+7
| * | Convert QTime to V4 Date on a date with no DST in forceEdward Welbourne2019-09-271-7/+9
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-271-0/+1
| |\|
| | * QMLJS: Fix exception handling in promisesFabian Kosmale2019-09-231-0/+1
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-171-2/+4
| |\|
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-121-2/+4
| | |\
| | | * Fix various accumulator-saving problemsUlf Hermann2019-09-031-2/+4
| * | | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-121-0/+6
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-281-0/+7
| | |\|
| | | * Fix loading of ES modules when using CONFIG += qtquickcompilerSimon Hausmann2019-08-261-0/+7
* | | | V4: Provide an environment variable to disable runtime stack size checksUlf Hermann2019-09-171-6/+10
* | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-115-5/+44
|\| | |
| * | | Implement lookups for enumsSimon Hausmann2019-09-061-0/+9
| * | | Implement lookups for qml type wrappersSimon Hausmann2019-09-053-3/+33
| * | | Use quiet NaNs instead of signalling onesEdward Welbourne2019-09-042-2/+2
* | | | Refactor QQmlValueTypeWrapper and assert on some null pointersUlf Hermann2019-09-101-1/+1
|/ / /
* | | Fix unused captured 'this' warningYulong Bai2019-08-071-1/+1
* | | Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-312-4/+2
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-262-46/+162
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-122-46/+162
| |\|
| | * Fix promise chainingFabian Kosmale2019-07-102-46/+162
* | | Fix tst_qqmllocale::timeZoneUpdated() test on AndroidJan Arve Sæther2019-07-181-1/+1
* | | Split compiler and runtime more clearlyUlf Hermann2019-07-1115-25/+18
* | | Move BindingPropertyData into ExecutableCompilationUnitUlf Hermann2019-07-111-1/+4
* | | Disentangle includes and namespacesUlf Hermann2019-07-114-5/+5
* | | Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-116-0/+6
* | | Switch to FloatingPointShortest precision when convert from numeric type to s...Alexey Edelev2019-07-101-1/+1
* | | Make QV4::Function::runtimeString() constUlf Hermann2019-07-101-2/+2
* | | Add support for C++ accessible typed parameters and return types in qml funct...Simon Hausmann2019-07-091-2/+2
* | | remove QmlIR::Document::removeScriptPragmasUlf Hermann2019-07-092-2/+0
* | | Remove some unneeded includesUlf Hermann2019-07-085-10/+0
* | | Fix build without features.itemmodelTasuku Suzuki2019-07-082-5/+33
* | | Simplify codegen error handlingUlf Hermann2019-07-042-16/+15
* | | Port from implicit to explicit atomic operationsMarc Mutz2019-07-022-3/+3
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-011-2/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-2/+8
| |\|
| | * Fix thisObject when calling scope and context properties through lookupsUlf Hermann2019-06-261-2/+8
* | | Add environment variable for configure maxJSStackSize and maxGCStackSizeMikhail Svetkin2019-06-282-11/+32
* | | Port away from QAtomicOps::load / storeGiuseppe D'Angelo2019-06-251-2/+2
* | | Inline the rest of qv4compileddata.cppUlf Hermann2019-06-261-0/+2
* | | Port towards load/storeRelaxed atomicsGiuseppe D'Angelo2019-06-251-2/+2
* | | Inline CompiledData::unlink() into the only callerUlf Hermann2019-06-241-1/+6
* | | Move unit checksum generation into qv4compilerUlf Hermann2019-06-241-0/+1
* | | Move saveToDisk into SaveableUnitPointerUlf Hermann2019-06-241-1/+5