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

enable enc2 #65

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

enable enc2 #65

wants to merge 9 commits into from

Commits on Jan 16, 2024

  1. enable enc2

    flier authored and Phantomical committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    bd20ab2 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

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

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    48733b5 View commit details
    Browse the repository at this point in the history
  2. Add a dylib feature to allow linking xed dynamically

    When linking statically it is not possible to link both enc2 libraries.
    However, once they are compiled as dynamic libraries then linking both
    just works.
    Phantomical committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    646ac21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29be773 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b2b98d View commit details
    Browse the repository at this point in the history
  5. Also add the bin dir to the search path on windows

    You need this in order for rustc to correctly set the path so that
    includes the xed DLLs.
    Phantomical committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    b5cfb28 View commit details
    Browse the repository at this point in the history
  6. Disable the --all-features test for windows

    There is link issue when dylib and the enc2-chk libraries are linked
    that results in missing symbol warnings. This doesn't seem like
    something to fix in the current PR
    Phantomical committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    8504646 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    80a302a View commit details
    Browse the repository at this point in the history