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

build fixes for various platforms, especially Windows #922

Merged
merged 5 commits into from
Nov 2, 2023

Commits on Oct 29, 2023

  1. adjust how sizeof time_t is set, the current way causes issues with M…

    …SVC 2022's preprocessor
    busterb committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    1fd7381 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. portable asm generator patches for portable

    This reverses changes from the 3.8.x upstream that are causing issues on
    a few different platforms, including macOS x64, Windows, and older
    Linux/FreeBSD.
    busterb committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    98a5122 View commit details
    Browse the repository at this point in the history
  2. fix cross-compilation on Windows 11 Arm64

    signal.h is less populated in this environment, remove stub signal
    handlers
    busterb committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    dd1d96f View commit details
    Browse the repository at this point in the history
  3. reenable assembly for MSVC

    busterb committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    9bca15b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    548b3d0 View commit details
    Browse the repository at this point in the history