aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Prevent objects from being collected while in their constructorLars Knoll2013-09-2219-62/+150
* Convert the last methods in qv4object_p.hLars Knoll2013-09-2213-38/+49
* Fix some more methods to take ValueRef'sLars Knoll2013-09-225-26/+28
* Fix some smaller spec incompliances in Array.concatLars Knoll2013-09-221-11/+5
* Make sure ScopedArrayObject works as intendedLars Knoll2013-09-221-0/+5
* Change the runtime API over to using StringRef's instead of String*Lars Knoll2013-09-2212-171/+156
* remove debug outputLars Knoll2013-09-221-1/+0
* Convert Object::inplaceBinOp to be GC safeLars Knoll2013-09-223-54/+69
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-2221-61/+74
* Convert putIndexed()Lars Knoll2013-09-2217-44/+61
* convert Managed::put() API to be GC safeLars Knoll2013-09-2237-219/+257
* Use a StringRef for Managed::get()Lars Knoll2013-09-2242-161/+210
* Use StringRef for most methods in ObjectLars Knoll2013-09-2216-70/+103
* Cleanup Object::define*Property APILars Knoll2013-09-2241-592/+577
* Add a Safe<T> class and start using itLars Knoll2013-09-2215-71/+145
* Start using StringRef for parameter passingLars Knoll2013-09-2213-37/+42
* Introduce a Referenced<T> class to pass Objects into methodsLars Knoll2013-09-229-43/+99
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-2212-92/+60
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-2219-59/+64
* Further work towards an exact GCLars Knoll2013-09-2245-600/+1000
* Animators - Render thread animation systemGunnar Sletta2013-09-2123-22/+2420
* Fix build logic for host_build tools.Morten Johan Sørvig2013-09-211-1/+7
* Merge branch 'wip/v4' of qtdeclarative into devSimon Hausmann2013-09-216-17/+41
|\
| * [new compiler] Add support for default propertiesSimon Hausmann2013-09-201-3/+13
| * [new compiler] Fix binding evaluationsSimon Hausmann2013-09-201-2/+2
| * [new compiler] Fix local variable declarations in binding expressionsSimon Hausmann2013-09-201-1/+4
| * [new compiler] Fix crash with remote importsSimon Hausmann2013-09-202-7/+5
| * [new compiler] Improve error handling with invalid base typesSimon Hausmann2013-09-201-0/+8
| * [new compiler] Fix JavaScript expressions in composite typesSimon Hausmann2013-09-202-4/+4
| * [new compiler] Fix signal handlers on own propertiesSimon Hausmann2013-09-201-0/+5
* | Add Singleton support for QMLAntti Piira2013-09-2128-1214/+1932
* | dialog-private: replace QJSValue with QQmlV4Handle in js functionsLiang Qi2013-09-205-37/+54
* | Fix uniform property mapping docs in ShaderEffectLaszlo Agocs2013-09-201-1/+3
* | Merge branch 'wip/v4' of qtdeclarative into devSimon Hausmann2013-09-2042-189/+4265
|\|
| * [new compiler] Initial support for alias propertiesSimon Hausmann2013-09-207-44/+260
| * [new compiler] Fix scope object for binding expressions in signal handlers of...Simon Hausmann2013-09-202-6/+9
| * Fix destruction of QV4::CompiledData::CompilationUnit objectsSimon Hausmann2013-09-203-9/+28
| * [new compiler] Implement dependency type availability checkingSimon Hausmann2013-09-201-0/+20
| * [new compiler] Fix crash with non-existent attached property objectsSimon Hausmann2013-09-201-1/+4
| * [new compiler] Fix crash with empty function bodiesSimon Hausmann2013-09-203-10/+15
| * [new compiler] Fix off-by-a-few in meta object creatorSimon Hausmann2013-09-201-1/+4
| * Allow delayed deallocation in the executable memory allocatorSimon Hausmann2013-09-203-2/+22
| * [new compiler] Correctly handle attempts to set invalid group propertiesSimon Hausmann2013-09-201-6/+10
| * Fix crash in QV4::CompiledData::CompilationUnitSimon Hausmann2013-09-202-1/+3
| * [new compiler] Initial support for composite typesSimon Hausmann2013-09-203-10/+26
| * [new compiler] Initial support for componentsSimon Hausmann2013-09-209-62/+266
| * [new compiler] Improve error handling and sanity checking for object idsSimon Hausmann2013-09-202-6/+23
| * [new compiler] Fix id parsingSimon Hausmann2013-09-201-2/+6
| * [new compiler] Fix function-local variable declarationsSimon Hausmann2013-09-201-1/+1
| * [new compiler] CleanupsSimon Hausmann2013-09-202-71/+64