Skip to content

Releases: agraef/pure-lang

pure-gen-0.25

07 Aug 17:16
Compare
Choose a tag to compare

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

05 Aug 06:29
Compare
Choose a tag to compare

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

pure-glpk-0.6

28 Apr 15:52
Compare
Choose a tag to compare

Update for GLPK 5.x

pure-octave-0.13

26 Apr 21:24
Compare
Choose a tag to compare

Update for Octave 6.x

pure-gen-0.23

01 May 07:45
Compare
Choose a tag to compare

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

29 Apr 09:15
Compare
Choose a tag to compare

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

15 Aug 22:14
Compare
Choose a tag to compare

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

13 Aug 11:22
Compare
Choose a tag to compare

Update for Octave 5.x

pd-faust-0.18

31 Oct 07:50
Compare
Choose a tag to compare

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

pd-pure-0.26

05 Oct 16:56
Compare
Choose a tag to compare

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.