summaryrefslogtreecommitdiffstats
path: root/src/concurrent
Commit message (Expand)AuthorAgeFilesLines
* Improve Map|Map-Reduce and Filter|Filter-Reduce implementationKarsten Heimrich2020-04-1411-389/+336
* QTaskBuilder::spawn: add an overload that doesn't return a future objectVitaly Fanaskov2020-04-144-0/+40
* Resolve Qt6 TODO items, replace Median and BlockSizeManagerKarsten Heimrich2020-04-093-181/+14
* Remove some dead codeKarsten Heimrich2020-04-092-46/+0
* StoredFunctionCall: simplify runFunctor implementationVitaly Fanaskov2020-04-071-11/+4
* Fix potential race condition in QtConcurrent blocking methodsSona Kurazyan2020-04-032-3/+7
* CMake: Regenerate projects after .pro files were modifiedAlexandru Croitor2020-04-031-2/+2
* Store QFuture exceptions as std::exception_ptrSona Kurazyan2020-04-011-1/+1
* QFuture - add ability to move results from QFutureTimur Pocheptsov2020-03-311-1/+8
* QtConcurrent: add fluent interface to configure a task before runVitaly Fanaskov2020-03-2911-11/+635
* QtConcurrent::run: accept more then five function's argumentsVitaly Fanaskov2020-03-114-3020/+76
* QtConcurrent: filter- and map-reduce with initial valueMårten Nordheim2020-03-047-14/+521
* Remove QLinkedListSona Kurazyan2020-02-191-1/+1
* Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-051-0/+2
* Regenerate src/*Alexandru Croitor2019-11-141-3/+3
* Regenerate everything under ./srcAlexandru Croitor2019-11-121-3/+0
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-10/+10
|\
| * QtConcurrent: fix warning about function parameters shadowing class membersVolker Hilsheimer2019-10-081-10/+10
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-5/+7
|\|
| * Port away from QMutexLocker in public headersMarc Mutz2019-08-251-5/+7
* | Fix add_qt_docs callsSimon Hausmann2019-09-191-1/+1
* | Re-generate main module CMake filesSimon Hausmann2019-09-181-1/+1
* | Use pre-compiled headers when building Qt with cmakeMårten Nordheim2019-09-111-2/+2
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-114-17/+18
|\|
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-0/+1
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-201-8/+8
| | |\
| | * | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-05-031-0/+1
| * | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-8/+8
| |\ \ \ | | | |/ | | |/|
| | * | Doc: Correct documentation of QFuture::cancelPaul Wicking2019-06-111-8/+8
| | |/
| * | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-202-9/+9
* | | cmake: build with exceptions disabled by defaultAlbert Astals Cid2019-06-051-0/+1
* | | Regenerate the main qtbase modulesAlexandru Croitor2019-06-051-0/+1
* | | Regenerate concurrentAlexandru Croitor2019-05-201-1/+1
* | | CMake: Regenerate src/concurrentTobias Hunger2019-05-061-6/+9
* | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-1620-33/+23
|\| |
| * | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-04-081-2/+0
| * | Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-061-8/+0
| * | More nullptr usage in headersKevin Funk2019-03-143-3/+3
| |/
| * QtConcurrent: Unify license headersKai Koehne2019-01-2920-20/+20
* | Fix architecture conditionsAlexandru Croitor2019-04-031-1/+1
* | CMake: Re-generate CMakeLists.txt file for concurrent and sqlTobias Hunger2019-03-041-2/+21
* | Build and test QtConcurrentTobias Hunger2018-11-011-0/+25
|/
* Doc: Fix typo and grammar issuesPaul Wicking2018-07-091-9/+9
* Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
* Doc: Update QtConcurrent::mapped example snippetPaul Wicking2018-04-191-2/+3
* QtConcurrent::MedianDouble: do not access uninitialzed valuesChristian Ehrlicher2018-02-201-0/+1
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-151-1/+1
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-261-1/+10
| |\
| * | MSVC: Don't set a DLL base address for 64-bitThiago Macieira2018-01-241-1/+1
* | | Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-1/+10
|\ \ \ | | |/ | |/|