aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/util
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-1910-140/+200
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-062-0/+22
* Reimplement the right metaCall() methodLars Knoll2015-09-251-1/+4
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-2/+2
* Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-221-2/+2
* Add const & to a few iteratorsAlbert Astals Cid2015-09-211-6/+6
* Further cleanupsLars Knoll2015-09-151-1/+1
* Doc: Fixed several link errorsNico Vertriest2015-09-071-2/+1
* Hold a pointer to the QV4::ExecutionEngine in the property cacheLars Knoll2015-08-191-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-2/+2
|\
| * QtQml: Fix const correctness in old style castsThiago Macieira2015-07-091-2/+2
* | Add missing QVector::reserve() callsSérgio Martins2015-06-051-1/+3
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
|/
* QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-1/+1
* Update copyright headersJani Heikkinen2015-02-1210-70/+70
* CleanupsLars Knoll2015-01-231-11/+11
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-2/+2
* Cleanup variant conversion codeLars Knoll2015-01-091-6/+6
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-6/+6
* Move extension mechanism over to use the v4 engineLars Knoll2015-01-081-6/+6
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-2/+2
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-3/+3
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-3/+3
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-3/+3
* Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-2/+3
* Encapsulate accesses to the root contextLars Knoll2014-12-111-2/+2
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-8/+8
* Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-171-1/+6
* Update license headers and add new licensesJani Heikkinen2014-08-2510-190/+110
* Change the object allocation schemeSimon Hausmann2014-07-221-4/+4
* Convert delegate model and indexed builtin functionLars Knoll2014-07-221-4/+6
* Get rid of StringRefLars Knoll2014-07-221-1/+1
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-14/+14
* Fix QQmlDelegateModelChangeArrayLars Knoll2014-07-225-144/+83
* Implement proper support for layoutChange in QQmlDelegateModelDaniel Vrátil2014-05-121-4/+8
* Fix memory management issue with accessorsSimon Hausmann2014-02-071-3/+3
* Rename some filesLars Knoll2014-01-311-1/+1
* Cleanup: change signature of Object::insertMember()Lars Knoll2014-01-091-3/+4
* Fix crash when assigning a null QObject or derived property as a ListView modelAndrew den Exter2013-11-241-3/+3
* Simplify & speed up function callingLars Knoll2013-11-091-8/+8
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+1
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-8/+8
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-11/+17
* Fix Persistent/WeakValue APILars Knoll2013-09-261-10/+11
* Cleanup Object::define*Property APILars Knoll2013-09-221-4/+4
* Add a Safe<T> class and start using itLars Knoll2013-09-221-2/+2
* Start using StringRef for parameter passingLars Knoll2013-09-221-4/+4
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-16/+7
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-1/+1
* Further work towards an exact GCLars Knoll2013-09-221-4/+6