-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: Win32 compatibility for wcc (MinGW64 MSYS) #159
Closed
Closed
Commits on May 27, 2024
-
refactor: Replaced all long types with long long types.
This is necessary because unsigned long and long do not have sizes that are defined in the C spec, while some of the arithmetic done on it assumes 64-bit sizes.
Configuration menu - View commit details
-
Copy full SHA for 17cd89f - Browse repository at this point
Copy the full SHA 17cd89fView commit details -
fix: Force use of 32-bit integer wchar_t which was already assumed el…
…sewhere as this typedef may vary on some platforms.
Configuration menu - View commit details
-
Copy full SHA for 17bb7ac - Browse repository at this point
Copy the full SHA 17bb7acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d4f9ff - Browse repository at this point
Copy the full SHA 6d4f9ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5fbe55 - Browse repository at this point
Copy the full SHA f5fbe55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a3f34e - Browse repository at this point
Copy the full SHA 6a3f34eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8451a3c - Browse repository at this point
Copy the full SHA 8451a3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52b2c49 - Browse repository at this point
Copy the full SHA 52b2c49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b9bc4e - Browse repository at this point
Copy the full SHA 4b9bc4eView commit details -
feat: Win32 compatibility for wcc when compiled using the MinGW64 MSY…
…S toolchain. Tests test-wcc, test-wcc-gen2 are passing on Win32. xcc compiled but does not currently work because it has less purpose on Win32.
Configuration menu - View commit details
-
Copy full SHA for f364d76 - Browse repository at this point
Copy the full SHA f364d76View commit details -
Configuration menu - View commit details
-
Copy full SHA for eba3876 - Browse repository at this point
Copy the full SHA eba3876View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.