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

Fix "create-exe" for windows-x86_64 target #3299

Merged
merged 36 commits into from
Nov 18, 2022
Merged

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    26524da View commit details
    Browse the repository at this point in the history
  2. Debug issue on macos

    fschutt committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    b63701c View commit details
    Browse the repository at this point in the history
  3. Debug issue on MacOS

    fschutt committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    6f3b356 View commit details
    Browse the repository at this point in the history
  4. Fix target on Linux

    fschutt committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    97b1834 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    cb6fda1 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    ddf4b33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18765cd View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    cf77524 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0cee0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    748fe29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6bd018 View commit details
    Browse the repository at this point in the history
  5. Add unpack_zip to try_unpack_targz

    On Windows, this function gets used to download zig cc releases
    from GitHub, but GitHub uses .zip for Windows releases and .tar.gz
    for everything else. So this function has to accomodate that.
    fschutt committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    a1c919a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    852475b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c604e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3b317a View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Fix cross-compile test by switching to build-exe

    We run this test only on linux and macos, on Windows it might or
    might not work.
    fschutt committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    f73cf54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    493f393 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c60a04c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec13f47 View commit details
    Browse the repository at this point in the history
  5. Remove windows_underscore specialcase

    Sebastien suggested this to resolve issues on windows 32 bit,
    but it didn't help anything
    fschutt committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    e97118a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6375a8d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aafd57c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0778ddf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    676e1cc View commit details
    Browse the repository at this point in the history
  10. Last .o / .obj renaming

    fschutt committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    a854775 View commit details
    Browse the repository at this point in the history
  11. Panic in integration test

    fschutt committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    87e00f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    64d4e60 View commit details
    Browse the repository at this point in the history
  2. Fix merge issues

    fschutt committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    9bedc0a View commit details
    Browse the repository at this point in the history
  3. Fix windows-gnu create-exe

    fschutt committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    a81344e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    195ec84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6acb6b View commit details
    Browse the repository at this point in the history
  6. Fix make lint

    fschutt committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    b5d0896 View commit details
    Browse the repository at this point in the history
  7. Add zig to integration-tests

    fschutt committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    be6f63f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43c94ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    71563bc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    db299b8 View commit details
    Browse the repository at this point in the history