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

Initial Windows Support #100

Merged
merged 9 commits into from
Jul 1, 2024
Merged

Initial Windows Support #100

merged 9 commits into from
Jul 1, 2024

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    12d9c5a View commit details
    Browse the repository at this point in the history
  2. Exclude WIT-related targets from Windows build for now

    Because buildTool plugin seems not working on Windows now with Swift
    5.10
    kateinoigakukun committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    8488805 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45a723e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3da34d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfa006b View commit details
    Browse the repository at this point in the history
  6. Fix module file reading on Windows

    `open` on Windows uses "text-mode", so we need to explicitly specify
    O_BINARY.
    kateinoigakukun committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    eb27bde View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7bf655 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f2f70f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f569b0b View commit details
    Browse the repository at this point in the history