summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-252-5/+12
|\|
| * QThread::exec(): Fix possibility to enter several time the event loopOlivier Goffart2010-11-221-1/+3
| * Compile on OpenBSDOlivier Goffart2010-11-221-3/+10
* | QThread: fix a race condition when destroying or restarting thread from finis...Olivier Goffart2010-11-244-3/+22
* | QThreadStorage: fix crash if thread local destructor reset himselfOlivier Goffart2010-11-241-0/+5
* | Doc: Fixing typoSergio Ahumada2010-11-231-1/+1
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-11-224-64/+68
|\ \
| * | QThreadPrivate::finish should not keep mutex locked when calling signalsOlivier Goffart2010-11-222-28/+37
| * | Make QThreadStorage supports value type and not only pointers.Olivier Goffart2010-11-222-33/+27
| * | QThreadStorage: fix memory leak if thread storage are added while destroyingOlivier Goffart2010-11-221-3/+4
* | | Revert "Don't destroy Qt's internal pthread_key_t if it was not initialized"Bradley T. Hughes2010-11-221-8/+8
* | | Compile fixBradley T. Hughes2010-11-181-1/+0
* | | Don't destroy Qt's internal pthread_key_t if it was not initializedBradley T. Hughes2010-11-181-7/+9
|/ /
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-10-292-0/+2
|\ \
| * | Simplify object lifetime management when moving objects to a QThreadBradley T. Hughes2010-10-292-0/+2
* | | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-10-263-15/+45
|\| |
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-253-15/+45
| |\|
| | * Using TLS to store QThreadData on Symbianmread2010-10-211-8/+38
| | * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Morten Engvoldsen2010-10-071-2/+19
| | |\
| | * | Doc: Fixed the in-repository licenses for the documentation.David Boddie2010-10-041-5/+5
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-09-302-0/+4
| | |\ \
| | * | | Doc: Fixed typos.David Boddie2010-09-221-2/+2
* | | | | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-10-221-2/+19
|\| | | |
| * | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-071-2/+19
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix crash when constructing QThreadStorage after global destructors have runBradley T. Hughes2010-10-061-2/+19
| | | |/ | | |/|
* | | | Merge remote branch 'lighthouse/4.7' into lighthouse-masterPaul Olav Tvete2010-10-221-1/+3
|\ \ \ \
| * | | | Lighthouse on OS X.Morten Johan Sørvig2010-10-201-1/+3
| * | | | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-10-053-13/+38
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-08-191-1/+1
| |\ \ \ \
* | \ \ \ \ Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-10-052-0/+4
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-282-0/+4
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | QThread: make sure start works even if called after exitOlivier Goffart2010-09-222-0/+4
| | | |_|/ | | |/| |
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtGunnar Sletta2010-09-272-13/+34
|\| | | |
| * | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-212-13/+34
| |\| | |
| | * | | Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-161-6/+29
| | |\ \ \
| | | * | | Do not wait for QThread exit when destroying global statics in SymbianMiikka Heikkinen2010-09-151-6/+29
| | | | |/ | | | |/|
| | * / | Fixed spelling/grammar error.Jerome Pasion2010-08-161-7/+5
| | |/ /
* | | | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-08-192-5/+1
|\| | |
| * | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-1/+1
| |\| |
| | * | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-1/+1
| * | | It is no longer necessary to check for QT_NO_PARTIAL_TEMPLATE_SPECIALIZATIONminiak2010-08-031-4/+0
* | | | Compile on Symbian after commit 075e96eba5001Paul Olav Tvete2010-08-181-1/+1
* | | | Merge remote branch 'remotes/lighthouse/4.7' into lighthouse-masterPaul Olav Tvete2010-07-191-0/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-07-142-1/+14
| |\|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into lighthouseJørgen Lind2010-06-241-25/+11
| |\ \
| * \ \ Merge remote branch 'qt/4.7' into lighthousePaul Olav Tvete2010-06-182-3/+4
| |\ \ \
| * | | | Say hello to Qt for Native Client.Morten Johan Sørvig2010-05-141-0/+2