Comparing 5f12702...38bd6be · python-cffi/cffi · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-cffi/cffi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5f12702
Choose a base ref
...
head repository: python-cffi/cffi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 38bd6be
Choose a head ref
  • 7 commits
  • 14 files changed
  • 5 contributors

Commits on May 23, 2024

  1. 1.17.0rc1 release (#80)

    nitzmahone authored May 23, 2024
    Configuration menu
    Copy the full SHA
    181fa00 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Release 1.17.0 (#108)

    * avoid libffi broken default make target
    
    * something's changed in the latest manylinux containers that broke the default `make` target for libffi- `make install` seems to work fine.
    
    * release 1.17.0
    nitzmahone authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    74731f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Allow writing generated code to a file-like object. (#115)

    This allows a caller to better control when and where the generated code is written, for issue #47.
    
    (cherry picked from commit 9e9dffb)
    inklesspen authored and nitzmahone committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    182ffc4 View commit details
    Browse the repository at this point in the history
  2. Handle distutils without distutils.msvc9compiler.MSVCCompiler class (#…

    …118)
    
    * Handle distutils without distutils.msvc9compiler.MSVCCompiler class
    
    * add explanatory comments
    
    ---------
    
    Co-authored-by: Matt Davis <nitzmahone@redhat.com>
    (cherry picked from commit 5982be1)
    jameshilliard and nitzmahone committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1c292c1 View commit details
    Browse the repository at this point in the history
  3. add yet another flag to recompile() to avoid calling ffiplatform (#81)

    Co-authored-by: Armin Rigo <armin.rigo@gmail.com>
    (cherry picked from commit 00cb9fc)
    nitzmahone and arigo committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    61deb5f View commit details
    Browse the repository at this point in the history
  4. update whatsnew.rst for 1.17.1 (#121)

    (cherry picked from commit 4e62858)
    nitzmahone committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ba10180 View commit details
    Browse the repository at this point in the history
  5. release 1.17.1

    nitzmahone committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    38bd6be View commit details
    Browse the repository at this point in the history
Loading