| 3b9f9bae | 13-Dec-2023 |
Konstantin Boyarinov <[email protected]> |
Fix parallel_for_each iterator tag dispatch for move iterators + fix stack overflow on Windows (#1276) |
| c4a799df | 23-Aug-2023 |
JhaShweta1 <[email protected]> |
Spelling correction (#1179)
* codespell changes |
| 7cee2251 | 11-Aug-2023 |
JhaShweta1 <[email protected]> |
Enable WASM on oneTBB (#1006)
* WASM/emscripten on oneTBB
---------
Co-authored-by: Ilya Isaev <[email protected]>
Co-authored-by: Pavel Kumbrasev <[email protected]> |
| c4568449 | 16-Jun-2023 |
Pavel Kumbrasev <[email protected]> |
Refactor market into threading layer (#758)
Signed-off-by: Alexei Katranov <[email protected]>
Signed-off-by: pavelkumbrasev <[email protected]>
Co-authored-by: Aleksei Fedotov <
Refactor market into threading layer (#758)
Signed-off-by: Alexei Katranov <[email protected]>
Signed-off-by: pavelkumbrasev <[email protected]>
Co-authored-by: Aleksei Fedotov <[email protected]>
Co-authored-by: Ilya Isaev <[email protected]>
Co-authored-by: kboyarinov <[email protected]>
show more ...
|
| d238e987 | 22-May-2023 |
Konstantin Boyarinov <[email protected]> |
Uncomment pipeline tests (#1106)
Signed-off-by: kboyarinov <[email protected]> |
| b95e88f1 | 22-May-2023 |
Konstantin Boyarinov <[email protected]> |
Remove extra whitespaces in copyright (#1105)
Signed-off-by: kboyarinov <[email protected]> |
| 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]> |
| 155acce7 | 15-May-2023 |
JhaShweta1 <[email protected]> |
Adding helper methods to concurrent_queue and concurrent_bounded_queue (#1033)
* Align interface of concurrent_queue and concurrent_bounded_queue with the spec.
Signed-off-by: Dmitri Mokhov <dmit
Adding helper methods to concurrent_queue and concurrent_bounded_queue (#1033)
* Align interface of concurrent_queue and concurrent_bounded_queue with the spec.
Signed-off-by: Dmitri Mokhov <[email protected]>
Co-authored-by: Konstantin Boyarinov <[email protected]>
show more ...
|
| e1f0f360 | 22-Mar-2023 |
Dmitri Mokhov <[email protected]> |
Correct the minor interface version test (#1049)
In version.h, TBB_INTERFACE_VERSION_MINOR is defined as TBB_INTERFACE_VERSION%1000/10. This test works for single-digit minor versions, but starts fa
Correct the minor interface version test (#1049)
In version.h, TBB_INTERFACE_VERSION_MINOR is defined as TBB_INTERFACE_VERSION%1000/10. This test works for single-digit minor versions, but starts failing, e.g., for TBB_INTERFACE_VERSION_MINOR=12110 (where minor version should be 11).
Signed-off-by: Dmitri Mokhov <[email protected]>
show more ...
|
| 2ecfcf5a | 20-Dec-2022 |
Ivan Kochin <[email protected]> |
Moving the Hybrid CPUs API out of preview (#680)
Move the Hybrid CPUs API out of preview. This patch removes the necessity of setting the preview macro and removes the API reference topic
Signed-
Moving the Hybrid CPUs API out of preview (#680)
Move the Hybrid CPUs API out of preview. This patch removes the necessity of setting the preview macro and removes the API reference topic
Signed-off-by: Kochin Ivan <[email protected]>
Co-authored-by: Kochin Ivan <[email protected]>
Co-authored-by: Isaev, Ilya <[email protected]>
Co-authored-by: Alexandra <[email protected]>
show more ...
|
| 274f68e5 | 02-Dec-2022 |
Ilya Isaev <[email protected]> |
Remove unused variable from conformance_join_node.cpp (#975)
Signed-off-by: Isaev, Ilya <[email protected]> |
| 17b7834b | 02-Dec-2022 |
Pavel Kumbrasev <[email protected]> |
Remove unused variable (#974)
Signed-off-by: pavelkumbrasev <[email protected]> |
| 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 ...
|
| c21e688a | 01-Feb-2022 |
Sergey Zheltov <[email protected]> |
Update copyright year 2021 -> 2022 (#761)
Signed-off-by: Zheltov, Sergey1 <[email protected]> |
| 57f524ca | 26-Jan-2022 |
Ilya Isaev <[email protected]> |
clang-tidy: use nullptr instead of NULL (#631)
This patch applies clang-tidy check- modernize-use-nullptr
Signed-off-by: Ilya Isaev <[email protected]>
Co-authored-by: vlserov <vladimir.serov
clang-tidy: use nullptr instead of NULL (#631)
This patch applies clang-tidy check- modernize-use-nullptr
Signed-off-by: Ilya Isaev <[email protected]>
Co-authored-by: vlserov <[email protected]>
show more ...
|
| 74207e5d | 24-Jan-2022 |
Anton Potapov <[email protected]> |
Fix race in `conformance_task_arena` (#744)
* Fix race in conformance_task_arena
- call observe(false) in the derived observer destructor
- do the same for all observers in the tests
Signed-
Fix race in `conformance_task_arena` (#744)
* Fix race in conformance_task_arena
- call observe(false) in the derived observer destructor
- do the same for all observers in the tests
Signed-off-by: Anton Potapov <[email protected]>
show more ...
|
| 13f9f32b | 21-Jan-2022 |
Sergey Zheltov <[email protected]> |
Update copyright year 2021 -> 2022 (#743)
Signed-off-by: Zheltov, Sergey1 <[email protected]> |
| ec39c546 | 13-Jan-2022 |
Alex <[email protected]> |
Fix overflow in concurrent_hash_map (#704)
Signed-off-by: Alexei Katranov <[email protected]> |
| 1eaccf7a | 13-Jan-2022 |
Alex <[email protected]> |
Improve task arena test coverage (#725)
Signed-off-by: Alexei Katranov <[email protected]> |
| 3db67b5b | 11-Jan-2022 |
Anton Potapov <[email protected]> |
Fixed deadlock in the task_group conforance tests (#699)
- use same arena for task_group::run() and task_group::wait() methods
- use single thread environment for test stability
Signed-off-by: A
Fixed deadlock in the task_group conforance tests (#699)
- use same arena for task_group::run() and task_group::wait() methods
- use single thread environment for test stability
Signed-off-by: Anton Potapov <[email protected]>
show more ...
|
| 5fc0a5f6 | 29-Dec-2021 |
Alex <[email protected]> |
task_scheduler_handle productization (#566)
* task_scheduler_handle productization
Signed-off-by: Alexei Katranov <[email protected]
Co-authored-by: Anton Potapov <anton.potapov@intel.
task_scheduler_handle productization (#566)
* task_scheduler_handle productization
Signed-off-by: Alexei Katranov <[email protected]
Co-authored-by: Anton Potapov <[email protected]>
show more ...
|
| 90b0671b | 28-Dec-2021 |
Alex <[email protected]> |
Resolve doxygen class naming conflicts (#705)
* Fix doxygen class naming conflicts
Signed-off-by: Alexei Katranov <[email protected]> |
| 74b7fc74 | 21-Dec-2021 |
Anton Potapov <[email protected]> |
Moving task_group_exptensions out of the preview (#668)
Moving task_group_exptensions out of the preview
- moved all but :
- is_inside_task
- scheduller bypass
- replaced exceptions with
Moving task_group_exptensions out of the preview (#668)
Moving task_group_exptensions out of the preview
- moved all but :
- is_inside_task
- scheduller bypass
- replaced exceptions with asserts for undefined behavior
- made some flags in the tests non-atomic for TSAN to raise a flag if
implementation is incorrect
Signed-off-by: Anton Potapov <[email protected]>
Co-authored-by: Ilya Isaev <[email protected]>
Co-authored-by: Alex <[email protected]>
show more ...
|
| fc8717e1 | 03-Dec-2021 |
kboyarinov <[email protected]> |
Move heterogeneous extensions from preview (#672) |
| cf0a6739 | 29-Nov-2021 |
Ilya Isaev <[email protected]> |
collaborative_call_once: alignment with Spec 1.1 (#662)
collaborative_call_once is moved from preview. Also added conformance_collaborative_call_once test file
Signed-off-by: Ilya Isaev <ilya.isa
collaborative_call_once: alignment with Spec 1.1 (#662)
collaborative_call_once is moved from preview. Also added conformance_collaborative_call_once test file
Signed-off-by: Ilya Isaev <[email protected]>
show more ...
|