summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QProcessManager: minor optimizationRitt Konstantin2011-01-111-10/+6
* fix warning "'SeedStorage* randTLS()' defined but not used"Konstantin Ritt2011-01-111-7/+7
* remove unused header includeRitt Konstantin2011-01-111-3/+1
* make the modifySemaphore() signal-safe on linuxRitt Konstantin2011-01-111-1/+6
* deal with utcOffset in a correct wayRitt Konstantin2011-01-111-2/+4
* handle O_NONBLOCK'ed pipes specific error on write()Ritt Konstantin2011-01-112-5/+12
* move POSIX-specific debug to qprocess_unix.cppRitt Konstantin2011-01-112-3/+2
* Fix reversed condition introduced in 9a6cfc07e5João Abecasis2011-01-101-1/+1
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-01-082-2/+9
|\
| * Fix compilation error on SolarisJoão Abecasis2011-01-071-0/+6
| * Check elapsed time only onceJoão Abecasis2011-01-071-2/+3
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-01-071-0/+1
|\ \ | |/ |/|
| * QUrl::setUrl should call detachOlivier Goffart2011-01-061-0/+1
* | Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-306-12/+277
|\ \
| * \ Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-246-12/+277
| |\ \
| | * \ Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-236-12/+277
| | |\ \
| | | * \ Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-216-12/+277
| | | |\ \
| | | | * | QFile API: add API to specify if adopted file handles should be closedShane Kearns2010-12-206-12/+277
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-12-242-9/+92
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-12-242-9/+92
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Added int overloads to QPoint operator* and operator*=.Samuel Rødal2010-12-222-9/+92
| | |/ / /
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-12-2420-158/+382
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-12-2120-158/+382
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | 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
| | * | | Removed QMutexPrivate::self() declarationBradley T. Hughes2010-12-201-1/+0
| | * | | Add QElapsedTimer::nsecsElapsed() constBradley T. Hughes2010-12-206-18/+58
| | * | | Delay creation of the process managerHarald Fernengel2010-12-204-10/+41
| | * | | add error handling to QXmlStreamWriterOswald Buddenhagen2010-12-172-5/+34
| | * | | 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
| | * | | add write error handling to QTextStreamOswald Buddenhagen2010-12-162-18/+27
| | * | | add write error handling to QDataStreamOswald Buddenhagen2010-12-162-20/+38
| | * | | 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 remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-233-9/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integrationQt Continuous Integration System2010-12-213-9/+1
| |\ \
| | * \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-131-9/+43
| | |\ \
| | * \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-101-3/+2
| | |\ \ \
| | * \ \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-081-7/+7
| | |\ \ \ \
| | * | | | | Doc: Fixed a link to the correct searchPaths() function.David Boddie2010-12-071-1/+1
| | * | | | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-011-1/+1
| | |\ \ \ \ \