Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate C Headers #720

Open
wants to merge 10 commits into
base: rolling
Choose a base branch
from

Commits on Oct 26, 2024

  1. Deprecating C Headers

    Signed-off-by: CursedRock17 <[email protected]>
    CursedRock17 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    5fa084c View commit details
    Browse the repository at this point in the history
  2. Tunning header guards

    Signed-off-by: CursedRock17 <[email protected]>
    CursedRock17 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    43857b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Fixing header order

    Signed-off-by: CursedRock17 <[email protected]>
    CursedRock17 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    4d67a64 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Fixing Copyrighting

    Signed-off-by: CursedRock17 <[email protected]>
    CursedRock17 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6288ba5 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Removing LinearMath C++ Header

    Signed-off-by: CursedRock17 <[email protected]>
    CursedRock17 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    62879df View commit details
    Browse the repository at this point in the history
  2. Revert "Removing LinearMath C++ Header"

    This reverts commit 62879df.
    CursedRock17 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    177de4d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Linter Matrix3x3.h

    Signed-off-by: Lucas Wendland <[email protected]>
    
    Linter Matrix3x3.hpp
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Linter MinMax.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Linter MinMax.hpp
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Linter QuadWord.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Linter QuadWord.hpp
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Linter Quaternion.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Linter Quaternion.hpp
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Linter Scalar.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Linter Scalar.hpp
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Linter Transform.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Linter Transform.hpp
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Linter Vector3.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Linter Vector3.hpp
    
    Signed-off-by: Lucas Wendland <[email protected]>
    CursedRock17 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    3a21ba2 View commit details
    Browse the repository at this point in the history
  2. Reverting visibility_control changes

    Signed-off-by: CursedRock17 <[email protected]>
    
    Visibility Controls utils.hpp
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Visibility Controls convert.hpp
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Visibility Controls  Quaternion.hpp
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Visibility Controls Vector3.hpp
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Visibility Controls  QuadWord.hpp
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Visibility Controls Transform.hpp
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Visibility Controls  exceptions.hpp
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Visibility Controls time_cache.hpp
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Visibility Controls transform_storage.hpp
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update time.hpp
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update buffer_core.hpp
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update buffer_core_interface.hpp
    
    Signed-off-by: Lucas Wendland <[email protected]>
    CursedRock17 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f390cce View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Fixing

    Signed-off-by: CursedRock17 <[email protected]>
    
    Update Matrix3x3.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update MinMax.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update QuadWord.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update Quaternion.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update Scalar.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update Transform.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update Vector3.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update buffer_core.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update buffer_core_interface.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update convert.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update exceptions.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update convert.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update utils.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update time.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update time_cache.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update transform_datatypes.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update transform_storage.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update utils.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update MinMax.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update QuadWord.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update Quaternion.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update Scalar.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update Transform.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update Vector3.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update buffer_core.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update buffer_core_interface.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update convert.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update exceptions.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update convert.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    
    Update utils.h
    
    Signed-off-by: Lucas Wendland <[email protected]>
    CursedRock17 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8a0c770 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Whitespacing Issues

    Signed-off-by: CursedRock17 <[email protected]>
    CursedRock17 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d63c6a1 View commit details
    Browse the repository at this point in the history