aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4/qv4compiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the old v4 and rename v4vm to v4Simon Hausmann2013-04-291-1580/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Declare QJSValue as a metatype where it is defined.Stephen Kelly2012-12-041-2/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Evaluate bindings more intelligently during constructionAaron Kennedy2012-08-291-8/+9
* Refactor singleton type registration codeChris Adams2012-08-281-5/+5
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-161-5/+5
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-081-1/+1
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-091-3/+5
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-1/+1
* Enable binding to properties of type QJSValue.Andrew den Exter2012-05-241-0/+22
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-141-1/+1
* Add support for var properties in V4Matthew Vogt2012-04-241-0/+18
* Add support for variant properties in V4Matthew Vogt2012-04-161-0/+21
* Remove sharing of V4 subscriptionsRoberto Raggi2012-04-041-12/+17
* Remove obsolete codeRoberto Raggi2012-04-041-31/+1
* Add Throw instruction to the V4 virtual machineRoberto Raggi2012-04-031-1/+25
* Fix constant folding for simple binary expressionRoberto Raggi2012-04-031-5/+19
* Add support for floating conversions.Roberto Raggi2012-04-031-9/+26
* Change V4 to explicitly use doubles to represent numbers.Roberto Raggi2012-04-031-63/+63
* Fix crash in QUrl-to-int conversion in v4Chris Adams2012-03-301-3/+2
* Use metaObjectForType in the v4 compiler.Michael Brasser2012-03-301-1/+1
* Always enable value type support in v4.Michael Brasser2012-03-201-4/+0
* Support null -> QObject and QObject -> bool conversions in v4.Michael Brasser2012-03-201-0/+6
* Fix bug in v4 strict equality.Michael Brasser2012-03-151-1/+15
* Support module api objects in v4.Michael Brasser2012-03-141-0/+16
* Add two argument Math.min and Math.max support to v4.Michael Brasser2012-03-121-0/+34
* Add Math.ceil and Math.abs support to v4.Michael Brasser2012-03-121-0/+12
* Keep high-level intermediate representation for IR::BINOPs.Roberto Raggi2012-03-091-19/+10
* Merge master <-> api_changesMatthew Vogt2012-03-051-2/+23
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-0/+1399