summaryrefslogtreecommitdiffstats
path: root/src/concurrent
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-192-2/+2
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
* Adapt to the C++ SIC introduced by P0012: noexcept specializationEric Lemanissier2017-05-032-0/+1264
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-061-50/+50
|\
| * qtconcurrent: correct whitespacesEric Lemanissier2017-04-031-50/+50
* | Doc: Replace std::bind() with lambdas in Qt ConcurrentSze Howe Koh2017-03-076-72/+17
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-0/+84
|\|
| * Adapt to the C++ SIC introduced by P0012: noexcept overloadingEric Lemanissier2017-02-171-0/+84
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-081-3/+3
|\|
| * Doc: update QtConcurrent snippets to use QRegularExpressionSamuel Gaist2017-02-041-3/+3
* | Use std::enable_if instead of QEnableIfAlexander Volkov2017-01-271-12/+12
|/
* QtConcurrent: Add missing overrideAlexander Volkov2016-11-296-106/+106
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-2/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-311-2/+2
| |\
| | * Doc: Fix a typo in QtConcurrent example snippetTopi Reinio2016-10-281-2/+2
* | | QtConcurrent: use QDeadlineTimer to get the clock tickThiago Macieira2016-09-152-77/+2
* | | Use qtConfig throughout in qtbaseLars Knoll2016-08-191-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-1/+1
|\|
| * OpenBSD: use clock_gettime() provided by OSRalf Nolden2016-06-081-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
|\|
| * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-121-1/+1
* | QtConcurrent/QtOpenGL(Extensions)/QtPrintSupport/QtTestLib/QtXml: add QT_NO_F...Marc Mutz2016-05-121-1/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-1/+1
|\|
| * Added a missing comma to the comment.Jesus Fernandez2016-05-031-1/+1
* | Unify license header usage.Jani Heikkinen2016-03-295-19/+49
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-2/+2
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-263-1/+145
|\|
| * Avoid heap allocations in Median classTobias Koenig2016-01-213-1/+145
* | Updated license headersJani Heikkinen2016-01-1520-280/+400
|/
* QtConcurrent: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-11-042-2/+2
* Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
* Doc: Qt Concurrent: Link to essential usage informationTopi Reinio2015-04-074-29/+66
* Doc: fixed links on index page QtConcurrentNico Vertriest2015-03-051-7/+7
* Updated BSD licensed file headersJani Heikkinen2015-02-153-9/+9
* Update copyright headersJani Heikkinen2015-02-1125-167/+167
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-2420-380/+220
* QtConcurrent::run: allow to select the thread pool on which to run the taskMarc Mutz2014-08-054-3/+317
* Doc: Removed "url" variable from qdocconf files.Jerome Pasion2014-07-041-1/+0
* Doc: Add docs for QtConcurrent::{Unhandled,Exception}Marc Mutz2014-03-171-0/+14
* Remove level 4 compiler warnings from MSVC.David Schulz2014-03-151-0/+2
* QtConcurrent: Extend workaround GCC bug 58800 in median calculationNikolai Kosjar2014-02-191-2/+4
* QtConcurrent: Workaround GCC bug 58800 in median calculationNikolai Kosjar2013-12-031-0/+9
* Doc: Updated url variable in qdocconf files.Jerome Pasion2013-11-061-1/+1
* Revert "QtConcurrent::Median: add some qMove()"Marc Mutz2013-11-041-2/+2
* use private linkage where possibleOswald Buddenhagen2013-10-311-1/+1
* Doc: Remove unofficial Qt Concurrent headersSze Howe Koh2013-10-303-37/+10
* Doc: Update boost::bind()/std::tr1::bind() to std::bind()Sze Howe Koh2013-10-286-32/+21
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-15/+15