aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-1121-120/+226
|\
| * Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-082-16/+15
| |\
| | * Simplify codegen error handlingUlf Hermann2019-07-042-16/+15
| * | Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-07-081-1/+1
| |/
| * 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
| | |\|
| | | * Avoid number conversion issueUlf Hermann2019-06-111-2/+3
| * | | qtlite: Fix build with -no-feature-translationMikhail Svetkin2019-06-111-2/+2
| * | | Port from QLatin1Literal to QLatin1StringGiuseppe D'Angelo2019-06-111-1/+1
| * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-06-116-8/+26
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-116-8/+26
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-021-0/+17
| | | |\|
| | | | * Add a workaround for ia64 to move Value bits 63-61 to 49-47 for pointersJason Duerstock2019-05-301-0/+17
| | | * | Improve "Type error" when looking up a property of null or undefinedDavid Faure2019-05-311-2/+7
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-264-6/+2
| | | |\|
| | | | * Fix lookups of properties in QML singletonsSimon Hausmann2019-05-214-6/+2
| * | | | Clean up frozen(), sealed(), nonExtensible() and propertiesFrozen()Ulf Hermann2019-05-314-65/+45
| |/ / /
* / / / More porting of declarative modulesAlexandru Croitor2019-06-081-0/+1
|/ / /
* | | Eliminate qmldevtools_buildUlf Hermann2019-05-3111-983/+1419
* | | Split QV4::Value into a static and a dynamic partUlf Hermann2019-05-3114-595/+756
* | | Remove now dead V4_BOOTSTRAP #if-eryUlf Hermann2019-05-136-29/+0
* | | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-1616-84/+129
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-163-10/+11
|\| |
| * | Compile fixJarek Kobus2019-05-151-2/+2
| * | Do not take a reference of nullptrAllan Sandfeld Jensen2019-05-142-8/+9
* | | Don't include qv4enginebase_p.h in qmldevtoolsUlf Hermann2019-05-104-6/+7
* | | Make sure we don't include qv4stackframe_p.h in qmldevtoolsUlf Hermann2019-05-103-49/+115
* | | Move qv4string{_p.h|.cpp} out of the devtoolsUlf Hermann2019-05-105-42/+104
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-091-0/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-081-0/+6
| |\|
| | * Add Q_TRACE calls to QtQml for QML profiler trace pointsMilian Wolff2019-05-051-0/+6
* | | Remove last traces of QV8EngineUlf Hermann2019-05-083-12/+344
* | | Move compileModule() into qv4codegen.cppUlf Hermann2019-05-087-77/+11
* | | Filter out duplicate entries in Object.keysErik Verbruggen2019-05-081-0/+7
* | | Move workerscript to its own moduleUlf Hermann2019-05-067-536/+9
* | | Move model types into their own libraryUlf Hermann2019-05-027-37/+58