Skip to content

AFF3CT - Release 2.3.1

Compare
Choose a tag to compare
@kouchy kouchy released this 27 Feb 16:48
· 669 commits to master since this release
748907d

Changes listed below:

  • Rewrite the 'CMakeLists.txt' file following the CMake 3.x philosophy with targets.
  • Generate automatically the 'aff3ct-config.cmake' file to link easily with AFF3CT.
  • Add CPack support in the 'CMakeLists.txt' to generate Windows/macOS installers, DEB, RPM, etc.
  • Split the LDPC 'WBF' algorithm in 'WBF' and 'MWBF' algorithms.
  • Rename '--dec-mwbf' in '--dec-mwbf-factor'.
  • Fix an uninitialized attribute in the polar SCF naive decoder.
  • CI: compile the shared library for Windows (DLL).
  • CI: simplify the build and deploy scripts relying on the CMake install feature.