summaryrefslogtreecommitdiffstats
path: root/src/concurrent
Commit message (Expand)AuthorAgeFilesLines
* QtConcurrent: prevent conversion of ReduceOption to initial valueSona Kurazyan2022-05-204-41/+81
* Use SPDX license identifiersLucie Gérard2022-05-1630-1124/+60
* Do not highlight the Image Scaling Example anymore in Qt CreatorKai Köhne2022-02-171-2/+0
* Remove mentions of QtConcurrent::runWithPromise from docsSona Kurazyan2022-02-112-15/+8
* Fix memory leak in QtConcurrent::run when called with a NULL QThreadPoolSona Kurazyan2022-01-241-0/+1
* QtConcurrent: use variable templates for compile-time checksSona Kurazyan2022-01-203-17/+10
* QtConcurrent::run crashes on program exitTianlu Shao2021-12-201-1/+7
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-091-1/+1
* Doc: Enable qdoc warning count limitVenugopal Shivashankar2021-10-211-0/+3
* concurrent: Fix typo in documentationJonas Kvinge2021-10-121-1/+1
* concurrent: Fix namespace typoJonas Kvinge2021-10-121-1/+1
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-021-2/+0
* Fix QtConcurrent::blockingMapped to work with non-template sequencesSona Kurazyan2021-09-081-1/+7
* Doc: Remove unsupported customFiltersKai Köhne2021-09-031-4/+0
* QtConcurrent: fix examples of overloaded methods in docsSona Kurazyan2021-08-184-8/+18
* QtConcurrent::run: support non default-constructible return typesSona Kurazyan2021-08-182-26/+11
* Update QtConcurrent docs and examples for reductor object usageSona Kurazyan2021-07-264-23/+11
* QtConcurrent: Remove the redundant code for QStringListSona Kurazyan2021-07-262-8/+0
* Fix QtConcurrent to properly work with functorsSona Kurazyan2021-07-213-71/+101
* Migrate to autogenerated cpp exportsAlexey Edelev2021-06-252-14/+2
* 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