Initial version of open source release.
parents
Showing
.gitattributes
0 → 100644
.gitignore
0 → 100644
CMakeCommon/CheckEnableTests.cmake
0 → 100644
CMakeCommon/CopyInstallFiles.cmake
0 → 100644
CMakeCommon/GroupSourcesMSVC.cmake
0 → 100644
CMakeCommon/SetCompilerFlags.cmake
0 → 100644
CMakeCommon/SetInstallPaths.cmake
0 → 100644
CMakeLists.txt
0 → 100644
COPYING.txt
0 → 100644
README.txt
0 → 100644
This diff is collapsed.
Click to expand it.
algorithms_cpp/CMakeLists.txt
0 → 100644
This diff is collapsed.
Click to expand it.
algorithms_cpp/src/dummy.cc
0 → 100644
algorithms_cpp/src/execution_policy.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
This diff is collapsed.
Click to expand it.
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.
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/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/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.
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/dummy.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.
doc/examples/dataflow/dataflow_add-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.
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.
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.
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/images/embb.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
doc/images/embb.png
0 → 100644
This diff is collapsed.
Click to expand it.
doc/images/embb.pptx
0 → 100644
This diff is collapsed.
Click to expand it.
doc/reference/Doxyfile.in
0 → 100644
This diff is collapsed.
Click to expand it.
doc/reference/DoxygenHTMLStyle.css
0 → 100644
This diff is collapsed.
Click to expand it.
doc/reference/DoxygenLayout.xml
0 → 100644
This diff is collapsed.
Click to expand it.
doc/reference/embb.dox
0 → 100644
This diff is collapsed.
Click to expand it.
doc/reference/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
doc/tutorial/content/algorithms.tex
0 → 100644
This diff is collapsed.
Click to expand it.
doc/tutorial/content/containers.tex
0 → 100644
This diff is collapsed.
Click to expand it.
doc/tutorial/content/dataflow.tex
0 → 100644
This diff is collapsed.
Click to expand it.
doc/tutorial/content/introduction.tex
0 → 100644
This diff is collapsed.
Click to expand it.
doc/tutorial/content/mtapi.tex
0 → 100644
This diff is collapsed.
Click to expand it.
doc/tutorial/content/preface.tex
0 → 100644
This diff is collapsed.
Click to expand it.
doc/tutorial/customize.tex
0 → 100644
This diff is collapsed.
Click to expand it.
doc/tutorial/pics/chicago-square.jpg
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/tutorial/references.bib
0 → 100644
This diff is collapsed.
Click to expand it.
doc/tutorial/sty/README.txt
0 → 100644
This diff is collapsed.
Click to expand it.
doc/tutorial/sty/siemens_core.sty
0 → 100644
This diff is collapsed.
Click to expand it.
doc/tutorial/sty/siemens_double.sty
0 → 100644
This diff is collapsed.
Click to expand it.
doc/tutorial/sty/siemens_single.sty
0 → 100644
This diff is collapsed.
Click to expand it.
doc/tutorial/tutorial.tex
0 → 100644
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/mtapi.h
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_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_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_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_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_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_spinlock_t.c
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_c/src/embb_mtapi_spinlock_t.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_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_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.
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.
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_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.
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_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.
mtapi_cpp/include/embb/mtapi/affinity.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_cpp/include/embb/mtapi/continuation.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.
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.
mtapi_cpp/include/embb/mtapi/queue.h
0 → 100644
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.
mtapi_cpp/include/embb/mtapi/taskcontext.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_cpp/src/affinity.cc
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_cpp/src/continuation.cc
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_cpp/src/continuationstage.h
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_cpp/src/group.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/src/queue.cc
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_cpp/src/task.cc
0 → 100644
This diff is collapsed.
Click to expand it.
mtapi_cpp/src/taskcontext.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.
partest.tar
0 → 100644
This diff is collapsed.
Click to expand it.
scripts/create_tarball.sh
0 → 100644
This diff is collapsed.
Click to expand it.
scripts/insert_license.sh
0 → 100644
This diff is collapsed.
Click to expand it.
scripts/license.txt
0 → 100644
This diff is collapsed.
Click to expand it.
scripts/license_scripts.txt
0 → 100644
This diff is collapsed.
Click to expand it.
scripts/remove_license.sh
0 → 100644
This diff is collapsed.
Click to expand it.
scripts/run_cpplint.sh
0 → 100644
This diff is collapsed.
Click to expand it.
scripts/run_tests_cygwin.sh
0 → 100644
This diff is collapsed.
Click to expand it.
scripts/run_tests_linux.sh
0 → 100644
This diff is collapsed.
Click to expand it.
scripts/run_tests_windows.bat
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment