summaryrefslogtreecommitdiffstats
path: root/src/concurrent
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* QtConcurrent: remove a using declaration in a header fileMarc Mutz2013-10-053-14/+12
* Doc: Adding "qtdoc" to the depends qdocconf variable.Jerome Pasion2013-09-261-1/+1
* QtConcurrent::IterateKernel: fix a race on a cache variableMarc Mutz2013-09-261-3/+6
* Merge branch 'stable' into devSergio Ahumada2013-09-214-7/+7
|\
| * Doc: Remove duplicated Qt Concurrent overviewSze Howe Koh2013-09-163-5/+5
| * Doc: Remove space between class name and method nameSze Howe Koh2013-09-161-2/+2
| * QtConcurrent: fix median calculationMarc Mutz2013-09-121-1/+1
* | QtConcurrent::Median: add some qMove()Marc Mutz2013-09-131-2/+2
* | QtConcurrent: use nth_element to calculate the (correct) medianMarc Mutz2013-09-121-3/+4
* | Remove qSort usages from QtConcurrentGiuseppe D'Angelo2013-09-111-2/+3
* | Doc: Setting module pages' \qtvariable.Jerome Pasion2013-08-021-0/+1
* | Doc: Adding navigation configs in the module qdocconf files.Jerome Pasion2013-06-251-0/+3
|/
* Doc: Removed pages from "technology-apis" group.Jerome Pasion2013-05-271-2/+0
* Doc: Give C++ class lists consistent titlesSze Howe Koh2013-04-291-1/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-165-32/+32
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-6/+6
|\
| * fix doc page urlsOswald Buddenhagen2013-02-041-1/+1
| * substitute fixed version numbers in qdocconf files with variablesOswald Buddenhagen2013-02-011-5/+5
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2915-30/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2225-25/+25
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1825-25/+25
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-161-1/+1
|\|
| * Fix compilation of Qt Concurrent with gcc 4.3Thiago Macieira2013-01-151-1/+1