qt6-bb10/src/concurrent
Mårten Nordheim b86176abf6 QtConcurrentIterateKernel: fix warning
src\concurrent\qtconcurrentiteratekernel.cpp(134): warning C5055: operator '*': deprecated between enumerations and floating-point types

Pick-to: 6.0 6.1
Change-Id: I934e767e77e9393e1da3adc390dc8e252e7f5b6a
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
2021-04-12 10:31:54 +00:00
..
doc Revert "Remove the qmake project files" for snippets 2021-02-12 09:43:50 +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 QtConcurrentIterateKernel: fix warning 2021-04-12 10:31:54 +00: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 Improve docs for Qt Concurrent run with promise mode 2021-03-04 09:45:31 +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 Remove the unnecessary template parameter from the class specialization 2021-03-17 16:38:36 +01:00