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: node-ffi-napi/node-ffi-napi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: node-ffi-napi/node-ffi-napi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ffi-update-x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 417 files changed
  • 2 contributors

Commits on Feb 5, 2021

  1. deps: update libffi to v3.3+1a4b78

    Update libffi to the latest release and an [extra commit][0] to support
    building on the M1 macs.
    
    [0]: libffi/libffi@1a4b78
    indutny committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    821d8b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. ffi: add explicit constructor for callback_info

    Without explicit constructor `new(storage) callback_info()` zeroes
    `closure` field on M1 macOS.
    indutny committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    f2d7f24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15997c1 View commit details
    Browse the repository at this point in the history
  3. config: rewrite

    indutny committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    4d36272 View commit details
    Browse the repository at this point in the history
  4. config: freebsd/x64

    indutny committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    33c3738 View commit details
    Browse the repository at this point in the history
  5. config: linux/x64

    indutny committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    4dce9b2 View commit details
    Browse the repository at this point in the history
  6. config: win/x64

    indutny committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    254bab9 View commit details
    Browse the repository at this point in the history
  7. config: win/ia32

    indutny committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    0383c82 View commit details
    Browse the repository at this point in the history
  8. config: mac/x64

    indutny committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    4daacf4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d82cd54 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. linux arm64

    addaleax committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    d1ac0c3 View commit details
    Browse the repository at this point in the history
Loading