| Commit message (Expand) | Author | Age | Files | Lines |
* | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 37 | -37/+37 |
|
|
* | Fix compile issue when building with QT_NO_CONCURRENT and QT_NO_FUTURE | Andy Shaw | 2011-09-19 | 1 | -0/+3 |
|
|
* | Wrap calls to Sequence::push_back | João Abecasis | 2011-09-02 | 3 | -15/+32 |
|
|
* | Merge remote-tracking branch 'origin/4.8' | Olivier Goffart | 2011-05-24 | 37 | -629/+629 |
|\ |
|
| * | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 37 | -629/+629 |
|
|
* | | Support of lambdas in QtConcurrent::run | Olivier Goffart | 2011-05-19 | 4 | -81/+124 |
|/ |
|
* | Disable QtConcurrent for Symbian winscw builds. | Laszlo Agocs | 2011-05-12 | 2 | -5/+22 |
|
|
* | Get rid of "typename, typename" for TEMPLATE_TEMPLATE_PARAMETERS. | Liang Qi | 2011-05-02 | 1 | -18/+0 |
|
|
* | Compile with msvc | Olivier Goffart | 2011-05-02 | 1 | -4/+16 |
|
|
* | compile with windows | Olivier Goffart | 2011-05-02 | 1 | -4/+4 |
|
|
* | get rid of the DisableIfSame hack | Olivier Goffart | 2011-05-02 | 2 | -16/+4 |
|
|
* | Rewrite the interfaces of QtConcurrent. | Liang Qi | 2011-05-02 | 3 | -1057/+270 |
|
|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-master | axis | 2011-04-07 | 1 | -1/+1 |
|\ |
|
| * | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-03-31 | 1 | -1/+1 |
| |\ |
|
| | * | Report that an update is needed if no update was done | Thiago Macieira | 2011-03-28 | 1 | -1/+1 |
|
|
* | | | QtConcurrent: throw exception from destructor | Olivier Goffart | 2011-03-28 | 1 | -6/+1 |
|/ / |
|
* | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-02-23 | 2 | -7/+7 |
|\ \
| |/ |
|
| * | Use QElapsedTimer in QFutureInterface. | Thiago Macieira | 2011-02-16 | 2 | -7/+7 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-01-17 | 37 | -37/+37 |
|\ \
| |/ |
|
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 37 | -37/+37 |
|
|
* | | Remove qDebug. | Morten Johan Sørvig | 2010-11-11 | 1 | -1/+0 |
|
|
* | | Support exception handling in QtConcurrent::run() | Morten Johan Sørvig | 2010-11-11 | 1 | -2/+24 |
|
|
* | | QThreadPool: name pooled threads | Arvid Ephraim Picciani | 2010-09-17 | 1 | -0/+1 |
|
|
* | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration... | Qt Continuous Integration System | 2010-08-25 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-08-25 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Doc: QtConcurrent::run. Make sure the example actually compiles | Olivier Goffart | 2010-08-23 | 1 | -1/+1 |
|
|
* | | | QFutureWatcher: display a warning when connecting after calling setFuture() | Olivier Goffart | 2010-08-23 | 1 | -0/+9 |
|/ / |
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-08-13 | 4 | -4/+4 |
|\ \
| |/ |
|
| * | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938. | Jerome Pasion | 2010-08-09 | 3 | -3/+3 |
|
|
| * | Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-... | Jerome Pasion | 2010-07-29 | 1 | -1/+1 |
|
|
* | | It is no longer necessary to check for QT_NO_MEMBER_TEMPLATES | miniak | 2010-08-03 | 1 | -1/+1 |
|
|
* | | It is no longer necessary to check for QT_NO_PARTIAL_TEMPLATE_SPECIALIZATION | miniak | 2010-08-03 | 1 | -4/+1 |
|
|
* | | Remove obsolete code & workarounds for unsupported versions of MS Visual C++ | miniak | 2010-08-03 | 1 | -6/+0 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-07-28 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-07-15 | 1 | -1/+1 |
| |\ |
|
| | * | typos fixed | Joerg Bornemann | 2010-07-07 | 1 | -1/+1 |
|
|
* | | | Added QThreadPool::waitForDone(int msecs) | Thomas Sondergaard | 2010-05-26 | 3 | -4/+33 |
|/ / |
|
* | | Revert "adds a timeout option to QThreadPool::waitForDone();" | Pierre Rossi | 2010-04-01 | 3 | -15/+7 |
|
|
* | | adds a timeout option to QThreadPool::waitForDone(); | Pierre Rossi | 2010-03-31 | 3 | -7/+15 |
|
|
* | | doc: Fixed several qdoc errors. | Martin Smith | 2010-03-09 | 1 | -1/+1 |
|/ |
|
* | More pedantry. | Trond Kjernåsen | 2010-02-24 | 1 | -2/+2 |
|
|
* | Fix grammar. | Trond Kjernåsen | 2010-02-24 | 1 | -2/+3 |
|
|
* | Doc: QFutureWatcher: specify that calls to setFuture should happen after the ... | Olivier Goffart | 2010-02-24 | 1 | -0/+6 |
|
|
* | Change all ptrdiff_t to qptrdiff. | Thiago Macieira | 2010-02-17 | 1 | -1/+1 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 37 | -37/+37 |
|
|
* | FTBFS on hurd-i386 because since clock_gettime is not available there | Samuel Thibault | 2009-12-25 | 1 | -0/+3 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 37 | -148/+148 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 37 | -481/+481 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 37 | -481/+481 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 37 | -37/+37 |
|
|