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

feat: Win32 compatibility for wcc (MinGW64 MSYS) #159

Closed
wants to merge 10 commits into from

Commits on May 27, 2024

  1. 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.
    ijsf committed May 27, 2024
    Configuration menu
    Copy the full SHA
    17cd89f View commit details
    Browse the repository at this point in the history
  2. fix: Force use of 32-bit integer wchar_t which was already assumed el…

    …sewhere as this typedef may vary on some platforms.
    ijsf committed May 27, 2024
    Configuration menu
    Copy the full SHA
    17bb7ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d4f9ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5fbe55 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a3f34e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8451a3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    52b2c49 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b9bc4e View commit details
    Browse the repository at this point in the history
  9. 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.
    ijsf committed May 27, 2024
    Configuration menu
    Copy the full SHA
    f364d76 View commit details
    Browse the repository at this point in the history
  10. doc: Instructions.

    ijsf committed May 27, 2024
    Configuration menu
    Copy the full SHA
    eba3876 View commit details
    Browse the repository at this point in the history