Skip to content

Releases: agraef/pure-lang

pure-gen-0.25

Choose a tag to compare

@agraef agraef released this 07 Aug 17:16

Bugfix release for the issues reported in #30:

  • Backported support for 128 bit float types in language-c.
  • Added 128 bit float support in pure-gen.
  • Fixed an issue with incorrect C code for long double const* pointers.
  • Updated the documentation.

pure-gen-0.24

Choose a tag to compare

@agraef agraef released this 05 Aug 06:29

Compilation and Language.C lexer fixes for ghc 9 and gcc 11.

pure-glpk-0.6

Choose a tag to compare

@agraef agraef released this 28 Apr 15:52

Update for GLPK 5.x

pure-octave-0.13

Choose a tag to compare

@agraef agraef released this 26 Apr 21:24

Update for Octave 6.x

pure-gen-0.23

Choose a tag to compare

@agraef agraef released this 01 May 07:45

New release with some fixes for ghc 8.8 to make the sources compile on Arch Linux again. There are no functional changes.

NOTE: This may not compile if you don't have a fairly recent version of ghc and cabal-install. In that case please try version 0.21 instead.

pure-ffi-0.16

Choose a tag to compare

@agraef agraef released this 29 Apr 09:15

New release to work around glitches with libffi 3.3. There are no other functional changes, so you only need this if pure-ffi refuses to compile with your libffi version.

pure-gen-0.22

Choose a tag to compare

@agraef agraef released this 15 Aug 22:14

New release with some fixes to make the sources compile on Arch Linux again. There are no functional changes.

NOTE: This may not compile if you don't have a fairly recent version of ghc and cabal-install. In that case please try version 0.21 instead.

pure-octave-0.12

Choose a tag to compare

@agraef agraef released this 13 Aug 11:22

Update for Octave 5.x

pd-faust-0.18

Choose a tag to compare

@agraef agraef released this 31 Oct 07:50

Add a faust-notify receiver to notify applications when faust~ objects are created or destroyed.

pd-pure-0.26

Choose a tag to compare

@agraef agraef released this 05 Oct 16:56

New (and experimental) features:

  • Inlets and outlets are now properly updated when reloading objects. This resolves a long-standing bug. Thanks to @pierreguillot for helping to get this working!

  • New API routine pd_configure() which enables an object to update the number of its inlets and outlets on the fly.

  • New API routine pd_reload() which enables an object (compiled or script) to recreate itself. In particular, this finally provides some self-loading capability to compiled objects.