Skip to content

Releases: PMunch/futhark

v0.13.1

06 May 06:56
Compare
Choose a tag to compare

v0.13.0 Project mode

05 May 17:59
Compare
Choose a tag to compare

What's Changed

  • Remove incompleteStruct, it generated bad C code by @daniel-j in #98

Full Changelog: v0.12.5...v0.13.0

v0.12.5

21 Mar 08:36
Compare
Choose a tag to compare

Full Changelog: v0.12.4...v0.12.5

Makes hashes a bit nicer, changes how opaque types are defined, fixes a bug and adds a test.

v0.12.4

20 Mar 12:26
Compare
Choose a tag to compare

Futhark, specifically Opir, now builds with a version of libclang wrapped with Futhark!

Full Changelog: v0.12.3...v0.12.4

v0.12.3

20 Mar 12:25
Compare
Choose a tag to compare

Full Changelog: v0.12.2...v0.12.3

v0.12.2

31 Jan 12:07
Compare
Choose a tag to compare
  • Fix bug with struct fields pointing to unknown struct #90

v0.12.1

31 Jan 12:07
Compare
Choose a tag to compare
  • Fix anonymous struct with following members bug #90
  • Support strings in macros
  • Add test case for arrays of anonymous structs
  • Remove one pointer indirection from procedure types

v0.12.0

27 Oct 12:07
Compare
Choose a tag to compare

Improves consistency between Clang 15 and 16. Should now give the same output for both version.

Full Changelog: v0.11.1...v0.12.0

v0.11.1

26 Oct 07:47
Compare
Choose a tag to compare

Full Changelog: v0.11.0...v0.11.1

v0.11.0

25 Oct 08:39
Compare
Choose a tag to compare

What's Changed

  • Small fix for detecting libclang.so on Debian by @daniel-j in #85
  • Make sure that anonymous unions in arrays work
  • Remove shell quoting of compilerArgs to ensure that things like pkg-config can work
  • Implement vectors, temporary solution

Full Changelog: v0.10.0...v0.11.0