summaryrefslogtreecommitdiffstats
path: root/src/corelib/concurrent
Commit message (Expand)AuthorAgeFilesLines
* Update contact URL in license headers.Jason McDonald2009-08-1237-37/+37
* Port of Qt to VxWorksRobert Griebl2009-07-291-0/+2
* Work around a Sun CC 5.9 compiler bug: the threadEngine variable isn't found.Thiago Macieira2009-07-271-2/+4
* xlC 7 cannot compile QtConcurrent with these templates hereThiago Macieira2009-07-211-1/+1
* Build fix for mingwThierry Bastian2009-07-141-7/+1
* doc: Use \inheaderfile to show which include file to include.Martin Smith2009-07-131-1/+1
* Doc: Explicitly declare the module for each namespace to prevent strangeDavid Boddie2009-07-131-0/+1
* De-export the ThreadEngineBarrier class and de-inline the call to acquire.Morten Sørvig2009-06-262-2/+13
* Add Q_CORE_EXPORT to ThreadEngineBarrierRhys Weatherley2009-06-241-1/+1
* Rename ThreadEngineSemaphore -> ThreadEngineBarrierMorten Sørvig2009-06-242-85/+93
* Improve QtConcurrent scalability.Morten Sørvig2009-06-241-24/+62
* Improve QThreadPool scalability.Morten Sørvig2009-06-241-2/+8
* Merge license header changes from 4.5Volker Hilsheimer2009-06-1637-74/+74
|\
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-1637-74/+74
* | Removed some export to symbols that don't need itThierry Bastian2009-05-251-2/+2
|/
* Use isNull() for strings instead of comparing against QString().Jesper Thomschütz2009-05-141-1/+1
* Fix memory leak in QFutureMorten Sørvig2009-05-051-0/+2
* Reduce the number of calls to QThread::idealThreadCount() in QtConcurrent.Morten Sørvig2009-03-261-4/+6
* Long live Qt 4.5!Lars Knoll2009-03-2338-0/+11514