diff options
| author | ruki <[email protected]> | 2017-07-28 15:55:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-07-28 15:55:14 +0800 |
| commit | 9088ba109eec43c1e69459802c2d498966ff4171 (patch) | |
| tree | fecfbb4b0c9516c7d7c63bd28baba97bc564c5c1 | |
| parent | 927858060bdb6b56f1650276f1edf718bc713051 (diff) | |
modify changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 17a4a9efe..5cae66486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ * Add `add_moduledirs` api * Add `includes` api instead of `add_subdirs` and `add_subfiles` * [#133](https://github.com/tboox/xmake/issues/133): Improve the project plugin to generate `compile_commands.json` by run `xmake project -k compile_commands` +* Add `set_precompiled_header` to support the precompiled header, support gcc, clang, msvc ### Changes @@ -334,6 +335,7 @@ * 添加`add_moduledirs`接口在工程中定义和加载扩展模块 * 添加`includes`接口替换`add_subdirs`和`add_subfiles` * [#133](https://github.com/tboox/xmake/issues/133): 改进工程插件,通过运行`xmake project -k compile_commands`来导出`compile_commands.json` +* 添加`set_precompiled_header`去支持跨编译器预编译头文件,支持`gcc`, `clang`和`msvc` ### 改进 |
