summaryrefslogtreecommitdiffstats
path: root/src/concurrent
Commit message (Expand)AuthorAgeFilesLines
* Doc: Correct link errors qtbaseNico Vertriest2020-09-211-1/+1
* Doc: Add links to Qt 6 changes files from module indexPaul Wicking2020-09-181-0/+4
* Doc: Add porting guide documentsPaul Wicking2020-09-161-0/+46
* Get rid of qtconcurrentexception.hLars Knoll2020-09-103-67/+0
* Mention QPromise on QtConcurrent pageJarek Kobus2020-09-011-0/+4
* QtConcurrent: Add documentation for runWithPromise()Jarek Kobus2020-08-266-12/+250
* Fix include in public headerKai Koehne2020-08-231-1/+1
* Fix the doc exampleJarek Kobus2020-08-191-1/+1
* QtConcurrent: Introduce runWithPromise()Jarek Kobus2020-08-192-2/+226
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-3/+3
* QtConcurrent: Get rid of multi-inheritance inside RunFunctionTaskBaseJarek Kobus2020-07-141-12/+14
* QtConcurrent: Get rid of code repetition for RunFunctionTask::run()Jarek Kobus2020-07-132-34/+21
* Use QList instead of QVector in qtbaseJarek Kobus2020-07-074-19/+18
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-031-4/+2
* Doc: Update docs with cmake package informationNico Vertriest2020-06-301-0/+1
* Use QList instead of QVector in QtConcurrentJarek Kobus2020-06-225-5/+5
* Reuse the non blocking implementation for blocking oneJarek Kobus2020-06-052-183/+193
* Deprecate the pause-related APIs of QFuture* classesSona Kurazyan2020-06-042-8/+13
* Add a way of notifying QFutureWatcher when pause is in effectSona Kurazyan2020-05-292-1/+15
* Make threadCount a const member of ReduceKernelJarek Kobus2020-05-281-1/+2
* Pass the thread pool into ReduceKernelJarek Kobus2020-05-283-7/+7
* Pass the thread pool into BlockSizeManagerJarek Kobus2020-05-282-4/+4
* Make some members of IterateKernel constJarek Kobus2020-05-281-5/+6
* Document how to use CMake for Qt ConcurrentKai Koehne2020-05-264-4/+20
* Licenses: Remove reference to change in Qt 5.4Kai Koehne2020-05-221-3/+2
* Enable setting custom QThreadPool for QtConcurrent methodsJarek Kobus2020-05-1810-343/+1491
* Get rid of virtual inheritance from ThreadEngineBaseJarek Kobus2020-04-291-1/+1
* 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