Skip to content

Releases: lu-zero/cargo-c

Update dependencies

16 Mar 09:58
Compare
Choose a tag to compare
  • Use cbindgen 0.13.1

Update dependencies

16 Mar 09:57
Compare
Choose a tag to compare
  • Use the new cbindgen.

Bugfix release

17 Dec 06:59
Compare
Choose a tag to compare
  • Fix the incomplete bsd support (hopefully)

New feature release

14 Dec 16:46
Compare
Choose a tag to compare
  • Add support for DragonFly BSD and NetBSD.
  • Support correctly crates with dashes in their name.

New feature release

06 Dec 12:31
Compare
Choose a tag to compare
  • Add support for FreeBSD
  • Use cbindgen 0.11

New bugfix release

16 Nov 17:30
Compare
Choose a tag to compare
  • Change dashes to underscores when creating the macro names. (spotted with rust-av components)

New feature release

09 Nov 02:53
Compare
Choose a tag to compare
  • Embed the version information as macro fields in the header

Bugfix release

06 Sep 17:25
Compare
Choose a tag to compare
  • Make sure failures are reported in the program return value

Windows fixes

10 Jul 09:03
Compare
Choose a tag to compare

Minor release with mainly fixes to the Windows implib generation thanks to @dwbuiten.

Windows support and pkg-config customization

28 Jun 20:30
Compare
Choose a tag to compare
  • Windows now works as intended thanks to @dwbuiten
  • Added a --pkgconfigdir option (and fixed its default) thanks to @barrbrain
  • prefix, libdir, includedir customization for the pkg-config now works thanks to @lu-zero