summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Implement error reporting for file APIsShane Kearns2010-10-076-77/+154
* Compile fixes for mingwPrasanth Ullattil2010-10-073-55/+55
* Merge commit 'origin/master' into fileEnginesThomas Zander2010-10-0625-114/+6609
|\
| * Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-052-0/+9
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-013-24/+37
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-303-24/+37
| | | |\
| | | | * Build fix for -qtnamespace.Leandro Melo2010-09-302-0/+9
| * | | | Merge commit 'c1f9978c9d61bcbdb2f280185a3abdea13d7f532' into master-from-4.7Rohan McGovern2010-10-051-24/+28
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | QTextCodec: Fix valgrind warning when using QTextCodec in destructions funct...Olivier Goffart2010-09-291-24/+28
| * | | | Fixed compile for symbian.Rohan McGovern2010-10-041-1/+1
| * | | | Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-0413-6/+6457
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-10-0111-2/+6452
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | hybrid heap improvement in the disabling of BTracemread2010-09-302-9/+1
| | | * | Further hybrid heap review changesmread2010-09-301-2/+1
| | | * | hybrid heap further review changesmread2010-09-303-18/+14
| | | * | lower case name for allocator support headermread2010-09-301-0/+0
| | | * | hybrid allocator integration review updatesmread2010-09-304-12/+14
| | | * | hybrid allocator tuningmread2010-09-302-1/+9
| | | * | declaring fast allocation shrink hysteresis valuemread2010-09-301-0/+2
| | | * | fast allocator compiling for S60 3.2mread2010-09-304-4/+19
| | | * | moved fast allocator config to qt_hybridHeap_symbian_p.hmread2010-09-302-6/+6
| | | * | getting fast allocator to compile on S60 5.0 SDKmread2010-09-306-14/+110
| | | * | removing header use not in public SDKsmread2010-09-301-1/+5
| | | * | added header to arch.primread2010-09-301-1/+2
| | | * | added renamed headermread2010-09-301-0/+77
| | | * | new allocator tidy up and winscw freezemread2010-09-306-87/+12
| | | * | Qt apps to use the Symbian^4 fast allocator in pre-Symbian^4 platformsmread2010-09-3013-3615/+5621
| | | * | Enable call stack tracing of allocs, for memory leak debuggingShane Kearns2010-09-303-21/+55
| | | * | Fix BTRACE loggingShane Kearns2010-09-302-112/+77
| | | * | Implement RNewAllocator::Available for Doug Lea sectionShane Kearns2010-09-302-7/+11
| | | * | Fill in some of the missing functionsShane Kearns2010-09-301-5/+24
| | | * | Fix bug where negative numbers are cast to unsigned and added as an offsetShane Kearns2010-09-301-1/+1
| | | * | Code cleanupShane Kearns2010-09-304-19/+22
| | | * | Add the new allocator to corelibShane Kearns2010-09-305-1/+4303
| | | |/
| | * | Use quint64 (long long) instead of long for the GCC assembly code.Thiago Macieira2010-09-281-1/+1
| | |/
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-271-3/+4
| | |\
| | | * Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-247-46/+92
| | | |\
| | | * \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-228-108/+108
| | | |\ \
| | | * \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-202-3/+4
| | | |\ \ \
| | | * \ \ \ Merge branch 'doc-4.7' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into doc-4.7Morten Engvoldsen2010-09-201-3/+4
| | | |\ \ \ \
| | | | * \ \ \ Merge branch 'doc-4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into doc-4.7Jerome Pasion2010-09-205-29/+41
| | | | |\ \ \ \
| | | | * | | | | Added default value documentation for two variables.Jerome Pasion2010-09-171-3/+4
| * | | | | | | | Fix crashes on exit.Thomas Zander2010-09-301-3/+0
| * | | | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-289-81/+115
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Moved the partial deployment section to qbase.pri.axis2010-09-271-15/+0
| | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-242-15/+31
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'eventStarvationFixes' into 4.7-s60axis2010-09-232-15/+31
| | | |\ \ \ \ \ \
| | | | * | | | | | Made it more clear what the okToRun function does by renaming it.axis2010-09-232-12/+12
| | | | * | | | | | Fixed event starvation on Symbian if timers were constantly recreatedaxis2010-09-232-0/+17
| | | | * | | | | | Made posted events part of the round robin queue.axis2010-09-232-6/+5