Skip to content

v0.0.42

Choose a tag to compare

@github-actions github-actions released this 01 Jun 11:01
· 8 commits to main since this release
75cf6c0

新增

  • [package].standard 打通为一等 C++ 标准配置,默认仍为 c++23,
    并支持 c++26 / c++2c 等写法。

修复

  • 编译 flags、compile_commands.json、fingerprint 与 import std 标准库
    BMI 预构建命令现在使用同一个 active C++ 标准。
  • std.gcm / std.pcm cache 增加元数据校验,只有 compiler、stdlib、target、
    standard、source 与 build command 匹配时才复用。
  • build.cxxflags 回归附加 C++ flags 语义,若写入 -std= 会提示迁移到
    [package].standard