Skip to content

Releases: cddlib/cddlib

0.94m

08 Dec 14:43
87220b4
Compare
Choose a tag to compare

Fixed:

  • Fix and error, where a non-redundant linearity could be considered redundant.
  • Fix an optimization error in ViaShooting code so that the linear programs are now much smaller.
  • Fixed memory leaks in the redundancy code.
  • Updated version number in dd_DDVERSION define.

0.94l

19 Sep 22:04
9739aad
Compare
Choose a tag to compare

Fixed:

  • extern C block in cdd.h header for C++ (thanks to @jengelh)

0.94k

15 Sep 16:02
f3118b7
Compare
Choose a tag to compare
  • header files are now installed to PREFIX/include/cddlib to avoid clashes
    with other libraries.
  • configuration file for pkg-config added: assuming cddlib installed in
    known to pkg-config, "pkg-config --cflags cddlib" etc will
    work. (Otherwise, one would need PKG_CONFIG_PATH=/lib/pkgconfig).

0.94j

21 Jun 14:14
Compare
Choose a tag to compare
  • modernized autotooling
  • mirrored code on GitHub
  • introduced cddexec as a replacement of cdd_both_reps that many distributions packaged
  • made randomization portable
  • fix representation type in dd_MatrixAppendTo