aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v4
Commit message (Expand)AuthorAgeFilesLines
* Get rid of redundant type member from V4 instructionsKent Hansen2011-09-235-665/+500
* Get rid of QDeclarativeUtilsKent Hansen2011-09-191-2/+1
* Reference V4 program dataAaron Kennedy2011-09-162-4/+10
* Move all QML file parsing into the QDeclarativeScript namespaceAaron Kennedy2011-08-305-11/+11
* Replace the hash tables with simple association lists.Roberto Raggi2011-08-303-33/+80
* Merge IR::Module and IR::Function.Roberto Raggi2011-08-305-97/+50
* Speedup the V4 code generation.Roberto Raggi2011-08-305-31/+55
* Use QDeclarativePool to allocate the V4 instructions.Roberto Raggi2011-08-305-100/+188
* Change the V4 IR so it can be stored in a memory pool.Roberto Raggi2011-08-305-64/+119
* Some lexer improvement, mostly by avoiding QChar::isWhatever()Martin Jones2011-08-301-1/+2
* Improve performance of the QML front-endAaron Kennedy2011-08-303-15/+13
* Cache QML import directories and qmldir files.Martin Jones2011-08-301-0/+1
* Remove some QHash and QLists.Aaron Kennedy2011-08-302-4/+5
* More efficient type name cacheAaron Kennedy2011-08-301-46/+45
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-292-25/+21
* Fix alias warnings in V4Aaron Kennedy2011-07-291-26/+20
* Extract all QtQuick 1 elements into a separate library/plugin.Martin Jones2011-07-125-23/+45
* Merge branch 'v8'Aaron Kennedy2011-07-082-10/+11
|\
| * Optimize QDeclarativePropertyCacheAaron Kennedy2011-07-041-7/+7
| * Evaluate all shared bindings together using a shared contextAaron Kennedy2011-06-171-0/+1
| * Initial V8 integrationAaron Kennedy2011-06-062-3/+3
* | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-0812-204/+204
|/
* Fix evaluation of boolean conditionsRoberto Raggi2011-05-051-2/+2
* Support variable length instructions in QML bytecodeAaron Kennedy2011-05-053-197/+197
* Initial import from qtquick2.Qt by Nokia2011-04-2713-0/+7327