Skip to content

xmake v2.9.6

Latest
Compare
Choose a tag to compare
@waruqi waruqi released this 30 Oct 08:08
· 8 commits to dev since this release

New features

  • #5527: Add set_policy("compatibility.version", "3.0") to preview v3.0 features.
  • #5649: Add package.check_fcsnippets

Changes

  • #5631: Add as_needed for add_linkgroups
  • #5702: Improve hash module
  • #5688: Improve hashset module
  • #5711: Support to parse include deps for sdcc
  • #5727: Improve configs for add_requires
  • #5762: Improve bin2c speed

Bugs fixed

  • #5645: Fix xmake watch for linux
  • #5686: Fix module scanning

新特性

  • #5527: 添加 set_policy("compatibility.version", "3.0") 提前预览体验 3.0 特性
  • #5649: 添加 package.check_fcsnippets

改进

  • #5631: 为 add_linkgroups 添加 as_needed
  • #5702: 改进 hash 模块
  • #5688: 改进 hashset
  • #5711: 为 sdcc 支持解析 include 依赖
  • #5727: 为 add_requires 改进 configs 配置
  • #5762: 改进 bin2c 速度

Bugs 修复

  • #5645: 修复 xmake watch 在 linux 无法监听递归文件问题
  • #5686: 修复模块扫描

What's Changed

New Contributors

Full Changelog: v2.9.5...v2.9.6