aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4serialize.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move workerscript to its own moduleUlf Hermann2019-05-061-447/+0
* Move model types into their own libraryUlf Hermann2019-05-021-26/+47
* Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
* Fix deprecation warnings about QVariant APIFriedemann Kleint2019-04-081-1/+1
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-2/+2
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-3/+3
* Unify put and putIndexedLars Knoll2018-07-021-1/+1
* Add a feature for ListModelUlf Hermann2018-02-121-0/+10
* QML: Make mapping of sequence object in JS optionalUlf Hermann2018-02-111-0/+8
* V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-5/+5
|\
| * QtQml: Fix const correctness in old style castsThiago Macieira2015-07-091-5/+5
* | Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-1/+1
* | Store the datetime as a double in the date objectLars Knoll2015-04-241-1/+1
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* | Get rid of asFunctionObject()Lars Knoll2015-04-211-1/+1
* | More cleanupsLars Knoll2015-04-211-2/+2
* | Get rid of asManaged()Lars Knoll2015-04-211-1/+1
* | Get rid of Value::asDateObject()Lars Knoll2015-04-161-1/+1
* | Further cleanupsLars Knoll2015-04-161-1/+1
* | Cleanup some of the casting codeLars Knoll2015-03-201-2/+2
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-2/+2
* Get rid of most uses of ValueRefLars Knoll2015-01-231-28/+23
* Cleanup variant conversion codeLars Knoll2015-01-091-1/+1
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-1/+1
* Reduce v8engine dependency for the list modelLars Knoll2015-01-081-1/+1
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber2015-01-031-2/+2
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-1/+1
* Remove v8engine dependency from qv4serialize.*Lars Knoll2015-01-011-21/+19
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-3/+3
* Make QV4::RegExpObject header independent from masm headersOleg Shparber2014-11-211-9/+9
* Cleanup exception catching codeLars Knoll2014-11-151-2/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Get rid of StringRefLars Knoll2014-07-221-3/+3
* Convert Boolean, Number and DateObjectLars Knoll2014-07-221-1/+1
* Rename some filesLars Knoll2014-01-311-1/+1
* Change virtual methods in ArrayData to take Object pointerLars Knoll2014-01-241-1/+1
* fix whitespaceOswald Buddenhagen2014-01-221-4/+4
* Add a SimpleArrayData classLars Knoll2014-01-201-1/+0
* Rework array handling for JS objectsLars Knoll2014-01-091-4/+4
* Move array data into it's own structLars Knoll2014-01-031-2/+2
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-1/+1
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+1
* Fix the remaining try/catch statements in C++Lars Knoll2013-10-291-5/+3
* Remove usage of String pointers where not requiredLars Knoll2013-10-111-1/+1
* Change exception handling APISimon Hausmann2013-10-021-2/+2
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-1/+1