Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidelobe committed Apr 5, 2023
2 parents dd4c3d1 + d0f2e33 commit 876327e
Show file tree
Hide file tree
Showing 16 changed files with 41 additions and 14 deletions.
7 changes: 7 additions & 0 deletions HeaderNotice.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
//
// ╦ ╦┬ ┬┌─┐┌─┐┬─┐ ╔╗ ┬ ┬┌─┐┌─┐┌─┐┬─┐
// ╠═╣└┬┘├─┘├┤ ├┬┘ ╠╩╗│ │├┤ ├┤ ├┤ ├┬┘
// ╩ ╩ ┴ ┴ └─┘┴└─ ╚═╝└─┘└ └ └─┘┴└─
//
// © 2023 Lorenz Bucher - all rights reserved
// https://github.com/Sidelobe/HyperBuffer
3 changes: 2 additions & 1 deletion source/BufferGeometry.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// ╠═╣└┬┘├─┘├┤ ├┬┘ ╠╩╗│ │├┤ ├┤ ├┤ ├┬┘
// ╩ ╩ ┴ ┴ └─┘┴└─ ╚═╝└─┘└ └ └─┘┴└─
//
// © 2020 Lorenz Bucher - all rights reserved
// © 2023 Lorenz Bucher - all rights reserved
// https://github.com/Sidelobe/HyperBuffer

#pragma once

Expand Down
3 changes: 2 additions & 1 deletion source/CompiletimeMath.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// ╠═╣└┬┘├─┘├┤ ├┬┘ ╠╩╗│ │├┤ ├┤ ├┤ ├┬┘
// ╩ ╩ ┴ ┴ └─┘┴└─ ╚═╝└─┘└ └ └─┘┴└─
//
// © 2020 Lorenz Bucher - all rights reserved
// © 2023 Lorenz Bucher - all rights reserved
// https://github.com/Sidelobe/HyperBuffer

#pragma once

Expand Down
3 changes: 2 additions & 1 deletion source/HyperBuffer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// ╠═╣└┬┘├─┘├┤ ├┬┘ ╠╩╗│ │├┤ ├┤ ├┤ ├┬┘
// ╩ ╩ ┴ ┴ └─┘┴└─ ╚═╝└─┘└ └ └─┘┴└─
//
// © 2021 Lorenz Bucher - all rights reserved
// © 2023 Lorenz Bucher - all rights reserved
// https://github.com/Sidelobe/HyperBuffer

#pragma once

Expand Down
3 changes: 2 additions & 1 deletion source/HyperBufferStoragePolicies.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// ╠═╣└┬┘├─┘├┤ ├┬┘ ╠╩╗│ │├┤ ├┤ ├┤ ├┬┘
// ╩ ╩ ┴ ┴ └─┘┴└─ ╚═╝└─┘└ └ └─┘┴└─
//
// © 2021 Lorenz Bucher - all rights reserved
// © 2023 Lorenz Bucher - all rights reserved
// https://github.com/Sidelobe/HyperBuffer

#pragma once

Expand Down
3 changes: 2 additions & 1 deletion source/IntArrayOperations.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// ╠═╣└┬┘├─┘├┤ ├┬┘ ╠╩╗│ │├┤ ├┤ ├┤ ├┬┘
// ╩ ╩ ┴ ┴ └─┘┴└─ ╚═╝└─┘└ └ └─┘┴└─
//
// © 2020 Lorenz Bucher - all rights reserved
// © 2023 Lorenz Bucher - all rights reserved
// https://github.com/Sidelobe/HyperBuffer

#pragma once

Expand Down
3 changes: 2 additions & 1 deletion source/TemplateUtils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// ╠═╣└┬┘├─┘├┤ ├┬┘ ╠╩╗│ │├┤ ├┤ ├┤ ├┬┘
// ╩ ╩ ┴ ┴ └─┘┴└─ ╚═╝└─┘└ └ └─┘┴└─
//
// © 2020 Lorenz Bucher - all rights reserved
// © 2023 Lorenz Bucher - all rights reserved
// https://github.com/Sidelobe/HyperBuffer

#pragma once

Expand Down
3 changes: 2 additions & 1 deletion test/TestCommon.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// ╠═╣└┬┘├─┘├┤ ├┬┘ ╠╩╗│ │├┤ ├┤ ├┤ ├┬┘
// ╩ ╩ ┴ ┴ └─┘┴└─ ╚═╝└─┘└ └ └─┘┴└─
//
// © 2020 Lorenz Bucher - all rights reserved
// © 2023 Lorenz Bucher - all rights reserved
// https://github.com/Sidelobe/HyperBuffer

#pragma once

Expand Down
7 changes: 7 additions & 0 deletions test/main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
//
// ╦ ╦┬ ┬┌─┐┌─┐┬─┐ ╔╗ ┬ ┬┌─┐┌─┐┌─┐┬─┐
// ╠═╣└┬┘├─┘├┤ ├┬┘ ╠╩╗│ │├┤ ├┤ ├┤ ├┬┘
// ╩ ╩ ┴ ┴ └─┘┴└─ ╚═╝└─┘└ └ └─┘┴└─
//
// © 2023 Lorenz Bucher - all rights reserved
// https://github.com/Sidelobe/HyperBuffer

// Let Catch provide main():
#define CATCH_CONFIG_MAIN
Expand Down
3 changes: 2 additions & 1 deletion test/tests/BufferGeometryTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// ╠═╣└┬┘├─┘├┤ ├┬┘ ╠╩╗│ │├┤ ├┤ ├┤ ├┬┘
// ╩ ╩ ┴ ┴ └─┘┴└─ ╚═╝└─┘└ └ └─┘┴└─
//
// © 2020 Lorenz Bucher - all rights reserved
// © 2023 Lorenz Bucher - all rights reserved
// https://github.com/Sidelobe/HyperBuffer

#include "TestCommon.hpp"

Expand Down
3 changes: 2 additions & 1 deletion test/tests/CompiletimeMathTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// ╠═╣└┬┘├─┘├┤ ├┬┘ ╠╩╗│ │├┤ ├┤ ├┤ ├┬┘
// ╩ ╩ ┴ ┴ └─┘┴└─ ╚═╝└─┘└ └ └─┘┴└─
//
// © 2020 Lorenz Bucher - all rights reserved
// © 2023 Lorenz Bucher - all rights reserved
// https://github.com/Sidelobe/HyperBuffer

#include "TestCommon.hpp"

Expand Down
3 changes: 2 additions & 1 deletion test/tests/HyperBufferCopyMoveTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// ╠═╣└┬┘├─┘├┤ ├┬┘ ╠╩╗│ │├┤ ├┤ ├┤ ├┬┘
// ╩ ╩ ┴ ┴ └─┘┴└─ ╚═╝└─┘└ └ └─┘┴└─
//
// © 2020 Lorenz Bucher - all rights reserved
// © 2023 Lorenz Bucher - all rights reserved
// https://github.com/Sidelobe/HyperBuffer

#include "TestCommon.hpp"

Expand Down
3 changes: 2 additions & 1 deletion test/tests/HyperBufferTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// ╠═╣└┬┘├─┘├┤ ├┬┘ ╠╩╗│ │├┤ ├┤ ├┤ ├┬┘
// ╩ ╩ ┴ ┴ └─┘┴└─ ╚═╝└─┘└ └ └─┘┴└─
//
// © 2020 Lorenz Bucher - all rights reserved
// © 2023 Lorenz Bucher - all rights reserved
// https://github.com/Sidelobe/HyperBuffer

#include "TestCommon.hpp"

Expand Down
3 changes: 2 additions & 1 deletion test/tests/IntArrayOperationsTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// ╠═╣└┬┘├─┘├┤ ├┬┘ ╠╩╗│ │├┤ ├┤ ├┤ ├┬┘
// ╩ ╩ ┴ ┴ └─┘┴└─ ╚═╝└─┘└ └ └─┘┴└─
//
// © 2020 Lorenz Bucher - all rights reserved
// © 2023 Lorenz Bucher - all rights reserved
// https://github.com/Sidelobe/HyperBuffer

#include "TestCommon.hpp"

Expand Down
3 changes: 2 additions & 1 deletion test/tests/TemplateUtilsTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// ╠═╣└┬┘├─┘├┤ ├┬┘ ╠╩╗│ │├┤ ├┤ ├┤ ├┬┘
// ╩ ╩ ┴ ┴ └─┘┴└─ ╚═╝└─┘└ └ └─┘┴└─
//
// © 2020 Lorenz Bucher - all rights reserved
// © 2023 Lorenz Bucher - all rights reserved
// https://github.com/Sidelobe/HyperBuffer

#include "TestCommon.hpp"

Expand Down

0 comments on commit 876327e

Please sign in to comment.