aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickv4particledata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace qQNaN() and friends with qt_qnan().Erik Verbruggen2016-04-051-2/+3
* Particles: Shrink QQuickParticleData by 2 pointers.Erik Verbruggen2016-03-081-7/+9
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Replace all occurrences of qSNaN() with qQNaN()Ulf Hermann2015-12-071-2/+2
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-4/+3
* Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-15/+15
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-1/+0
* Move extension mechanism over to use the v4 engineLars Knoll2015-01-081-8/+7
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-1/+1
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-1/+1
|\
| * Fix \inqmlmodule usage: only use one parameterAlejandro Exojo2014-12-081-1/+1
* | Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* | Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-11/+11
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-4/+0
* Fix Managed::as<>() methodLars Knoll2014-07-221-1/+1
* Change the object allocation schemeSimon Hausmann2014-07-221-1/+1
* Start implement new Object creation patternLars Knoll2014-07-221-10/+7
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-15/+15
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-1/+1
* Convert QQuickParticleData to new data layoutLars Knoll2014-07-221-26/+31
* Split ManagedVTable into two classesLars Knoll2014-01-211-3/+3
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-1/+1
* Simplify & speed up function callingLars Knoll2013-11-091-11/+11
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-3/+3
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-30/+30
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-15/+20
* Fix API of QQmlV4HandleLars Knoll2013-09-261-1/+1
* Fix Persistent/WeakValue APILars Knoll2013-09-261-4/+6
* Cleanup Object::define*Property APILars Knoll2013-09-221-4/+4
* Further work towards an exact GCLars Knoll2013-09-221-14/+24
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-22/+22
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-1/+1
* Port ParticleData to V4Simon Hausmann2013-06-121-0/+519