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

chore(deps): update dependency ziglang/zig to v0.12.0 #56

Merged
merged 18 commits into from
May 28, 2024

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    f786c83 View commit details
    Browse the repository at this point in the history
  2. Remove Workarounf for LTO bugs when compiling C++ for windows

    Issue was resolved in zig 0.12
    HeavenVolkoff committed May 28, 2024
    Configuration menu
    Copy the full SHA
    12f9e8c View commit details
    Browse the repository at this point in the history
  3. Change minimum Glibc to 2.17

    - Make compiled bundle compatible with RHEL 7.9 and CentOS 7, which should be the lower floor to be compatible with virtually every Linux distribution
    - Zig fixed issue that caused C++ code to fail compiling with Glibc versions lower than 2.18
    HeavenVolkoff committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4b4c571 View commit details
    Browse the repository at this point in the history
  4. Intall LLVM 17

    Zig 0.12 uses LLVM 17 as base
    HeavenVolkoff committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e3ff156 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f7e7ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c54cde0 View commit details
    Browse the repository at this point in the history
  7. Remove __ENVIRONMENT_OS_VERSION_MIN_REQUIRED__ manual definition

    LLVM 17 does this automatically
    HeavenVolkoff committed May 28, 2024
    Configuration menu
    Copy the full SHA
    fae548c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af024f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    928ae1b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fb09ce5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7ec99ee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    92e8f2e View commit details
    Browse the repository at this point in the history
  13. Remove -Werror from eigen

     - Add some more ignored flags for zig in cc wrapper scripts
    HeavenVolkoff committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c76c2ca View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eba441c View commit details
    Browse the repository at this point in the history
  15. Fix onnx script

    HeavenVolkoff committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6cf4c96 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    25da1d4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5be3cd6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bf8466c View commit details
    Browse the repository at this point in the history