aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix the computation of the start token position.Roberto Raggi2011-08-301-3/+5
* Fix initialization order.Roberto Raggi2011-08-301-2/+2
* 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
* Set the name of the default propertyRoberto Raggi2011-08-301-1/+8
* Fix wrong usage of QStringHash iterators.Roberto Raggi2011-08-301-12/+17
* Recompute the token length after the scan of a regexp.Roberto Raggi2011-08-301-0/+2
* Fix visit of list-like AST nodes.Roberto Raggi2011-08-301-3/+3
* Fix possible crash when using the QML lexer without an engine.Roberto Raggi2011-08-301-8/+10
* Fix initialization of QDeclarativeVMEMetaData::PropertyData for variant prope...Roberto Raggi2011-08-301-1/+1
* Fix comparison.Roberto Raggi2011-08-301-1/+1
* Compile.Roberto Raggi2011-08-301-3/+3
* Remove deprecated QChar to ushort conversions.Roberto Raggi2011-08-301-5/+5
* Faster check for revisioned properties.Martin Jones2011-08-301-1/+21
* Special case integers and strings in lexerAaron Kennedy2011-08-301-1/+37
* Reduce allocationsAaron Kennedy2011-08-305-8/+61
* less toUtf8()Martin Jones2011-08-303-8/+8
* Remove some QString <-> utf8 conversions.Martin Jones2011-08-306-57/+57
* Optimize default property resolution in compilerAaron Kennedy2011-08-307-53/+160
* Use the cached property data when possibleAaron Kennedy2011-08-301-6/+4
* Introduce QHashField for use in "contains" tests.Aaron Kennedy2011-08-305-12/+141
* Use QFieldList to manage dynamic properties, signals and slotsAaron Kennedy2011-08-304-167/+165
* Calculate the hash inside QHashedStringAaron Kennedy2011-08-301-3/+89
* Use strings more conservativelyAaron Kennedy2011-08-3011-111/+446
* Add QFastMetaBuilderAaron Kennedy2011-08-308-154/+914
* Inline a couple of often used methods.Martin Jones2011-08-303-5/+2
* CompileRoberto Raggi2011-08-301-1/+1
* 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-306-106/+188
* Removed QDeclarativeJS::NodePoolRoberto Raggi2011-08-3013-554/+408
* Some lexer improvement, mostly by avoiding QChar::isWhatever()Martin Jones2011-08-306-85/+199
* Improved parsing of numeric literalsRoberto Raggi2011-08-303-31/+85
* Optimizations to imports.Martin Jones2011-08-309-123/+241
* Don't unnecessarily construct QMetaPropertysAaron Kennedy2011-08-304-158/+195
* Clearing a hash makes its length 0.Martin Jones2011-08-301-0/+1
* Remove unnecessary toString()Aaron Kennedy2011-08-301-4/+4
* Improve performance of the QML front-endAaron Kennedy2011-08-3022-2314/+2585
* Remove invalid assertMartin Jones2011-08-301-1/+0
* Cache QML import directories and qmldir files.Martin Jones2011-08-3010-96/+225
* Remove some QHash and QLists.Aaron Kennedy2011-08-308-48/+55
* QStringHash improvementsAaron Kennedy2011-08-302-165/+295
* Improve QStringHashAaron Kennedy2011-08-305-71/+378
* Use memory more conservatively during QML compilationAaron Kennedy2011-08-3013-649/+1242
* Move tools classes into their own directoryAaron Kennedy2011-08-3013-10/+17
* Remove some QByteArray<->QString conversionsAaron Kennedy2011-08-308-83/+94
* More efficient type name cacheAaron Kennedy2011-08-3011-291/+626
* Include v8-debug.h from the right locationKent Hansen2011-08-301-1/+1
* Add more proportionality modes to PointAttractorAlan Alpert2011-08-302-7/+19
* QDeclarative::hasActiveFocus should return false for hidden itemsAlan Alpert2011-08-301-2/+2