]> https://gitweb.dealii.org/ - dealii.git/commit
Update the bundled version of TBB.
authorDavid Wells <wellsd2@rpi.edu>
Fri, 2 Mar 2018 16:46:43 +0000 (11:46 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Fri, 2 Mar 2018 20:51:59 +0000 (15:51 -0500)
commitbfbe4a0266dce93005b6ef230830f48e68835bba
treeb76304f3a6e9e3474bb05f4627d09d41cb70ef54
parent77eee7e300491476ac0d5b407029882241412948
Update the bundled version of TBB.
374 files changed:
bundled/README.md
bundled/setup_bundled.cmake
bundled/tbb-2018_U2/LICENSE [new file with mode: 0644]
bundled/tbb-2018_U2/README.md [new file with mode: 0644]
bundled/tbb-2018_U2/include/index.html [new file with mode: 0644]
bundled/tbb-2018_U2/include/serial/tbb/parallel_for.h [moved from bundled/tbb41_20130401oss/include/serial/tbb/parallel_for.h with 70% similarity]
bundled/tbb-2018_U2/include/serial/tbb/tbb_annotate.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/aggregator.h [moved from bundled/tbb41_20130401oss/include/tbb/aggregator.h with 80% similarity]
bundled/tbb-2018_U2/include/tbb/aligned_space.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/atomic.h [moved from bundled/tbb41_20130401oss/include/tbb/atomic.h with 85% similarity]
bundled/tbb-2018_U2/include/tbb/blocked_range.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/blocked_range2d.h [moved from bundled/tbb41_20130401oss/include/tbb/blocked_range2d.h with 50% similarity]
bundled/tbb-2018_U2/include/tbb/blocked_range3d.h [moved from bundled/tbb41_20130401oss/include/tbb/blocked_range3d.h with 54% similarity]
bundled/tbb-2018_U2/include/tbb/cache_aligned_allocator.h [moved from bundled/tbb41_20130401oss/include/tbb/cache_aligned_allocator.h with 68% similarity]
bundled/tbb-2018_U2/include/tbb/combinable.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/compat/condition_variable [moved from bundled/tbb41_20130401oss/include/tbb/compat/condition_variable with 91% similarity]
bundled/tbb-2018_U2/include/tbb/compat/ppl.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/compat/thread [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/compat/tuple [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/concurrent_hash_map.h [moved from bundled/tbb41_20130401oss/include/tbb/concurrent_hash_map.h with 80% similarity]
bundled/tbb-2018_U2/include/tbb/concurrent_lru_cache.h [moved from bundled/tbb41_20130401oss/include/tbb/concurrent_lru_cache.h with 69% similarity]
bundled/tbb-2018_U2/include/tbb/concurrent_priority_queue.h [moved from bundled/tbb41_20130401oss/include/tbb/concurrent_priority_queue.h with 59% similarity]
bundled/tbb-2018_U2/include/tbb/concurrent_queue.h [moved from bundled/tbb41_20130401oss/include/tbb/concurrent_queue.h with 59% similarity]
bundled/tbb-2018_U2/include/tbb/concurrent_unordered_map.h [moved from bundled/tbb41_20130401oss/include/tbb/concurrent_unordered_map.h with 64% similarity]
bundled/tbb-2018_U2/include/tbb/concurrent_unordered_set.h [moved from bundled/tbb41_20130401oss/include/tbb/concurrent_unordered_set.h with 57% similarity]
bundled/tbb-2018_U2/include/tbb/concurrent_vector.h [moved from bundled/tbb41_20130401oss/include/tbb/concurrent_vector.h with 67% similarity]
bundled/tbb-2018_U2/include/tbb/critical_section.h [moved from bundled/tbb41_20130401oss/include/tbb/critical_section.h with 67% similarity]
bundled/tbb-2018_U2/include/tbb/enumerable_thread_specific.h [moved from bundled/tbb41_20130401oss/include/tbb/enumerable_thread_specific.h with 63% similarity]
bundled/tbb-2018_U2/include/tbb/flow_graph.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/flow_graph_abstractions.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/flow_graph_opencl_node.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/gfx_factory.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/global_control.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/index.html [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/internal/_aggregator_impl.h [moved from bundled/tbb41_20130401oss/include/tbb/internal/_aggregator_impl.h with 60% similarity]
bundled/tbb-2018_U2/include/tbb/internal/_concurrent_queue_impl.h [moved from bundled/tbb41_20130401oss/include/tbb/internal/_concurrent_queue_impl.h with 84% similarity]
bundled/tbb-2018_U2/include/tbb/internal/_concurrent_unordered_impl.h [moved from bundled/tbb41_20130401oss/include/tbb/internal/_concurrent_unordered_impl.h with 75% similarity]
bundled/tbb-2018_U2/include/tbb/internal/_flow_graph_async_msg_impl.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/internal/_flow_graph_body_impl.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/internal/_flow_graph_cache_impl.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/internal/_flow_graph_impl.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/internal/_flow_graph_indexer_impl.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/internal/_flow_graph_item_buffer_impl.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/internal/_flow_graph_join_impl.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/internal/_flow_graph_node_impl.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/internal/_flow_graph_streaming_node.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/internal/_flow_graph_tagged_buffer_impl.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/internal/_flow_graph_trace_impl.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/internal/_flow_graph_types_impl.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/internal/_mutex_padding.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/internal/_range_iterator.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/internal/_tbb_hash_compare_impl.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/internal/_tbb_strings.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/internal/_tbb_trace_impl.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/internal/_tbb_windef.h [moved from bundled/tbb41_20130401oss/include/tbb/internal/_tbb_windef.h with 55% similarity]
bundled/tbb-2018_U2/include/tbb/internal/_template_helpers.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/internal/_x86_eliding_mutex_impl.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/internal/_x86_rtm_rw_mutex_impl.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/machine/gcc_armv7.h [moved from bundled/tbb41_20130401oss/include/tbb/machine/gcc_armv7.h with 64% similarity]
bundled/tbb-2018_U2/include/tbb/machine/gcc_generic.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/machine/gcc_ia32_common.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/machine/gcc_itsx.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/machine/ibm_aix51.h [moved from bundled/tbb41_20130401oss/include/tbb/machine/ibm_aix51.h with 59% similarity]
bundled/tbb-2018_U2/include/tbb/machine/icc_generic.h [moved from bundled/tbb41_20130401oss/include/tbb/machine/icc_generic.h with 86% similarity]
bundled/tbb-2018_U2/include/tbb/machine/linux_common.h [moved from bundled/tbb41_20130401oss/include/tbb/machine/linux_common.h with 53% similarity]
bundled/tbb-2018_U2/include/tbb/machine/linux_ia32.h [moved from bundled/tbb41_20130401oss/include/tbb/machine/linux_ia32.h with 83% similarity]
bundled/tbb-2018_U2/include/tbb/machine/linux_ia64.h [moved from bundled/tbb41_20130401oss/include/tbb/machine/linux_ia64.h with 83% similarity]
bundled/tbb-2018_U2/include/tbb/machine/linux_intel64.h [moved from bundled/tbb41_20130401oss/include/tbb/machine/linux_intel64.h with 75% similarity]
bundled/tbb-2018_U2/include/tbb/machine/mac_ppc.h [moved from bundled/tbb41_20130401oss/include/tbb/machine/mac_ppc.h with 90% similarity]
bundled/tbb-2018_U2/include/tbb/machine/macos_common.h [moved from bundled/tbb41_20130401oss/include/tbb/machine/macos_common.h with 68% similarity]
bundled/tbb-2018_U2/include/tbb/machine/mic_common.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/machine/msvc_armv7.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/machine/msvc_ia32_common.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/machine/sunos_sparc.h [moved from bundled/tbb41_20130401oss/include/tbb/machine/sunos_sparc.h with 84% similarity]
bundled/tbb-2018_U2/include/tbb/machine/windows_api.h [moved from bundled/tbb41_20130401oss/include/tbb/machine/windows_api.h with 57% similarity]
bundled/tbb-2018_U2/include/tbb/machine/windows_ia32.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/machine/windows_intel64.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/memory_pool.h [moved from bundled/tbb41_20130401oss/include/tbb/memory_pool.h with 76% similarity]
bundled/tbb-2018_U2/include/tbb/mutex.h [moved from bundled/tbb41_20130401oss/include/tbb/mutex.h with 72% similarity]
bundled/tbb-2018_U2/include/tbb/null_mutex.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/null_rw_mutex.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/parallel_do.h [moved from bundled/tbb41_20130401oss/include/tbb/parallel_do.h with 63% similarity]
bundled/tbb-2018_U2/include/tbb/parallel_for.h [moved from bundled/tbb41_20130401oss/include/tbb/parallel_for.h with 70% similarity]
bundled/tbb-2018_U2/include/tbb/parallel_for_each.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/parallel_invoke.h [moved from bundled/tbb41_20130401oss/include/tbb/parallel_invoke.h with 72% similarity]
bundled/tbb-2018_U2/include/tbb/parallel_reduce.h [moved from bundled/tbb41_20130401oss/include/tbb/parallel_reduce.h with 63% similarity]
bundled/tbb-2018_U2/include/tbb/parallel_scan.h [moved from bundled/tbb41_20130401oss/include/tbb/parallel_scan.h with 73% similarity]
bundled/tbb-2018_U2/include/tbb/parallel_sort.h [moved from bundled/tbb41_20130401oss/include/tbb/parallel_sort.h with 65% similarity]
bundled/tbb-2018_U2/include/tbb/parallel_while.h [moved from bundled/tbb41_20130401oss/include/tbb/parallel_while.h with 73% similarity]
bundled/tbb-2018_U2/include/tbb/partitioner.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/pipeline.h [moved from bundled/tbb41_20130401oss/include/tbb/pipeline.h with 86% similarity]
bundled/tbb-2018_U2/include/tbb/queuing_mutex.h [moved from bundled/tbb41_20130401oss/include/tbb/queuing_mutex.h with 59% similarity]
bundled/tbb-2018_U2/include/tbb/queuing_rw_mutex.h [moved from bundled/tbb41_20130401oss/include/tbb/queuing_rw_mutex.h with 69% similarity]
bundled/tbb-2018_U2/include/tbb/reader_writer_lock.h [moved from bundled/tbb41_20130401oss/include/tbb/reader_writer_lock.h with 84% similarity]
bundled/tbb-2018_U2/include/tbb/recursive_mutex.h [moved from bundled/tbb41_20130401oss/include/tbb/recursive_mutex.h with 76% similarity]
bundled/tbb-2018_U2/include/tbb/runtime_loader.h [moved from bundled/tbb41_20130401oss/include/tbb/runtime_loader.h with 79% similarity]
bundled/tbb-2018_U2/include/tbb/scalable_allocator.h [moved from bundled/tbb41_20130401oss/include/tbb/scalable_allocator.h with 69% similarity]
bundled/tbb-2018_U2/include/tbb/spin_mutex.h [moved from bundled/tbb41_20130401oss/include/tbb/spin_mutex.h with 64% similarity]
bundled/tbb-2018_U2/include/tbb/spin_rw_mutex.h [moved from bundled/tbb41_20130401oss/include/tbb/spin_rw_mutex.h with 73% similarity]
bundled/tbb-2018_U2/include/tbb/task.h [moved from bundled/tbb41_20130401oss/include/tbb/task.h with 86% similarity]
bundled/tbb-2018_U2/include/tbb/task_arena.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/task_group.h [moved from bundled/tbb41_20130401oss/include/tbb/task_group.h with 64% similarity]
bundled/tbb-2018_U2/include/tbb/task_scheduler_init.h [moved from bundled/tbb41_20130401oss/include/tbb/task_scheduler_init.h with 73% similarity]
bundled/tbb-2018_U2/include/tbb/task_scheduler_observer.h [moved from bundled/tbb41_20130401oss/include/tbb/task_scheduler_observer.h with 64% similarity]
bundled/tbb-2018_U2/include/tbb/tbb.h [moved from bundled/tbb41_20130401oss/include/tbb/tbb.h with 50% similarity]
bundled/tbb-2018_U2/include/tbb/tbb_allocator.h [moved from bundled/tbb41_20130401oss/include/tbb/tbb_allocator.h with 74% similarity]
bundled/tbb-2018_U2/include/tbb/tbb_config.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/tbb_disable_exceptions.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/tbb_exception.h [moved from bundled/tbb41_20130401oss/include/tbb/tbb_exception.h with 69% similarity]
bundled/tbb-2018_U2/include/tbb/tbb_machine.h [moved from bundled/tbb41_20130401oss/include/tbb/tbb_machine.h with 80% similarity]
bundled/tbb-2018_U2/include/tbb/tbb_profiling.h [moved from bundled/tbb41_20130401oss/include/tbb/tbb_profiling.h with 55% similarity]
bundled/tbb-2018_U2/include/tbb/tbb_stddef.h [moved from bundled/tbb41_20130401oss/include/tbb/tbb_stddef.h with 65% similarity]
bundled/tbb-2018_U2/include/tbb/tbb_thread.h [moved from bundled/tbb41_20130401oss/include/tbb/tbb_thread.h with 68% similarity]
bundled/tbb-2018_U2/include/tbb/tbbmalloc_proxy.h [new file with mode: 0644]
bundled/tbb-2018_U2/include/tbb/tick_count.h [moved from bundled/tbb41_20130401oss/include/tbb/tick_count.h with 55% similarity]
bundled/tbb-2018_U2/src/CMakeLists.txt [moved from bundled/tbb41_20130401oss/src/CMakeLists.txt with 77% similarity]
bundled/tbb-2018_U2/src/rml/client/index.html [new file with mode: 0644]
bundled/tbb-2018_U2/src/rml/client/library_assert.h [new file with mode: 0644]
bundled/tbb-2018_U2/src/rml/client/omp_dynamic_link.cpp [new file with mode: 0644]
bundled/tbb-2018_U2/src/rml/client/omp_dynamic_link.h [new file with mode: 0644]
bundled/tbb-2018_U2/src/rml/client/rml_factory.h [moved from bundled/tbb41_20130401oss/src/rml/client/rml_factory.h with 66% similarity]
bundled/tbb-2018_U2/src/rml/client/rml_omp.cpp [new file with mode: 0644]
bundled/tbb-2018_U2/src/rml/client/rml_tbb.cpp [new file with mode: 0644]
bundled/tbb-2018_U2/src/rml/include/index.html [new file with mode: 0644]
bundled/tbb-2018_U2/src/rml/include/rml_base.h [moved from bundled/tbb41_20130401oss/src/rml/include/rml_base.h with 81% similarity]
bundled/tbb-2018_U2/src/rml/include/rml_omp.h [moved from bundled/tbb41_20130401oss/src/rml/include/rml_omp.h with 75% similarity]
bundled/tbb-2018_U2/src/rml/include/rml_tbb.h [moved from bundled/tbb41_20130401oss/src/rml/include/rml_tbb.h with 67% similarity]
bundled/tbb-2018_U2/src/rml/index.html [new file with mode: 0644]
bundled/tbb-2018_U2/src/rml/perfor/omp_nested.cpp [moved from bundled/tbb41_20130401oss/src/rml/perfor/omp_nested.cpp with 69% similarity]
bundled/tbb-2018_U2/src/rml/perfor/omp_simple.cpp [moved from bundled/tbb41_20130401oss/src/rml/perfor/omp_simple.cpp with 72% similarity]
bundled/tbb-2018_U2/src/rml/perfor/tbb_multi_omp.cpp [moved from bundled/tbb41_20130401oss/src/rml/perfor/tbb_multi_omp.cpp with 75% similarity]
bundled/tbb-2018_U2/src/rml/perfor/tbb_simple.cpp [moved from bundled/tbb41_20130401oss/src/rml/perfor/tbb_simple.cpp with 76% similarity]
bundled/tbb-2018_U2/src/rml/perfor/thread_level.h [moved from bundled/tbb41_20130401oss/src/rml/perfor/thread_level.h with 70% similarity]
bundled/tbb-2018_U2/src/rml/server/index.html [new file with mode: 0644]
bundled/tbb-2018_U2/src/rml/server/job_automaton.h [moved from bundled/tbb41_20130401oss/src/rml/server/job_automaton.h with 69% similarity]
bundled/tbb-2018_U2/src/rml/server/rml_server.cpp [moved from bundled/tbb41_20130401oss/src/rml/server/rml_server.cpp with 94% similarity]
bundled/tbb-2018_U2/src/rml/server/thread_monitor.h [moved from bundled/tbb41_20130401oss/src/rml/server/thread_monitor.h with 83% similarity]
bundled/tbb-2018_U2/src/rml/server/wait_counter.h [new file with mode: 0644]
bundled/tbb-2018_U2/src/rml/test/rml_omp_stub.cpp [new file with mode: 0644]
bundled/tbb-2018_U2/src/rml/test/test_job_automaton.cpp [moved from bundled/tbb41_20130401oss/src/rml/test/test_job_automaton.cpp with 69% similarity]
bundled/tbb-2018_U2/src/rml/test/test_rml_mixed.cpp [moved from bundled/tbb41_20130401oss/src/rml/test/test_rml_mixed.cpp with 76% similarity]
bundled/tbb-2018_U2/src/rml/test/test_rml_omp.cpp [moved from bundled/tbb41_20130401oss/src/rml/test/test_rml_omp.cpp with 81% similarity]
bundled/tbb-2018_U2/src/rml/test/test_rml_omp_c_linkage.c [new file with mode: 0644]
bundled/tbb-2018_U2/src/rml/test/test_rml_tbb.cpp [moved from bundled/tbb41_20130401oss/src/rml/test/test_rml_tbb.cpp with 81% similarity]
bundled/tbb-2018_U2/src/rml/test/test_server.h [moved from bundled/tbb41_20130401oss/src/rml/test/test_server.h with 87% similarity]
bundled/tbb-2018_U2/src/rml/test/test_thread_monitor.cpp [moved from bundled/tbb41_20130401oss/src/rml/test/test_thread_monitor.cpp with 68% similarity]
bundled/tbb-2018_U2/src/tbb/arena.cpp [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbb/arena.h [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbb/cache_aligned_allocator.cpp [moved from bundled/tbb41_20130401oss/src/tbb/cache_aligned_allocator.cpp with 78% similarity]
bundled/tbb-2018_U2/src/tbb/cilk-tbb-interop.h [moved from bundled/tbb41_20130401oss/src/tbb/cilk-tbb-interop.h with 66% similarity]
bundled/tbb-2018_U2/src/tbb/concurrent_hash_map.cpp [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbb/concurrent_monitor.cpp [moved from bundled/tbb41_20130401oss/src/tbb/concurrent_monitor.cpp with 70% similarity]
bundled/tbb-2018_U2/src/tbb/concurrent_monitor.h [moved from bundled/tbb41_20130401oss/src/tbb/concurrent_monitor.h with 81% similarity]
bundled/tbb-2018_U2/src/tbb/concurrent_queue.cpp [moved from bundled/tbb41_20130401oss/src/tbb/concurrent_queue.cpp with 78% similarity]
bundled/tbb-2018_U2/src/tbb/concurrent_vector.cpp [moved from bundled/tbb41_20130401oss/src/tbb/concurrent_vector.cpp with 60% similarity]
bundled/tbb-2018_U2/src/tbb/condition_variable.cpp [moved from bundled/tbb41_20130401oss/src/tbb/condition_variable.cpp with 81% similarity]
bundled/tbb-2018_U2/src/tbb/critical_section.cpp [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbb/custom_scheduler.h [moved from bundled/tbb41_20130401oss/src/tbb/custom_scheduler.h with 68% similarity]
bundled/tbb-2018_U2/src/tbb/dynamic_link.cpp [moved from bundled/tbb41_20130401oss/src/tbb/dynamic_link.cpp with 61% similarity]
bundled/tbb-2018_U2/src/tbb/dynamic_link.h [moved from bundled/tbb41_20130401oss/src/tbb/dynamic_link.h with 58% similarity]
bundled/tbb-2018_U2/src/tbb/governor.cpp [moved from bundled/tbb41_20130401oss/src/tbb/governor.cpp with 62% similarity]
bundled/tbb-2018_U2/src/tbb/governor.h [moved from bundled/tbb41_20130401oss/src/tbb/governor.h with 53% similarity]
bundled/tbb-2018_U2/src/tbb/ia32-masm/atomic_support.asm [moved from bundled/tbb41_20130401oss/src/tbb/ia32-masm/atomic_support.asm with 69% similarity]
bundled/tbb-2018_U2/src/tbb/ia32-masm/itsx.asm [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbb/ia32-masm/lock_byte.asm [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbb/ia64-gas/atomic_support.s [moved from bundled/tbb41_20130401oss/src/tbb/ia64-gas/atomic_support.s with 91% similarity]
bundled/tbb-2018_U2/src/tbb/ia64-gas/ia64_misc.s [moved from bundled/tbb41_20130401oss/src/tbb/ia64-gas/ia64_misc.s with 60% similarity]
bundled/tbb-2018_U2/src/tbb/ia64-gas/lock_byte.s [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbb/ia64-gas/log2.s [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbb/ia64-gas/pause.s [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbb/ibm_aix51/atomic_support.c [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbb/index.html [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbb/intel64-masm/atomic_support.asm [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbb/intel64-masm/intel64_misc.asm [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbb/intel64-masm/itsx.asm [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbb/intrusive_list.h [moved from bundled/tbb41_20130401oss/src/tbb/intrusive_list.h with 81% similarity]
bundled/tbb-2018_U2/src/tbb/itt_notify.cpp [moved from bundled/tbb41_20130401oss/src/tbb/itt_notify.cpp with 58% similarity]
bundled/tbb-2018_U2/src/tbb/itt_notify.h [moved from bundled/tbb41_20130401oss/src/tbb/itt_notify.h with 66% similarity]
bundled/tbb-2018_U2/src/tbb/mailbox.h [moved from bundled/tbb41_20130401oss/src/tbb/mailbox.h with 68% similarity]
bundled/tbb-2018_U2/src/tbb/market.cpp [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbb/market.h [moved from bundled/tbb41_20130401oss/src/tbb/market.h with 65% similarity]
bundled/tbb-2018_U2/src/tbb/mutex.cpp [moved from bundled/tbb41_20130401oss/src/tbb/mutex.cpp with 59% similarity]
bundled/tbb-2018_U2/src/tbb/observer_proxy.cpp [moved from bundled/tbb41_20130401oss/src/tbb/observer_proxy.cpp with 82% similarity]
bundled/tbb-2018_U2/src/tbb/observer_proxy.h [moved from bundled/tbb41_20130401oss/src/tbb/observer_proxy.h with 72% similarity]
bundled/tbb-2018_U2/src/tbb/pipeline.cpp [moved from bundled/tbb41_20130401oss/src/tbb/pipeline.cpp with 93% similarity]
bundled/tbb-2018_U2/src/tbb/private_server.cpp [moved from bundled/tbb41_20130401oss/src/tbb/private_server.cpp with 66% similarity]
bundled/tbb-2018_U2/src/tbb/queuing_mutex.cpp [moved from bundled/tbb41_20130401oss/src/tbb/queuing_mutex.cpp with 66% similarity]
bundled/tbb-2018_U2/src/tbb/queuing_rw_mutex.cpp [moved from bundled/tbb41_20130401oss/src/tbb/queuing_rw_mutex.cpp with 91% similarity]
bundled/tbb-2018_U2/src/tbb/reader_writer_lock.cpp [moved from bundled/tbb41_20130401oss/src/tbb/reader_writer_lock.cpp with 89% similarity]
bundled/tbb-2018_U2/src/tbb/recursive_mutex.cpp [moved from bundled/tbb41_20130401oss/src/tbb/recursive_mutex.cpp with 62% similarity]
bundled/tbb-2018_U2/src/tbb/scheduler.cpp [moved from bundled/tbb41_20130401oss/src/tbb/scheduler.cpp with 58% similarity]
bundled/tbb-2018_U2/src/tbb/scheduler.h [moved from bundled/tbb41_20130401oss/src/tbb/scheduler.h with 68% similarity]
bundled/tbb-2018_U2/src/tbb/scheduler_common.h [moved from bundled/tbb41_20130401oss/src/tbb/scheduler_common.h with 65% similarity]
bundled/tbb-2018_U2/src/tbb/scheduler_utility.h [moved from bundled/tbb41_20130401oss/src/tbb/scheduler_utility.h with 70% similarity]
bundled/tbb-2018_U2/src/tbb/semaphore.cpp [moved from bundled/tbb41_20130401oss/src/tbb/semaphore.cpp with 64% similarity]
bundled/tbb-2018_U2/src/tbb/semaphore.h [moved from bundled/tbb41_20130401oss/src/tbb/semaphore.h with 77% similarity]
bundled/tbb-2018_U2/src/tbb/spin_mutex.cpp [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbb/spin_rw_mutex.cpp [moved from bundled/tbb41_20130401oss/src/tbb/spin_rw_mutex.cpp with 74% similarity]
bundled/tbb-2018_U2/src/tbb/task.cpp [moved from bundled/tbb41_20130401oss/src/tbb/task.cpp with 71% similarity]
bundled/tbb-2018_U2/src/tbb/task_group_context.cpp [moved from bundled/tbb41_20130401oss/src/tbb/task_group_context.cpp with 65% similarity]
bundled/tbb-2018_U2/src/tbb/task_stream.h [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbb/tbb_assert_impl.h [moved from bundled/tbb41_20130401oss/src/tbb/tbb_assert_impl.h with 64% similarity]
bundled/tbb-2018_U2/src/tbb/tbb_main.cpp [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbb/tbb_main.h [moved from bundled/tbb41_20130401oss/src/tbb/tbb_main.h with 60% similarity]
bundled/tbb-2018_U2/src/tbb/tbb_misc.cpp [moved from bundled/tbb41_20130401oss/src/tbb/tbb_misc.cpp with 59% similarity]
bundled/tbb-2018_U2/src/tbb/tbb_misc.h [moved from bundled/tbb41_20130401oss/src/tbb/tbb_misc.h with 80% similarity]
bundled/tbb-2018_U2/src/tbb/tbb_misc_ex.cpp [moved from bundled/tbb41_20130401oss/src/tbb/tbb_misc_ex.cpp with 75% similarity]
bundled/tbb-2018_U2/src/tbb/tbb_statistics.cpp [moved from bundled/tbb41_20130401oss/src/tbb/tbb_statistics.cpp with 80% similarity]
bundled/tbb-2018_U2/src/tbb/tbb_statistics.h [moved from bundled/tbb41_20130401oss/src/tbb/tbb_statistics.h with 82% similarity]
bundled/tbb-2018_U2/src/tbb/tbb_thread.cpp [moved from bundled/tbb41_20130401oss/src/tbb/tbb_thread.cpp with 69% similarity]
bundled/tbb-2018_U2/src/tbb/tbb_version.h [moved from bundled/tbb41_20130401oss/src/tbb/tbb_version.h with 71% similarity]
bundled/tbb-2018_U2/src/tbb/tls.h [moved from bundled/tbb41_20130401oss/src/tbb/tls.h with 67% similarity]
bundled/tbb-2018_U2/src/tbb/tools_api/disable_warnings.h [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbb/tools_api/ittnotify.h [moved from bundled/tbb41_20130401oss/src/tbb/tools_api/ittnotify.h with 86% similarity]
bundled/tbb-2018_U2/src/tbb/tools_api/ittnotify_config.h [moved from bundled/tbb41_20130401oss/src/tbb/tools_api/ittnotify_config.h with 64% similarity]
bundled/tbb-2018_U2/src/tbb/tools_api/ittnotify_static.c [moved from bundled/tbb41_20130401oss/src/tbb/tools_api/ittnotify_static.c with 60% similarity]
bundled/tbb-2018_U2/src/tbb/tools_api/ittnotify_static.h [moved from bundled/tbb41_20130401oss/src/tbb/tools_api/ittnotify_static.h with 83% similarity]
bundled/tbb-2018_U2/src/tbb/tools_api/ittnotify_types.h [moved from bundled/tbb41_20130401oss/src/tbb/tools_api/ittnotify_types.h with 54% similarity]
bundled/tbb-2018_U2/src/tbb/tools_api/legacy/ittnotify.h [moved from bundled/tbb41_20130401oss/src/tbb/tools_api/legacy/ittnotify.h with 94% similarity]
bundled/tbb-2018_U2/src/tbb/x86_rtm_rw_mutex.cpp [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbbmalloc/Customize.h [moved from bundled/tbb41_20130401oss/src/tbbmalloc/Customize.h with 50% similarity]
bundled/tbb-2018_U2/src/tbbmalloc/MapMemory.h [moved from bundled/tbb41_20130401oss/src/tbbmalloc/MapMemory.h with 58% similarity]
bundled/tbb-2018_U2/src/tbbmalloc/Statistics.h [moved from bundled/tbb41_20130401oss/src/tbbmalloc/Statistics.h with 72% similarity]
bundled/tbb-2018_U2/src/tbbmalloc/TypeDefinitions.h [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbbmalloc/backend.cpp [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbbmalloc/backref.cpp [moved from bundled/tbb41_20130401oss/src/tbbmalloc/backref.cpp with 58% similarity]
bundled/tbb-2018_U2/src/tbbmalloc/frontend.cpp [moved from bundled/tbb41_20130401oss/src/tbbmalloc/frontend.cpp with 67% similarity]
bundled/tbb-2018_U2/src/tbbmalloc/index.html [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbbmalloc/large_objects.cpp [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbbmalloc/proxy.cpp [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbbmalloc/proxy.h [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbbmalloc/proxy_overload_osx.h [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbbmalloc/shared_utils.h [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbbmalloc/tbb_function_replacement.cpp [moved from bundled/tbb41_20130401oss/src/tbbmalloc/tbb_function_replacement.cpp with 64% similarity]
bundled/tbb-2018_U2/src/tbbmalloc/tbb_function_replacement.h [moved from bundled/tbb41_20130401oss/src/tbbmalloc/tbb_function_replacement.h with 55% similarity]
bundled/tbb-2018_U2/src/tbbmalloc/tbbmalloc.cpp [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbbmalloc/tbbmalloc_internal.h [moved from bundled/tbb41_20130401oss/src/tbbmalloc/tbbmalloc_internal.h with 57% similarity]
bundled/tbb-2018_U2/src/tbbmalloc/tbbmalloc_internal_api.h [new file with mode: 0644]
bundled/tbb-2018_U2/src/tbbproxy/tbbproxy-windows.asm [moved from bundled/tbb41_20130401oss/src/tbbproxy/tbbproxy-windows.asm with 62% similarity]
bundled/tbb-2018_U2/src/tbbproxy/tbbproxy.cpp [moved from bundled/tbb41_20130401oss/src/tbbproxy/tbbproxy.cpp with 90% similarity]
bundled/tbb41_20130401oss/COPYING [deleted file]
bundled/tbb41_20130401oss/README [deleted file]
bundled/tbb41_20130401oss/include/serial/tbb/tbb_annotate.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/aligned_space.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/blocked_range.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/combinable.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/compat/ppl.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/compat/thread [deleted file]
bundled/tbb41_20130401oss/include/tbb/compat/tuple [deleted file]
bundled/tbb41_20130401oss/include/tbb/flow_graph.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/internal/_flow_graph_impl.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/internal/_flow_graph_item_buffer_impl.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/internal/_flow_graph_join_impl.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/internal/_flow_graph_node_impl.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/internal/_flow_graph_or_impl.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/internal/_flow_graph_tagged_buffer_impl.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/internal/_flow_graph_types_impl.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/machine/gcc_generic.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/machine/gcc_ia32_common.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/machine/mic_common.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/machine/msvc_armv7.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/machine/msvc_ia32_common.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/machine/windows_ia32.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/machine/windows_intel64.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/machine/xbox360_ppc.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/null_mutex.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/null_rw_mutex.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/parallel_for_each.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/partitioner.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/task_arena.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/tbb_config.h [deleted file]
bundled/tbb41_20130401oss/include/tbb/tbbmalloc_proxy.h [deleted file]
bundled/tbb41_20130401oss/src/old/concurrent_queue_v2.cpp [deleted file]
bundled/tbb41_20130401oss/src/old/concurrent_queue_v2.h [deleted file]
bundled/tbb41_20130401oss/src/old/concurrent_vector_v2.cpp [deleted file]
bundled/tbb41_20130401oss/src/old/concurrent_vector_v2.h [deleted file]
bundled/tbb41_20130401oss/src/old/spin_rw_mutex_v2.cpp [deleted file]
bundled/tbb41_20130401oss/src/old/spin_rw_mutex_v2.h [deleted file]
bundled/tbb41_20130401oss/src/old/task_v2.cpp [deleted file]
bundled/tbb41_20130401oss/src/old/test_concurrent_queue_v2.cpp [deleted file]
bundled/tbb41_20130401oss/src/old/test_concurrent_vector_v2.cpp [deleted file]
bundled/tbb41_20130401oss/src/old/test_mutex_v2.cpp [deleted file]
bundled/tbb41_20130401oss/src/old/test_task_scheduler_observer_v3.cpp [deleted file]
bundled/tbb41_20130401oss/src/perf/coarse_grained_raii_lru_cache.h [deleted file]
bundled/tbb41_20130401oss/src/perf/cpq_pdes.cpp [deleted file]
bundled/tbb41_20130401oss/src/perf/cpq_throughput_test.cpp [deleted file]
bundled/tbb41_20130401oss/src/perf/fibonacci_cutoff.cpp [deleted file]
bundled/tbb41_20130401oss/src/perf/fibonacci_impl_tbb.cpp [deleted file]
bundled/tbb41_20130401oss/src/perf/perf.cpp [deleted file]
bundled/tbb41_20130401oss/src/perf/perf.h [deleted file]
bundled/tbb41_20130401oss/src/perf/perf_sched.cpp [deleted file]
bundled/tbb41_20130401oss/src/perf/run_statistics.sh [deleted file]
bundled/tbb41_20130401oss/src/perf/statistics.cpp [deleted file]
bundled/tbb41_20130401oss/src/perf/statistics.h [deleted file]
bundled/tbb41_20130401oss/src/perf/statistics_xml.h [deleted file]
bundled/tbb41_20130401oss/src/perf/time_framework.h [deleted file]
bundled/tbb41_20130401oss/src/perf/time_hash_map.cpp [deleted file]
bundled/tbb41_20130401oss/src/perf/time_hash_map_fill.cpp [deleted file]
bundled/tbb41_20130401oss/src/perf/time_hash_map_fill.html [deleted file]
bundled/tbb41_20130401oss/src/perf/time_locked_work.cpp [deleted file]
bundled/tbb41_20130401oss/src/perf/time_lru_cache_throughput.cpp [deleted file]
bundled/tbb41_20130401oss/src/perf/time_sandbox.h [deleted file]
bundled/tbb41_20130401oss/src/perf/time_vector.cpp [deleted file]
bundled/tbb41_20130401oss/src/rml/client/library_assert.h [deleted file]
bundled/tbb41_20130401oss/src/rml/client/omp_dynamic_link.cpp [deleted file]
bundled/tbb41_20130401oss/src/rml/client/omp_dynamic_link.h [deleted file]
bundled/tbb41_20130401oss/src/rml/client/rml_omp.cpp [deleted file]
bundled/tbb41_20130401oss/src/rml/client/rml_tbb.cpp [deleted file]
bundled/tbb41_20130401oss/src/rml/server/irml.rc [deleted file]
bundled/tbb41_20130401oss/src/rml/server/lin-rml-export.def [deleted file]
bundled/tbb41_20130401oss/src/rml/server/wait_counter.h [deleted file]
bundled/tbb41_20130401oss/src/rml/server/win32-rml-export.def [deleted file]
bundled/tbb41_20130401oss/src/rml/server/win64-rml-export.def [deleted file]
bundled/tbb41_20130401oss/src/rml/test/rml_omp_stub.cpp [deleted file]
bundled/tbb41_20130401oss/src/rml/test/test_rml_omp_c_linkage.c [deleted file]
bundled/tbb41_20130401oss/src/tbb/arena.cpp [deleted file]
bundled/tbb41_20130401oss/src/tbb/arena.h [deleted file]
bundled/tbb41_20130401oss/src/tbb/concurrent_hash_map.cpp [deleted file]
bundled/tbb41_20130401oss/src/tbb/critical_section.cpp [deleted file]
bundled/tbb41_20130401oss/src/tbb/ia32-masm/lock_byte.asm [deleted file]
bundled/tbb41_20130401oss/src/tbb/ia64-gas/lock_byte.s [deleted file]
bundled/tbb41_20130401oss/src/tbb/ia64-gas/log2.s [deleted file]
bundled/tbb41_20130401oss/src/tbb/ia64-gas/pause.s [deleted file]
bundled/tbb41_20130401oss/src/tbb/ibm_aix51/atomic_support.c [deleted file]
bundled/tbb41_20130401oss/src/tbb/intel64-masm/atomic_support.asm [deleted file]
bundled/tbb41_20130401oss/src/tbb/intel64-masm/intel64_misc.asm [deleted file]
bundled/tbb41_20130401oss/src/tbb/lin32-tbb-export.def [deleted file]
bundled/tbb41_20130401oss/src/tbb/lin32-tbb-export.lst [deleted file]
bundled/tbb41_20130401oss/src/tbb/lin64-tbb-export.def [deleted file]
bundled/tbb41_20130401oss/src/tbb/lin64-tbb-export.lst [deleted file]
bundled/tbb41_20130401oss/src/tbb/lin64ipf-tbb-export.def [deleted file]
bundled/tbb41_20130401oss/src/tbb/lin64ipf-tbb-export.lst [deleted file]
bundled/tbb41_20130401oss/src/tbb/mac32-tbb-export.def [deleted file]
bundled/tbb41_20130401oss/src/tbb/mac32-tbb-export.lst [deleted file]
bundled/tbb41_20130401oss/src/tbb/mac64-tbb-export.def [deleted file]
bundled/tbb41_20130401oss/src/tbb/mac64-tbb-export.lst [deleted file]
bundled/tbb41_20130401oss/src/tbb/market.cpp [deleted file]
bundled/tbb41_20130401oss/src/tbb/spin_mutex.cpp [deleted file]
bundled/tbb41_20130401oss/src/tbb/task_stream.h [deleted file]
bundled/tbb41_20130401oss/src/tbb/tbb_main.cpp [deleted file]
bundled/tbb41_20130401oss/src/tbb/tbb_resource.rc [deleted file]
bundled/tbb41_20130401oss/src/tbb/tools_api/disable_warnings.h [deleted file]
bundled/tbb41_20130401oss/src/tbb/tools_api/internal/ittnotify.h [deleted file]
bundled/tbb41_20130401oss/src/tbb/tools_api/prototype/ittnotify.h [deleted file]
bundled/tbb41_20130401oss/src/tbb/win32-tbb-export.def [deleted file]
bundled/tbb41_20130401oss/src/tbb/win32-tbb-export.lst [deleted file]
bundled/tbb41_20130401oss/src/tbb/win64-gcc-tbb-export.def [deleted file]
bundled/tbb41_20130401oss/src/tbb/win64-gcc-tbb-export.lst [deleted file]
bundled/tbb41_20130401oss/src/tbb/win64-tbb-export.def [deleted file]
bundled/tbb41_20130401oss/src/tbb/win64-tbb-export.lst [deleted file]
bundled/tbb41_20130401oss/src/tbb/winrt-tbb-export.lst [deleted file]
bundled/tbb41_20130401oss/src/tbb/xbox360-tbb-export.def [deleted file]
bundled/tbb41_20130401oss/src/tbbmalloc/TypeDefinitions.h [deleted file]
bundled/tbb41_20130401oss/src/tbbmalloc/backend.cpp [deleted file]
bundled/tbb41_20130401oss/src/tbbmalloc/large_objects.cpp [deleted file]
bundled/tbb41_20130401oss/src/tbbmalloc/lin32-proxy-export.def [deleted file]
bundled/tbb41_20130401oss/src/tbbmalloc/lin32-tbbmalloc-export.def [deleted file]
bundled/tbb41_20130401oss/src/tbbmalloc/lin64-proxy-export.def [deleted file]
bundled/tbb41_20130401oss/src/tbbmalloc/lin64-tbbmalloc-export.def [deleted file]
bundled/tbb41_20130401oss/src/tbbmalloc/lin64ipf-proxy-export.def [deleted file]
bundled/tbb41_20130401oss/src/tbbmalloc/lin64ipf-tbbmalloc-export.def [deleted file]
bundled/tbb41_20130401oss/src/tbbmalloc/mac32-tbbmalloc-export.def [deleted file]
bundled/tbb41_20130401oss/src/tbbmalloc/mac64-tbbmalloc-export.def [deleted file]
bundled/tbb41_20130401oss/src/tbbmalloc/proxy.cpp [deleted file]
bundled/tbb41_20130401oss/src/tbbmalloc/proxy.h [deleted file]
bundled/tbb41_20130401oss/src/tbbmalloc/tbbmalloc.cpp [deleted file]
bundled/tbb41_20130401oss/src/tbbmalloc/tbbmalloc.rc [deleted file]
bundled/tbb41_20130401oss/src/tbbmalloc/tbbmalloc_internal_api.h [deleted file]
bundled/tbb41_20130401oss/src/tbbmalloc/win32-gcc-tbbmalloc-export.def [deleted file]
bundled/tbb41_20130401oss/src/tbbmalloc/win32-tbbmalloc-export.def [deleted file]
bundled/tbb41_20130401oss/src/tbbmalloc/win64-gcc-tbbmalloc-export.def [deleted file]
bundled/tbb41_20130401oss/src/tbbmalloc/win64-tbbmalloc-export.def [deleted file]
bundled/tbb41_20130401oss/src/tbbmalloc/xbox360-tbbmalloc-export.def [deleted file]
doc/news/changes/major/20180302DavidWells [new file with mode: 0644]

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.