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

Windows MSVC #9527

Open
Ericson2314 opened this issue Dec 2, 2023 · 0 comments
Open

Windows MSVC #9527

Ericson2314 opened this issue Dec 2, 2023 · 0 comments
Labels
portability Supporting more platforms windows

Comments

@Ericson2314
Copy link
Member

It probably first makes sense to focus on a MinGW-based build, #1320, but after that we should go for "full" windows support:

  • No non-standard Unix helper shims (Microsoft's own libc (msvcrt/urtc) does a fair amount of work and is still often fine though)
  • Build with actual MSVC or LLVM in MSVC mode
    • which means using the regular Windows C++ ABI
@Ericson2314 Ericson2314 added windows portability Supporting more platforms labels Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
portability Supporting more platforms windows
Projects
None yet
Development

No branches or pull requests

1 participant