aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickv4particledata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove CustomParticleEirik Aavitsland2020-06-021-2/+0
* Remove last traces of QV8EngineUlf Hermann2019-05-081-1/+1
* Remove QQmlV4HandleUlf Hermann2019-04-101-2/+2
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-251-1/+1
|\
| * Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-251-1/+1
| |\
| | * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* | | Add Proxy support for prototype handlingLars Knoll2018-06-251-1/+1
|/ /
* / Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-1/+1
|/
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-1/+1
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-3/+3
* Convert particles over to new calling convention for builtin functionsLars Knoll2018-01-121-26/+26
* Get rid of the last usage of the V4_OBJECT macroLars Knoll2017-11-141-12/+15
* Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-4/+4
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-11/+22
* Get rid of the old way of defining builtin functionsLars Knoll2017-05-191-59/+48
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-3/+4
|\
| * QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-3/+4
* | Mark some methods as constAnton Kudryavtsev2016-10-061-1/+1
|/
* 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