diff options
| author | ruki <[email protected]> | 2020-02-21 00:28:50 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-02-20 20:53:04 +0800 |
| commit | 8a0bb07265285fc8d33649656c3ccbc7e15f0df4 (patch) | |
| tree | d93b09b292273b88443027cc678aab57c9480715 | |
| parent | 9a383c9dd505e88948696873d0f8e10242b26323 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 21501bcc4..c01ca66c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ * [#675](https://github.com/xmake-io/xmake/issues/675): Support to compile `*.c` as c++, `add_files("*.c", {sourcekind = "cxx"})`. * [#681](https://github.com/xmake-io/xmake/issues/681): Support compile xmake on msys/cygwin and add msys/cygwin platform * Add socket/pipe io modules and support to schedule socket/process/pipe in coroutine +* [#192](https://github.com/xmake-io/xmake/issues/192): Try building project with the third-party buildsystem +* Enable color diagnostics output for gcc/clang ### Change @@ -680,6 +682,8 @@ * [#675](https://github.com/xmake-io/xmake/issues/675): 支持通过设置强制将`*.c`作为c++代码编译, `add_files("*.c", {sourcekind = "cxx"})`。 * [#681](https://github.com/xmake-io/xmake/issues/681): 支持在msys/cygwin上编译xmake,以及添加msys/cygwin编译平台 * 添加socket/pipe模块,并且支持在协程中同时调度process/socket/pipe +* [#192](https://github.com/xmake-io/xmake/issues/192): 尝试构建带有第三方构建系统的项目,还支持autotools项目的交叉编译 +* 启用gcc/clang的编译错误色彩高亮输出 ### 改进 |
