summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-12-2438-350/+1731
|\
| * Whitespace changeHarald Fernengel2010-12-231-2/+2
| * Fix for coding conventions.Juuso Pakarinen2010-12-231-6/+4
| * Fix resource leak in QCLuceneStandardAnalyzer::QCLuceneStandardAnalyzer.Niklas Kurkisuo2010-12-231-0/+6
| * Fix resource leak in QCLuceneStopAnalyzer::QCLuceneStopAnalyzer.Niklas Kurkisuo2010-12-231-0/+6
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-12-2337-350/+1721
| |\
| | * Assistant: Get rid of bogus warning.Christian Kandeler2010-12-221-1/+2
| | * add missing license headerHarald Fernengel2010-12-221-0/+41
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-12-2236-349/+1678
| | |\
| | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-12-2136-349/+1678
| | | |\
| | | | * Add inter-process binary shader cache for MeeGoHarald Fernengel2010-12-216-137/+771
| | | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-12-2030-212/+907
| | | | |\
| | | | | * Track average wait times under our maximum spin time thresholdBradley T. Hughes2010-12-204-8/+21
| | | | | * Store and track spin times in nanosecond resolutionBradley T. Hughes2010-12-202-7/+8
| | | | | * Optimize adaptive spinning mutex codeBradley T. Hughes2010-12-204-19/+25
| | | | | * Improve QMutex contention performance on LinuxBradley T. Hughes2010-12-202-6/+39
| | | | | * Improve QMutex contention performance on Mac OS XBradley T. Hughes2010-12-202-2/+59
| | | | | * Disable spinning under lock contention on single CPU machinesBradley T. Hughes2010-12-201-0/+10
| | | | | * Remove unnecessary testAndSetAcquire from QMutex::lockInternal()Bradley T. Hughes2010-12-201-9/+6
| | | | | * Move contender count maintenance to QMutexPrivateBradley T. Hughes2010-12-203-35/+21
| | | | | * test contention when using 2 mutexesBradley T. Hughes2010-12-201-28/+53
| | | | | * Ensure that every thread does contend in the contention testsBradley T. Hughes2010-12-201-33/+60
| | | | | * Add baseline test data to measure test overheadBradley T. Hughes2010-12-201-5/+6
| | | | | * Test contention performance for long (10ms) critical sectionsBradley T. Hughes2010-12-201-0/+1
| | | | | * Add a benchmark for contended and uncontended QMutex performanceBradley T. Hughes2010-12-202-13/+261
| | | | | * Removed QMutexPrivate::self() declarationBradley T. Hughes2010-12-201-1/+0
| | | | | * Add QElapsedTimer::nsecsElapsed() constBradley T. Hughes2010-12-207-19/+64
| | | | | * Delay creation of the process managerHarald Fernengel2010-12-204-10/+41
| | | | | * Make the QRasterPaintEngineState copy constructor cheaper.Andreas Kling2010-12-201-21/+13
| | | | | * Micro-optimization for QSpanData::setup()Andreas Kling2010-12-201-1/+2
| | | | | * define FSCTL_SET_REPARSE_POINT in test headerJoão Abecasis2010-12-201-0/+3
| | | | | * add error handling to QXmlStreamWriterOswald Buddenhagen2010-12-173-5/+116
| | | | | * optimize writing string constants and byte arraysOswald Buddenhagen2010-12-171-10/+12
| | | | | * remove some code duplicationOswald Buddenhagen2010-12-171-11/+1
| | | | | * make QXmlStreamWriterPrivate::write(const char *s) ascii-onlyOswald Buddenhagen2010-12-171-7/+2
| | | | | * document WriteFailed status codes (whoops)Oswald Buddenhagen2010-12-172-0/+2
| | | | | * Windows Vista and 7 also have animated progress barsJoão Abecasis2010-12-171-1/+6
| | | | | * tst_QCompleter: Clean up after one's selfJoão Abecasis2010-12-171-16/+9
| | | | | * Test doesn't need to depend on temp pathJoão Abecasis2010-12-171-1/+1
| | | | | * Make parent constructor argument optionalJoão Abecasis2010-12-161-1/+1
| | | | | * add write error handling to QTextStreamOswald Buddenhagen2010-12-163-18/+64
| | | | | * add write error handling to QDataStreamOswald Buddenhagen2010-12-163-20/+89
| | | | | * don't report flush error when we didn't flush in the first placeOswald Buddenhagen2010-12-161-1/+1
| | | | | * clarify setStatus() behaviorOswald Buddenhagen2010-12-162-0/+6
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-...Qt Continuous Integration System2010-12-232-4/+4
|\ \ \ \ \ \
| * | | | | | Fixed a bug in elf2e32_qtwrapper regarding spaces in def files.axis2010-12-231-3/+3
| * | | | | | Fixed several compile and deployment issues in the mmf phonon plugin.axis2010-12-231-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-12-2367-3627/+2388
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-2367-3627/+2388
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-12-231-3/+32
| | |\ \ \ \