Committing TBB 2019 Update 1 source code
authortbbdev <inteltbbdevelopers@intel.com>
Thu, 4 Oct 2018 09:38:29 +0000 (12:38 +0300)
committertbbdev <inteltbbdevelopers@intel.com>
Thu, 4 Oct 2018 09:38:29 +0000 (12:38 +0300)
commit4cebdd9a1c9f0c56c4ddcbbb400447ab2a11fad4
tree1cd67a166467e4974f21e87eddd997b23f716283
parentab775e45cbda7115de05fa5465321f6324b2ac6c
Committing TBB 2019 Update 1 source code
73 files changed:
CHANGES
Doxyfile [changed mode: 0755->0644]
Makefile
README.md
build/Makefile.tbbmalloc
build/android.clang.inc
build/build.py
build/common.inc
build/common_rules.inc
build/linux.clang.inc
build/linux.gcc.inc
build/linux.icc.inc
build/linux.pathcc.inc
build/linux.xl.inc
build/macos.clang.inc
build/macos.gcc.inc
build/macos.icc.inc
build/mic.icc.inc
build/windows.cl.inc
build/windows.gcc.inc
build/windows.icl.inc
doc/copyright_brand_disclaimer_doxygen.txt [new file with mode: 0644]
include/tbb/concurrent_hash_map.h
include/tbb/internal/_concurrent_unordered_impl.h
include/tbb/internal/_x86_rtm_rw_mutex_impl.h
include/tbb/machine/gcc_generic.h
include/tbb/machine/gcc_ia32_common.h
include/tbb/machine/msvc_ia32_common.h
include/tbb/machine/windows_ia32.h
include/tbb/machine/windows_intel64.h
include/tbb/parallel_sort.h
include/tbb/queuing_mutex.h
include/tbb/queuing_rw_mutex.h
include/tbb/spin_rw_mutex.h
include/tbb/task_group.h
include/tbb/tbb.h
include/tbb/tbb_config.h
include/tbb/tbb_machine.h
include/tbb/tbb_stddef.h
python/tbb/__init__.py
src/old/concurrent_queue_v2.cpp
src/tbb/cache_aligned_allocator.cpp
src/tbb/concurrent_queue.cpp
src/tbb/concurrent_vector.cpp
src/tbb/custom_scheduler.h
src/tbb/dynamic_link.cpp
src/tbb/observer_proxy.cpp
src/tbb/task.cpp
src/tbb/tbb_assert_impl.h
src/tbb/tbb_misc.cpp
src/tbb/x86_rtm_rw_mutex.cpp
src/tbbmalloc/backend.cpp
src/tbbmalloc/frontend.cpp
src/tbbmalloc/large_objects.cpp
src/tbbmalloc/proxy.cpp
src/tbbmalloc/tbb_function_replacement.cpp
src/tbbmalloc/tbbmalloc.cpp
src/tbbmalloc/tbbmalloc_internal.h
src/tbbmalloc/tbbmalloc_internal_api.h
src/test/harness_allocator.h
src/test/harness_defs.h
src/test/test_atomic.cpp
src/test/test_continue_node.cpp
src/test/test_lambda.cpp
src/test/test_malloc_pure_c.c
src/test/test_malloc_shutdown_hang.cpp [new file with mode: 0644]
src/test/test_multifunction_node.cpp
src/test/test_parallel_for.cpp
src/test/test_parallel_sort.cpp
src/test/test_task_arena.cpp
src/test/test_task_group.cpp
src/test/test_tbb_header.cpp
src/test/test_tbb_version.cpp