Skip to content

Releases: DavidingPlus/xmake-project-template

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 13 Jul 08:59

Release Notes

在 CI 中添加抽象 env PACKAGE_NAME 支持,方便模板的落地使用。

Full Changelog: v1.2.1...v1.2.2

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 13 Jul 07:51

Release Notes

添加从本仓库发布 Release 到同步 version 文件到 xmake-repo 仓库的流水线。

Full Changelog: v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 03:06

Release Notes

重新设计发布包的语义,在 Windows 下按照 MSVC 的运行时库发包(MDd、MD)而不是构建模式(Debug、Release)。

Full Changelog: v1.1.1...v1.2.0

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 13 Jul 02:08

Release Notes

为 Windows 平台包增加 Debug+MDd 和 Release+MD 支持。

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 08:25

Release Notes

添加 xmake package 以及自动打包发布到 GitHub Release 支持。

v1.0.1

Choose a tag to compare

@DavidingPlus DavidingPlus released this 09 Jul 12:13

Release Notes

使用 XMake 内置 config.h.in 添加配置文件生成功能,具体参考 https://xmake.io/zh/api/description/project-target.html#add-configfiles

v1.0.0

Choose a tag to compare

@DavidingPlus DavidingPlus released this 02 Jul 01:56

Release Notes

仿照 https://github.com/DavidingPlus/cmake-project-template 项目,使用 XMake 工具搭建的 C/C++ 项目模板。