aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/memory
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-5/+4
|\
| * Use QElapsedTimer instead of QTime to measure elapsed timeMilian Wolff2016-10-051-5/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+12
|\|
| * Fix crash with Component.onDestructionSimon Hausmann2016-08-051-1/+12
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-0/+3
|\|
| * Fix recursion during aggressive GCSimon Hausmann2016-08-041-0/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-292-2/+17
|\|
| * Make sure we destroy all QV4::QObjectWrapper objectsJian Liang2016-01-222-2/+17
* | Updated license headersJani Heikkinen2016-01-193-42/+60
|/
* Revert "Fix QtSharedPointer::ExternalRefCountData object leaks"J-P Nurmi2015-12-232-11/+2
* Fix QtSharedPointer::ExternalRefCountData object leaksJian Liang2015-12-182-2/+11
* QML: Sanitize reading environment variables.Friedemann Kleint2015-10-221-15/+34
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-062-0/+22
* Improve algorithm to handle GC of StringsLars Knoll2015-09-251-6/+7
* Cosmetic improvements to marking of objects during GCLars Knoll2015-09-251-2/+2
* Avoid a function call when allocation new objectsLars Knoll2015-09-222-48/+44
* Simplify new construction schemeLars Knoll2015-09-221-30/+77
* move error objects over to new construction schemeLars Knoll2015-09-221-0/+28
* Convert variant object and ObjectProtoLars Knoll2015-09-221-0/+13
* Inline property data into the objectLars Knoll2015-09-221-9/+52
* QV4_MM_STATS was missing largeItem detailsFrank Meerkoetter2015-09-221-0/+5
* Rename currentExecutionContext to currentContextLars Knoll2015-09-151-1/+1
* Store the stack of executioncontext's on the JS stackLars Knoll2015-09-151-3/+3
* Cleanup the ExecutionContextSaverLars Knoll2015-09-151-1/+1
* Fix performance of ListModel::get()Simon Hausmann2015-08-191-4/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-182-10/+55
* Do not sort the vector of chunksFrank Meerkoetter2015-08-111-1/+0
* destruct qobject wrappers before sweeping the GC heapLars Knoll2015-08-102-30/+15
* Encapsulate and protect all accesses to the vtable of Heap objectsLars Knoll2015-08-103-13/+14
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-1/+1
* Fix build with QT_STRICT_ITERATORSSérgio Martins2015-05-151-1/+1
* Use Heap::Pointer in more placesLars Knoll2015-04-241-4/+3
* Rename Heap::Base::as() to cast()Lars Knoll2015-04-211-1/+1
* Get rid of asManaged()Lars Knoll2015-04-211-2/+2
* Cleanup some of the casting codeLars Knoll2015-03-201-3/+20
* Wrap members in Object in a Heap::PointerLars Knoll2015-03-201-0/+3
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-171-2/+4
* Move memory management related functionality into it's own folderLars Knoll2015-03-024-0/+925