Skip to content

v6.8

Compare
Choose a tag to compare
@kosloot kosloot released this 02 Jan 14:31
· 68 commits to master since this release

[Ko van der Sloot]

  • major code refactoring
    • BREAKS API and ABI
    • library bumped
    • getting rid of a lot of pointers and C-style arrays
    • removed C-style casts
    • Unicode is the default now for most functions. Some 'string' functions
      are still available in the API.
    • In general modernizing to C++11
    • weeded out CppCheck warnings
  • improved GitHub action