Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.59 KB

CHANGELOG.rst

File metadata and controls

50 lines (36 loc) · 1.59 KB

XCommon CMake Change Log

1.3.0

  • ADDED: DEPS_CLONE_SHALLOW option for performing shallow git clones

1.2.1

  • CHANGED: xmosdoc v5.5.1 for building documentation

1.2.0

  • ADDED: Support for multiple prebuilt archives in a static library repository
  • ADDED: Support for configuring compiler flags on static library additional sources
  • ADDED: XCOMMON_CMAKE_VER cache variable
  • CHANGED: Use CONFIGURE_DEPENDS option in all GLOBs such that they are re-run at build-time

1.1.0

  • ADDED: "Depends on" column in generated manifest file (when FULL_MANIFEST=TRUE)
  • ADDED: Support for compiling additional sources for a static library
  • ADDED: Support for default optional header name based on LIB_NAME
  • ADDED: Support for optional headers with additional sources for a static library
  • CHANGED: Removed "Dependency_requirement" column in generated manifest file (when FULL_MANIFEST=TRUE)

1.0.0

  • ADDED: Support for fetching dependencies that are static libraries
  • CHANGED: Supported repository structure for static libraries
  • FIXED: xpca response file erroneously deleted
  • FIXED: PCA commands fail if there are spaces in the directory path
  • FIXED: PCA failures when building C++ sources
  • FIXED: modifying XN file doesn't cause an application rebuild

0.2.0

  • ADDED: Warning if LIB_NAME variable doesn't match module directory name
  • FIXED: APP_BUILD_TARGETS variable wasn't available until XMOS_REGISTER_APP returned

0.1.0

  • Initial release