aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Ported lookups to use the compiled data infrastructureSimon Hausmann2013-08-1511-76/+98
* Convert more of the masm backend to generate code for run-time stringsSimon Hausmann2013-08-151-27/+25
* Prepare MASM for better runtime string handlingSimon Hausmann2013-08-1510-28/+57
* Initialize formals and locals from the compiled function data instead of in t...Simon Hausmann2013-08-155-10/+26
* Store the file name per compilation unit, not per compiled functionSimon Hausmann2013-08-157-12/+23
* Move codeRef out of QV4::FunctionSimon Hausmann2013-08-157-21/+42
* Move the masm compilation unit entirely into qv4isel_masmSimon Hausmann2013-08-156-52/+43
* Move QV4::Function::sourceFile to CompiledFunctionSimon Hausmann2013-08-156-9/+11
* Get rid of flags in QV4::Function and use CompiledFunction::flags insteadSimon Hausmann2013-08-1510-58/+32
* Fix writing the function offset table and initialize the pointer to the compi...Simon Hausmann2013-08-158-13/+46
* Begin using the compiled data structures for runtime stringsSimon Hausmann2013-08-1514-22/+126
* Initial version of generator for new data structuresSimon Hausmann2013-08-155-14/+343
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-08-1349-248/+366
|\
| * Fix leaks in Phi nodes in the V4 IRSimon Hausmann2013-08-133-20/+19
| * Fix leak of QString in V4 IRSimon Hausmann2013-08-125-7/+7
| * Don't set opacity when we are not toldGunnar Sletta2013-08-121-1/+1
| * Public API for creating atlas textures, when available.Gunnar Sletta2013-08-124-10/+36
| * Fix QSGSimpleTextureNode's dirty signals for atlas texturesGunnar Sletta2013-08-121-1/+12
| * Re-enable JITSimon Hausmann2013-08-121-1/+1
| * Fix build on QNXSimon Hausmann2013-08-121-0/+8
| * Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-08-128-117/+118
| |\
| | * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-128-117/+118
| | |\
| | | * Fix needless conversion from char * to QStringKai Koehne2013-08-091-20/+20
| | | * Remove unused local variablesKai Koehne2013-08-091-3/+0
| | | * Stop the update timer when no windows are visibleGunnar Sletta2013-08-071-1/+4
| | | * Remove C-style casts from public headers.Thiago Macieira2013-08-062-16/+16
| | | * Doc: createObject: adapted description of exampleNico Vertriest2013-08-061-51/+52
| | | * Improve memory usage of QQuickTextNode.Michael Brasser2013-08-062-8/+8
| | | * Fix crash in QQmlDebugService::objectForLocationInfo()Duncan Cunningham2013-08-051-18/+18
| * | | Export V4::PersistentValuePrivateAlex Blasche2013-08-121-1/+2
| * | | Add reference counting to the VM functionsSimon Hausmann2013-08-128-7/+47
| * | | Support opt-in QSGNode descriptions without breaking binary compat.Gunnar Sletta2013-08-1213-65/+89
| * | | Introduce QSGMaterial::CustomCompileStepGunnar Sletta2013-08-122-1/+8
| |/ /
| * | Get rid of unused outer function pointer of QV4::FunctionSimon Hausmann2013-08-123-6/+0
| * | Document parenting behaviour of delegates in QML ListView and Component.Tomasz Siekierda (sierdzio)2013-08-102-1/+4
| * | Fix binop related crashes in the interpreterSimon Hausmann2013-08-092-10/+13
| * | Fix invalid condition in comparisson.Erik Verbruggen2013-08-093-2/+3
* | | Add initial draft of the compiled data structures for JS and QMLLars Knoll2013-08-091-0/+221
|/ /
* | Trivial compile fix for tools/v4/v4Simon Hausmann2013-08-081-1/+1
* | Fix tst_qqmlecmascript::scope() and behavioural compatibility with v8 based qmlSimon Hausmann2013-08-082-2/+14
* | Export QJSValuePrivateAlex Blasche2013-08-081-1/+2
* | Fix another bug with automatic semicolon insertionSimon Hausmann2013-08-081-1/+2
* | Fix hasOwnProperty on various types wrapped in QMLSimon Hausmann2013-08-088-27/+74
* | Clean up some header dependenciesLars Knoll2013-08-085-6/+7
* | The Moth VME is actually part of the runtime, not the compilerLars Knoll2013-08-084-5/+5
* | Move the parser folder from src/qml/qml to src/qmlLars Knoll2013-08-0821-2/+2
* | Move the JS Api into it's own folderLars Knoll2013-08-0814-7/+4
* | Remove outdated notes fileLars Knoll2013-08-081-4/+0
* | Avoid redundant state changes in distancefield text shaderGunnar Sletta2013-08-081-5/+37
* | Disable the udis86 disassembler by defaultLars Knoll2013-08-081-1/+1