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

Support cc as an optional alternative to cmake #174

Merged
merged 33 commits into from
May 16, 2024

Commits on May 13, 2024

  1. Checkpoint

    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0aadb3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02042e0 View commit details
    Browse the repository at this point in the history
  3. What

    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ca67f9f View commit details
    Browse the repository at this point in the history
  4. Fix version read

    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0e7025b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2709ad View commit details
    Browse the repository at this point in the history
  6. Oops

    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    84e9eb7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    08380a4 View commit details
    Browse the repository at this point in the history
  8. Sigh

    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    9bbe8be View commit details
    Browse the repository at this point in the history
  9. Fix windows

    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    892409b View commit details
    Browse the repository at this point in the history
  10. More fixes

    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1176816 View commit details
    Browse the repository at this point in the history
  11. Fix off_t

    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1d0f949 View commit details
    Browse the repository at this point in the history
  12. Fix harder

    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d82ff40 View commit details
    Browse the repository at this point in the history
  13. Why

    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    36284c9 View commit details
    Browse the repository at this point in the history
  14. Fix zconf

    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6afbe08 View commit details
    Browse the repository at this point in the history
  15. Minor cleanup

    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    78abd4e View commit details
    Browse the repository at this point in the history
  16. Address feedback

    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    47a44ef View commit details
    Browse the repository at this point in the history
  17. Further cleanup

    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6bae6f8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    70cb64a View commit details
    Browse the repository at this point in the history
  19. Fix arm

    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c5d869f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6fdef27 View commit details
    Browse the repository at this point in the history
  21. Oops

    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    032c708 View commit details
    Browse the repository at this point in the history
  22. Don't build i686/x86_64 linux-gnu on CI

    CI uses and ~8 year old GCC version...
    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    fe92fcb View commit details
    Browse the repository at this point in the history
  23. Don't set ARM_NEON_HASLD4

    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8b4d3be View commit details
    Browse the repository at this point in the history
  24. Fix arm

    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6e62175 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b2d285a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0f188f3 View commit details
    Browse the repository at this point in the history
  27. Use log groups in CI

    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0f599ad View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    79c4d4c View commit details
    Browse the repository at this point in the history
  29. Rename feature

    Also make it so that --all-features works
    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    66a0e1d View commit details
    Browse the repository at this point in the history
  30. Add CI job

    Tests that --all-features continues to compile correctly, and that the cc path works for a more recent compiler than the ancient one used by the cross jobs
    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    23d3369 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    cb5b895 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    4d68d13 View commit details
    Browse the repository at this point in the history
  33. Address feedback

    Jake-Shadle committed May 13, 2024
    Configuration menu
    Copy the full SHA
    3fbea9f View commit details
    Browse the repository at this point in the history