Skip to content

Releases: PMunch/futhark

v0.13.4

17 Aug 13:35
Compare
Choose a tag to compare

v0.13.3

02 Aug 10:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.2...v0.13.3

v0.13.2

30 Jun 19:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.1...v0.13.2

Note that the noIdentNormalize flag was removed in the end. Futhark will no longer normalize names, only applying anti-collision rules.

v0.13.1

06 May 06:56
Compare
Choose a tag to compare

Full Changelog: v0.13.0...v0.13.1

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