summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia4.6Sergio Ahumada2012-11-2727-486/+486
* Update copyright year to 2011.Jason McDonald2011-01-1127-27/+27
* Follow-up to c1b067e: fix aliasing in QReadWriteLock too.Thiago Macieira2010-03-031-18/+12
* Fix strict-aliasing breakage with SunCC: the union trick is a GCC extension.Thiago Macieira2010-03-021-9/+6
* Only set the _WIN32_WINNT define if it is not set or less than 0x0400Andy Shaw2010-02-011-0/+2
* fix typo in qreadwritelock's documentationRitt Konstantin2010-01-111-3/+3
* Update copyright year to 2010Jason McDonald2010-01-0727-27/+27
* Optimize QThreadStorage with QVectorOlivier Goffart2009-12-182-48/+51
* Fix compilation on HP-UX 11.11.Tristan Chabredier2009-12-151-0/+4
* Compile for 64-bit WindowsBradley T. Hughes2009-11-251-1/+6
* Fixing some GCC warningsJoão Abecasis2009-10-071-0/+1
* Update license headers again.Jason McDonald2009-09-0927-108/+108
* Refactoring qatomic_windows.hJoão Abecasis2009-08-311-0/+15
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-3127-351/+351
|\
| * Update tech preview license header.Jason McDonald2009-08-3126-338/+338
| * Update license headers.Jason McDonald2009-08-1126-26/+26
* | reverting the definition of WINVER and _WIN32_WINNT in qglobal.hJoerg Bornemann2009-08-261-0/+4
* | fix warning in qthread_win.cppJoerg Bornemann2009-08-241-4/+0
* | Reverse the ifdefs to make it clearer, as per code review.axis2009-08-191-3/+3
* | Added some comments after code review.axis2009-08-191-0/+9
* | Merge commit 'qt/master'Jason Barron2009-08-186-11/+187
|\ \
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-176-11/+187
* | | Merge commit 'qt/master'Jason Barron2009-08-1326-26/+26
|\| |
| * | Update contact URL in license headers.Jason McDonald2009-08-1226-26/+26
* | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-062-3/+3
* | | Merge commit 'origin/master'Jason Barron2009-08-044-12/+12
|\ \ \
| * | | Trailing whitespace and tab/space fixes for src/corelibJanne Anttila2009-08-043-10/+10
| * | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-032-3/+3
* | | | Merge commit 'qt/master-stable'Jason Barron2009-08-042-3/+44
|\ \ \ \ | | |/ / | |/| |
| * | | Port of Qt to VxWorksRobert Griebl2009-07-292-2/+43
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-275-54/+22
|\| | | | |/ / |/| |
| * | CompileAnders Bakken2009-07-221-1/+2
| * | Build fix for mingwThierry Bastian2009-07-142-2/+2
| * | doc: Clarified what Qt::HANDLE is on Windows.Martin Smith2009-07-131-3/+8
| * | src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-013-48/+10
* | | Increased default stack size for QThreads on Symbian.axis2009-07-161-0/+7
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-3026-52/+52
|\| |
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-1626-52/+52
| |\|
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-1626-52/+52
* | | Manually fix bad merges and make sure everything compiles with 4.6.Harald Fernengel2009-06-291-0/+15
* | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-254-65/+45
|\| |
| * | Small simplification on codeThierry Bastian2009-06-082-32/+28
| * | Make the default size of QMutexPool a prime numberBradley T. Hughes2009-05-222-7/+6
| * | Update the QMutexPool API to be more like QMutexBradley T. Hughes2009-05-222-9/+9
| |/
* | Make Qt exception safer.Robert Griebl2009-06-104-15/+32
* | Fix for thread termination in Symbian OS.Janne Anttila2009-05-042-6/+8
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-04-275-17/+21
|\|
| * Allow QThread to start a QTimer and QEventLoop before QCoreApplication is con...Bradley T. Hughes2009-04-232-4/+2
| * QThread::start(): priority has no effect on Linux systemsBradley T. Hughes2009-04-061-0/+12
| * Fix Qt3Support compileBradley T. Hughes2009-03-271-0/+1