summaryrefslogtreecommitdiff
path: root/src/corelib/concurrent
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers.Jason McDonald2009-08-1137-37/+37
| | | | Reviewed-by: Trust Me
* xlC 7 cannot compile QtConcurrent with these templates hereThiago Macieira2009-08-071-1/+1
| | | | (cherry picked from commit cb64ac587249f5dc6563a035e2ef5a3ad2bc5d13)
* Update license headers as requested by the marketing department.Jason McDonald2009-06-1637-74/+74
| | | | Reviewed-by: Trust Me
* Use isNull() for strings instead of comparing against QString().Jesper Thomschütz2009-05-141-1/+1
| | | | | | foo == QString() should be foo.isNull(). Fixes 7 warnings in the Norwegian Breakfast Network Reviewed-by: Samuel
* Fix memory leak in QFutureMorten Sørvig2009-05-051-0/+2
| | | | | | | | | The held results were not cleared by QFutureInterface::operator=(QFutureInterface) Add call to resultStore().clear(), similar to the destructor. This needs to be done in the header since we know the template type here. Task-number: 252208 Reviewed-by: brad
* Reduce the number of calls to QThread::idealThreadCount() in QtConcurrent.Morten Sørvig2009-03-261-4/+6
| | | | | | | | This results in a syscall and is very slow. Make the call once and cache the value. Task-number: 244718 Reviewed-by: TrustMe
* Long live Qt 4.5!Lars Knoll2009-03-2338-0/+11514