|
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 |
|
| #
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]>
|
|
Revision tags: v2021.10.0 |
|
| #
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 ...
|
| #
3f657a34 |
| 13-Jun-2023 |
Pavel Kumbrasev <[email protected]> |
Fix task_task_arena for one thread env (#1131)
Signed-off-by: pavelkumbrasev <[email protected]>
|
| #
f8f7f738 |
| 13-Jun-2023 |
Pavel Kumbrasev <[email protected]> |
Fix current_thread_index for masterless arena(1,0) (#1128)
Signed-off-by: pavelkumbrasev <[email protected]>
|
|
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, v2021.7.0-rc1, v2021.6.0 |
|
| #
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 ...
|
|
Revision tags: v2021.6.0-rc1 |
|
| #
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]>
|
| #
1eaccf7a |
| 13-Jan-2022 |
Alex <[email protected]> |
Improve task arena test coverage (#725)
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 ...
|
|
Revision tags: v2021.5.0, v2021.5.0-rc2, v2021.5.0-rc1, v2021.4.0, v2021.4.0-rc1 |
|
| #
c6045a4f |
| 23-Aug-2021 |
Pavel <[email protected]> |
Fix using tbb::this_task_arena::current_thread_index() with uninitilized arena (#541)
Fix using tbb::this_task_arena::current_thread_index() with uninitilized arena
Signed-off-by: pavelkumbrasev <p
Fix using tbb::this_task_arena::current_thread_index() with uninitilized arena (#541)
Fix using tbb::this_task_arena::current_thread_index() with uninitilized arena
Signed-off-by: pavelkumbrasev <[email protected]>
show more ...
|
| #
552f342b |
| 30-Jul-2021 |
Pavel <[email protected]> |
Add workaround for incorrect soft limit initialization (#512)
Signed-off-by: pavelkumbrasev <[email protected]>
|
| #
34c7d170 |
| 30-Jul-2021 |
Alex <[email protected]> |
Add heavy mix test for the scheduler (#490)
The test found a couple of issues that are also addressed in the patch
Signed-off-by: Alexei Katranov <[email protected]>
Co-authored-by: pave
Add heavy mix test for the scheduler (#490)
The test found a couple of issues that are also addressed in the patch
Signed-off-by: Alexei Katranov <[email protected]>
Co-authored-by: pavelkumbrasev <[email protected]>
show more ...
|
| #
a080baf9 |
| 19-Jul-2021 |
Alex <[email protected]> |
Additional set of Thread Sanitizer related fixes (#482)
- Fix incorrect assert in concurrent_hash_map implementation
- Fix incorrect asserts in global_control implementation
- Fix exception pointe
Additional set of Thread Sanitizer related fixes (#482)
- Fix incorrect assert in concurrent_hash_map implementation
- Fix incorrect asserts in global_control implementation
- Fix exception pointer inside task_group_context
- Rework racy asserts in test_flow_graph_whitebox
- Improve test_eh_algorithm to work with sanitizers
- Disable memory limit test in test_malloc_compliance
- Add lifetime asserts in collaborative_call_once
- Rework backref space in tbbmalloc to use atomics
- Fix a lifetime issue in utils::SpinBariier
- Some tests were disabled
Signed-off-by: Alexei Katranov <[email protected]>
Co-authored-by: pavelkumbrasev <[email protected]>
show more ...
|
| #
112076d0 |
| 01-Jul-2021 |
Ilya Isaev <[email protected]> |
Improve code coverage (#463)
Signed-off-by: Ilya Isaev <[email protected]>
|
|
Revision tags: v2021.3.0 |
|
| #
2ca2a5f2 |
| 25-Jun-2021 |
Alex <[email protected]> |
Fix leaking proxy task objects (#431)
* Fix leaking proxy task objects
Signed-off-by: Alexei Katranov <[email protected]>
|
| #
55f9b178 |
| 08-Jun-2021 |
Ivan Kochin <[email protected]> |
Update doctest version to 2.4.6 (#413)
* Update doctest version to 2.4.6
Signed-off-by: Kochin, Ivan <[email protected]>
|
| #
31199975 |
| 07-Jun-2021 |
Pavel <[email protected]> |
Improve wakeup signal propagation in private server (#427)
* Improve wakeup signal propagation in private server
Signed-off-by: pkumbras <[email protected]>
Co-authored-by: Alexei Katr
Improve wakeup signal propagation in private server (#427)
* Improve wakeup signal propagation in private server
Signed-off-by: pkumbras <[email protected]>
Co-authored-by: Alexei Katranov <[email protected]>
show more ...
|
| #
5d4a4acf |
| 21-May-2021 |
Ivan Kochin <[email protected]> |
Fix the logic that depends on optional copy elision (#402)
* Fix the behavior when copy elision is disabled
* Update test/tbb/test_task_arena.cpp
* Rework doctest ContextScope destruction to f
Fix the logic that depends on optional copy elision (#402)
* Fix the behavior when copy elision is disabled
* Update test/tbb/test_task_arena.cpp
* Rework doctest ContextScope destruction to fix MSVC compilation
* Remove raii_guard assignment + remove std::move from doctest
* Fix typo
* Rework the fix for doctest to get rid of hangs on Windows
* Add static assertion to check constructors noexcept state
* Remove copy elision disabling flag
* Add a comment with the reason of absence of std::move
Co-authored-by: Kochin, Ivan <[email protected]>
show more ...
|
| #
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
|
|
Revision tags: v2021.1-beta10 |
|
| #
51c0b2f7 |
| 25-Sep-2020 |
tbbdev <[email protected]> |
Commit oneTBB source code 4ebd2d06
|