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: Replace TargetInfo with target_lexicon::Triple #2253

Merged
merged 1 commit into from Apr 1, 2022

Commits on Apr 1, 2022

  1. pyo3-build-config: Replace TargetInfo with target_lexicon::Triple

    Add a new public crate function `cross_compile_from_to()` using
    `target_lexicon::Triple` arguments instead of plain strings
    used in `cross_compile()`.
    
    Deprecate `pyo3_build_config::cross_compile()` since v0.17.
    
    Attempt to extract common code patterns into methods and standalone
    helper functions. Add docstrings to the new private items.
    Make some of the new helper functions public within the PyO3 crate
    and reuse them in the build scripts.
    
    Add PYO3_CROSS_PYTHON_VERSION parsing unit test.
    
    Add a ChangeLog entry mentioning the new `pyo3-build-config` API.
    ravenexp committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    9b45a19 View commit details
    Browse the repository at this point in the history