History log of /oneTBB/cmake/compilers/ (Results 1 – 25 of 41)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
fabaaa6505-Feb-2024 JhaShweta1 <[email protected]>

Flag to compile oneTBB without threads (#1303)

* compile WASM without pthread

8259efb327-Nov-2023 JhaShweta1 <[email protected]>

emscriptem 3.1.45+ doesn't support mrtm and waitpkg (#1271)

WASM: build fails for Emscripten 3.1.45+


/oneTBB/.github/workflows/ci.yml
/oneTBB/CMakeLists.txt
/oneTBB/INSTALL.md
/oneTBB/RELEASE_NOTES.md
/oneTBB/WASM_Support.md
/oneTBB/cmake/README.md
Clang.cmake
/oneTBB/cmake/utils.cmake
/oneTBB/doc/conf.py
/oneTBB/doc/main/tbb_userguide/Migration_Guide/Mixing_Two_Runtimes.rst
/oneTBB/examples/CMakeLists.txt
/oneTBB/examples/common/gui/CMakeLists.txt
/oneTBB/examples/concurrent_hash_map/count_strings/CMakeLists.txt
/oneTBB/examples/concurrent_priority_queue/shortpath/CMakeLists.txt
/oneTBB/examples/getting_started/sub_string_finder/CMakeLists.txt
/oneTBB/examples/graph/binpack/CMakeLists.txt
/oneTBB/examples/graph/cholesky/CMakeLists.txt
/oneTBB/examples/graph/dining_philosophers/CMakeLists.txt
/oneTBB/examples/graph/fgbzip2/CMakeLists.txt
/oneTBB/examples/graph/logic_sim/CMakeLists.txt
/oneTBB/examples/graph/som/CMakeLists.txt
/oneTBB/examples/migration/recursive_fibonacci/CMakeLists.txt
/oneTBB/examples/parallel_for/game_of_life/CMakeLists.txt
/oneTBB/examples/parallel_for/polygon_overlay/CMakeLists.txt
/oneTBB/examples/parallel_for/seismic/CMakeLists.txt
/oneTBB/examples/parallel_for/tachyon/CMakeLists.txt
/oneTBB/examples/parallel_for_each/parallel_preorder/CMakeLists.txt
/oneTBB/examples/parallel_pipeline/square/CMakeLists.txt
/oneTBB/examples/parallel_reduce/convex_hull/CMakeLists.txt
/oneTBB/examples/parallel_reduce/pi/CMakeLists.txt
/oneTBB/examples/parallel_reduce/primes/CMakeLists.txt
/oneTBB/examples/task_arena/fractal/CMakeLists.txt
/oneTBB/examples/task_group/sudoku/CMakeLists.txt
/oneTBB/examples/test_all/fibonacci/CMakeLists.txt
/oneTBB/include/oneapi/tbb/parallel_for_each.h
/oneTBB/include/oneapi/tbb/version.h
/oneTBB/integration/windows/nuget/inteltbb.devel.win.targets
/oneTBB/src/tbb/CMakeLists.txt
/oneTBB/src/tbb/arena.h
/oneTBB/src/tbb/waiters.h
/oneTBB/src/tbbmalloc/TypeDefinitions.h
/oneTBB/test/CMakeLists.txt
/oneTBB/test/tbb/test_eh_thread.cpp
/oneTBB/test/tbb/test_parallel_for_each.cpp
/oneTBB/test/tbbmalloc/test_malloc_compliance.cpp
6ae3df4c20-Oct-2023 bavirnen <[email protected]>

Use correct OpenMP compile flags for Intel LLVM compiler (#1232)

fd1590c427-Sep-2023 GertyP <[email protected]>

Fix msvc.cmake overwriting user TBB_COMMON_COMPILE_FLAGS values (#1217)

Most other /cmake/compilers/...cmake files preserve any user-supplied
flags. This change brings use of MSVC compile settings

Fix msvc.cmake overwriting user TBB_COMMON_COMPILE_FLAGS values (#1217)

Most other /cmake/compilers/...cmake files preserve any user-supplied
flags. This change brings use of MSVC compile settings in to line with
the documented behaviour of TBB_COMMON_COMPILE_FLAGS in -
https://github.com/oneapi-src/oneTBB/blob/master/cmake/README.md#cmake-files

Signed-off-by: Dan Hawson <[email protected]>

show more ...

2a6bd1e111-Sep-2023 Julien Schueller <[email protected]>

CMake: -z linker flag is not supported on MinGW either (#1193)

Co-authored-by: Ilya Isaev <[email protected]>


/oneTBB/CMakeLists.txt
GNU.cmake
/oneTBB/doc/GSG/next_steps.rst
/oneTBB/doc/index/toctree.rst
/oneTBB/doc/main/intro/limitations.rst
/oneTBB/doc/main/tbb_userguide/Edges.rst
/oneTBB/doc/main/tbb_userguide/Package_Contents_os.rst
/oneTBB/doc/main/tbb_userguide/Working_on_the_Assembly_Line_pipeline.rst
/oneTBB/doc/main/tbb_userguide/title.rst
/oneTBB/examples/migration/recursive_fibonacci/fibonacci.cpp
/oneTBB/examples/migration/recursive_fibonacci/fibonacci_single_task.h
/oneTBB/examples/migration/recursive_fibonacci/fibonacci_two_tasks.h
/oneTBB/examples/migration/recursive_fibonacci/task_emulation_layer.h
/oneTBB/examples/parallel_for/tachyon/src/imageio.cpp
/oneTBB/examples/parallel_for/tachyon/src/imageio.hpp
/oneTBB/examples/parallel_for/tachyon/src/jpeg.cpp
/oneTBB/examples/parallel_for/tachyon/src/ppm.cpp
/oneTBB/examples/parallel_for/tachyon/src/ppm.hpp
/oneTBB/include/oneapi/tbb/concurrent_queue.h
/oneTBB/include/oneapi/tbb/detail/_waitable_atomic.h
/oneTBB/include/oneapi/tbb/parallel_invoke.h
/oneTBB/include/oneapi/tbb/partitioner.h
/oneTBB/include/oneapi/tbb/version.h
/oneTBB/integration/linux/env/vars.sh
/oneTBB/integration/linux/modulefiles/tbb
/oneTBB/integration/linux/modulefiles/tbb32
/oneTBB/integration/linux/oneapi/vars.sh
/oneTBB/integration/windows/env/vars.bat
/oneTBB/integration/windows/oneapi/vars.bat
/oneTBB/src/tbb/CMakeLists.txt
/oneTBB/src/tbb/arena.cpp
/oneTBB/src/tbb/arena.h
/oneTBB/src/tbb/global_control.cpp
/oneTBB/src/tbb/main.cpp
/oneTBB/src/tbb/market.cpp
/oneTBB/src/tbb/market.h
/oneTBB/src/tbb/permit_manager.h
/oneTBB/src/tbb/pm_client.h
/oneTBB/src/tbb/tcm.h
/oneTBB/src/tbb/tcm_adaptor.cpp
/oneTBB/src/tbb/tcm_adaptor.h
/oneTBB/src/tbb/threading_control.cpp
/oneTBB/src/tbb/threading_control.h
/oneTBB/src/tbb/tools_api/ittnotify.h
/oneTBB/src/tbb/tools_api/ittnotify_config.h
/oneTBB/src/tbb/tools_api/ittnotify_static.c
/oneTBB/src/tbb/tools_api/ittnotify_static.h
/oneTBB/src/tbb/tools_api/legacy/ittnotify.h
/oneTBB/src/tbbbind/tbb_bind.cpp
/oneTBB/src/tbbmalloc/Synchronize.h
/oneTBB/src/tbbmalloc/backend.cpp
/oneTBB/src/tbbmalloc/frontend.cpp
/oneTBB/src/tbbmalloc/large_objects.h
/oneTBB/src/tbbmalloc/tbbmalloc.cpp
/oneTBB/src/tbbmalloc/tbbmalloc_internal.h
/oneTBB/test/CMakeLists.txt
/oneTBB/test/common/concurrent_associative_common.h
/oneTBB/test/common/doctest.h
/oneTBB/test/common/utils_concurrency_limit.h
/oneTBB/test/conformance/conformance_concurrent_hash_map.cpp
/oneTBB/test/conformance/conformance_concurrent_queue.cpp
/oneTBB/test/conformance/conformance_concurrent_vector.cpp
/oneTBB/test/tbb/test_async_node.cpp
/oneTBB/test/tbb/test_broadcast_node.cpp
/oneTBB/test/tbb/test_buffer_node.cpp
/oneTBB/test/tbb/test_concurrent_hash_map.cpp
/oneTBB/test/tbb/test_continue_node.cpp
/oneTBB/test/tbb/test_fuzzing.cpp
/oneTBB/test/tbb/test_global_control.cpp
/oneTBB/test/tbb/test_join_node_preview.cpp
/oneTBB/test/tbb/test_task.cpp
/oneTBB/test/tbb/test_task_arena.cpp
/oneTBB/test/tbbmalloc/test_malloc_whitebox.cpp
7cee225111-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]>

539cbb3e27-Jul-2023 Ilya Isaev <[email protected]>

Remove unsupported -z switch while compiling on MacOS (#1150)

Signed-off-by: Isaev, Ilya <[email protected]>


/oneTBB/RELEASE_NOTES.md
Clang.cmake
GNU.cmake
/oneTBB/cmake/resumable_tasks.cmake
/oneTBB/cmake/utils.cmake
/oneTBB/doc/GSG/next_steps.rst
/oneTBB/doc/main/_templates/layout.html
/oneTBB/doc/main/tbb_userguide/std_invoke.rst
/oneTBB/doc/main/tbb_userguide/title.rst
/oneTBB/examples/CMakeLists.txt
/oneTBB/examples/getting_started/README.md
/oneTBB/examples/getting_started/sub_string_finder/README.md
/oneTBB/examples/migration/README.md
/oneTBB/examples/migration/recursive_fibonacci/CMakeLists.txt
/oneTBB/examples/migration/recursive_fibonacci/README.md
/oneTBB/examples/migration/recursive_fibonacci/fibonacci.cpp
/oneTBB/examples/migration/recursive_fibonacci/task_emulation_layer.h
/oneTBB/include/oneapi/tbb/detail/_template_helpers.h
/oneTBB/include/oneapi/tbb/detail/_utils.h
/oneTBB/include/oneapi/tbb/mutex.h
/oneTBB/include/oneapi/tbb/scalable_allocator.h
/oneTBB/include/oneapi/tbb/task_arena.h
/oneTBB/include/oneapi/tbb/task_group.h
/oneTBB/python/CMakeLists.txt
/oneTBB/python/README.md
/oneTBB/python/setup.py
/oneTBB/src/tbb/CMakeLists.txt
/oneTBB/src/tbb/allocator.cpp
/oneTBB/src/tbb/arena.cpp
/oneTBB/src/tbb/arena.h
/oneTBB/src/tbb/arena_slot.h
/oneTBB/src/tbb/cancellation_disseminator.h
/oneTBB/src/tbb/global_control.cpp
/oneTBB/src/tbb/governor.cpp
/oneTBB/src/tbb/governor.h
/oneTBB/src/tbb/main.cpp
/oneTBB/src/tbb/market.cpp
/oneTBB/src/tbb/market.h
/oneTBB/src/tbb/permit_manager.h
/oneTBB/src/tbb/pm_client.h
/oneTBB/src/tbb/rml_tbb.cpp
/oneTBB/src/tbb/scheduler_common.h
/oneTBB/src/tbb/task.cpp
/oneTBB/src/tbb/task_dispatcher.h
/oneTBB/src/tbb/task_group_context.cpp
/oneTBB/src/tbb/thread_control_monitor.h
/oneTBB/src/tbb/thread_data.h
/oneTBB/src/tbb/thread_dispatcher.cpp
/oneTBB/src/tbb/thread_dispatcher.h
/oneTBB/src/tbb/thread_dispatcher_client.h
/oneTBB/src/tbb/thread_request_serializer.cpp
/oneTBB/src/tbb/thread_request_serializer.h
/oneTBB/src/tbb/threading_control.cpp
/oneTBB/src/tbb/threading_control.h
/oneTBB/src/tbb/threading_control_client.h
/oneTBB/src/tbb/tools_api/ittnotify.h
/oneTBB/src/tbb/waiters.h
/oneTBB/src/tbbmalloc/backend.cpp
/oneTBB/src/tbbmalloc/frontend.cpp
/oneTBB/src/tbbmalloc/tbbmalloc.cpp
/oneTBB/test/common/concurrency_tracker.h
/oneTBB/test/common/cpu_usertime.h
/oneTBB/test/conformance/conformance_flowgraph.h
/oneTBB/test/conformance/conformance_global_control.cpp
/oneTBB/test/tbb/test_arena_priorities.cpp
/oneTBB/test/tbb/test_concurrent_queue.cpp
/oneTBB/test/tbb/test_eh_algorithms.cpp
/oneTBB/test/tbb/test_eh_flow_graph.cpp
/oneTBB/test/tbb/test_global_control.cpp
/oneTBB/test/tbb/test_limiter_node.cpp
/oneTBB/test/tbb/test_task.cpp
/oneTBB/test/tbb/test_task_arena.cpp
/oneTBB/test/tbb/test_task_group.cpp
b74f657b05-Jun-2023 Brad Smith <[email protected]>

Use CMAKE_DL_LIBS to properly choose to use libdl or not. (#1120)

Fixes build on *BSD with GCC. Same also done here for Clang..
https://github.com/oneapi-src/oneTBB/commit/dbccbee9f5527e802925852e2

Use CMAKE_DL_LIBS to properly choose to use libdl or not. (#1120)

Fixes build on *BSD with GCC. Same also done here for Clang..
https://github.com/oneapi-src/oneTBB/commit/dbccbee9f5527e802925852e225b1d1584f43a7a

show more ...


/oneTBB/.github/issue_labeler.yml
/oneTBB/.github/workflows/ci.yml
/oneTBB/.github/workflows/issue_labeler.yml
/oneTBB/CMakeLists.txt
/oneTBB/README.md
/oneTBB/SECURITY.md
/oneTBB/SYSTEM_REQUIREMENTS.md
/oneTBB/WASM_Support.md
GNU.cmake
/oneTBB/cmake/config_generation.cmake
/oneTBB/cmake/resumable_tasks.cmake
/oneTBB/cmake/scripts/cmake_gen_github_configs.cmake
/oneTBB/cmake/templates/TBBConfig.cmake.in
/oneTBB/doc/GSG/get_started.rst
/oneTBB/doc/GSG/integrate.rst
/oneTBB/doc/GSG/intro.rst
/oneTBB/doc/GSG/next_steps.rst
/oneTBB/doc/GSG/samples.rst
/oneTBB/doc/conf.py
/oneTBB/doc/index/toctree.rst
/oneTBB/doc/main/reference/task_group_extensions.rst
/oneTBB/doc/main/tbb_userguide/Flow_Graph_Tips.rst
/oneTBB/doc/main/tbb_userguide/Migration_Guide/Task_Scheduler_Init.rst
/oneTBB/doc/main/tbb_userguide/attach_flow_graph_to_arena.rst
/oneTBB/doc/main/tbb_userguide/design_patterns/Lazy_Initialization.rst
/oneTBB/include/oneapi/tbb/concurrent_queue.h
/oneTBB/include/oneapi/tbb/detail/_config.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_body_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_node_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_tagged_buffer_impl.h
/oneTBB/include/oneapi/tbb/detail/_pipeline_filters.h
/oneTBB/include/oneapi/tbb/detail/_pipeline_filters_deduction.h
/oneTBB/include/oneapi/tbb/detail/_utils.h
/oneTBB/include/oneapi/tbb/flow_graph.h
/oneTBB/include/oneapi/tbb/parallel_for.h
/oneTBB/include/oneapi/tbb/parallel_for_each.h
/oneTBB/include/oneapi/tbb/parallel_reduce.h
/oneTBB/include/oneapi/tbb/parallel_scan.h
/oneTBB/integration/pkg-config/tbb.pc.in
/oneTBB/src/tbb/CMakeLists.txt
/oneTBB/src/tbb/dynamic_link.cpp
/oneTBB/src/tbb/tbb.rc
/oneTBB/src/tbbbind/CMakeLists.txt
/oneTBB/src/tbbbind/tbb_bind.rc
/oneTBB/src/tbbmalloc/tbbmalloc.rc
/oneTBB/src/tbbmalloc_proxy/tbbmalloc_proxy.rc
/oneTBB/test/common/test_invoke.h
/oneTBB/test/conformance/conformance_async_node.cpp
/oneTBB/test/conformance/conformance_concurrent_queue.cpp
/oneTBB/test/conformance/conformance_function_node.cpp
/oneTBB/test/conformance/conformance_join_node.cpp
/oneTBB/test/conformance/conformance_multifunction_node.cpp
/oneTBB/test/conformance/conformance_parallel_for.cpp
/oneTBB/test/conformance/conformance_parallel_for_each.cpp
/oneTBB/test/conformance/conformance_parallel_pipeline.cpp
/oneTBB/test/conformance/conformance_parallel_reduce.cpp
/oneTBB/test/conformance/conformance_parallel_scan.cpp
/oneTBB/test/conformance/conformance_sequencer_node.cpp
/oneTBB/test/tbb/test_task.cpp
84bf9d4527-Apr-2023 JhaShweta1 <[email protected]>

Update Doctest to newer version (#999)

Co-authored-by: pavelkumbrasev <[email protected]>

2110128e30-Mar-2023 sarathnandu <[email protected]>

Introduce new SDL compile flags on Windows and fix warnings. (#1035)

* Add Windows compiler flags related to security and fix TBB Malloc Warnings.
---------

Signed-off-by: sarathnandu <sarath.na

Introduce new SDL compile flags on Windows and fix warnings. (#1035)

* Add Windows compiler flags related to security and fix TBB Malloc Warnings.
---------

Signed-off-by: sarathnandu <[email protected]>
Co-authored-by: Pavel Kumbrasev <[email protected]>

show more ...

f91f55f214-Mar-2023 sarathnandu <[email protected]>

Fix test build failure in Mips for debug mode. (#1042)

* Removed the "-fPIC -shared" flag added by cmake by default.

Signed-off-by: sarathnandu <[email protected]>

e2dca80713-Feb-2023 sarathnandu <[email protected]>

Add Compiler defense flags to Clang and Gnu cmake files (#1022)

* Add flags to prevent compiler from optimizing out security checks

3b16143816-Jan-2023 sarathnandu <[email protected]>

Prevent compiler from optimizing out security checks (#1007)

Add flags to prevent compiler from optimizing out security checks


/oneTBB/.bazelversion
/oneTBB/BUILD.bazel
/oneTBB/Bazel.md
/oneTBB/CMakeLists.txt
/oneTBB/INSTALL.md
/oneTBB/README.md
/oneTBB/RELEASE_NOTES.md
/oneTBB/SYSTEM_REQUIREMENTS.md
GNU.cmake
/oneTBB/cmake/sanitize.cmake
/oneTBB/doc/main/intro/testing_approach.rst
/oneTBB/doc/main/reference/reference.rst
/oneTBB/doc/main/tbb_userguide/Flow-Graph-exception-tips.rst
/oneTBB/doc/main/tbb_userguide/Flow-Graph-waiting-tips.rst
/oneTBB/doc/main/tbb_userguide/Guiding_Task_Scheduler_Execution.rst
/oneTBB/doc/main/tbb_userguide/Memory_Allocation.rst
/oneTBB/doc/main/tbb_userguide/Migration_Guide/Task_API.rst
/oneTBB/doc/main/tbb_userguide/Working_on_the_Assembly_Line_pipeline.rst
/oneTBB/doc/main/tbb_userguide/automatically-replacing-malloc.rst
/oneTBB/doc/main/tbb_userguide/snippets/flow_graph_examples.cpp
/oneTBB/examples/README.md
/oneTBB/include/oneapi/tbb/concurrent_hash_map.h
/oneTBB/include/oneapi/tbb/concurrent_lru_cache.h
/oneTBB/include/oneapi/tbb/concurrent_queue.h
/oneTBB/include/oneapi/tbb/concurrent_unordered_map.h
/oneTBB/include/oneapi/tbb/concurrent_unordered_set.h
/oneTBB/include/oneapi/tbb/concurrent_vector.h
/oneTBB/include/oneapi/tbb/detail/_aggregator.h
/oneTBB/include/oneapi/tbb/detail/_concurrent_queue_base.h
/oneTBB/include/oneapi/tbb/detail/_concurrent_skip_list.h
/oneTBB/include/oneapi/tbb/detail/_concurrent_unordered_base.h
/oneTBB/include/oneapi/tbb/detail/_config.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_join_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_node_impl.h
/oneTBB/include/oneapi/tbb/detail/_segment_table.h
/oneTBB/include/oneapi/tbb/flow_graph.h
/oneTBB/include/oneapi/tbb/info.h
/oneTBB/include/oneapi/tbb/parallel_for.h
/oneTBB/include/oneapi/tbb/parallel_for_each.h
/oneTBB/include/oneapi/tbb/parallel_reduce.h
/oneTBB/include/oneapi/tbb/partitioner.h
/oneTBB/include/oneapi/tbb/task_arena.h
/oneTBB/include/oneapi/tbb/version.h
/oneTBB/python/rml/ipc_server.cpp
/oneTBB/src/tbb/CMakeLists.txt
/oneTBB/src/tbb/arena.cpp
/oneTBB/src/tbb/arena_slot.h
/oneTBB/src/tbb/itt_notify.h
/oneTBB/src/tbb/main.cpp
/oneTBB/src/tbb/rml_thread_monitor.h
/oneTBB/src/tbb/semaphore.h
/oneTBB/src/tbb/task_stream.h
/oneTBB/src/tbb/tbb.rc
/oneTBB/src/tbb/tools_api/disable_warnings.h
/oneTBB/src/tbb/tools_api/ittnotify.h
/oneTBB/src/tbb/tools_api/ittnotify_config.h
/oneTBB/src/tbb/tools_api/ittnotify_static.c
/oneTBB/src/tbb/tools_api/ittnotify_static.h
/oneTBB/src/tbb/tools_api/ittnotify_types.h
/oneTBB/src/tbb/tools_api/legacy/ittnotify.h
/oneTBB/src/tbbbind/CMakeLists.txt
/oneTBB/src/tbbbind/tbb_bind.rc
/oneTBB/src/tbbmalloc/CMakeLists.txt
/oneTBB/src/tbbmalloc/Customize.h
/oneTBB/src/tbbmalloc/frontend.cpp
/oneTBB/src/tbbmalloc/tbbmalloc.rc
/oneTBB/src/tbbmalloc_proxy/CMakeLists.txt
/oneTBB/src/tbbmalloc_proxy/tbbmalloc_proxy.rc
/oneTBB/test/CMakeLists.txt
/oneTBB/test/common/common_arena_constraints.h
/oneTBB/test/common/concurrent_lru_cache_common.h
/oneTBB/test/common/doctest.h
/oneTBB/test/common/parallel_for_each_common.h
/oneTBB/test/common/utils.h
/oneTBB/test/conformance/conformance_arena_constraints.cpp
/oneTBB/test/conformance/conformance_flowgraph.h
/oneTBB/test/conformance/conformance_join_node.cpp
/oneTBB/test/tbb/test_arena_constraints.cpp
/oneTBB/test/tbb/test_collaborative_call_once.cpp
/oneTBB/test/tbb/test_concurrent_lru_cache.cpp
/oneTBB/test/tbb/test_concurrent_queue_whitebox.cpp
/oneTBB/test/tbb/test_eh_flow_graph.cpp
/oneTBB/test/tbb/test_eh_thread.cpp
/oneTBB/test/tbb/test_indexer_node.cpp
/oneTBB/test/tbb/test_join_node.h
/oneTBB/test/tbb/test_limiter_node.cpp
/oneTBB/test/tbb/test_numa_dist.cpp
/oneTBB/test/tbb/test_parallel_sort.cpp
/oneTBB/test/tbb/test_partitioner.cpp
/oneTBB/test/tbbmalloc/test_malloc_overload.cpp
/oneTBB/third-party-programs.txt
3c91aea527-Sep-2022 Vladislav Shchapov <[email protected]>

Fix universal binary build on macos. (#919)

Signed-off-by: Vladislav Shchapov <[email protected]>


/oneTBB/.bazelversion
/oneTBB/.github/pull_request_template.md
/oneTBB/.github/workflows/ci.yml
/oneTBB/BUILD.bazel
/oneTBB/CMakeLists.txt
/oneTBB/CONTRIBUTING.md
/oneTBB/INSTALL.md
/oneTBB/README.md
/oneTBB/RELEASE_NOTES.md
/oneTBB/cmake/README.md
AppleClang.cmake
/oneTBB/cmake/utils.cmake
/oneTBB/doc/GSG/Images/how-oneTBB-works.png
/oneTBB/doc/GSG/examples.rst
/oneTBB/doc/GSG/installation.rst
/oneTBB/doc/GSG/intro_gsg.rst
/oneTBB/doc/Makefile
/oneTBB/doc/README.md
/oneTBB/doc/conf.py
/oneTBB/doc/index/index_intro.rst
/oneTBB/doc/index/toctree.rst
/oneTBB/doc/main/_templates/layout.html
/oneTBB/doc/main/intro/testing_approach.rst
/oneTBB/doc/main/reference/reference.rst
/oneTBB/doc/main/reference/task_group_extensions.rst
/oneTBB/doc/main/tbb_userguide/Advanced_Topic_Other_Kinds_of_Iteration_Spaces.rst
/oneTBB/doc/main/tbb_userguide/Flow_Graph_resource_tips.rst
/oneTBB/doc/main/tbb_userguide/How_Task_Scheduler_Works.rst
/oneTBB/doc/main/tbb_userguide/Migration_Guide/Task_API.rst
/oneTBB/doc/main/tbb_userguide/Task_Scheduler_Bypass.rst
/oneTBB/doc/main/tbb_userguide/The_Task_Scheduler.rst
/oneTBB/doc/main/tbb_userguide/attach_flow_graph_to_arena.rst
/oneTBB/doc/main/tbb_userguide/design_patterns/Design_Patterns.rst
/oneTBB/doc/main/tbb_userguide/design_patterns/Images/image008a.jpg
/oneTBB/doc/main/tbb_userguide/design_patterns/Images/image009a.jpg
/oneTBB/doc/main/tbb_userguide/design_patterns/Lazy_Initialization.rst
/oneTBB/doc/main/tbb_userguide/snippets/flow_graph_examples.cpp
/oneTBB/doc/make.bat
/oneTBB/examples/common/gui/convideo.cpp
/oneTBB/examples/common/gui/d2dvideo.cpp
/oneTBB/examples/common/gui/gdivideo.cpp
/oneTBB/examples/common/gui/macvideo.cpp
/oneTBB/examples/common/gui/winvideo.hpp
/oneTBB/examples/common/gui/xvideo.cpp
/oneTBB/examples/parallel_for/game_of_life/Game_of_life.cpp
/oneTBB/examples/parallel_for/polygon_overlay/polymain.cpp
/oneTBB/examples/parallel_for/polygon_overlay/polymain.hpp
/oneTBB/examples/parallel_for/polygon_overlay/pover_video.hpp
/oneTBB/examples/parallel_for/tachyon/src/main.cpp
/oneTBB/examples/parallel_for/tachyon/src/render.cpp
/oneTBB/examples/task_arena/fractal/fractal_video.hpp
/oneTBB/examples/test_all/fibonacci/fibonacci.cpp
/oneTBB/include/oneapi/tbb/cache_aligned_allocator.h
/oneTBB/include/oneapi/tbb/concurrent_hash_map.h
/oneTBB/include/oneapi/tbb/concurrent_priority_queue.h
/oneTBB/include/oneapi/tbb/concurrent_queue.h
/oneTBB/include/oneapi/tbb/concurrent_vector.h
/oneTBB/include/oneapi/tbb/detail/_aggregator.h
/oneTBB/include/oneapi/tbb/detail/_assert.h
/oneTBB/include/oneapi/tbb/detail/_concurrent_queue_base.h
/oneTBB/include/oneapi/tbb/detail/_config.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_body_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_cache_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_item_buffer_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_join_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_node_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_tagged_buffer_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_trace_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_types_impl.h
/oneTBB/include/oneapi/tbb/detail/_machine.h
/oneTBB/include/oneapi/tbb/detail/_pipeline_filters.h
/oneTBB/include/oneapi/tbb/detail/_scoped_lock.h
/oneTBB/include/oneapi/tbb/detail/_task.h
/oneTBB/include/oneapi/tbb/enumerable_thread_specific.h
/oneTBB/include/oneapi/tbb/flow_graph.h
/oneTBB/include/oneapi/tbb/memory_pool.h
/oneTBB/include/oneapi/tbb/parallel_reduce.h
/oneTBB/include/oneapi/tbb/partitioner.h
/oneTBB/include/oneapi/tbb/profiling.h
/oneTBB/include/oneapi/tbb/queuing_mutex.h
/oneTBB/include/oneapi/tbb/queuing_rw_mutex.h
/oneTBB/include/oneapi/tbb/task_arena.h
/oneTBB/include/oneapi/tbb/task_group.h
/oneTBB/include/oneapi/tbb/version.h
/oneTBB/python/rml/ipc_server.cpp
/oneTBB/python/tbb/test.py
/oneTBB/src/tbb/allocator.cpp
/oneTBB/src/tbb/arena.cpp
/oneTBB/src/tbb/arena.h
/oneTBB/src/tbb/arena_slot.h
/oneTBB/src/tbb/co_context.h
/oneTBB/src/tbb/dynamic_link.cpp
/oneTBB/src/tbb/dynamic_link.h
/oneTBB/src/tbb/environment.h
/oneTBB/src/tbb/exception.cpp
/oneTBB/src/tbb/global_control.cpp
/oneTBB/src/tbb/governor.cpp
/oneTBB/src/tbb/governor.h
/oneTBB/src/tbb/itt_notify.cpp
/oneTBB/src/tbb/main.cpp
/oneTBB/src/tbb/market.cpp
/oneTBB/src/tbb/market.h
/oneTBB/src/tbb/misc.h
/oneTBB/src/tbb/misc_ex.cpp
/oneTBB/src/tbb/observer_proxy.cpp
/oneTBB/src/tbb/observer_proxy.h
/oneTBB/src/tbb/parallel_pipeline.cpp
/oneTBB/src/tbb/private_server.cpp
/oneTBB/src/tbb/profiling.cpp
/oneTBB/src/tbb/queuing_rw_mutex.cpp
/oneTBB/src/tbb/rml_tbb.cpp
/oneTBB/src/tbb/rml_thread_monitor.h
/oneTBB/src/tbb/rtm_mutex.cpp
/oneTBB/src/tbb/rtm_rw_mutex.cpp
/oneTBB/src/tbb/scheduler_common.h
/oneTBB/src/tbb/semaphore.cpp
/oneTBB/src/tbb/semaphore.h
/oneTBB/src/tbb/task.cpp
/oneTBB/src/tbb/task_dispatcher.cpp
/oneTBB/src/tbb/task_dispatcher.h
/oneTBB/src/tbb/task_group_context.cpp
/oneTBB/src/tbb/task_stream.h
/oneTBB/src/tbb/thread_data.h
/oneTBB/src/tbb/tls.h
/oneTBB/src/tbb/tools_api/ittnotify_config.h
/oneTBB/src/tbbmalloc/MapMemory.h
/oneTBB/src/tbbmalloc/Statistics.h
/oneTBB/src/tbbmalloc/backend.cpp
/oneTBB/src/tbbmalloc/backref.cpp
/oneTBB/src/tbbmalloc/frontend.cpp
/oneTBB/src/tbbmalloc/large_objects.cpp
/oneTBB/src/tbbmalloc/tbbmalloc.cpp
/oneTBB/src/tbbmalloc/tbbmalloc_internal.h
/oneTBB/src/tbbmalloc_proxy/function_replacement.cpp
/oneTBB/src/tbbmalloc_proxy/function_replacement.h
/oneTBB/src/tbbmalloc_proxy/proxy.cpp
/oneTBB/src/tbbmalloc_proxy/proxy_overload_osx.h
/oneTBB/test/CMakeLists.txt
/oneTBB/test/common/allocator_test_common.h
/oneTBB/test/common/concurrency_tracker.h
/oneTBB/test/common/exception_handling.h
/oneTBB/test/common/graph_utils.h
/oneTBB/test/common/memory_usage.h
/oneTBB/test/common/tls_limit.h
/oneTBB/test/common/utils_assert.h
/oneTBB/test/common/utils_concurrency_limit.h
/oneTBB/test/common/utils_env.h
/oneTBB/test/common/utils_report.h
/oneTBB/test/conformance/conformance_blocked_range.cpp
/oneTBB/test/conformance/conformance_blocked_range2d.cpp
/oneTBB/test/conformance/conformance_blocked_range3d.cpp
/oneTBB/test/conformance/conformance_concurrent_queue.cpp
/oneTBB/test/conformance/conformance_concurrent_vector.cpp
/oneTBB/test/conformance/conformance_mutex.h
/oneTBB/test/tbb/test_allocators.cpp
/oneTBB/test/tbb/test_collaborative_call_once.cpp
/oneTBB/test/tbb/test_concurrent_hash_map.cpp
/oneTBB/test/tbb/test_concurrent_queue.cpp
/oneTBB/test/tbb/test_eh_algorithms.cpp
/oneTBB/test/tbb/test_eh_thread.cpp
/oneTBB/test/tbb/test_indexer_node.cpp
/oneTBB/test/tbb/test_input_node.cpp
/oneTBB/test/tbb/test_join_node.cpp
/oneTBB/test/tbb/test_join_node.h
/oneTBB/test/tbb/test_numa_dist.cpp
/oneTBB/test/tbb/test_overwrite_node.cpp
/oneTBB/test/tbb/test_parallel_for.cpp
/oneTBB/test/tbb/test_parallel_pipeline.cpp
/oneTBB/test/tbb/test_parallel_reduce.cpp
/oneTBB/test/tbb/test_parallel_scan.cpp
/oneTBB/test/tbb/test_partitioner.cpp
/oneTBB/test/tbb/test_partitioner.h
/oneTBB/test/tbb/test_resumable_tasks.cpp
/oneTBB/test/tbb/test_scheduler_mix.cpp
/oneTBB/test/tbb/test_semaphore.cpp
/oneTBB/test/tbb/test_split_node.cpp
/oneTBB/test/tbb/test_tagged_msg.cpp
/oneTBB/test/tbb/test_task.cpp
/oneTBB/test/tbb/test_task_arena.cpp
/oneTBB/test/tbb/test_task_group.cpp
/oneTBB/test/tbb/test_tbb_fork.cpp
/oneTBB/test/tbb/test_tbb_header_secondary.cpp
/oneTBB/test/tbbmalloc/test_malloc_atexit.cpp
/oneTBB/test/tbbmalloc/test_malloc_compliance.cpp
/oneTBB/test/tbbmalloc/test_malloc_lib_unload.cpp
/oneTBB/test/tbbmalloc/test_malloc_new_handler.cpp
/oneTBB/test/tbbmalloc/test_malloc_overload.cpp
/oneTBB/test/tbbmalloc/test_malloc_overload_disable.cpp
/oneTBB/test/tbbmalloc/test_malloc_pools.cpp
/oneTBB/test/tbbmalloc/test_malloc_shutdown_hang.cpp
/oneTBB/test/tbbmalloc/test_malloc_used_by_lib.cpp
/oneTBB/test/tbbmalloc/test_malloc_whitebox.cpp
/oneTBB/test/tbbmalloc/test_scalable_allocator.cpp
e0cc518724-Jan-2022 Ilya Isaev <[email protected]>

Split tbb::flow::join_node testing into separate test files (#741)

In order to reduce GOT size on MIPS that leads to linkage errors (relocation truncated to fit: R_MIPS_GOT_PAGE) in debug, tbb::flow

Split tbb::flow::join_node testing into separate test files (#741)

In order to reduce GOT size on MIPS that leads to linkage errors (relocation truncated to fit: R_MIPS_GOT_PAGE) in debug, tbb::flow::join_node testing was split into separate files.

Signed-off-by: Ilya Isaev <[email protected]>

show more ...


/oneTBB/.github/workflows/ci.yml
/oneTBB/INSTALL.md
/oneTBB/README.md
/oneTBB/RELEASE_NOTES.md
/oneTBB/cmake/README.md
GNU.cmake
/oneTBB/cmake/post_install/CMakeLists.txt
/oneTBB/cmake/sanitize.cmake
/oneTBB/cmake/suppressions/tsan.suppressions
/oneTBB/doc/GSG/before_beginning_and_example.rst
/oneTBB/doc/GSG/get_started.rst
/oneTBB/doc/GSG/intro_gsg.rst
/oneTBB/doc/GSG/system_requirements.rst
/oneTBB/doc/_static/custom.js
/oneTBB/doc/_static/favicons.png
/oneTBB/doc/_static/oneAPI-rgb-rev-100.png
/oneTBB/doc/_static/theme_overrides.css
/oneTBB/doc/conf.py
/oneTBB/doc/index.rst
/oneTBB/doc/index/index_intro.rst
/oneTBB/doc/index/toctree.rst
/oneTBB/doc/index/useful_topics.rst
/oneTBB/doc/main/intro/help_support.rst
/oneTBB/doc/main/intro/intro_os.rst
/oneTBB/doc/main/intro/introducing_main_os.rst
/oneTBB/doc/main/reference/reference.rst
/oneTBB/doc/main/tbb_userguide/Bandwidth_and_Cache_Affinity_os.rst
/oneTBB/doc/main/tbb_userguide/Controlling_Chunking_os.rst
/oneTBB/doc/main/tbb_userguide/Migration_Guide/Task_Scheduler_Init.rst
/oneTBB/doc/main/tbb_userguide/Parallelizing_Simple_Loops_os.rst
/oneTBB/doc/main/tbb_userguide/Parallelizing_Simple_Loops_toctree.rst
/oneTBB/doc/main/tbb_userguide/parallel_for_os.rst
/oneTBB/doc/main/tbb_userguide/parallel_for_toctree.rst
/oneTBB/doc/main/tbb_userguide/title.rst
/oneTBB/include/oneapi/tbb.h
/oneTBB/include/oneapi/tbb/collaborative_call_once.h
/oneTBB/include/oneapi/tbb/concurrent_hash_map.h
/oneTBB/include/oneapi/tbb/concurrent_map.h
/oneTBB/include/oneapi/tbb/concurrent_set.h
/oneTBB/include/oneapi/tbb/concurrent_unordered_map.h
/oneTBB/include/oneapi/tbb/concurrent_unordered_set.h
/oneTBB/include/oneapi/tbb/concurrent_vector.h
/oneTBB/include/oneapi/tbb/detail/_attach.h
/oneTBB/include/oneapi/tbb/detail/_concurrent_skip_list.h
/oneTBB/include/oneapi/tbb/detail/_concurrent_unordered_base.h
/oneTBB/include/oneapi/tbb/detail/_config.h
/oneTBB/include/oneapi/tbb/detail/_exception.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_body_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_node_impl.h
/oneTBB/include/oneapi/tbb/detail/_machine.h
/oneTBB/include/oneapi/tbb/detail/_range_common.h
/oneTBB/include/oneapi/tbb/detail/_segment_table.h
/oneTBB/include/oneapi/tbb/detail/_task_handle.h
/oneTBB/include/oneapi/tbb/flow_graph.h
/oneTBB/include/oneapi/tbb/global_control.h
/oneTBB/include/oneapi/tbb/mutex.h
/oneTBB/include/oneapi/tbb/parallel_sort.h
/oneTBB/include/oneapi/tbb/rw_mutex.h
/oneTBB/include/oneapi/tbb/task_arena.h
/oneTBB/include/oneapi/tbb/task_group.h
/oneTBB/python/tbb/__init__.py
/oneTBB/src/tbb/CMakeLists.txt
/oneTBB/src/tbb/allocator.cpp
/oneTBB/src/tbb/arena.h
/oneTBB/src/tbb/concurrent_monitor.h
/oneTBB/src/tbb/dynamic_link.cpp
/oneTBB/src/tbb/exception.cpp
/oneTBB/src/tbb/global_control.cpp
/oneTBB/src/tbb/governor.cpp
/oneTBB/src/tbb/market.cpp
/oneTBB/src/tbb/market.h
/oneTBB/src/tbb/misc.h
/oneTBB/src/tbb/scheduler_common.h
/oneTBB/src/tbb/task_dispatcher.h
/oneTBB/src/tbb/task_group_context.cpp
/oneTBB/src/tbbbind/CMakeLists.txt
/oneTBB/test/CMakeLists.txt
/oneTBB/test/common/concepts_common.h
/oneTBB/test/common/concurrent_associative_common.h
/oneTBB/test/common/config.h
/oneTBB/test/common/doctest.h
/oneTBB/test/common/dummy_body.h
/oneTBB/test/common/graph_utils.h
/oneTBB/test/common/initializer_list_support.h
/oneTBB/test/common/test_join_node_multiple_predecessors.h
/oneTBB/test/common/utils_concurrency_limit.h
/oneTBB/test/conformance/conformance_collaborative_call_once.cpp
/oneTBB/test/conformance/conformance_combinable.cpp
/oneTBB/test/conformance/conformance_concurrent_hash_map.cpp
/oneTBB/test/conformance/conformance_enumerable_thread_specific.cpp
/oneTBB/test/conformance/conformance_global_control.cpp
/oneTBB/test/conformance/conformance_mutex.cpp
/oneTBB/test/conformance/conformance_task_arena.cpp
/oneTBB/test/conformance/conformance_task_group.cpp
/oneTBB/test/conformance/conformance_task_group_context.cpp
/oneTBB/test/tbb/test_collaborative_call_once.cpp
/oneTBB/test/tbb/test_concurrent_hash_map.cpp
/oneTBB/test/tbb/test_concurrent_monitor.cpp
/oneTBB/test/tbb/test_concurrent_queue_whitebox.cpp
/oneTBB/test/tbb/test_concurrent_vector.cpp
/oneTBB/test/tbb/test_eh_flow_graph.cpp
/oneTBB/test/tbb/test_eh_thread.cpp
/oneTBB/test/tbb/test_enumerable_thread_specific.cpp
/oneTBB/test/tbb/test_flow_graph_priorities.cpp
/oneTBB/test/tbb/test_global_control.cpp
/oneTBB/test/tbb/test_join_node.cpp
/oneTBB/test/tbb/test_join_node.h
/oneTBB/test/tbb/test_join_node_key_matching.cpp
/oneTBB/test/tbb/test_join_node_msg_key_matching.cpp
/oneTBB/test/tbb/test_join_node_msg_key_matching_n_args.cpp
/oneTBB/test/tbb/test_join_node_preview.cpp
/oneTBB/test/tbb/test_limiter_node.cpp
/oneTBB/test/tbb/test_mutex.cpp
/oneTBB/test/tbb/test_parallel_for_each.cpp
/oneTBB/test/tbb/test_parallel_sort.cpp
/oneTBB/test/tbb/test_scheduler_mix.cpp
/oneTBB/test/tbb/test_task.cpp
/oneTBB/test/tbb/test_task_arena.cpp
/oneTBB/test/tbb/test_task_group.cpp
/oneTBB/test/tbb/test_tbb_fork.cpp
/oneTBB/test/tbb/test_tbb_header.cpp
252ee0d317-Nov-2021 Sergey Zheltov <[email protected]>

CMake: fix warning 'LNK4044: unrecognized option /openmp' (#661)

Signed-off-by: Zheltov, Sergey1 <[email protected]>

ce47617309-Nov-2021 Julien Schueller <[email protected]>

Fix build with MinGW (#618)

Signed-off-by: Julien Schueller <schueller at phimeca dot com>

c8211a2109-Nov-2021 Ilya Isaev <[email protected]>

Fix code coverage on macOS (#643)

Changed macro logic to let bool governor::wait_package_enabled() be called on macOS

Signed-off-by: Ilya Isaev <[email protected]>

6feeba8027-Oct-2021 Ivan Kochin <[email protected]>

Use native CMake way to detect the IPO support (#608)

* Use native CMake way to detect the IPO support

Signed-off-by: Kochin Ivan <[email protected]>


/oneTBB/.bazelrc
/oneTBB/.bazelversion
/oneTBB/.github/workflows/ci.yml
/oneTBB/BUILD.bazel
/oneTBB/Bazel.md
/oneTBB/CMakeLists.txt
/oneTBB/WORKSPACE.bazel
/oneTBB/cmake/README.md
Clang.cmake
GNU.cmake
MSVC.cmake
/oneTBB/cmake/utils.cmake
/oneTBB/examples/common/gui/CMakeLists.txt
/oneTBB/examples/common/gui/convideo.cpp
/oneTBB/examples/common/gui/d2dvideo.cpp
/oneTBB/examples/common/gui/gdivideo.cpp
/oneTBB/examples/common/gui/macvideo.cpp
/oneTBB/examples/parallel_for/game_of_life/Evolution.cpp
/oneTBB/examples/parallel_for/game_of_life/Evolution.hpp
/oneTBB/examples/task_group/sudoku/sudoku.cpp
/oneTBB/include/oneapi/tbb/detail/_flow_graph_node_impl.h
/oneTBB/include/oneapi/tbb/detail/_flow_graph_tagged_buffer_impl.h
/oneTBB/include/oneapi/tbb/detail/_scoped_lock.h
/oneTBB/include/oneapi/tbb/detail/_task_handle.h
/oneTBB/include/oneapi/tbb/global_control.h
/oneTBB/include/oneapi/tbb/info.h
/oneTBB/include/oneapi/tbb/partitioner.h
/oneTBB/include/oneapi/tbb/version.h
/oneTBB/integration/windows/env/vars.bat
/oneTBB/integration/windows/nuget/inteltbb.devel.win.targets
/oneTBB/src/tbb/CMakeLists.txt
/oneTBB/src/tbb/arena.cpp
/oneTBB/src/tbb/concurrent_monitor.h
/oneTBB/src/tbb/global_control.cpp
/oneTBB/src/tbb/mailbox.h
/oneTBB/src/tbb/market.h
/oneTBB/src/tbb/market_concurrent_monitor.h
/oneTBB/src/tbb/misc_ex.cpp
/oneTBB/src/tbb/parallel_pipeline.cpp
/oneTBB/src/tbb/private_server.cpp
/oneTBB/src/tbb/rml_thread_monitor.h
/oneTBB/src/tbb/rtm_mutex.cpp
/oneTBB/src/tbb/rtm_rw_mutex.cpp
/oneTBB/src/tbb/thread_data.h
/oneTBB/src/tbbbind/CMakeLists.txt
/oneTBB/src/tbbbind/def/win32-tbbbind.def
/oneTBB/src/tbbbind/def/win64-tbbbind.def
/oneTBB/src/tbbmalloc/CMakeLists.txt
/oneTBB/src/tbbmalloc/backref.cpp
/oneTBB/src/tbbmalloc/frontend.cpp
/oneTBB/test/common/graph_utils.h
/oneTBB/test/common/utils_report.h
c4a42feb14-Oct-2021 Ganael Laplanche <[email protected]>

Fix FreeBSD/amd64 build on 13-STABLE and 14-CURRENT (clang >= 12.0.1) (#614)

Fix build on FreeBSD/amd64 with clang >= 12 or gcc >= 11

ef970eb008-Oct-2021 Ilya Isaev <[email protected]>

Detect 32 bit x86 systems while adding -mwaitpkg option (#609)

Signed-off-by: Ilya Isaev <[email protected]>

b61fd08107-Oct-2021 Sergey Zheltov <[email protected]>

CMake: disable build of tbbmalloc_proxy on Windows ARM64 (#604)

Signed-off-by: Zheltov, Sergey1 <[email protected]>

43169c2416-Sep-2021 Sergey Zheltov <[email protected]>

CMake: fix compile options for Windows ARM64 (#579)

Signed-off-by: Zheltov, Sergey1 <[email protected]>


/oneTBB/.github/pull_request_template.md
/oneTBB/CONTRIBUTING.md
/oneTBB/README.md
MSVC.cmake
/oneTBB/doc/GSG/index.rst
/oneTBB/doc/main/_static/custom.js
/oneTBB/doc/main/_templates/layout.html
/oneTBB/doc/main/conf.py
/oneTBB/doc/main/index.rst
/oneTBB/doc/main/reference/blocking_terminate.rst
/oneTBB/doc/main/tbb_userguide/Migration_Guide/Task_API.rst
/oneTBB/include/oneapi/tbb/task_arena.h
/oneTBB/include/oneapi/tbb/task_group.h
/oneTBB/include/oneapi/tbb/version.h
/oneTBB/src/tbb/arena.h
/oneTBB/src/tbb/governor.cpp
/oneTBB/src/tbb/market.cpp
/oneTBB/src/tbb/market.h
/oneTBB/src/tbb/queuing_rw_mutex.cpp
/oneTBB/src/tbb/task_dispatcher.cpp
/oneTBB/src/tbb/tls.h
/oneTBB/test/conformance/conformance_async_node.cpp
/oneTBB/test/conformance/conformance_broadcast_node.cpp
/oneTBB/test/conformance/conformance_buffer_node.cpp
/oneTBB/test/conformance/conformance_composite_node.cpp
/oneTBB/test/conformance/conformance_continue_node.cpp
/oneTBB/test/conformance/conformance_flowgraph.h
/oneTBB/test/conformance/conformance_function_node.cpp
/oneTBB/test/conformance/conformance_graph.cpp
/oneTBB/test/conformance/conformance_indexer_node.cpp
/oneTBB/test/conformance/conformance_input_node.cpp
/oneTBB/test/conformance/conformance_join_node.cpp
/oneTBB/test/conformance/conformance_limiter_node.cpp
/oneTBB/test/conformance/conformance_multifunction_node.cpp
/oneTBB/test/conformance/conformance_mutex.cpp
/oneTBB/test/conformance/conformance_overwrite_node.cpp
/oneTBB/test/conformance/conformance_priority_queue_node.cpp
/oneTBB/test/conformance/conformance_queue_node.cpp
/oneTBB/test/conformance/conformance_sequencer_node.cpp
/oneTBB/test/conformance/conformance_split_node.cpp
/oneTBB/test/conformance/conformance_task_arena.cpp
/oneTBB/test/conformance/conformance_write_once_node.cpp
/oneTBB/test/tbb/test_arena_constraints.cpp
/oneTBB/test/tbb/test_composite_node.cpp
/oneTBB/test/tbb/test_continue_node.cpp
/oneTBB/test/tbb/test_function_node.cpp
/oneTBB/test/tbb/test_global_control.cpp
/oneTBB/test/tbb/test_input_node.cpp
/oneTBB/test/tbb/test_join_node.cpp
/oneTBB/test/tbb/test_limiter_node.cpp
/oneTBB/test/tbb/test_mutex.cpp
/oneTBB/test/tbb/test_resumable_tasks.cpp
/oneTBB/test/tbb/test_task_arena.cpp
/oneTBB/test/tbb/test_task_group.cpp
1167f54b11-Aug-2021 Sergey Zheltov <[email protected]>

CMake: suppress alignment warning for ARM64-MSVC (#532)

Signed-off-by: Zheltov, Sergey1 <[email protected]>

a070e5f229-Jul-2021 Ilya Mishin <[email protected]>

Fix optimization flag on icx Windows Release build (#513)

Signed-off-by: Mishin, Ilya <[email protected]>

12