summaryrefslogtreecommitdiff
path: root/src/qml/jsruntime/qv4serialize.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-08-18Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann1-5/+5
2015-07-09QtQml: Fix const correctness in old style castsThiago Macieira1-5/+5
2015-06-10Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll1-1/+1
2015-04-24Store the datetime as a double in the date objectLars Knoll1-1/+1
2015-04-24Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll1-1/+1
2015-04-21Get rid of asFunctionObject()Lars Knoll1-1/+1
2015-04-21More cleanupsLars Knoll1-2/+2
2015-04-21Get rid of asManaged()Lars Knoll1-1/+1
2015-04-16Get rid of Value::asDateObject()Lars Knoll1-1/+1
2015-04-16Further cleanupsLars Knoll1-1/+1
2015-03-20Cleanup some of the casting codeLars Knoll1-2/+2
2015-02-12Update copyright headersJani Heikkinen1-7/+7
2015-01-23CleanupsLars Knoll1-2/+2
2015-01-23Get rid of most uses of ValueRefLars Knoll1-28/+23
2015-01-09Cleanup variant conversion codeLars Knoll1-1/+1
2015-01-09Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll1-1/+1
2015-01-08Reduce v8engine dependency for the list modelLars Knoll1-1/+1
2015-01-03Use QV4::ScopedObject typedef instead of actual typeOleg Shparber1-1/+1
2015-01-03Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber1-2/+2
2015-01-02Remove v8engine dependency in fromVariant conversionsLars Knoll1-1/+1
2015-01-01Remove v8engine dependency from qv4serialize.*Lars Knoll1-21/+19
2014-12-20Remove most of the places where getPointer() is usedLars Knoll1-3/+3
2014-11-21Make QV4::RegExpObject header independent from masm headersOleg Shparber1-9/+9
2014-11-15Cleanup exception catching codeLars Knoll1-2/+1
2014-08-25Update license headers and add new licensesJani Heikkinen1-19/+11
2014-07-22Get rid of StringRefLars Knoll1-3/+3
2014-07-22Convert Boolean, Number and DateObjectLars Knoll1-1/+1
2014-01-31Rename some filesLars Knoll1-1/+1
2014-01-24Change virtual methods in ArrayData to take Object pointerLars Knoll1-1/+1
2014-01-22fix whitespaceOswald Buddenhagen1-4/+4
2014-01-20Add a SimpleArrayData classLars Knoll1-1/+0
2014-01-09Rework array handling for JS objectsLars Knoll1-4/+4
2014-01-03Move array data into it's own structLars Knoll1-2/+2
2013-12-04Encapsulate the current context and fix it's usageLars Knoll1-1/+1
2013-11-04Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen1-1/+1
2013-10-29Fix the remaining try/catch statements in C++Lars Knoll1-5/+3
2013-10-11Remove usage of String pointers where not requiredLars Knoll1-1/+1
2013-10-02Change exception handling APISimon Hausmann1-2/+2
2013-10-02Use SafeValue instead of Value in ScopedValue methodsLars Knoll1-1/+1
2013-09-30Remove some more QV4::Value usagesLars Knoll1-23/+28
2013-09-28Remove more direct QV4::Value usageLars Knoll1-1/+1
2013-09-28Move Value::fromBool, ... to a new Primitive classLars Knoll1-2/+2
2013-09-26Move more API over to use ValueRefLars Knoll1-1/+1
2013-09-22Make qv4objectproto GC cleanLars Knoll1-2/+2
2013-09-22Fix cases where mark() would access uninitialized memoryLars Knoll1-1/+1
2013-09-22convert Managed::put() API to be GC safeLars Knoll1-1/+3
2013-09-22Use a StringRef for Managed::get()Lars Knoll1-1/+3
2013-09-22Cleanup Object::define*Property APILars Knoll1-1/+2
2013-09-22Don't use Value::emptyValue() anymore.Lars Knoll1-0/+1
2013-09-22Further work towards an exact GCLars Knoll1-2/+2