|
Revision tags: v2021.12.0-rc1, v2021.4.1 |
|
| #
3b9f9bae |
| 13-Dec-2023 |
Konstantin Boyarinov <[email protected]> |
Fix parallel_for_each iterator tag dispatch for move iterators + fix stack overflow on Windows (#1276)
|
|
Revision tags: v2021.11.0 |
|
| #
de0a3a65 |
| 14-Nov-2023 |
Konstantin Boyarinov <[email protected]> |
Fix parallel_for_each with C++20 iterators (#1250)
|
|
Revision tags: v2021.2.4, v2021.11.0-rc1, v2021.11.0-src-rc1, v2021.2.3, v2021.10.0, v2021.10.0-rc1 |
|
| #
a088cfa0 |
| 17-May-2023 |
Konstantin Boyarinov <[email protected]> |
Use of std::invoke to run the body in algorithms and graph nodes (#880)
Signed-off-by: kboyarinov <[email protected]>
|
|
Revision tags: v2020.3.3, v2021.2.2, v2021.9.0, v2021.2.1, v2021.9.0-rc1, v2020.3.2 |
|
| #
e6e493f9 |
| 02-Jan-2023 |
Christian Fersch <[email protected]> |
Fix unmatched pragma warning push/pop (#996)
Signed-off-by: Christian Fersch <[email protected]>
|
|
Revision tags: v2021.8.0, v2021.8.0-rc1 |
|
| #
aa247fa8 |
| 17-Oct-2022 |
Ilya Isaev <[email protected]> |
[tbb::parallel_for_each] Don't call destructor for uninitialized object (#933)
Current implementation of parallel_for_each may call destructors for uninitialized objects when using Input iterator an
[tbb::parallel_for_each] Don't call destructor for uninitialized object (#933)
Current implementation of parallel_for_each may call destructors for uninitialized objects when using Input iterator and count of elements in block is less than max_block_size. This is UB and can lead to incorrect memory access in some scenarios.
Signed-off-by: Isaev, Ilya <[email protected]>
show more ...
|
|
Revision tags: v2020.3.1, v2021.7.0, v2021.7.0-rc1, v2021.6.0, v2021.6.0-rc1, v2021.5.0, v2021.5.0-rc2, v2021.5.0-rc1, v2021.4.0, v2021.4.0-rc1, v2021.3.0 |
|
| #
478de5b1 |
| 05-May-2021 |
tbbdev <[email protected]> |
Commit oneTBB source code 82ff8707
|
|
Revision tags: v2021.2.0, v2021.2.0-rc |
|
| #
b15aabb3 |
| 26-Jan-2021 |
tbbdev <[email protected]> |
Commit oneTBB source code 9ed4a21c
|
|
Revision tags: v2021.1.1 |
|
| #
49e08aac |
| 28-Oct-2020 |
tbbdev <[email protected]> |
Commit oneTBB source code 6420d97a
|