diff options
| -rw-r--r-- | example/allocator_op_example/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | example/asio_example/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | example/asio_example_2/CMakeLists.txt | 5 | ||||
| -rw-r--r-- | example/asio_example_2/example.cpp | 1 | ||||
| -rw-r--r-- | test/standard_tests/Jamfile.v2 (renamed from test/Jamfile.v2) | 0 | ||||
| -rw-r--r-- | test/standard_tests/allocator_op.test.cpp (renamed from test/allocator_op.test.cpp) | 0 | ||||
| -rw-r--r-- | test/standard_tests/option.test.cpp (renamed from test/option.test.cpp) | 0 |
7 files changed, 12 insertions, 2 deletions
diff --git a/example/allocator_op_example/CMakeLists.txt b/example/allocator_op_example/CMakeLists.txt index 544ee2f..c546575 100644 --- a/example/allocator_op_example/CMakeLists.txt +++ b/example/allocator_op_example/CMakeLists.txt @@ -1,3 +1,7 @@ +# Copyright 2026, 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://git.ocl.nekernel.org/core cmake_minimum_required(VERSION 3.15...3.31) diff --git a/example/asio_example/CMakeLists.txt b/example/asio_example/CMakeLists.txt index 64494b9..2e1113b 100644 --- a/example/asio_example/CMakeLists.txt +++ b/example/asio_example/CMakeLists.txt @@ -1,3 +1,7 @@ +# Copyright 2026, 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://git.ocl.nekernel.org/core cmake_minimum_required(VERSION 3.15...3.31) diff --git a/example/asio_example_2/CMakeLists.txt b/example/asio_example_2/CMakeLists.txt index a26fbfc..09025b5 100644 --- a/example/asio_example_2/CMakeLists.txt +++ b/example/asio_example_2/CMakeLists.txt @@ -1,4 +1,7 @@ -# (C) 2026 Amlal El Mahrouss +# Copyright 2026, 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://git.ocl.nekernel.org/core cmake_minimum_required(VERSION 3.15...3.31) diff --git a/example/asio_example_2/example.cpp b/example/asio_example_2/example.cpp index 42410d7..951d222 100644 --- a/example/asio_example_2/example.cpp +++ b/example/asio_example_2/example.cpp @@ -6,7 +6,6 @@ #include <ocl/print.hpp> #include <ocl/asio.hpp> #include <ocl/allocator_op.hpp> -#include <future> #include <boost/process.hpp> namespace asio = ::boost::asio; diff --git a/test/Jamfile.v2 b/test/standard_tests/Jamfile.v2 index bf37293..bf37293 100644 --- a/test/Jamfile.v2 +++ b/test/standard_tests/Jamfile.v2 diff --git a/test/allocator_op.test.cpp b/test/standard_tests/allocator_op.test.cpp index 0982dcd..0982dcd 100644 --- a/test/allocator_op.test.cpp +++ b/test/standard_tests/allocator_op.test.cpp diff --git a/test/option.test.cpp b/test/standard_tests/option.test.cpp index 18e8cbb..18e8cbb 100644 --- a/test/option.test.cpp +++ b/test/standard_tests/option.test.cpp |
