.Rbuildignore
.gitattributes
.github/.gitignore
.github/workflows/R-CMD-check.yaml
.gitignore
DESCRIPTION
NAMESPACE
NEWS.md
R/RcppParallel-package.R
R/aaa.R
R/flags.R
R/options.R
R/platform.R
R/plugin.R
R/skeleton.R
R/tbb-autodetected.R.in
R/tbb.R
R/utils.R
R/zzz.R
README.md
RcppParallel.Rproj
cleanup
cleanup.win
configure
configure.win
doc/rtools_tbb_notes.md
inst/.gitignore
inst/include/.gitignore
inst/include/RcppParallel.h
inst/include/RcppParallel/Backend.h
inst/include/RcppParallel/Common.h
inst/include/RcppParallel/RMatrix.h
inst/include/RcppParallel/RVector.h
inst/include/RcppParallel/TBB.h
inst/include/RcppParallel/Timer.h
inst/include/RcppParallel/TinyThread.h
inst/include/tthread/fast_mutex.h
inst/include/tthread/tinythread.h
inst/include/tthread/tinythread.inl
inst/presentations/.gitignore
inst/presentations/header.tex
inst/presentations/images/big-data-big-machine-tweet.png
inst/presentations/rcpp_parallel_talk_jan2015.Rmd
inst/rstudio/templates/project/RcppParallel.package.skeleton.dcf
inst/skeleton/vector-sum.Rd
inst/skeleton/vector-sum.cpp
inst/tests/cpp/distance.cpp
inst/tests/cpp/innerproduct.cpp
inst/tests/cpp/sum.cpp
inst/tests/cpp/transform.cpp
inst/tests/cpp/truefalse_macros.cpp
inst/tests/runit.distance.R
inst/tests/runit.innerproduct.R
inst/tests/runit.sum.R
inst/tests/runit.transform.R
inst/tests/runit.truefalse_macros.R
man/RcppParallel-package.Rd
man/RcppParallel.package.skeleton.Rd
man/flags.Rd
man/setThreadOptions.Rd
man/tbbLibraryPath.Rd
patches/windows_arm64.diff
src/.gitignore
src/Makevars.in
src/init.cpp
src/install.libs.R
src/options.cpp
src/tbb-compat/tbb-compat.cpp
src/tbb.cpp
src/tbb/.gitignore
src/tbb/CMakeLists.txt
src/tbb/CODEOWNERS
src/tbb/CODE_OF_CONDUCT.md
src/tbb/CONTRIBUTING.md
src/tbb/INSTALL.md
src/tbb/LICENSE.txt
src/tbb/README.md
src/tbb/RELEASE_NOTES.md
src/tbb/SECURITY.md
src/tbb/SUPPORT.md
src/tbb/SYSTEM_REQUIREMENTS.md
src/tbb/WASM_Support.md
src/tbb/cmake/README.md
src/tbb/cmake/android/device_environment_cleanup.cmake
src/tbb/cmake/android/environment.cmake
src/tbb/cmake/android/test_launcher.cmake
src/tbb/cmake/compilers/AppleClang.cmake
src/tbb/cmake/compilers/Clang.cmake
src/tbb/cmake/compilers/GNU.cmake
src/tbb/cmake/compilers/Intel.cmake
src/tbb/cmake/compilers/IntelLLVM.cmake
src/tbb/cmake/compilers/MSVC.cmake
src/tbb/cmake/compilers/QCC.cmake
src/tbb/cmake/config_generation.cmake
src/tbb/cmake/hwloc_detection.cmake
src/tbb/cmake/memcheck.cmake
src/tbb/cmake/packaging.cmake
src/tbb/cmake/post_install/CMakeLists.txt
src/tbb/cmake/python/test_launcher.cmake
src/tbb/cmake/resumable_tasks.cmake
src/tbb/cmake/sanitize.cmake
src/tbb/cmake/scripts/cmake_gen_github_configs.cmake
src/tbb/cmake/suppressions/lsan.suppressions
src/tbb/cmake/suppressions/tsan.suppressions
src/tbb/cmake/templates/TBBConfig.cmake.in
src/tbb/cmake/templates/TBBConfigVersion.cmake.in
src/tbb/cmake/test_spec.cmake
src/tbb/cmake/toolchains/mips.cmake
src/tbb/cmake/toolchains/riscv64.cmake
src/tbb/cmake/utils.cmake
src/tbb/cmake/vars_utils.cmake
src/tbb/include/oneapi/tbb.h
src/tbb/include/oneapi/tbb/blocked_range.h
src/tbb/include/oneapi/tbb/blocked_range2d.h
src/tbb/include/oneapi/tbb/blocked_range3d.h
src/tbb/include/oneapi/tbb/blocked_rangeNd.h
src/tbb/include/oneapi/tbb/cache_aligned_allocator.h
src/tbb/include/oneapi/tbb/collaborative_call_once.h
src/tbb/include/oneapi/tbb/combinable.h
src/tbb/include/oneapi/tbb/concurrent_hash_map.h
src/tbb/include/oneapi/tbb/concurrent_lru_cache.h
src/tbb/include/oneapi/tbb/concurrent_map.h
src/tbb/include/oneapi/tbb/concurrent_priority_queue.h
src/tbb/include/oneapi/tbb/concurrent_queue.h
src/tbb/include/oneapi/tbb/concurrent_set.h
src/tbb/include/oneapi/tbb/concurrent_unordered_map.h
src/tbb/include/oneapi/tbb/concurrent_unordered_set.h
src/tbb/include/oneapi/tbb/concurrent_vector.h
src/tbb/include/oneapi/tbb/detail/_aggregator.h
src/tbb/include/oneapi/tbb/detail/_aligned_space.h
src/tbb/include/oneapi/tbb/detail/_allocator_traits.h
src/tbb/include/oneapi/tbb/detail/_assert.h
src/tbb/include/oneapi/tbb/detail/_attach.h
src/tbb/include/oneapi/tbb/detail/_concurrent_queue_base.h
src/tbb/include/oneapi/tbb/detail/_concurrent_skip_list.h
src/tbb/include/oneapi/tbb/detail/_concurrent_unordered_base.h
src/tbb/include/oneapi/tbb/detail/_config.h
src/tbb/include/oneapi/tbb/detail/_containers_helpers.h
src/tbb/include/oneapi/tbb/detail/_exception.h
src/tbb/include/oneapi/tbb/detail/_export.h
src/tbb/include/oneapi/tbb/detail/_flow_graph_body_impl.h
src/tbb/include/oneapi/tbb/detail/_flow_graph_cache_impl.h
src/tbb/include/oneapi/tbb/detail/_flow_graph_impl.h
src/tbb/include/oneapi/tbb/detail/_flow_graph_indexer_impl.h
src/tbb/include/oneapi/tbb/detail/_flow_graph_item_buffer_impl.h
src/tbb/include/oneapi/tbb/detail/_flow_graph_join_impl.h
src/tbb/include/oneapi/tbb/detail/_flow_graph_node_impl.h
src/tbb/include/oneapi/tbb/detail/_flow_graph_node_set_impl.h
src/tbb/include/oneapi/tbb/detail/_flow_graph_nodes_deduction.h
src/tbb/include/oneapi/tbb/detail/_flow_graph_tagged_buffer_impl.h
src/tbb/include/oneapi/tbb/detail/_flow_graph_trace_impl.h
src/tbb/include/oneapi/tbb/detail/_flow_graph_types_impl.h
src/tbb/include/oneapi/tbb/detail/_hash_compare.h
src/tbb/include/oneapi/tbb/detail/_intrusive_list_node.h
src/tbb/include/oneapi/tbb/detail/_machine.h
src/tbb/include/oneapi/tbb/detail/_mutex_common.h
src/tbb/include/oneapi/tbb/detail/_namespace_injection.h
src/tbb/include/oneapi/tbb/detail/_node_handle.h
src/tbb/include/oneapi/tbb/detail/_pipeline_filters.h
src/tbb/include/oneapi/tbb/detail/_pipeline_filters_deduction.h
src/tbb/include/oneapi/tbb/detail/_range_common.h
src/tbb/include/oneapi/tbb/detail/_rtm_mutex.h
src/tbb/include/oneapi/tbb/detail/_rtm_rw_mutex.h
src/tbb/include/oneapi/tbb/detail/_scoped_lock.h
src/tbb/include/oneapi/tbb/detail/_segment_table.h
src/tbb/include/oneapi/tbb/detail/_small_object_pool.h
src/tbb/include/oneapi/tbb/detail/_string_resource.h
src/tbb/include/oneapi/tbb/detail/_task.h
src/tbb/include/oneapi/tbb/detail/_task_handle.h
src/tbb/include/oneapi/tbb/detail/_template_helpers.h
src/tbb/include/oneapi/tbb/detail/_utils.h
src/tbb/include/oneapi/tbb/detail/_waitable_atomic.h
src/tbb/include/oneapi/tbb/enumerable_thread_specific.h
src/tbb/include/oneapi/tbb/flow_graph.h
src/tbb/include/oneapi/tbb/flow_graph_abstractions.h
src/tbb/include/oneapi/tbb/global_control.h
src/tbb/include/oneapi/tbb/info.h
src/tbb/include/oneapi/tbb/memory_pool.h
src/tbb/include/oneapi/tbb/mutex.h
src/tbb/include/oneapi/tbb/null_mutex.h
src/tbb/include/oneapi/tbb/null_rw_mutex.h
src/tbb/include/oneapi/tbb/parallel_for.h
src/tbb/include/oneapi/tbb/parallel_for_each.h
src/tbb/include/oneapi/tbb/parallel_invoke.h
src/tbb/include/oneapi/tbb/parallel_pipeline.h
src/tbb/include/oneapi/tbb/parallel_reduce.h
src/tbb/include/oneapi/tbb/parallel_scan.h
src/tbb/include/oneapi/tbb/parallel_sort.h
src/tbb/include/oneapi/tbb/partitioner.h
src/tbb/include/oneapi/tbb/profiling.h
src/tbb/include/oneapi/tbb/queuing_mutex.h
src/tbb/include/oneapi/tbb/queuing_rw_mutex.h
src/tbb/include/oneapi/tbb/rw_mutex.h
src/tbb/include/oneapi/tbb/scalable_allocator.h
src/tbb/include/oneapi/tbb/spin_mutex.h
src/tbb/include/oneapi/tbb/spin_rw_mutex.h
src/tbb/include/oneapi/tbb/task.h
src/tbb/include/oneapi/tbb/task_arena.h
src/tbb/include/oneapi/tbb/task_group.h
src/tbb/include/oneapi/tbb/task_scheduler_observer.h
src/tbb/include/oneapi/tbb/tbb_allocator.h
src/tbb/include/oneapi/tbb/tbbmalloc_proxy.h
src/tbb/include/oneapi/tbb/tick_count.h
src/tbb/include/oneapi/tbb/version.h
src/tbb/include/tbb/blocked_range.h
src/tbb/include/tbb/blocked_range2d.h
src/tbb/include/tbb/blocked_range3d.h
src/tbb/include/tbb/blocked_rangeNd.h
src/tbb/include/tbb/cache_aligned_allocator.h
src/tbb/include/tbb/collaborative_call_once.h
src/tbb/include/tbb/combinable.h
src/tbb/include/tbb/concurrent_hash_map.h
src/tbb/include/tbb/concurrent_lru_cache.h
src/tbb/include/tbb/concurrent_map.h
src/tbb/include/tbb/concurrent_priority_queue.h
src/tbb/include/tbb/concurrent_queue.h
src/tbb/include/tbb/concurrent_set.h
src/tbb/include/tbb/concurrent_unordered_map.h
src/tbb/include/tbb/concurrent_unordered_set.h
src/tbb/include/tbb/concurrent_vector.h
src/tbb/include/tbb/enumerable_thread_specific.h
src/tbb/include/tbb/flow_graph.h
src/tbb/include/tbb/flow_graph_abstractions.h
src/tbb/include/tbb/global_control.h
src/tbb/include/tbb/info.h
src/tbb/include/tbb/memory_pool.h
src/tbb/include/tbb/mutex.h
src/tbb/include/tbb/null_mutex.h
src/tbb/include/tbb/null_rw_mutex.h
src/tbb/include/tbb/parallel_for.h
src/tbb/include/tbb/parallel_for_each.h
src/tbb/include/tbb/parallel_invoke.h
src/tbb/include/tbb/parallel_pipeline.h
src/tbb/include/tbb/parallel_reduce.h
src/tbb/include/tbb/parallel_scan.h
src/tbb/include/tbb/parallel_sort.h
src/tbb/include/tbb/partitioner.h
src/tbb/include/tbb/profiling.h
src/tbb/include/tbb/queuing_mutex.h
src/tbb/include/tbb/queuing_rw_mutex.h
src/tbb/include/tbb/rw_mutex.h
src/tbb/include/tbb/scalable_allocator.h
src/tbb/include/tbb/spin_mutex.h
src/tbb/include/tbb/spin_rw_mutex.h
src/tbb/include/tbb/task.h
src/tbb/include/tbb/task_arena.h
src/tbb/include/tbb/task_group.h
src/tbb/include/tbb/task_scheduler_observer.h
src/tbb/include/tbb/tbb.h
src/tbb/include/tbb/tbb_allocator.h
src/tbb/include/tbb/tbbmalloc_proxy.h
src/tbb/include/tbb/tick_count.h
src/tbb/include/tbb/version.h
src/tbb/integration/cmake/generate_vars.cmake
src/tbb/integration/linux/env/vars.sh
src/tbb/integration/linux/env/vars.sh.in
src/tbb/integration/linux/modulefiles/tbb
src/tbb/integration/linux/modulefiles/tbb32
src/tbb/integration/linux/oneapi/vars.sh
src/tbb/integration/linux/sys_check/sys_check.sh
src/tbb/integration/mac/env/vars.sh
src/tbb/integration/mac/env/vars.sh.in
src/tbb/integration/pkg-config/tbb.pc.in
src/tbb/integration/windows/env/vars.bat
src/tbb/integration/windows/env/vars.bat.in
src/tbb/integration/windows/nuget/inteltbb.devel.win.targets
src/tbb/integration/windows/nuget/inteltbb.redist.win.targets
src/tbb/integration/windows/oneapi/vars.bat
src/tbb/integration/windows/sys_check/sys_check.bat
src/tbb/src/tbb/CMakeLists.txt
src/tbb/src/tbb/address_waiter.cpp
src/tbb/src/tbb/allocator.cpp
src/tbb/src/tbb/arena.cpp
src/tbb/src/tbb/arena.h
src/tbb/src/tbb/arena_slot.cpp
src/tbb/src/tbb/arena_slot.h
src/tbb/src/tbb/assert_impl.h
src/tbb/src/tbb/cancellation_disseminator.h
src/tbb/src/tbb/co_context.h
src/tbb/src/tbb/concurrent_bounded_queue.cpp
src/tbb/src/tbb/concurrent_monitor.h
src/tbb/src/tbb/concurrent_monitor_mutex.h
src/tbb/src/tbb/def/lin32-tbb.def
src/tbb/src/tbb/def/lin64-tbb.def
src/tbb/src/tbb/def/mac64-tbb.def
src/tbb/src/tbb/def/win32-tbb.def
src/tbb/src/tbb/def/win64-tbb.def
src/tbb/src/tbb/dynamic_link.cpp
src/tbb/src/tbb/dynamic_link.h
src/tbb/src/tbb/environment.h
src/tbb/src/tbb/exception.cpp
src/tbb/src/tbb/global_control.cpp
src/tbb/src/tbb/governor.cpp
src/tbb/src/tbb/governor.h
src/tbb/src/tbb/intrusive_list.h
src/tbb/src/tbb/itt_notify.cpp
src/tbb/src/tbb/itt_notify.h
src/tbb/src/tbb/mailbox.h
src/tbb/src/tbb/main.cpp
src/tbb/src/tbb/main.h
src/tbb/src/tbb/market.cpp
src/tbb/src/tbb/market.h
src/tbb/src/tbb/market_concurrent_monitor.h
src/tbb/src/tbb/misc.cpp
src/tbb/src/tbb/misc.h
src/tbb/src/tbb/misc_ex.cpp
src/tbb/src/tbb/observer_proxy.cpp
src/tbb/src/tbb/observer_proxy.h
src/tbb/src/tbb/parallel_pipeline.cpp
src/tbb/src/tbb/permit_manager.h
src/tbb/src/tbb/pm_client.h
src/tbb/src/tbb/private_server.cpp
src/tbb/src/tbb/profiling.cpp
src/tbb/src/tbb/queuing_rw_mutex.cpp
src/tbb/src/tbb/rml_base.h
src/tbb/src/tbb/rml_tbb.cpp
src/tbb/src/tbb/rml_tbb.h
src/tbb/src/tbb/rml_thread_monitor.h
src/tbb/src/tbb/rtm_mutex.cpp
src/tbb/src/tbb/rtm_rw_mutex.cpp
src/tbb/src/tbb/scheduler_common.h
src/tbb/src/tbb/semaphore.cpp
src/tbb/src/tbb/semaphore.h
src/tbb/src/tbb/small_object_pool.cpp
src/tbb/src/tbb/small_object_pool_impl.h
src/tbb/src/tbb/task.cpp
src/tbb/src/tbb/task_dispatcher.cpp
src/tbb/src/tbb/task_dispatcher.h
src/tbb/src/tbb/task_group_context.cpp
src/tbb/src/tbb/task_stream.h
src/tbb/src/tbb/tbb.rc
src/tbb/src/tbb/tcm.h
src/tbb/src/tbb/tcm_adaptor.cpp
src/tbb/src/tbb/tcm_adaptor.h
src/tbb/src/tbb/thread_control_monitor.h
src/tbb/src/tbb/thread_data.h
src/tbb/src/tbb/thread_dispatcher.cpp
src/tbb/src/tbb/thread_dispatcher.h
src/tbb/src/tbb/thread_dispatcher_client.h
src/tbb/src/tbb/thread_request_serializer.cpp
src/tbb/src/tbb/thread_request_serializer.h
src/tbb/src/tbb/threading_control.cpp
src/tbb/src/tbb/threading_control.h
src/tbb/src/tbb/threading_control_client.h
src/tbb/src/tbb/tls.h
src/tbb/src/tbb/tools_api/disable_warnings.h
src/tbb/src/tbb/tools_api/ittnotify.h
src/tbb/src/tbb/tools_api/ittnotify_config.h
src/tbb/src/tbb/tools_api/ittnotify_static.c
src/tbb/src/tbb/tools_api/ittnotify_static.h
src/tbb/src/tbb/tools_api/ittnotify_types.h
src/tbb/src/tbb/tools_api/legacy/ittnotify.h
src/tbb/src/tbb/version.cpp
src/tbb/src/tbb/waiters.h
src/tbb/src/tbbbind/CMakeLists.txt
src/tbb/src/tbbbind/def/lin32-tbbbind.def
src/tbb/src/tbbbind/def/lin64-tbbbind.def
src/tbb/src/tbbbind/def/mac64-tbbbind.def
src/tbb/src/tbbbind/def/win32-tbbbind.def
src/tbb/src/tbbbind/def/win64-tbbbind.def
src/tbb/src/tbbbind/tbb_bind.cpp
src/tbb/src/tbbbind/tbb_bind.rc
src/tbb/src/tbbmalloc/CMakeLists.txt
src/tbb/src/tbbmalloc/Customize.h
src/tbb/src/tbbmalloc/MapMemory.h
src/tbb/src/tbbmalloc/Statistics.h
src/tbb/src/tbbmalloc/Synchronize.h
src/tbb/src/tbbmalloc/TypeDefinitions.h
src/tbb/src/tbbmalloc/backend.cpp
src/tbb/src/tbbmalloc/backend.h
src/tbb/src/tbbmalloc/backref.cpp
src/tbb/src/tbbmalloc/def/lin32-tbbmalloc.def
src/tbb/src/tbbmalloc/def/lin64-tbbmalloc.def
src/tbb/src/tbbmalloc/def/mac64-tbbmalloc.def
src/tbb/src/tbbmalloc/def/win32-tbbmalloc.def
src/tbb/src/tbbmalloc/def/win64-tbbmalloc.def
src/tbb/src/tbbmalloc/frontend.cpp
src/tbb/src/tbbmalloc/large_objects.cpp
src/tbb/src/tbbmalloc/large_objects.h
src/tbb/src/tbbmalloc/shared_utils.h
src/tbb/src/tbbmalloc/tbbmalloc.cpp
src/tbb/src/tbbmalloc/tbbmalloc.rc
src/tbb/src/tbbmalloc/tbbmalloc_internal.h
src/tbb/src/tbbmalloc/tbbmalloc_internal_api.h
src/tbb/src/tbbmalloc_proxy/CMakeLists.txt
src/tbb/src/tbbmalloc_proxy/def/lin32-proxy.def
src/tbb/src/tbbmalloc_proxy/def/lin64-proxy.def
src/tbb/src/tbbmalloc_proxy/function_replacement.cpp
src/tbb/src/tbbmalloc_proxy/function_replacement.h
src/tbb/src/tbbmalloc_proxy/proxy.cpp
src/tbb/src/tbbmalloc_proxy/proxy.h
src/tbb/src/tbbmalloc_proxy/proxy_overload_osx.h
src/tbb/src/tbbmalloc_proxy/tbbmalloc_proxy.rc
src/tbb/third-party-programs.txt
tests/doRUnit.R
tools/config.R
tools/config/cleanup.R
tools/config/configure.R
tools/tbb/disable-pragmas.R
tools/tbb/fix-memset.R
tools/tbb/update-tbb.R