-
Notifications
You must be signed in to change notification settings - Fork 64
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 support for the C target #532
Conversation
… Windows libraries
…ed by Windows-specific changes
Thanks @petervdonovan for testing this out. The issue seems to be that the ReflexGame.lf example was using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, this is a tour-de-force!! Let's merge it ASAP! Note very minor suggestions.
Co-authored-by: Edward A. Lee <eal@eecs.berkeley.edu>
org.lflang.tests/src/org/lflang/tests/runtime/ThreadedBase.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and ready to merge, @Soroosh129! Only left some minor comments.
Co-authored-by: Marten Lohstroh <marten@berkeley.edu>
This is an ongoing work-in-progress to enable native Windows support in our C target.
There are three main tasks remaining:
org.lflang.tests
)Fixes #531.
The following tests are skipped on Windows:
C
Python