summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-10-0111-2/+6452
|\
| * 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
* | | Merge commit 'refs/merge-requests/828' of git://gitorious.org/qt/qt into inte...David Boddie2010-10-013-6/+2
|\ \ \ | |/ / |/| |
| * | Fix a link that no longer exists in documentation.Robin Burchell2010-09-271-1/+1
| * | Remove obsolete reference to qregexp.tex.Robin Burchell2010-09-271-4/+0
| * | Reference to QStringList::find() is incorrect, should be QStringList::filter().Robin Burchell2010-09-271-1/+1
* | | 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
* | | | | | | 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
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-232-0/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-222-0/+4
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-222-0/+4
| | |\ \ \ \ \ \
| | | * | | | | | QThread: make sure start works even if called after exitOlivier Goffart2010-09-222-0/+4
* | | | | | | | | Improved Symbian4 platform detectionMiikka Heikkinen2010-09-233-31/+57
|/ / / / / / / /
* | | | | | | | Make the de-inlined isRightToLeft not get called from updatePropertiesThiago Macieira2010-09-221-20/+23
|/ / / / / / /
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-227-86/+83
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Use regparm(3) for ICC too, otherwise it's an ABI mismatch in QCharThiago Macieira2010-09-211-1/+1