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

WIP raw_dylib: write the import .lib manually. #1414

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    136dc9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8672689 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

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

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    984ed7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15f8053 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Implement remaining required symbols and objects.

    And break out code into dll_import_lib module.
    simonbuchan committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    08dcc1c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Avoid requiring aligned access to COFF fields.

    And fix lints.
    simonbuchan committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a38d471 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

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

Commits on Nov 11, 2023

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

Commits on Nov 20, 2023

  1. Some restructuring to lift the important bits up to archive.rs.

    - Adds explicit checks for suported target
    - Pass in architecture/machine
    - Use a builder rather than a single function API for the library.
    - Use session errors rather than panicking at the top level.
    simonbuchan committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    326067e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Add basic raw_dylib test

    simonbuchan committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    cc26ee1 View commit details
    Browse the repository at this point in the history