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

fixed<> is unavailable in quaternion.h #45

Merged
merged 38 commits into from
Nov 20, 2024

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    ba8705b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c87bb1c View commit details
    Browse the repository at this point in the history
  3. Add .clang-format

    demianmnave committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f4e197d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6772823 View commit details
    Browse the repository at this point in the history
  5. Clean up CML.cmake

    demianmnave committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    fc381e7 View commit details
    Browse the repository at this point in the history
  6. Cleanup headers and fix quaternion/quaternion.h

    - Applied clang-format (replacing tabs with spaces), removed extraneous header and footer comments, and made all files have Unix line endings.
    demianmnave committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f39b2a5 View commit details
    Browse the repository at this point in the history
  7. Cleanup tests and make them link statically on Windows by default

    - Applied clang-format (replacing tabs with spaces), removed extraneous header and footer comments, and made all files have Unix line endings.
    demianmnave committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d75ece4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f01a076 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0ff345f View commit details
    Browse the repository at this point in the history
  10. Remove unneeded files

    demianmnave committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    eeda67e View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    7637c88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1a204c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bafd43 View commit details
    Browse the repository at this point in the history
  4. Tidy up README.md

    demianmnave committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    66eee9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e811aea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e2da7a View commit details
    Browse the repository at this point in the history
  7. Check for cl.exe

    demianmnave committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    f3a01cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e2caf3c View commit details
    Browse the repository at this point in the history
  9. Can't splat ArgumentList

    demianmnave committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    1f1dd09 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    39c2a08 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6aa3dcd View commit details
    Browse the repository at this point in the history
  12. Add '--installPath'

    demianmnave committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    f1170c4 View commit details
    Browse the repository at this point in the history
  13. Fix typo

    demianmnave committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    808179e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    60bc50d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ab3734c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d30c74f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fad880c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    871ea2c View commit details
    Browse the repository at this point in the history
  19. Add build and test steps

    demianmnave committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    98ed95a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d64d339 View commit details
    Browse the repository at this point in the history
  21. Fix workflow typos

    demianmnave committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    2bb6c08 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b053d86 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8c40f70 View commit details
    Browse the repository at this point in the history
  24. Fix get-cmake

    demianmnave committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    29cf7f0 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f21ea80 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Add an MSVC ClangCL job

    demianmnave committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    b2c6db0 View commit details
    Browse the repository at this point in the history
  2. Enable all MSVC jobs

    demianmnave committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    1683f1c View commit details
    Browse the repository at this point in the history
  3. Split the MSVC workflows and add a badge for each

    - Also, only run the workflows when sources change.
    demianmnave committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    060cfb2 View commit details
    Browse the repository at this point in the history