Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LibFFI build requires x64 Cygwin, and skip the ARM build (GH-101743) | Steve Dower | 2023-02-09 | 1 | -2/+2 |
| | |||||
* | bpo-45022: Pin current libffi build to fixed version in preparation for ↵ | Steve Dower | 2021-08-26 | 1 | -5/+13 |
| | | | | | upcoming update (GH-27982) Also improve the build script for libffi, which is not used as part of the regular build. | ||||
* | bpo-42336: Improve PCbuild batch files (GH-23275) | Steve Dower | 2020-11-18 | 1 | -7/+6 |
| | |||||
* | bpo-33125: Add support for building and releasing Windows ARM64 packages ↵ | Steve Dower | 2019-11-20 | 1 | -1/+6 |
| | | | | | (GH-16828) Note that the support is not actually enabled yet, and so we won't be publishing these packages. However, for those who want to build it themselves (even by reusing the Azure Pipelines definition), it's now relatively easy to enable. | ||||
* | bpo-36941: Windows build changes for Windows ARM64 (GH-13365) | Paul Monson | 2019-05-17 | 1 | -2/+22 |
| | |||||
* | bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059) | Paul Monson | 2019-04-18 | 1 | -2/+13 |
| | |||||
* | bpo-35947: Update Windows to the current version of libffi (GH-11797) | Paul Monson | 2019-03-29 | 1 | -0/+169 |
We now use a pre-built libffi binary from our binaries repository, and no longer vendor the full implementation. |