Skip to content

Releases: f4exb/cm256cc

Fix for gcc 13

29 Feb 12:51
6f4a518
Compare
Choose a tag to compare

This release fixes a problem when compiling with gcc 13 (see #17). PR #18

C++11 support

18 Feb 09:36
fbdffb2
Compare
Choose a tag to compare

Now requires c++11 also includes the "nullptr" define fix (Issue #13)
In addition unnecessary dependency to Boost has been removed (PR #15)

Cmake CPU flags discovery and fixes for Clang

16 Apr 17:38
Compare
Choose a tag to compare

Fixed missing export.h

17 Nov 03:28
Compare
Choose a tag to compare

Fixed missing export.h in CMakeLists.txt. Consequently export.h was not installed and compilation with version v1.0.3 of cm256cc was failing.

Fixes for MSVC build

13 Nov 20:08
Compare
Choose a tag to compare

Added a dll export directive.

Fixes for OpenSUSE build

13 Oct 04:46
Compare
Choose a tag to compare

Fixes done by Martin Hauke in cmake and pkgconfig files for OpenSUSE package build.

Fix alignment issue

06 Oct 02:03
Compare
Choose a tag to compare

Missing alignment directive in gf256.h was causing some trouble with code compiled with clang-cl. It makes sense to align this data on 16 bit boundary and the corresponding define was there (although buggy) but unused. Fixed the directive for gcc and added the define.

Start releasing

13 Jun 20:43
Compare
Choose a tag to compare

Start releasing

Use version number and revision checkpoints to help tracking changes.
The recent changes are:

  • Amend cmake files to use GNU install dir and pkgconfig
  • Fixed compilation warnings
  • Use versioning in cmake