summaryrefslogtreecommitdiffstats
path: root/src/concurrent
Commit message (Expand)AuthorAgeFilesLines
* Fix QThreadPool::maxThreadCount() usageIvan Solovev2024-01-122-2/+2
* [docs] Link from QtConcurent::run() to QThreadPool::start(Callable&&)Marc Mutz2023-08-051-1/+5
* QFuture: mention the work-stealing algorithm in the docsDennis Oberst2023-06-261-3/+2
* Clarify module changes in Qt6Jaishree Vyas2023-05-091-1/+1
* Rework imagescaling example to avoid potential crashesIvan Solovev2023-04-261-1/+1
* QtConcurrent: fix warning due to assignment to narrower integer typeHamish Moffatt2023-04-031-3/+3
* QtConcurrent: yield CPU when spinning on atomicsMårten Nordheim2023-02-281-0/+6
* Add QtConcurrent Examples pageIvan Solovev2023-02-243-1/+24
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-3/+0
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-2114-49/+49
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-232-2/+2
* Add license headers to cmake filesLucie Gérard2022-08-032-0/+6
* Add \brief descriptions to QtConcurrent topicsSona Kurazyan2022-07-204-0/+4
* QtConcurrent::ReduceKernel: fix race conditionsSona Kurazyan2022-07-201-0/+2
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-223-0/+12
* 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