From 2cbc1cc134a7273f0048f4074101f13b0512f6bf Mon Sep 17 00:00:00 2001 From: Ludovic 'Archivist' Lagouardette Date: Tue, 17 Sep 2019 23:02:11 +0200 Subject: [PATCH] Scafolding --- Makefile | 0 include/bitops.hpp | 2 ++ include/indexed_array.hpp | 2 ++ include/region_locker.hpp | 2 ++ include/shared_fd.hpp | 2 ++ include/shared_mmap.hpp | 2 ++ include/stored_clog.hpp | 2 ++ include/stored_hmap.hpp | 2 ++ include/stored_indexed_array.hpp | 2 ++ tests.cpp | 0 10 files changed, 16 insertions(+) create mode 100644 Makefile create mode 100644 include/bitops.hpp create mode 100644 include/indexed_array.hpp create mode 100644 include/region_locker.hpp create mode 100644 include/shared_fd.hpp create mode 100644 include/shared_mmap.hpp create mode 100644 include/stored_clog.hpp create mode 100644 include/stored_hmap.hpp create mode 100644 include/stored_indexed_array.hpp create mode 100644 tests.cpp 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