diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-17 14:51:01 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-17 15:09:49 +0100 |
| commit | bd28cc476c2fc76978630e756e27c4bcd58f8e9c (patch) | |
| tree | b84791aac1426afa3a9cc6878407e12ddc27f3c2 | |
| parent | b20e88fdc5efb2fa5d0033d9a7516ff78a65132d (diff) | |
feat: Add file structure.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | .gitignore | 3 | ||||
| l--------- | LICENSE_1_0.txt | 1 | ||||
| -rw-r--r-- | doc/.keep (renamed from include/boost/tproc.hpp) | 0 | ||||
| -rw-r--r-- | example/.keep (renamed from include/boost/tproc/detail/config.hpp) | 0 | ||||
| -rw-r--r-- | include/ocl/tproc.hpp | 12 | ||||
| -rw-r--r-- | include/ocl/tproc/detail/config.hpp (renamed from include/boost/tproc/rope.hpp) | 0 | ||||
| -rw-r--r-- | include/ocl/tproc/rope.hpp | 0 | ||||
| -rw-r--r-- | test/.keep | 0 |
8 files changed, 16 insertions, 0 deletions
@@ -1,6 +1,9 @@ # Prerequisites *.d +# Emacs +*~ + # Compiled Object files *.slo *.lo diff --git a/LICENSE_1_0.txt b/LICENSE_1_0.txt new file mode 120000 index 0000000..7a694c9 --- /dev/null +++ b/LICENSE_1_0.txt @@ -0,0 +1 @@ +LICENSE
\ No newline at end of file diff --git a/include/boost/tproc.hpp b/doc/.keep index e69de29..e69de29 100644 --- a/include/boost/tproc.hpp +++ b/doc/.keep diff --git a/include/boost/tproc/detail/config.hpp b/example/.keep index e69de29..e69de29 100644 --- a/include/boost/tproc/detail/config.hpp +++ b/example/.keep diff --git a/include/ocl/tproc.hpp b/include/ocl/tproc.hpp new file mode 100644 index 0000000..84a2851 --- /dev/null +++ b/include/ocl/tproc.hpp @@ -0,0 +1,12 @@ +// Copyright 2025, Amlal El Mahrouss (amlal@nekernel.org) +// Distributed under the Boost Software License, Version 1.0. (See accompanying +// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// Official repository: https://github.com/ocl-org/tproc + +#ifndef OCL_TPROC_HPP +#define OCL_TPROC_HPP + +#include <ocl/tproc/detail/config.hpp> +#include <ocl/tproc/rope.hpp> + +#endif // OCL_TPROC_HPP diff --git a/include/boost/tproc/rope.hpp b/include/ocl/tproc/detail/config.hpp index e69de29..e69de29 100644 --- a/include/boost/tproc/rope.hpp +++ b/include/ocl/tproc/detail/config.hpp diff --git a/include/ocl/tproc/rope.hpp b/include/ocl/tproc/rope.hpp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/include/ocl/tproc/rope.hpp diff --git a/test/.keep b/test/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/test/.keep |
