|
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 |
|
| #
88f73bbb |
| 30-Jun-2023 |
Dmitri Mokhov <[email protected]> |
Fix test_concurrent_queue failure with ICL19.0/VS2017 (#1141)
Prevent an incorrect optimization by ICL 19.0 (fixed in ICL 19.1) with VS 2017 stdlib with inline-level=1 (/Ob1) that resulted in premat
Fix test_concurrent_queue failure with ICL19.0/VS2017 (#1141)
Prevent an incorrect optimization by ICL 19.0 (fixed in ICL 19.1) with VS 2017 stdlib with inline-level=1 (/Ob1) that resulted in premature object destruction inside `std::unordered_set`.
Signed-off-by: Dmitri Mokhov <[email protected]>
show more ...
|
|
Revision tags: 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 |
|
| #
8155aaeb |
| 05-Sep-2022 |
kboyarinov <[email protected]> |
Fix concurrent queues not to require default constructor from T (#886)
* Fix concurrent_queue::clear not to require default ctor
* Suppress warning about the unused variable in release mode
*
Fix concurrent queues not to require default constructor from T (#886)
* Fix concurrent_queue::clear not to require default ctor
* Suppress warning about the unused variable in release mode
* Fix the conformance test not to rely on the additional item in dtor
* template->class in template template parameter
* Rework the fix
* Remove unnecessary flag from internal pop method
* Minor clean-up
* Add exception macros to the test
* Add whitespace
* Fix PR comments
* Fix logic for a build with no exceptions
show more ...
|
|
Revision tags: 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, v2021.2.0, v2021.2.0-rc |
|
| #
b15aabb3 |
| 26-Jan-2021 |
tbbdev <[email protected]> |
Commit oneTBB source code 9ed4a21c
|
|
Revision tags: v2021.1.1, v2021.1-beta10 |
|
| #
51c0b2f7 |
| 25-Sep-2020 |
tbbdev <[email protected]> |
Commit oneTBB source code 4ebd2d06
|