Skip to content

xmake v3.0.0

Latest
Compare
Choose a tag to compare
@waruqi waruqi released this 15 Jun 13:22
· 12 commits to dev since this release

New features

  • #5926: Add MIDL support
  • #6414: Add platform.windows.subsystem rule
  • #5527: Switch to 3.0 policies

Changes

  • #6202: Improve rule API and build dependency order
  • #5624: Enable auto build when calling xmake run by default
  • #5526: Use MD/MDd runtimes for msvc by default
  • #5545: Use ninja generator for cmake package by default
  • #6355: Support customizing implib path of MinGW/MSVC
  • #6373: Improve c++ modules support
  • #6376: Improve vsxmake generators for namespaces
  • #6209: Add build jobgraph support
  • #6361: Rename buildir to builddir

新特性

  • #5926: 添加 MIDL 支持
  • #6414: 添加 platform.windows.subsystem 规则
  • #5527: 切换到 3.0 行为策略

改进

  • #6202: 改进 rule API 和构建顺序支持,提供统一 jobgraph 调度
  • #5624: xmake run 运行默认自动构建
  • #5526: msvc 默认切换到 MD/MDd 运行时
  • #5545: 构建 cmake 包,默认使用 Ninja 生成器
  • #6355: 支持自定义 implib 路径和访问
  • #6373: 改进 c++ modules 支持
  • #6376: 改进 vsxmake 生成器,支持命名空间
  • #6209: 添加 jobgraph 支持
  • #6361: 重命名 buildir 到 builddir

What's Changed

New Contributors

Full Changelog: v2.9.9...v3.0.0