aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-172-0/+129
|\
| * JSRuntime: Provide an optional symbol tableUlf Hermann2019-10-162-0/+129
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-121-5/+20
|\|
| * 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.15' into devQt Forward Merge Bot2019-10-091-2/+1
|\| | |
| * | | 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.15' into devLiang Qi2019-10-075-12/+27
|\| | |
| * | | 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
* | | | | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-191-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-08-096-52/+166
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-07-1227-51/+69
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-082-16/+15
| |\ \ \ \ \ \
| * | | | | | | Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-07-081-1/+1
* | | | | | | | 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