aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix crash in String.replace() in release buildsv5.3.0-rc1Eskil Abrahamsen Blomfeldt2014-05-051-4/+7
* v4: ignore quiet bit for NaNs in 32 bit value encodingFawzi Mohamed2014-04-301-10/+11
* v4: assert when an unsupported double value is stored in a valueFawzi Mohamed2014-04-301-2/+2
* Fix marking of prototype objects in internal class poolSimon Hausmann2014-04-284-17/+34
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-2312-39/+154
* Refine fix for dynamic properties on QObjects wrapped in JavaScriptSimon Hausmann2014-04-171-1/+1
* Reduce memory pressure on JS stack when garbage collectingSimon Hausmann2014-04-091-3/+8
* Fix unreliable behavior of array methods on qml list propertiesSimon Hausmann2014-04-091-0/+2
* Add support for dynamic properties for QObjects in JavaScriptSimon Hausmann2014-04-091-3/+10
* Fix marking of prototype objects in chainSimon Hausmann2014-04-071-9/+6
* Make the destroy method optionalLars Knoll2014-04-041-4/+5
* Garbage collect member dataLars Knoll2014-04-0412-43/+207
* Fix 'missing header' compilation error (shadow build)Kai Koehne2014-04-031-1/+1
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-022-2/+25
* Fix compilation of script stringsSimon Hausmann2014-04-022-3/+19
* Move inline function Bool Runtime::compareEqual() above usage.Friedemann Kleint2014-04-011-19/+19
* Making the CHUNKSIZE setable via environment variableKarim Pinter2014-04-011-4/+8
* Fix typoSimon Hausmann2014-04-014-5/+5
* Fix crash in sparse array handlingSimon Hausmann2014-03-281-12/+13
* Fix interpreter math routines.Erik Verbruggen2014-03-281-6/+9
* Fix double deletionSimon Hausmann2014-03-281-1/+1
* Fix QtSharedPointer::ExternalRefCountData object leak in v4 engineLiang Jian2014-03-281-4/+5
* Be a bit more conservative with allocating memoryLars Knoll2014-03-271-2/+2
* Remove the scribble option from the memory managerLars Knoll2014-03-271-7/+0
* Get rid of collectDeletablesLars Knoll2014-03-276-45/+24
* Optimize ExecutionContext::setPropertyLars Knoll2014-03-271-1/+7
* Don't use scopes in the instanceOf operatorLars Knoll2014-03-271-9/+9
* Optimize construct callsLars Knoll2014-03-273-1/+3
* Call tzset() from getLocalTZA() so we learn about tz changesIain Lane2014-03-271-0/+1
* Don't create prototype objects for bindingsLars Knoll2014-03-251-2/+2
* Optional reporting of GC statistics to stdoutLars Knoll2014-03-252-13/+46
* Remove unused methodLars Knoll2014-03-252-13/+4
* Remove code for conservative GCLars Knoll2014-03-252-187/+0
* Correctly parse unicode escape sequences between 0 and u001fLars Knoll2014-03-251-2/+0
* Small fixesLars Knoll2014-03-251-4/+5
* Fix infinite loop in method overload resolutionSimon Hausmann2014-03-241-0/+5
* Don't crash on Runtime::getQmlImportedScriptsAlbert Astals Cid2014-03-241-0/+4
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-191-2/+2
* Clean up script importsSimon Hausmann2014-03-192-8/+5
* Use Q_ASSERT instead of assertLars Knoll2014-03-193-11/+8
* Fixes to for...in statementLars Knoll2014-03-191-1/+1
* Optimize construction of SimpleArrayDataLars Knoll2014-03-193-2/+5
* Small optimization to RegExpLars Knoll2014-03-183-1/+14
* Add some specialized lookups for two internal classesLars Knoll2014-03-183-28/+187
* Minor optimization: Avoid some QString constructorsLars Knoll2014-03-181-1/+1
* Fix crash when calling concat on an empty arraySimon Hausmann2014-03-151-0/+2
* Fix CompiledData::CompilationUnit object leakLiang Jian2014-03-131-5/+0
* Allow maximum block size to be specified as an environment variable.Michael Brasser2014-03-131-3/+11
* Don't crash when a signal/slot connection outlives the engineSimon Hausmann2014-03-121-2/+7
* Remove redundant QQmlBinding members.Michael Brasser2014-03-111-3/+4