aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Fix crashes in tst_qquickvisualdatamodelSimon Hausmann2013-07-052-2/+2
| * | | | | Fix regression in tst_qqmlecmascript::signalAssignmentSimon Hausmann2013-07-057-37/+109
| * | | | | Add lifetime interval calculation.Erik Verbruggen2013-07-0412-210/+587
| * | | | | JIT: support WIN64Erik Verbruggen2013-07-032-2/+26
| * | | | | Cleanup: Remove unnecessary use of ReturnValueRegisterSimon Hausmann2013-07-031-3/+1
| * | | | | Get rid of the signal expression rewriterSimon Hausmann2013-07-0316-723/+84
| * | | | | QNX-specific implementation of the stack base retrieval.Petr Nejedly2013-07-031-1/+10
| * | | | | Fix warning from clang.Erik Verbruggen2013-07-021-1/+1
| * | | | | Fix automatic semicolon insertion. Again.Erik Verbruggen2013-07-021-1/+2
| * | | | | Replace us of v4 identifiers for object id mapping in qml compilerSimon Hausmann2013-07-024-8/+18
| * | | | | Fix qqmlecmascript::sequenceConversionThreads with aggressive GCSimon Hausmann2013-07-015-10/+10
| * | | | | Fix incorrect automatic context memory management when using pushGlobalContext()Simon Hausmann2013-06-301-0/+2
| * | | | | Fix an obvious typo in the pool allocation sizing.Petr Nejedly2013-06-291-1/+1
| * | | | | Fix crashes when GC triggers inside allocation inside initCallContextSimon Hausmann2013-06-283-33/+35
| * | | | | Prospective MSVC build fixSimon Hausmann2013-06-282-4/+4
| * | | | | Fix IdentifierHash::findId()Lars Knoll2013-06-281-1/+2
| * | | | | Fix compilation with clangLars Knoll2013-06-282-7/+5
| * | | | | We need to allow storing the value of UINT_MAX as an identifierLars Knoll2013-06-281-2/+2
| * | | | | Don't convert to a temporary QString just to compute it's hashLars Knoll2013-06-281-2/+1
| * | | | | Reuse the hash value inside identifier to hash themLars Knoll2013-06-283-20/+24
| * | | | | Move the IdentifierTable into it's own fileLars Knoll2013-06-288-158/+288
| * | | | | Convert QV8Engine::illegalNames() to use the identifier hashLars Knoll2013-06-288-40/+36
| * | | | | Convert IdentifierHash to be template basedLars Knoll2013-06-287-113/+173
| * | | | | Get rid of QQmlIntegerCacheLars Knoll2013-06-289-215/+29
| * | | | | Add a replacement for QQmlIntegerCacheLars Knoll2013-06-283-11/+190
| * | | | | Rewrite identifier tableLars Knoll2013-06-287-41/+252
| * | | | | Rename IdentifierHash to IdentifierTableLars Knoll2013-06-285-11/+11
| * | | | | Remove some unused code and forward declarationsLars Knoll2013-06-285-21/+2
| * | | | | Introduce an Identifier classLars Knoll2013-06-287-56/+86
| * | | | | Get rid of QHashedV4StringLars Knoll2013-06-2815-134/+66
| * | | | | Remove a potentially dangerous optimisationLars Knoll2013-06-281-25/+4
| * | | | | Remove the symbol optimisation from hashed stringLars Knoll2013-06-281-30/+1
| * | | | | Remove an overoptimisation that was only used (wrongly) in one placeLars Knoll2013-06-283-57/+8
| * | | | | More correct assertion in QHasheV4StringLars Knoll2013-06-281-1/+1
| * | | | | A frozen class is also sealedLars Knoll2013-06-281-0/+1
| * | | | | Don't use a PersistentValue in QHashedV4StringLars Knoll2013-06-281-7/+7
| * | | | | Some optimisations for QV4::ScriptLars Knoll2013-06-281-4/+13
| * | | | | Speed up QV4::InternalClassLars Knoll2013-06-283-10/+141
| * | | | | Fix daylight savings code on Windows altogetherSimon Hausmann2013-06-271-5/+4
| * | | | | Fix a whole bunch of time conversion test failures on WindowsSimon Hausmann2013-06-271-2/+4
| * | | | | Fix another failing assertion with MSVC's STL in debug modeSimon Hausmann2013-06-271-1/+1
| * | | | | Fix semingly random failing assertions in DefUsesCalculatorSimon Hausmann2013-06-271-0/+4
| * | | | | Enable ARM unwind support on QNX/ARM as well.Petr Nejedly2013-06-271-1/+1
| * | | | | Fix try/catch on ARMSimon Hausmann2013-06-261-4/+1
| * | | | | Fix module name (QtQml) in the license header under src/3rdpartySergio Ahumada2013-06-2622-44/+44
| * | | | | Fix tst_QJSValue::engineDeleted with MSVCSimon Hausmann2013-06-261-0/+1
| * | | | | Fix failing assertion with MSVC in debug builds in various testsSimon Hausmann2013-06-263-19/+8
| * | | | | Fix build with MingWSimon Hausmann2013-06-261-4/+0
| * | | | | Fix crash in qqmlecmascript::sequenceSort with MSVC in debug buildsSimon Hausmann2013-06-261-1/+7
| * | | | | Fix crashes with MSVC on x86Simon Hausmann2013-06-2612-18/+2