From 1d208c73e3ced09c910791dd3120a07bd03fc9bf Mon Sep 17 00:00:00 2001 From: L-Nafaryus Date: Mon, 13 Mar 2023 22:31:11 +0500 Subject: [PATCH] check it out --- .gitignore | 0 CMakeLists.txt | 0 README.md | 0 cmake/external/glad.cmake | 0 cmake/external/glfw.cmake | 0 cmake/external/glm.cmake | 0 cmake/external/googletest.cmake | 0 cmake/external/imgui.cmake | 0 cmake/external/implot.cmake | 0 cmake/external/occt.cmake | 0 cmake/external/onetbb.cmake | 0 cmake/external/openxlsx.cmake | 0 cmake/external/stb.cmake | 0 cmake/hpr-macros.cmake | 0 cmake/templates/Config.cmake.in | 0 cmake/templates/cmake_uninstall.cmake.in | 0 cmake/toolchains/linux-gcc.cmake | 0 cmake/toolchains/mingw-gcc.cmake | 0 cmake/tools/CPM.cmake | 0 docs/CMakeLists.txt | 0 docs/api/Doxyfile.in | 0 source/applications/CMakeLists.txt | 0 source/applications/fes/CMakeLists.txt | 0 source/applications/fes/fes.cpp | 0 source/applications/fes/fes.xlsx | Bin source/applications/periodic/CMakeLists.txt | 0 source/applications/periodic/lattice.hpp | 0 source/applications/periodic/periodic.cpp | 0 source/creator/CMakeLists.txt | 0 source/creator/camera.hpp | 0 source/creator/cmake/mingw-pre-pack.cmake.in | 0 source/creator/creator.cpp | 0 source/creator/drawable.hpp | 0 source/creator/entity.hpp | 0 source/creator/grid.hpp | 0 source/creator/ray.hpp | 0 source/creator/scene.hpp | 0 source/creator/shaders.hpp | 0 source/creator/test.cpp | 0 source/creator/test2-back.cpp | 0 source/creator/test2.cpp | 0 source/creator/transform.hpp | 0 source/creator/ui.hpp | 0 source/creator/visual.hpp | 0 source/hpr/CMakeLists.txt | 0 source/hpr/containers.hpp | 0 source/hpr/containers/CMakeLists.txt | 0 source/hpr/containers/array.hpp | 0 source/hpr/containers/array/dynamic_array.hpp | 0 source/hpr/containers/array/iterator.hpp | 0 source/hpr/containers/array/sequence.hpp | 0 source/hpr/containers/array/static_array.hpp | 0 source/hpr/containers/graph.hpp | 0 source/hpr/containers/graph/tree_node.hpp | 0 source/hpr/containers/tests/containers-test.cpp | 0 source/hpr/csg.hpp | 0 source/hpr/csg/CMakeLists.txt | 0 source/hpr/csg/compound.hpp | 0 source/hpr/csg/edge.hpp | 0 source/hpr/csg/face.hpp | 0 source/hpr/csg/geometry.hpp | 0 source/hpr/csg/shape.cpp | 0 source/hpr/csg/shape.hpp | 0 source/hpr/csg/shell.hpp | 0 source/hpr/csg/solid.hpp | 0 source/hpr/csg/surface.hpp | 0 source/hpr/csg/tests/csg-test.cpp | 0 source/hpr/csg/vertex.hpp | 0 source/hpr/csg/wire.hpp | 0 source/hpr/exception.hpp | 0 source/hpr/geometry.hpp | 0 source/hpr/geometry/CMakeLists.txt | 0 source/hpr/geometry/polytope.hpp | 0 source/hpr/geometry/tetrahedron.hpp | 0 source/hpr/geometry/triangle.hpp | 0 source/hpr/gpu.hpp | 0 source/hpr/gpu/CMakeLists.txt | 0 source/hpr/gpu/array_object.hpp | 0 source/hpr/gpu/buffer_object.hpp | 0 source/hpr/gpu/camera.hpp | 0 source/hpr/gpu/color_buffer.hpp | 0 source/hpr/gpu/common.hpp | 0 source/hpr/gpu/context.hpp | 0 source/hpr/gpu/cull_face.hpp | 0 source/hpr/gpu/depth_buffer.hpp | 0 source/hpr/gpu/framebuffer.hpp | 0 source/hpr/gpu/gpu.cpp | 0 source/hpr/gpu/monitor.hpp | 0 source/hpr/gpu/renderbuffer.hpp | 0 source/hpr/gpu/scene.hpp | 0 source/hpr/gpu/shader.hpp | 0 source/hpr/gpu/shader_program.hpp | 0 source/hpr/gpu/shaders/base.frag.glsl | 0 source/hpr/gpu/shaders/base.vert.glsl | 0 source/hpr/gpu/shaders/test.frag.glsl | 0 source/hpr/gpu/shaders/test.vert.glsl | 0 source/hpr/gpu/stencil_buffer.hpp | 0 source/hpr/gpu/texture.hpp | 0 source/hpr/gpu/viewer.hpp | 0 source/hpr/gpu/viewport.hpp | 0 source/hpr/gpu/window.hpp | 0 source/hpr/hpr.cpp | 0 source/hpr/hpr.hpp | 0 source/hpr/io.hpp | 0 source/hpr/io/CMakeLists.txt | 0 source/hpr/io/file.cpp | 0 source/hpr/io/file.hpp | 0 source/hpr/io/logger.hpp | 0 source/hpr/io/tests/io-test.cpp | 0 source/hpr/math.hpp | 0 source/hpr/math/CMakeLists.txt | 0 source/hpr/math/integer.hpp | 0 source/hpr/math/integer/integer.hpp | 0 source/hpr/math/integer/size.hpp | 0 source/hpr/math/matrix.hpp | 0 source/hpr/math/matrix/clip_space.hpp | 0 source/hpr/math/matrix/matrix.hpp | 0 source/hpr/math/matrix/transform.hpp | 0 source/hpr/math/quaternion.hpp | 0 source/hpr/math/quaternion/quaternion.hpp | 0 source/hpr/math/scalar.hpp | 0 source/hpr/math/scalar/scalar.hpp | 0 source/hpr/math/tests/math-test.cpp | 0 source/hpr/math/vector.hpp | 0 source/hpr/math/vector/vector.hpp | 0 source/hpr/mesh.hpp | 0 source/hpr/mesh/CMakeLists.txt | 0 source/hpr/mesh/cell.hpp | 0 source/hpr/mesh/edge.hpp | 0 source/hpr/mesh/face.hpp | 0 source/hpr/mesh/mesh.cpp | 0 source/hpr/mesh/mesh.hpp | 0 source/hpr/mesh/tests/hmesh-test.cpp | 0 source/hpr/mesh/vertex.hpp | 0 source/hpr/parallel.hpp | 0 source/hpr/parallel/CMakeLists.txt | 0 source/hpr/parallel/parallel.hpp | 0 137 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 CMakeLists.txt mode change 100644 => 100755 README.md mode change 100644 => 100755 cmake/external/glad.cmake mode change 100644 => 100755 cmake/external/glfw.cmake mode change 100644 => 100755 cmake/external/glm.cmake mode change 100644 => 100755 cmake/external/googletest.cmake mode change 100644 => 100755 cmake/external/imgui.cmake mode change 100644 => 100755 cmake/external/implot.cmake mode change 100644 => 100755 cmake/external/occt.cmake mode change 100644 => 100755 cmake/external/onetbb.cmake mode change 100644 => 100755 cmake/external/openxlsx.cmake mode change 100644 => 100755 cmake/external/stb.cmake mode change 100644 => 100755 cmake/hpr-macros.cmake mode change 100644 => 100755 cmake/templates/Config.cmake.in mode change 100644 => 100755 cmake/templates/cmake_uninstall.cmake.in mode change 100644 => 100755 cmake/toolchains/linux-gcc.cmake mode change 100644 => 100755 cmake/toolchains/mingw-gcc.cmake mode change 100644 => 100755 cmake/tools/CPM.cmake mode change 100644 => 100755 docs/CMakeLists.txt mode change 100644 => 100755 docs/api/Doxyfile.in mode change 100644 => 100755 source/applications/CMakeLists.txt mode change 100644 => 100755 source/applications/fes/CMakeLists.txt mode change 100644 => 100755 source/applications/fes/fes.cpp mode change 100644 => 100755 source/applications/fes/fes.xlsx mode change 100644 => 100755 source/applications/periodic/CMakeLists.txt mode change 100644 => 100755 source/applications/periodic/lattice.hpp mode change 100644 => 100755 source/applications/periodic/periodic.cpp mode change 100644 => 100755 source/creator/CMakeLists.txt mode change 100644 => 100755 source/creator/camera.hpp mode change 100644 => 100755 source/creator/cmake/mingw-pre-pack.cmake.in mode change 100644 => 100755 source/creator/creator.cpp mode change 100644 => 100755 source/creator/drawable.hpp mode change 100644 => 100755 source/creator/entity.hpp mode change 100644 => 100755 source/creator/grid.hpp mode change 100644 => 100755 source/creator/ray.hpp mode change 100644 => 100755 source/creator/scene.hpp mode change 100644 => 100755 source/creator/shaders.hpp mode change 100644 => 100755 source/creator/test.cpp mode change 100644 => 100755 source/creator/test2-back.cpp mode change 100644 => 100755 source/creator/test2.cpp mode change 100644 => 100755 source/creator/transform.hpp mode change 100644 => 100755 source/creator/ui.hpp mode change 100644 => 100755 source/creator/visual.hpp mode change 100644 => 100755 source/hpr/CMakeLists.txt mode change 100644 => 100755 source/hpr/containers.hpp mode change 100644 => 100755 source/hpr/containers/CMakeLists.txt mode change 100644 => 100755 source/hpr/containers/array.hpp mode change 100644 => 100755 source/hpr/containers/array/dynamic_array.hpp mode change 100644 => 100755 source/hpr/containers/array/iterator.hpp mode change 100644 => 100755 source/hpr/containers/array/sequence.hpp mode change 100644 => 100755 source/hpr/containers/array/static_array.hpp mode change 100644 => 100755 source/hpr/containers/graph.hpp mode change 100644 => 100755 source/hpr/containers/graph/tree_node.hpp mode change 100644 => 100755 source/hpr/containers/tests/containers-test.cpp mode change 100644 => 100755 source/hpr/csg.hpp mode change 100644 => 100755 source/hpr/csg/CMakeLists.txt mode change 100644 => 100755 source/hpr/csg/compound.hpp mode change 100644 => 100755 source/hpr/csg/edge.hpp mode change 100644 => 100755 source/hpr/csg/face.hpp mode change 100644 => 100755 source/hpr/csg/geometry.hpp mode change 100644 => 100755 source/hpr/csg/shape.cpp mode change 100644 => 100755 source/hpr/csg/shape.hpp mode change 100644 => 100755 source/hpr/csg/shell.hpp mode change 100644 => 100755 source/hpr/csg/solid.hpp mode change 100644 => 100755 source/hpr/csg/surface.hpp mode change 100644 => 100755 source/hpr/csg/tests/csg-test.cpp mode change 100644 => 100755 source/hpr/csg/vertex.hpp mode change 100644 => 100755 source/hpr/csg/wire.hpp mode change 100644 => 100755 source/hpr/exception.hpp mode change 100644 => 100755 source/hpr/geometry.hpp mode change 100644 => 100755 source/hpr/geometry/CMakeLists.txt mode change 100644 => 100755 source/hpr/geometry/polytope.hpp mode change 100644 => 100755 source/hpr/geometry/tetrahedron.hpp mode change 100644 => 100755 source/hpr/geometry/triangle.hpp mode change 100644 => 100755 source/hpr/gpu.hpp mode change 100644 => 100755 source/hpr/gpu/CMakeLists.txt mode change 100644 => 100755 source/hpr/gpu/array_object.hpp mode change 100644 => 100755 source/hpr/gpu/buffer_object.hpp mode change 100644 => 100755 source/hpr/gpu/camera.hpp mode change 100644 => 100755 source/hpr/gpu/color_buffer.hpp mode change 100644 => 100755 source/hpr/gpu/common.hpp mode change 100644 => 100755 source/hpr/gpu/context.hpp mode change 100644 => 100755 source/hpr/gpu/cull_face.hpp mode change 100644 => 100755 source/hpr/gpu/depth_buffer.hpp mode change 100644 => 100755 source/hpr/gpu/framebuffer.hpp mode change 100644 => 100755 source/hpr/gpu/gpu.cpp mode change 100644 => 100755 source/hpr/gpu/monitor.hpp mode change 100644 => 100755 source/hpr/gpu/renderbuffer.hpp mode change 100644 => 100755 source/hpr/gpu/scene.hpp mode change 100644 => 100755 source/hpr/gpu/shader.hpp mode change 100644 => 100755 source/hpr/gpu/shader_program.hpp mode change 100644 => 100755 source/hpr/gpu/shaders/base.frag.glsl mode change 100644 => 100755 source/hpr/gpu/shaders/base.vert.glsl mode change 100644 => 100755 source/hpr/gpu/shaders/test.frag.glsl mode change 100644 => 100755 source/hpr/gpu/shaders/test.vert.glsl mode change 100644 => 100755 source/hpr/gpu/stencil_buffer.hpp mode change 100644 => 100755 source/hpr/gpu/texture.hpp mode change 100644 => 100755 source/hpr/gpu/viewer.hpp mode change 100644 => 100755 source/hpr/gpu/viewport.hpp mode change 100644 => 100755 source/hpr/gpu/window.hpp mode change 100644 => 100755 source/hpr/hpr.cpp mode change 100644 => 100755 source/hpr/hpr.hpp mode change 100644 => 100755 source/hpr/io.hpp mode change 100644 => 100755 source/hpr/io/CMakeLists.txt mode change 100644 => 100755 source/hpr/io/file.cpp mode change 100644 => 100755 source/hpr/io/file.hpp mode change 100644 => 100755 source/hpr/io/logger.hpp mode change 100644 => 100755 source/hpr/io/tests/io-test.cpp mode change 100644 => 100755 source/hpr/math.hpp mode change 100644 => 100755 source/hpr/math/CMakeLists.txt mode change 100644 => 100755 source/hpr/math/integer.hpp mode change 100644 => 100755 source/hpr/math/integer/integer.hpp mode change 100644 => 100755 source/hpr/math/integer/size.hpp mode change 100644 => 100755 source/hpr/math/matrix.hpp mode change 100644 => 100755 source/hpr/math/matrix/clip_space.hpp mode change 100644 => 100755 source/hpr/math/matrix/matrix.hpp mode change 100644 => 100755 source/hpr/math/matrix/transform.hpp mode change 100644 => 100755 source/hpr/math/quaternion.hpp mode change 100644 => 100755 source/hpr/math/quaternion/quaternion.hpp mode change 100644 => 100755 source/hpr/math/scalar.hpp mode change 100644 => 100755 source/hpr/math/scalar/scalar.hpp mode change 100644 => 100755 source/hpr/math/tests/math-test.cpp mode change 100644 => 100755 source/hpr/math/vector.hpp mode change 100644 => 100755 source/hpr/math/vector/vector.hpp mode change 100644 => 100755 source/hpr/mesh.hpp mode change 100644 => 100755 source/hpr/mesh/CMakeLists.txt mode change 100644 => 100755 source/hpr/mesh/cell.hpp mode change 100644 => 100755 source/hpr/mesh/edge.hpp mode change 100644 => 100755 source/hpr/mesh/face.hpp mode change 100644 => 100755 source/hpr/mesh/mesh.cpp mode change 100644 => 100755 source/hpr/mesh/mesh.hpp mode change 100644 => 100755 source/hpr/mesh/tests/hmesh-test.cpp mode change 100644 => 100755 source/hpr/mesh/vertex.hpp mode change 100644 => 100755 source/hpr/parallel.hpp mode change 100644 => 100755 source/hpr/parallel/CMakeLists.txt mode change 100644 => 100755 source/hpr/parallel/parallel.hpp diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/cmake/external/glad.cmake b/cmake/external/glad.cmake old mode 100644 new mode 100755 diff --git a/cmake/external/glfw.cmake b/cmake/external/glfw.cmake old mode 100644 new mode 100755 diff --git a/cmake/external/glm.cmake b/cmake/external/glm.cmake old mode 100644 new mode 100755 diff --git a/cmake/external/googletest.cmake b/cmake/external/googletest.cmake old mode 100644 new mode 100755 diff --git a/cmake/external/imgui.cmake b/cmake/external/imgui.cmake old mode 100644 new mode 100755 diff --git a/cmake/external/implot.cmake b/cmake/external/implot.cmake old mode 100644 new mode 100755 diff --git a/cmake/external/occt.cmake b/cmake/external/occt.cmake old mode 100644 new mode 100755 diff --git a/cmake/external/onetbb.cmake b/cmake/external/onetbb.cmake old mode 100644 new mode 100755 diff --git a/cmake/external/openxlsx.cmake b/cmake/external/openxlsx.cmake old mode 100644 new mode 100755 diff --git a/cmake/external/stb.cmake b/cmake/external/stb.cmake old mode 100644 new mode 100755 diff --git a/cmake/hpr-macros.cmake b/cmake/hpr-macros.cmake old mode 100644 new mode 100755 diff --git a/cmake/templates/Config.cmake.in b/cmake/templates/Config.cmake.in old mode 100644 new mode 100755 diff --git a/cmake/templates/cmake_uninstall.cmake.in b/cmake/templates/cmake_uninstall.cmake.in old mode 100644 new mode 100755 diff --git a/cmake/toolchains/linux-gcc.cmake b/cmake/toolchains/linux-gcc.cmake old mode 100644 new mode 100755 diff --git a/cmake/toolchains/mingw-gcc.cmake b/cmake/toolchains/mingw-gcc.cmake old mode 100644 new mode 100755 diff --git a/cmake/tools/CPM.cmake b/cmake/tools/CPM.cmake old mode 100644 new mode 100755 diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/docs/api/Doxyfile.in b/docs/api/Doxyfile.in old mode 100644 new mode 100755 diff --git a/source/applications/CMakeLists.txt b/source/applications/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/source/applications/fes/CMakeLists.txt b/source/applications/fes/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/source/applications/fes/fes.cpp b/source/applications/fes/fes.cpp old mode 100644 new mode 100755 diff --git a/source/applications/fes/fes.xlsx b/source/applications/fes/fes.xlsx old mode 100644 new mode 100755 diff --git a/source/applications/periodic/CMakeLists.txt b/source/applications/periodic/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/source/applications/periodic/lattice.hpp b/source/applications/periodic/lattice.hpp old mode 100644 new mode 100755 diff --git a/source/applications/periodic/periodic.cpp b/source/applications/periodic/periodic.cpp old mode 100644 new mode 100755 diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/source/creator/camera.hpp b/source/creator/camera.hpp old mode 100644 new mode 100755 diff --git a/source/creator/cmake/mingw-pre-pack.cmake.in b/source/creator/cmake/mingw-pre-pack.cmake.in old mode 100644 new mode 100755 diff --git a/source/creator/creator.cpp b/source/creator/creator.cpp old mode 100644 new mode 100755 diff --git a/source/creator/drawable.hpp b/source/creator/drawable.hpp old mode 100644 new mode 100755 diff --git a/source/creator/entity.hpp b/source/creator/entity.hpp old mode 100644 new mode 100755 diff --git a/source/creator/grid.hpp b/source/creator/grid.hpp old mode 100644 new mode 100755 diff --git a/source/creator/ray.hpp b/source/creator/ray.hpp old mode 100644 new mode 100755 diff --git a/source/creator/scene.hpp b/source/creator/scene.hpp old mode 100644 new mode 100755 diff --git a/source/creator/shaders.hpp b/source/creator/shaders.hpp old mode 100644 new mode 100755 diff --git a/source/creator/test.cpp b/source/creator/test.cpp old mode 100644 new mode 100755 diff --git a/source/creator/test2-back.cpp b/source/creator/test2-back.cpp old mode 100644 new mode 100755 diff --git a/source/creator/test2.cpp b/source/creator/test2.cpp old mode 100644 new mode 100755 diff --git a/source/creator/transform.hpp b/source/creator/transform.hpp old mode 100644 new mode 100755 diff --git a/source/creator/ui.hpp b/source/creator/ui.hpp old mode 100644 new mode 100755 diff --git a/source/creator/visual.hpp b/source/creator/visual.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/CMakeLists.txt b/source/hpr/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/source/hpr/containers.hpp b/source/hpr/containers.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/containers/CMakeLists.txt b/source/hpr/containers/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/source/hpr/containers/array.hpp b/source/hpr/containers/array.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/containers/array/dynamic_array.hpp b/source/hpr/containers/array/dynamic_array.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/containers/array/iterator.hpp b/source/hpr/containers/array/iterator.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/containers/array/sequence.hpp b/source/hpr/containers/array/sequence.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/containers/array/static_array.hpp b/source/hpr/containers/array/static_array.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/containers/graph.hpp b/source/hpr/containers/graph.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/containers/graph/tree_node.hpp b/source/hpr/containers/graph/tree_node.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/containers/tests/containers-test.cpp b/source/hpr/containers/tests/containers-test.cpp old mode 100644 new mode 100755 diff --git a/source/hpr/csg.hpp b/source/hpr/csg.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/csg/CMakeLists.txt b/source/hpr/csg/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/source/hpr/csg/compound.hpp b/source/hpr/csg/compound.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/csg/edge.hpp b/source/hpr/csg/edge.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/csg/face.hpp b/source/hpr/csg/face.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/csg/geometry.hpp b/source/hpr/csg/geometry.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/csg/shape.cpp b/source/hpr/csg/shape.cpp old mode 100644 new mode 100755 diff --git a/source/hpr/csg/shape.hpp b/source/hpr/csg/shape.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/csg/shell.hpp b/source/hpr/csg/shell.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/csg/solid.hpp b/source/hpr/csg/solid.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/csg/surface.hpp b/source/hpr/csg/surface.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/csg/tests/csg-test.cpp b/source/hpr/csg/tests/csg-test.cpp old mode 100644 new mode 100755 diff --git a/source/hpr/csg/vertex.hpp b/source/hpr/csg/vertex.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/csg/wire.hpp b/source/hpr/csg/wire.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/exception.hpp b/source/hpr/exception.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/geometry.hpp b/source/hpr/geometry.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/geometry/CMakeLists.txt b/source/hpr/geometry/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/source/hpr/geometry/polytope.hpp b/source/hpr/geometry/polytope.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/geometry/tetrahedron.hpp b/source/hpr/geometry/tetrahedron.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/geometry/triangle.hpp b/source/hpr/geometry/triangle.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/gpu.hpp b/source/hpr/gpu.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/CMakeLists.txt b/source/hpr/gpu/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/array_object.hpp b/source/hpr/gpu/array_object.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/buffer_object.hpp b/source/hpr/gpu/buffer_object.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/camera.hpp b/source/hpr/gpu/camera.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/color_buffer.hpp b/source/hpr/gpu/color_buffer.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/common.hpp b/source/hpr/gpu/common.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/context.hpp b/source/hpr/gpu/context.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/cull_face.hpp b/source/hpr/gpu/cull_face.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/depth_buffer.hpp b/source/hpr/gpu/depth_buffer.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/framebuffer.hpp b/source/hpr/gpu/framebuffer.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/gpu.cpp b/source/hpr/gpu/gpu.cpp old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/monitor.hpp b/source/hpr/gpu/monitor.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/renderbuffer.hpp b/source/hpr/gpu/renderbuffer.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/scene.hpp b/source/hpr/gpu/scene.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/shader.hpp b/source/hpr/gpu/shader.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/shader_program.hpp b/source/hpr/gpu/shader_program.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/shaders/base.frag.glsl b/source/hpr/gpu/shaders/base.frag.glsl old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/shaders/base.vert.glsl b/source/hpr/gpu/shaders/base.vert.glsl old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/shaders/test.frag.glsl b/source/hpr/gpu/shaders/test.frag.glsl old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/shaders/test.vert.glsl b/source/hpr/gpu/shaders/test.vert.glsl old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/stencil_buffer.hpp b/source/hpr/gpu/stencil_buffer.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/texture.hpp b/source/hpr/gpu/texture.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/viewer.hpp b/source/hpr/gpu/viewer.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/viewport.hpp b/source/hpr/gpu/viewport.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/gpu/window.hpp b/source/hpr/gpu/window.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/hpr.cpp b/source/hpr/hpr.cpp old mode 100644 new mode 100755 diff --git a/source/hpr/hpr.hpp b/source/hpr/hpr.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/io.hpp b/source/hpr/io.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/io/CMakeLists.txt b/source/hpr/io/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/source/hpr/io/file.cpp b/source/hpr/io/file.cpp old mode 100644 new mode 100755 diff --git a/source/hpr/io/file.hpp b/source/hpr/io/file.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/io/logger.hpp b/source/hpr/io/logger.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/io/tests/io-test.cpp b/source/hpr/io/tests/io-test.cpp old mode 100644 new mode 100755 diff --git a/source/hpr/math.hpp b/source/hpr/math.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/math/CMakeLists.txt b/source/hpr/math/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/source/hpr/math/integer.hpp b/source/hpr/math/integer.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/math/integer/integer.hpp b/source/hpr/math/integer/integer.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/math/integer/size.hpp b/source/hpr/math/integer/size.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/math/matrix.hpp b/source/hpr/math/matrix.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/math/matrix/clip_space.hpp b/source/hpr/math/matrix/clip_space.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/math/matrix/matrix.hpp b/source/hpr/math/matrix/matrix.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/math/matrix/transform.hpp b/source/hpr/math/matrix/transform.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/math/quaternion.hpp b/source/hpr/math/quaternion.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/math/quaternion/quaternion.hpp b/source/hpr/math/quaternion/quaternion.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/math/scalar.hpp b/source/hpr/math/scalar.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/math/scalar/scalar.hpp b/source/hpr/math/scalar/scalar.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/math/tests/math-test.cpp b/source/hpr/math/tests/math-test.cpp old mode 100644 new mode 100755 diff --git a/source/hpr/math/vector.hpp b/source/hpr/math/vector.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/math/vector/vector.hpp b/source/hpr/math/vector/vector.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/mesh.hpp b/source/hpr/mesh.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/mesh/CMakeLists.txt b/source/hpr/mesh/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/source/hpr/mesh/cell.hpp b/source/hpr/mesh/cell.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/mesh/edge.hpp b/source/hpr/mesh/edge.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/mesh/face.hpp b/source/hpr/mesh/face.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/mesh/mesh.cpp b/source/hpr/mesh/mesh.cpp old mode 100644 new mode 100755 diff --git a/source/hpr/mesh/mesh.hpp b/source/hpr/mesh/mesh.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/mesh/tests/hmesh-test.cpp b/source/hpr/mesh/tests/hmesh-test.cpp old mode 100644 new mode 100755 diff --git a/source/hpr/mesh/vertex.hpp b/source/hpr/mesh/vertex.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/parallel.hpp b/source/hpr/parallel.hpp old mode 100644 new mode 100755 diff --git a/source/hpr/parallel/CMakeLists.txt b/source/hpr/parallel/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/source/hpr/parallel/parallel.hpp b/source/hpr/parallel/parallel.hpp old mode 100644 new mode 100755