summaryrefslogtreecommitdiffstats
path: root/src/concurrent
Commit message (Expand)AuthorAgeFilesLines
* Remove the dead code for blocking methods from QtConcurrentSona Kurazyan2021-06-142-56/+0
* QtConcurrentIterateKernel: fix warningMÃ¥rten Nordheim2021-04-121-1/+1
* Remove the unnecessary template parameter from the class specializationSona Kurazyan2021-03-171-2/+2
* Improve docs for Qt Concurrent run with promise modeSona Kurazyan2021-03-041-0/+9
* Revert "Remove the qmake project files" for snippetsNico Vertriest2021-02-121-0/+3
* Remove the qmake project filesJoerg Bornemann2021-01-072-44/+0
* Document that QtConcurrent::run doesn't support overloaded functionsSona Kurazyan2020-12-233-0/+43
* Clean up qtconcurrent.qdocconf fileKai Koehne2020-12-101-2/+1
* QtConcurrent: filter/map reduction without default ctorIvan Solovev2020-12-043-34/+99
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-11-301-1/+1
* Update landing pages and module pages in qtbaseJerome Pasion2020-11-172-28/+29
* Don't highlight the QtConcurrent progress dialog exampleSona Kurazyan2020-11-121-2/+1
* Improve QtConcurrent ImageScaling example to demo new featuresSona Kurazyan2020-11-121-1/+2
* Reorder IterateKernel data members to avoid holes in the dataSona Kurazyan2020-11-091-6/+7
* Automatically generate unit tests for QtConcurrentAndreas Buhr2020-11-091-1/+1
* Rename "Porting" pages to "Changes"Jerome Pasion2020-11-092-3/+3
* Fix typos in QtConcurrent documentationVolker Hilsheimer2020-11-081-2/+2
* Use variadic templates to generalize MapSequenceResultTypeLars Knoll2020-11-031-3/+3
* Doc: Prefer versioned CMake library targetsv6.0.0-beta3Kai Koehne2020-11-011-1/+1
* Don't use pointers or references to functions from std libraryJarek Kobus2020-10-301-7/+11
* Use universal references for passing callables in QtConcurrentSona Kurazyan2020-10-307-543/+682
* Doc: Fix links to the CMake manualTopi Reinio2020-10-301-1/+1
* Move porting guide for QtConcurrent to its designated pageSona Kurazyan2020-10-291-1/+31
* QtConcurrent: Handle running with promise inside QTaskBuilderJarek Kobus2020-10-283-2/+20
* QtConcurrent: Integrate runWithPromise into runJarek Kobus2020-10-285-147/+153
* Compile fix on WindowsJarek Kobus2020-10-271-2/+2
* Store std::exception_ptr in QUnhandledExceptionSona Kurazyan2020-10-262-3/+3
* QtConcurrent: Reuse ArgResolver from qfuture_impl.hJarek Kobus2020-10-261-100/+4
* Simplify implementations of QtConcurrent::blocking* methodsSona Kurazyan2020-10-142-89/+70
* Minor cleanups based on API reviewSona Kurazyan2020-10-142-7/+7
* Loosen the requirements on the container passed to QtConcurrent::map*Sona Kurazyan2020-10-132-3/+3
* Make QtConcurrent docs more readableSona Kurazyan2020-10-123-6/+125
* Eliminate the extra copy in QtConcurrent's blocking methodsSona Kurazyan2020-10-122-32/+32
* Remove an unneeded includeSona Kurazyan2020-10-121-2/+0
* Use universal references in QtConcurrentSona Kurazyan2020-09-308-186/+230
* Improve docs for QtConcurrent::{filter, blockingFilter}Sona Kurazyan2020-09-291-6/+18
* Fix QtConcurrent algorithms to work with temporary sequencesSona Kurazyan2020-09-283-26/+25
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-3/+3
* Fix some qdoc warnings: QtConcurrent functors and exceptionsVolker Hilsheimer2020-09-222-18/+4
* 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