summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| * | | | | | | | 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
| |/ / / / / / /
* | | | | | | | Compile when detecting ARMv5Bradley T. Hughes2010-09-271-1/+1
* | | | | | | | Add support for ARMv7 atomic operationsBradley T. Hughes2010-09-234-53/+178
* | | | | | | | Fix usage of QT_ARCH_ARM* after a28ddf6Bradley T. Hughes2010-09-231-1/+1
* | | | | | | | Merge the armv6 and arm architecturesBradley T. Hughes2010-09-236-385/+30
* | | | | | | | Copy src/corelib/arch/qatomic_arm.h to src/corelib/arch/qatomic_armv5.hBradley T. Hughes2010-09-231-0/+431
* | | | | | | | Move symbian specific qatomic_generic_armv6.cppBradley T. Hughes2010-09-232-1/+1
* | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-09-221-0/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | Adding C++0x support to MSVC2010Thierry Bastian2010-09-221-0/+13
* | | | | | | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-09-226-85/+82
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-226-85/+82
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | 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
| | | * | | | | | Regenerate the Unicode tables after updates to the generator toolThiago Macieira2010-09-212-65/+82
| | | * | | | | | remove extra includesRitt Konstantin2010-09-213-3/+0
| | | * | | | | | move QUnicodeTables:: script() and lineBreakClass() implementationsRitt Konstantin2010-09-211-17/+0
| | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Bump version to 4.7.1.Jason McDonald2010-09-211-2/+2
| | |/ / / / /
* | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-09-221-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix C++0x initializer lists tests.Olivier Goffart2010-09-221-1/+1
* | | | | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-09-2220-61/+332
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |