aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4/qv4irbuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the old v4 and rename v4vm to v4Simon Hausmann2013-04-291-1387/+0
* Merge branch 'stable' into devGunnar Sletta2013-01-171-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-041-2/+0
|\|
| * Declare QJSValue as a metatype where it is defined.Stephen Kelly2012-12-041-2/+0
* | Added parsing for getter/setter definitions in property assignments.Erik Verbruggen2012-12-171-1/+13
|/
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Refactor singleton type registration codeChris Adams2012-08-281-7/+5
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-271-6/+6
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-161-2/+2
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-081-7/+7
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-091-24/+13
* Store QQmlMetaObject in V4Aaron Kennedy2012-05-251-4/+4
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-24/+22
* Enable binding to properties of type QJSValue.Andrew den Exter2012-05-241-0/+4
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-141-5/+5
* Add support for variant properties in V4Matthew Vogt2012-04-161-2/+10
* Fix constant folding for simple binary expressionRoberto Raggi2012-04-031-1/+8
* Add floats to the high level IR type system.Roberto Raggi2012-04-031-0/+3
* Change V4 to explicitly use doubles to represent numbers.Roberto Raggi2012-04-031-9/+9
* Add templated module api registration functionChris Adams2012-03-261-10/+10
* Disable module api object support in v4.Michael Brasser2012-03-211-2/+2
* Fix bug in v4 strict equality.Michael Brasser2012-03-151-12/+16
* Fix AND expression in v4Luis Gabriel Lima2012-03-141-3/+9
* Support module api objects in v4.Michael Brasser2012-03-141-0/+51
* Fix v4 nested object access bug.Michael Brasser2012-03-121-3/+4
* Keep high-level intermediate representation for IR::BINOPs.Roberto Raggi2012-03-091-5/+7
* Remove non explicitly typed IR::CONST() nodes.Roberto Raggi2012-03-091-5/+5
* Correctly place '.' when building name for call expressions.Michael Brasser2012-03-071-1/+1
* Merge master <-> api_changesMatthew Vogt2012-03-051-3/+6
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-0/+1303