|
Revision tags: v2021.12.0-rc1, v2021.4.1, v2021.11.0, v2021.2.4, v2021.11.0-rc1, v2021.11.0-src-rc1, v2021.2.3, v2021.10.0, v2021.10.0-rc1, v2020.3.3, v2021.2.2, v2021.9.0, v2021.2.1, v2021.9.0-rc1, v2020.3.2, v2021.8.0, v2021.8.0-rc1, v2020.3.1, v2021.7.0, v2021.7.0-rc1, v2021.6.0, v2021.6.0-rc1, v2021.5.0 |
|
| #
2713d41e |
| 02-Dec-2021 |
Ilya Isaev <[email protected]> |
Fix incorrect definition of assignment operator in containers (#676)
* Fixed incorrect definitions of assignment operators in associative containers.
This fixes incorrect return types of assignme
Fix incorrect definition of assignment operator in containers (#676)
* Fixed incorrect definitions of assignment operators in associative containers.
This fixes incorrect return types of assignment operators imported from
base classes. Other than copy and move assignment operators, which are
generated by the compiler even if imported with a using-declaration,
the imported operators will be returning a reference to the base class
instead of the derived class.
Fixes https://github.com/oneapi-src/oneTBB/issues/372.
Signed-off-by: Andrey Semashev <[email protected]>
Signed-off-by: Ilya Isaev <[email protected]>
show more ...
|
|
Revision tags: v2021.5.0-rc2, v2021.5.0-rc1, v2021.4.0, v2021.4.0-rc1, v2021.3.0 |
|
| #
d8251013 |
| 21-May-2021 |
Anton Potapov <[email protected]> |
ASAN use after scope fix for concurrent_skip_list (#400)
- removed reference to container allocator from skip_list_node
- added special skip_list_node::create skip_list_node::destroy static
meth
ASAN use after scope fix for concurrent_skip_list (#400)
- removed reference to container allocator from skip_list_node
- added special skip_list_node::create skip_list_node::destroy static
methods
- moved concurrent_skip_list, *_map/*multimap, *set/*multiset into d2
namespace due layout change of skip_list_node
Signed-off-by: Anton Potapov <[email protected]>
show more ...
|
|
Revision tags: v2021.2.0, v2021.2.0-rc |
|
| #
b15aabb3 |
| 26-Jan-2021 |
tbbdev <[email protected]> |
Commit oneTBB source code 9ed4a21c
|
| #
d86ed7fb |
| 24-Dec-2020 |
tbbdev <[email protected]> |
Commit oneTBB source code 09241505
|
|
Revision tags: v2021.1.1 |
|
| #
49e08aac |
| 28-Oct-2020 |
tbbdev <[email protected]> |
Commit oneTBB source code 6420d97a
|