Skip to content

Latest commit

 

History

History
76 lines (47 loc) · 1.14 KB

File metadata and controls

76 lines (47 loc) · 1.14 KB

lib_xassert change log

UNRELEASED

  • CHANGED: Replaced xassert.xc with xassert.c for better toolchain compatibility.

4.3.3

  • CHANGED: Updated UNUSED() macro and added UNUSED_REF() macro to suppress compiler warnings for unused variables and unused references.

4.3.2

  • FIXED: Build warnings (when built with -Wextra)

4.3.1

  • CHANGED: Documentation updates

4.3.0

  • CHANGED: Build examples and tests using XCommon CMake instead of XCommon
  • CHANGED: Run tests using pytest

4.2.0

  • ADDED: Support for XCommon CMake build system

4.1.0

  • CHANGED: Use XMOS Public Licence Version 1

4.0.2

  • REMOVED: not necessary cpanfile

4.0.1

  • CHANGED: Pin Python package versions

4.0.0

  • CHANGED: Build files updated to support new "xcommon" behaviour in xwaf.

3.0.1

  • CHANGED: Correct dates in LICENSE.txt files

3.0.0

  • CHANGED: Renamed DEBUG_UNIT to XASSERT_UNIT to prevent conflict with lib_logging

2.0.1

  • CHANGED: Update to source code license and copyright

2.0.0

  • CHANGED: Restructured library