qt5base-lts/src/concurrent
Joerg Bornemann ad2da2d27a Remove the qmake project files
Remove the qmake project files for most of Qt.

Leave the qmake project files for examples, because we still test those
in the CI to ensure qmake does not regress.

Also leave the qmake project files for utils and other minor parts that
lack CMake project files.

Task-number: QTBUG-88742
Change-Id: I6cdf059e6204816f617f9624f3ea9822703f73cc
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
2021-01-07 15:32:28 +01:00
..
doc Remove the qmake project files 2021-01-07 15:32:28 +01:00
CMakeLists.txt CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qtaskbuilder.h QtConcurrent: Handle running with promise inside QTaskBuilder 2020-10-28 15:38:52 +01:00
qtaskbuilder.qdoc QTaskBuilder::spawn: add an overload that doesn't return a future object 2020-04-14 17:44:13 +02:00
qtconcurrent_global.h QtConcurrent: Unify license headers 2019-01-29 10:41:39 +00:00
qtconcurrentcompilertest.h Loosen the requirements on the container passed to QtConcurrent::map* 2020-10-13 09:49:51 +02:00
qtconcurrentfilter.cpp Use universal references for passing callables in QtConcurrent 2020-10-30 17:19:26 +01:00
qtconcurrentfilter.h Use universal references for passing callables in QtConcurrent 2020-10-30 17:19:26 +01:00
qtconcurrentfilterkernel.h QtConcurrent: filter/map reduction without default ctor 2020-12-04 15:36:50 +01:00
qtconcurrentfunctionwrappers.h Use variadic templates to generalize MapSequenceResultType 2020-11-03 16:28:14 +01:00
qtconcurrentiteratekernel.cpp Pass the thread pool into BlockSizeManager 2020-05-28 15:12:29 +02:00
qtconcurrentiteratekernel.h QtConcurrent: filter/map reduction without default ctor 2020-12-04 15:36:50 +01:00
qtconcurrentmap.cpp Fix typos in QtConcurrent documentation 2020-11-08 03:12:06 +01:00
qtconcurrentmap.h Use universal references for passing callables in QtConcurrent 2020-10-30 17:19:26 +01:00
qtconcurrentmapkernel.h QtConcurrent: filter/map reduction without default ctor 2020-12-04 15:36:50 +01:00
qtconcurrentmedian.h Resolve Qt6 TODO items, replace Median and BlockSizeManager 2020-04-09 02:49:18 +02:00
qtconcurrentreducekernel.h Use universal references for passing callables in QtConcurrent 2020-10-30 17:19:26 +01:00
qtconcurrentrun.cpp Document that QtConcurrent::run doesn't support overloaded functions 2020-12-23 18:34:21 +01:00
qtconcurrentrun.h QtConcurrent: Integrate runWithPromise into run 2020-10-28 15:38:44 +01:00
qtconcurrentrunbase.h Store std::exception_ptr in QUnhandledException 2020-10-26 14:27:02 +01:00
qtconcurrentstoredfunctioncall.h Don't use pointers or references to functions from std library 2020-10-30 17:23:06 +01:00
qtconcurrenttask.h QtConcurrent: add fluent interface to configure a task before run 2020-03-29 20:44:32 +01:00
qtconcurrenttask.qdoc QtConcurrent: Handle running with promise inside QTaskBuilder 2020-10-28 15:38:52 +01:00
qtconcurrentthreadengine.cpp Store std::exception_ptr in QUnhandledException 2020-10-26 14:27:02 +01:00
qtconcurrentthreadengine.h Use QList instead of QVector in QtConcurrent 2020-06-22 10:37:50 +02:00