Files
oak-editor/docs/zh/plans/completed
Mike-Solar 4babbf5de8
CI / Build & test (Linux) (push) Successful in 24m6s
CI / Build & test (Windows) (push) Successful in 31m14s
core: merge oak-common into oak-core
oak-common is gone; its modules (configstore, xmlutils, ocioutils,
oiioutils, colormath, colortransform, videoparams, ffmpegutils, ...)
now live in oak-core alongside the value types. The render value/GPU
types moved too: backend (wgpu context + DisplayRenderer), color
(ColorProcessor over ocio-rs), texture, frame, and the commonutil
config helpers.

Fix-ups to make the merged tree build and pass tests:

- oak-core Cargo.toml: wgpu back to 25 (the moved backend code is
  written against that API generation); add the toml/quick-xml/image
  deps oak-common carried.
- lib.rs: drop the duplicate 'pub mod error;'.
- error.rs: unified OAKCORE_* codes; restore Error::new() and
  From<OcioError> from oak-common's error type.
- backend.rs/color.rs: oak_core::/oak_render:: self-references
  rewritten to crate::; the shaderfx-dependent GPU effect test moved
  to oak-render's shaderfx tests (shaderfx depends on oak-node and
  cannot live in oak-core).
- oak-render's error module re-exports oak_core::error::{Error,
  Result}; the OAKRENDER_* codes stay as the public-code contract.
- oak-node jobs.rs: ColorProcessor imported from oak_core::color.
- Integration tests repointed at oak_core::{texture, frame, backend,
  color, colormath}.
- the display-ICC regression test treats an empty OAK_DISPLAY_ICC as
  unset, matching displayicc::env_override_icc.
2026-09-03 17:42:20 +08:00
..
2026-09-03 17:42:20 +08:00

已完成战役归档(completed

本目录归档 C ABI 迁移战役(B1-R7 的全套文档。战役已结束:

  • 成果:oak-editor / oak-render-worker / oak-cli 的 U _ZN5olive 从 557 降为 0liboakengine.so 导出 C++ 符号从 3486 收至 19 oakgl/oakvulkan dlopen 插件 ABI);ctest 45/45。
  • 合并:压合为 6 个主题提交合入 main(6ea653e6d)。

文档索引

  • 战役记录facade-migration-roadmap.md(各批次完成记录)
  • 交接文档(执行过程的快照,记录历任执行者状态): c-abi-migration-handoff.mdv3)、-v4-v5-v6
  • R5(app 侧符号消除 557→58): r5-app-migration-guide.mdr5-phase2-detailed-guide.mdr5-phase3-final-guide.mdr5-final-sprint.md
  • R6(豁免清单清零 58→0):r6-cleanup-plan.md
  • R7display.h POD 化 + visibility 收口): r7-pure-abi-plan.md

这些文档只作历史参考,其中的"当前状态/进行中"描述均已是 过去时。后续工作在上一层:riir/(模块拆分)、 gtest-migration-guide.mdui-redesign-plan.md