aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Make ScopedValue's CHECK_EXCEPTION also check isInterruptedUlf Hermann2019-10-161-1/+1
* 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
* | Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-041-2/+1
* | 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
* | | 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
* | | 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
* | | Simplify errors and diagnosticsUlf Hermann2019-06-142-8/+18
* | | Remove qqmlmemoryprofiler*Ulf Hermann2019-06-131-2/+0
* | | Move the header checking into ExecutableCompilationUnitUlf Hermann2019-06-144-4/+65
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-141-2/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-131-2/+3
| |\|