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

pyo3-build-config: Add python3-dll-a crate support #2282

Merged
merged 9 commits into from Apr 11, 2022

Commits on Apr 10, 2022

  1. pyo3-build-config: Add python3-dll-a crate support

    Automatically generate `python3.dll` import libraries for Windows
    compile targets in the build script.
    
    Adds a new PyO3 crate feature `generate-abi3-import-lib` enabling
    automatic import library generation.
    
    Closes PyO3#2231
    ravenexp committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    479fe67 View commit details
    Browse the repository at this point in the history
  2. Document generate-abi3-import-lib crate feature

    Update the user guide to describe its applicability to the native
    and cross-compilation build scenarios.
    ravenexp committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    a7c0de3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c84cecc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5ca6d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb6b645 View commit details
    Browse the repository at this point in the history
  6. maturin still requires a Python interpreter on Windows for now

    Switch from Python 3.10 to Python 3.8 because I don't want to test with Rust 1.48.0
    messense committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    8368c62 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ba11f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    75ea171 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Mention generate-abi3-import-lib in the features guide

    Update the feature list section of the user guide
    to include `generate-abi3-import-lib` description.
    ravenexp committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    4347624 View commit details
    Browse the repository at this point in the history