qt5base-lts/src/concurrent
Kai Koehne 130b209014 Doc: Use explicit linkage with target_link_libraries
The Professional CMake book suggests always using explicit linkage with
target_link_libraries, so let's use that.

Whether to use PUBLIC or PRIVATE depends on the context. But let's
be conservative and advise on using PRIVATE by default.

Task-number: QTBUG-88935
Pick-to: 6.0
Change-Id: I12b80ee85be9f6916f1e4dea6b1c9cb29e03c20f
Reviewed-by: Craig Scott <craig.scott@qt.io>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2020-11-30 05:39:21 +01:00
..
doc Doc: Use explicit linkage with target_link_libraries 2020-11-30 05:39:21 +01:00
CMakeLists.txt CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
concurrent.pro Get rid of qtconcurrentexception.h 2020-09-10 18:55:55 +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 Automatically generate unit tests for QtConcurrent 2020-11-09 16:01:33 +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 Reorder IterateKernel data members to avoid holes in the data 2020-11-09 16:41:26 +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 Use universal references for passing callables in QtConcurrent 2020-10-30 17:19:26 +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 QtConcurrent: Integrate runWithPromise into run 2020-10-28 15:38:44 +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