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: mozilla/cbindgen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.0
Choose a base ref
...
head repository: mozilla/cbindgen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.1
Choose a head ref
  • 4 commits
  • 16 files changed
  • 1 contributor

Commits on Apr 4, 2020

  1. Actually use the temp dir for temporary compiled objects.

    If the cbindgen_output is an absolute path, then join() will just return it.
    
    Really fixes #499.
    emilio committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    a519f1b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Configuration menu
    Copy the full SHA
    0fed9ee View commit details
    Browse the repository at this point in the history
  2. Handle mangling pointers.

    Ugly, but better than crashing.
    
    Closes #506.
    Closes #453.
    emilio committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    33d9ecf View commit details
    Browse the repository at this point in the history
  3. Release 0.14.1

     * Handle mangling pointers. (#508)
     * Unconditionally generate a return statement in partialeq implementations. (#509)
    emilio committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    0761b9b View commit details
    Browse the repository at this point in the history
Loading