| Commit message (Expand) | Author | Age | Files | Lines |
* | QTBUG-17776, reporting terminated threads as not running on Symbian | mread | 2011-06-23 | 1 | -0/+6 |
|
|
* | Update licenseheader text in source files | Jyri Tahtela | 2011-05-13 | 27 | -452/+452 |
|
|
* | Cast int to HALData::TAttribute for QT_HALData_ENumCpus and compile with RVCT4. | Liang Qi | 2011-03-10 | 1 | -1/+1 |
|
|
* | Get the number of cores from HAL on Symbian. | Liang Qi | 2011-03-10 | 1 | -2/+25 |
|
|
* | Fix QMutex can deadlock when calling tryLock | Olivier Goffart | 2011-02-02 | 1 | -1/+4 |
|
|
* | document that QThread::exit will exit future event loops | Olivier Goffart | 2011-02-02 | 1 | -4/+6 |
|
|
* | Revert "Restore Qt 4.6 behaviour: exec() always enters the event loop." | Olivier Goffart | 2011-02-02 | 1 | -1/+4 |
|
|
* | Restore Qt 4.6 behaviour: exec() always enters the event loop. | Thiago Macieira | 2011-01-27 | 1 | -4/+1 |
|
|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 27 | -27/+27 |
|
|
* | QThread::exec(): Fix possibility to enter several time the event loop | Olivier Goffart | 2010-11-22 | 1 | -1/+3 |
|
|
* | Compile on OpenBSD | Olivier Goffart | 2010-11-22 | 1 | -3/+10 |
|
|
* | Using TLS to store QThreadData on Symbian | mread | 2010-10-21 | 1 | -8/+38 |
|
|
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Morten Engvoldsen | 2010-10-07 | 1 | -2/+19 |
|\ |
|
| * | Fix crash when constructing QThreadStorage after global destructors have run | Bradley T. Hughes | 2010-10-06 | 1 | -2/+19 |
|
|
* | | Doc: Fixed the in-repository licenses for the documentation. | David Boddie | 2010-10-04 | 1 | -5/+5 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2010-09-30 | 2 | -0/+4 |
|\ \
| |/ |
|
| * | QThread: make sure start works even if called after exit | Olivier Goffart | 2010-09-22 | 2 | -0/+4 |
|
|
* | | Doc: Fixed typos. | David Boddie | 2010-09-22 | 1 | -2/+2 |
|/ |
|
* | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-09-15 | 1 | -6/+29 |
|\ |
|
| * | Do not wait for QThread exit when destroying global statics in Symbian | Miikka Heikkinen | 2010-09-15 | 1 | -6/+29 |
|
|
* | | Fixed spelling/grammar error. | Jerome Pasion | 2010-08-16 | 1 | -7/+5 |
|/ |
|
* | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938. | Jerome Pasion | 2010-08-09 | 1 | -1/+1 |
|
|
* | Set QThreads to be process critical automatically on Symbian OS | Shane Kearns | 2010-07-08 | 1 | -0/+8 |
|
|
* | QSemaphore::tryAquire(timeout) -- never times out on an active semaphore | Bradley T. Hughes | 2010-06-25 | 1 | -1/+6 |
|
|
* | Doc: Relicensed the documentation under the GNU FDL version 1.3. | David Boddie | 2010-06-21 | 1 | -25/+11 |
|
|
* | Fix warnings | Olivier Goffart | 2010-05-21 | 2 | -3/+4 |
|
|
* | Micro optimisations in QMutexLocker | Olivier Goffart | 2010-04-20 | 1 | -8/+10 |
|
|
* | Fix tst_QEventLoop::exec() regression introduced by commit 816523117bc00cfeb1... | Bradley T. Hughes | 2010-04-16 | 4 | -5/+17 |
|
|
* | Fix a race where QThread::exit() is "lost" when called after start() | Bradley T. Hughes | 2010-04-14 | 4 | -38/+6 |
|
|
* | Fix a race where QThread::exit() is "lost" when called after start() | Bradley T. Hughes | 2010-04-12 | 2 | -1/+34 |
|
|
* | Fix a crash when unloading libQtCore | Bradley T. Hughes | 2010-04-08 | 1 | -0/+6 |
|
|
* | Implement Idle-priority threads for Linux. | Thiago Macieira | 2010-03-17 | 2 | -46/+65 |
|
|
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Rohan McGovern | 2010-03-06 | 2 | -27/+18 |
|\ |
|
| * | Follow-up to c1b067e: fix aliasing in QReadWriteLock too. | Thiago Macieira | 2010-03-03 | 1 | -18/+12 |
|
|
| * | Fix strict-aliasing breakage with SunCC: the union trick is a GCC extension. | Thiago Macieira | 2010-03-02 | 1 | -9/+6 |
|
|
* | | Imporve win64 support for mingw | Thierry Bastian | 2010-02-22 | 1 | -4/+3 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-master-from-4.6 | Thiago Macieira | 2010-02-02 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Only set the _WIN32_WINNT define if it is not set or less than 0x0400 | Andy Shaw | 2010-02-01 | 1 | -0/+2 |
|
|
* | | Merge branch '4.6' | Thiago Macieira | 2010-01-13 | 27 | -30/+30 |
|\ \
| |/ |
|
| * | fix typo in qreadwritelock's documentation | Ritt Konstantin | 2010-01-11 | 1 | -3/+3 |
|
|
| * | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 27 | -27/+27 |
|
|
* | | Merge branch '4.6' | Thiago Macieira | 2009-12-26 | 3 | -48/+55 |
|\ \
| |/ |
|
| * | Optimize QThreadStorage with QVector | Olivier Goffart | 2009-12-18 | 2 | -48/+51 |
|
|
| * | Fix compilation on HP-UX 11.11. | Tristan Chabredier | 2009-12-15 | 1 | -0/+4 |
|
|
* | | Optimize QOrderedMutexLocker | Olivier Goffart | 2009-12-08 | 1 | -3/+5 |
|/ |
|
* | Compile for 64-bit Windows | Bradley T. Hughes | 2009-11-25 | 1 | -1/+6 |
|
|
* | Fixing some GCC warnings | João Abecasis | 2009-10-07 | 1 | -0/+1 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 27 | -108/+108 |
|
|
* | Refactoring qatomic_windows.h | João Abecasis | 2009-08-31 | 1 | -0/+15 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 27 | -351/+351 |
|\ |
|