diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e69de29 diff --git a/include/bitops.hpp b/include/bitops.hpp new file mode 100644 index 0000000..3f59c93 --- /dev/null +++ b/include/bitops.hpp @@ -0,0 +1,2 @@ +#pragma once + diff --git a/include/indexed_array.hpp b/include/indexed_array.hpp new file mode 100644 index 0000000..3f59c93 --- /dev/null +++ b/include/indexed_array.hpp @@ -0,0 +1,2 @@ +#pragma once + diff --git a/include/region_locker.hpp b/include/region_locker.hpp new file mode 100644 index 0000000..3f59c93 --- /dev/null +++ b/include/region_locker.hpp @@ -0,0 +1,2 @@ +#pragma once + diff --git a/include/shared_fd.hpp b/include/shared_fd.hpp new file mode 100644 index 0000000..3f59c93 --- /dev/null +++ b/include/shared_fd.hpp @@ -0,0 +1,2 @@ +#pragma once + diff --git a/include/shared_mmap.hpp b/include/shared_mmap.hpp new file mode 100644 index 0000000..3f59c93 --- /dev/null +++ b/include/shared_mmap.hpp @@ -0,0 +1,2 @@ +#pragma once + diff --git a/include/stored_clog.hpp b/include/stored_clog.hpp new file mode 100644 index 0000000..3f59c93 --- /dev/null +++ b/include/stored_clog.hpp @@ -0,0 +1,2 @@ +#pragma once + diff --git a/include/stored_hmap.hpp b/include/stored_hmap.hpp new file mode 100644 index 0000000..3f59c93 --- /dev/null +++ b/include/stored_hmap.hpp @@ -0,0 +1,2 @@ +#pragma once + diff --git a/include/stored_indexed_array.hpp b/include/stored_indexed_array.hpp new file mode 100644 index 0000000..3f59c93 --- /dev/null +++ b/include/stored_indexed_array.hpp @@ -0,0 +1,2 @@ +#pragma once + diff --git a/tests.cpp b/tests.cpp new file mode 100644 index 0000000..e69de29