Skip to content

libuc v1.1.0

Latest
Compare
Choose a tag to compare
@edomin edomin released this 09 Mar 15:44
· 3 commits to master since this release

1.1.0 - 2023-03-09

Added

  • USC2 support
  • Function attributes 'const' and 'pure' for better optimisation
  • Tested building on clang, tcc and mingw.

Changed

  • Better C++ support
  • Using cmake_barebones framework for building
  • Readme updated
  • Minimal CMake version required is 3.11 now
  • Building documentation is optional now
  • Updated tests

Fixed

  • Some magic numbers in code
  • Linter errors
  • Broken installation

Removed

  • Bundled CodeCoverage.cmake module. It must be installed separately now