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

C Extension that works with pip install #8

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 7, 2021

  1. Changed WMM.COF filename to be an argument for wmmsub_f function. The…

    … wmmsub function now calls wmmsub_f function. C doesn't support overloading without a lot of junk.
    justengel committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    0e8458d View commit details
    Browse the repository at this point in the history
  2. Created C Extension C file with function wmmsub. This function takes …

    …an optional wmm_filename.
    justengel committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    80da99c View commit details
    Browse the repository at this point in the history
  3. Base now imports the C Extension module or the build module. Moved ol…

    …d ctypes LoadLibrary into build.py. Made load library to only run when calling the function for the first time and not on import. Moved SDIR to this_path to support old compatibility layers.
    justengel committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    a2b8926 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7972ce3 View commit details
    Browse the repository at this point in the history
  5. Changed setup.py to rerun if the C Extension fails and to install wit…

    …hout building the C Extension. This allows the old build method to still be supported.
    justengel committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    583f505 View commit details
    Browse the repository at this point in the history