first commit
parents
Showing
CMakeCommon/CheckEnableTests.cmake
0 → 100644
CMakeCommon/CopyInstallFiles.cmake
0 → 100644
CMakeCommon/FindOpenCL.cmake
0 → 100644
CMakeCommon/GroupSourcesMSVC.cmake
0 → 100644
CMakeCommon/SetCompilerFlags.cmake
0 → 100644
CMakeCommon/SetInstallPaths.cmake
0 → 100644
CMakeLists.txt
0 → 100644
TC_Toolchain.cmake
0 → 100644
algorithms_cpp/CMakeLists.txt
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
algorithms_cpp/src/dummy.cc
0 → 100644
algorithms_cpp/test/count_test.cc
0 → 100644
algorithms_cpp/test/count_test.h
0 → 100644
algorithms_cpp/test/for_each_test.cc
0 → 100644
algorithms_cpp/test/for_each_test.h
0 → 100644
algorithms_cpp/test/invoke_test.cc
0 → 100644
algorithms_cpp/test/invoke_test.h
0 → 100644
algorithms_cpp/test/main.cc
0 → 100644
algorithms_cpp/test/merge_sort_test.cc
0 → 100644
algorithms_cpp/test/merge_sort_test.h
0 → 100644
algorithms_cpp/test/partitioner_test.cc
0 → 100644
algorithms_cpp/test/partitioner_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
algorithms_cpp/test/quick_sort_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
algorithms_cpp/test/quick_sort_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
algorithms_cpp/test/reduce_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
algorithms_cpp/test/reduce_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
algorithms_cpp/test/scan_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
algorithms_cpp/test/scan_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
algorithms_cpp/test/zip_iterator_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
algorithms_cpp/test/zip_iterator_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/CMakeLists.txt
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/include/embb/base/c/atomic.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/include/embb/base/c/base.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
base_c/include/embb/base/c/core_set.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/include/embb/base/c/counter.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/include/embb/base/c/duration.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/include/embb/base/c/errors.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
base_c/include/embb/base/c/internal/bitset.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
base_c/include/embb/base/c/internal/config.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
base_c/include/embb/base/c/internal/unused.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/include/embb/base/c/log.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
base_c/include/embb/base/c/mutex.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/include/embb/base/c/thread.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
base_c/include/embb/base/c/time.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/src/atomic.c
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/src/atomicfunc_32.asm
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/src/atomicfunc_64.asm
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/src/condition_variable.c
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/src/core_set.c
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/src/counter.c
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/src/duration.c
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/src/internal/thread_index.c
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/src/log.c
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/src/memory_allocation.c
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/src/mutex.c
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/src/thread.c
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/src/thread_specific_storage.c
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/src/time.c
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/test/README.txt
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/test/alloc_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/test/alloc_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/test/condition_var_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/test/condition_var_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/test/core_set_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/test/core_set_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/test/counter_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/test/counter_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/test/duration_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/test/duration_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/test/main.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/test/mutex_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/test/mutex_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/test/thread_index_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/test/thread_index_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/test/thread_specific_storage_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/test/thread_specific_storage_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/test/thread_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/test/thread_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/test/time_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_c/test/time_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/CMakeLists.txt
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/include/embb/base/atomic.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/include/embb/base/base.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
base_cpp/include/embb/base/core_set.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/include/embb/base/duration.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/include/embb/base/exceptions.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/include/embb/base/function.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
base_cpp/include/embb/base/internal/config.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
base_cpp/include/embb/base/internal/nil.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
base_cpp/include/embb/base/log.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
base_cpp/include/embb/base/mutex.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/include/embb/base/thread.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
base_cpp/include/embb/base/time.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/src/condition_variable.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/src/core_set.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/src/duration.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/src/function.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/src/functionN.lua
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/src/log.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/src/memory_allocation.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/src/mutex.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/src/thread.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/src/time.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/test/atomic_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/test/atomic_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/test/condition_var_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/test/condition_var_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/test/core_set_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/test/core_set_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/test/duration_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/test/duration_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/test/log_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/test/log_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/test/main.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/test/memory_allocation_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/test/memory_allocation_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/test/mutex_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/test/mutex_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
base_cpp/test/thread_specific_storage_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/test/thread_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/test/thread_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
base_cpp/test/time_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
containers_cpp/CMakeLists.txt
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
containers_cpp/src/dummy.cc
0 → 100644
This diff is collapsed.
Click to expand it.
containers_cpp/test/hazard_pointer_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
containers_cpp/test/hazard_pointer_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
containers_cpp/test/main.cc
0 → 100644
This diff is collapsed.
Click to expand it.
containers_cpp/test/object_pool_test-inl.h
0 → 100644
This diff is collapsed.
Click to expand it.
containers_cpp/test/object_pool_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
containers_cpp/test/object_pool_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
containers_cpp/test/pool_test-inl.h
0 → 100644
This diff is collapsed.
Click to expand it.
containers_cpp/test/pool_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
containers_cpp/test/queue_test-inl.h
0 → 100644
This diff is collapsed.
Click to expand it.
containers_cpp/test/queue_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
containers_cpp/test/stack_test-inl.h
0 → 100644
This diff is collapsed.
Click to expand it.
containers_cpp/test/stack_test.h
0 → 100644
This diff is collapsed.
Click to expand it.
dataflow_cpp/CMakeLists.txt
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dataflow_cpp/include/embb/dataflow/network.h
0 → 100644
This diff is collapsed.
Click to expand it.
dataflow_cpp/src/node.cc
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dataflow_cpp/test/dataflow_cpp_test_simple.h
0 → 100644
This diff is collapsed.
Click to expand it.
dataflow_cpp/test/dataflow_cpp_test_tuple.cc
0 → 100644
This diff is collapsed.
Click to expand it.
dataflow_cpp/test/dataflow_cpp_test_tuple.h
0 → 100644
This diff is collapsed.
Click to expand it.
dataflow_cpp/test/main.cc
0 → 100644
This diff is collapsed.
Click to expand it.
doc/examples/CMakeLists.txt
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
doc/examples/algorithms/scan/setup-snippet.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
doc/examples/containers/queues-fragmented.cc
0 → 100644
This diff is collapsed.
Click to expand it.
doc/examples/containers/queues-snippet.h
0 → 100644
This diff is collapsed.
Click to expand it.
doc/examples/containers/stack-fragmented.cc
0 → 100644
This diff is collapsed.
Click to expand it.
doc/examples/containers/stack-snippet.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
doc/examples/dataflow/dataflow_run-snippet.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
doc/examples/insert_snippets.py
0 → 100644
This diff is collapsed.
Click to expand it.
doc/examples/main.cc
0 → 100644
This diff is collapsed.
Click to expand it.
doc/examples/mtapi/mtapi_c-fragmented.cc
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
doc/examples/mtapi/mtapi_cpp-fragmented.cc
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
doc/examples/mtapi/mtapi_cpp_main-snippet.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
doc/examples/stl_for_each/function-snippet.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
doc/examples/stl_for_each/functor-snippet.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
doc/examples/stl_for_each/lambda-snippet.h
0 → 100644
This diff is collapsed.
Click to expand it.
doc/examples/stl_for_each/manual-snippet.h
0 → 100644
This diff is collapsed.
Click to expand it.
doc/examples/stl_for_each/setup-snippet.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
doc/examples/tasks/tasks_cpp-fragmented.cc
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
mtapi_c/CMakeLists.txt
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/include/embb/mtapi/c/mtapi.h
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
mtapi_c/include/embb/mtapi/c/mtapi_ext.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/include/mtapi.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/include/mtapi_ext.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_action_plugin_t.c
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_action_t.c
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_action_t.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_action_t_fwd.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_alloc.c
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_alloc.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_attr.c
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_attr.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_group_t.c
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_group_t.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_group_t_fwd.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_id_pool_t.c
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_id_pool_t.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_job_t.c
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_job_t.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_job_t_fwd.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_log.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_node_t.c
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_node_t.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_node_t_fwd.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_pool_template-inl.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_pool_template.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_queue_t.c
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_queue_t.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_queue_t_fwd.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_scheduler_t.c
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_scheduler_t.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_scheduler_t_fwd.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_task_context_t.c
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_task_context_t.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_task_context_t_fwd.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_task_queue_t.c
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_task_queue_t.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_task_queue_t_fwd.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_task_t.c
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_task_t.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_task_t_fwd.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_thread_context_t.c
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_thread_context_t.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
mtapi_c/src/mtapi_action_attributes_t.c
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/mtapi_affinity_t.c
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/mtapi_group_attributes_t.c
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/mtapi_node_attributes_t.c
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/mtapi_queue_attributes_t.c
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/mtapi_status_t.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/mtapi_task_attributes_t.c
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/test/embb_mtapi_test_config.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/test/embb_mtapi_test_error.cc
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/test/embb_mtapi_test_error.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/test/embb_mtapi_test_group.cc
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/test/embb_mtapi_test_group.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/test/embb_mtapi_test_id_pool.cc
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/test/embb_mtapi_test_id_pool.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
mtapi_c/test/embb_mtapi_test_init_finalize.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/test/embb_mtapi_test_plugin.cc
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/test/embb_mtapi_test_plugin.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/test/embb_mtapi_test_queue.cc
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/test/embb_mtapi_test_queue.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/test/embb_mtapi_test_task.cc
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/test/embb_mtapi_test_task.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/test/main.cc
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_cpp/CMakeLists.txt
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_cpp/include/embb/mtapi/action.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
mtapi_cpp/include/embb/mtapi/affinity.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_cpp/include/embb/mtapi/group.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
mtapi_cpp/include/embb/mtapi/job.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_cpp/include/embb/mtapi/mtapi.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_cpp/include/embb/mtapi/node.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
mtapi_cpp/include/embb/mtapi/queue.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
mtapi_cpp/include/embb/mtapi/task.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
mtapi_cpp/include/embb/mtapi/task_context.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_cpp/src/check_status.cc
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_cpp/src/node.cc
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_cpp/test/main.cc
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_cpp/test/mtapi_cpp_test_config.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_cpp/test/mtapi_cpp_test_group.cc
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_cpp/test/mtapi_cpp_test_group.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_cpp/test/mtapi_cpp_test_queue.cc
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_cpp/test/mtapi_cpp_test_queue.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_cpp/test/mtapi_cpp_test_task.cc
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_cpp/test/mtapi_cpp_test_task.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
mtapi_plugins_c/mtapi_network_c/test/main.cc
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
mtapi_plugins_c/mtapi_opencl_c/src/CL/cl.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
mtapi_plugins_c/mtapi_opencl_c/test/main.cc
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/CMakeLists.txt
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/include/embb/tasks/action.h
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/include/embb/tasks/continuation.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tasks_cpp/include/embb/tasks/group.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tasks_cpp/include/embb/tasks/node.h
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/include/embb/tasks/queue.h
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/include/embb/tasks/task.h
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/include/embb/tasks/task_context.h
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/include/embb/tasks/tasks.h
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/src/continuation.cc
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/src/continuationstage.h
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/src/execution_policy.cc
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/src/group.cc
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/src/node.cc
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/src/queue.cc
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/src/task.cc
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/src/task_context.cc
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/test/main.cc
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/test/tasks_cpp_test_config.h
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/test/tasks_cpp_test_group.cc
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/test/tasks_cpp_test_group.h
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/test/tasks_cpp_test_queue.cc
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/test/tasks_cpp_test_queue.h
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/test/tasks_cpp_test_task.cc
0 → 100644
This diff is collapsed.
Click to expand it.
tasks_cpp/test/tasks_cpp_test_task.h
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment