summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-01-05 15:47:03 +0800
committerruki <[email protected]>2017-01-06 17:20:09 +0800
commita91493b253b4bc70c88c6146565ef6557b68f334 (patch)
tree77f8a152b668b4d9c7c9ab8396986b1a851a14f8
parentac637c7c104bf2bd9269379b15184b44d03e75dd (diff)
modify CHANGELOG.md
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae704aa63..14a24bade 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
* Add `--links`, `--linkdirs` and `--includedirs` configure arguments
* Add app2ipa plugin
* Add dictionary syntax style for xmake.lua
+* Provide smart scanning and building mode without xmake.lua
### Changes
@@ -14,6 +15,7 @@
* Improve gcc error and warning tips
* Improve lanuage module
* Improve print interface, support lua print and format output
+* Automatically scan project files and generate it for building if xmake.lua not exists
### Bugs fixed
@@ -191,6 +193,7 @@
* 添加`--links`, `--linkdirs` and `--includedirs` 配置参数
* 添加app2ipa插件
* 为xmake.lua工程描述增加dictionay语法风格
+* 提供智能扫描编译模式,在无任何xmake.lua等工程描述文件的情况下,也能直接快速编译
### 改进
@@ -198,6 +201,7 @@
* 改进gcc/clang编译器警告和错误提示
* 重构代码架构,改进多语言支持,更加方便灵活的扩展语言支持
* 改进print接口,同时支持原生lua print以及格式化打印
+* 如果xmake.lua不存在,自动扫描工程代码文件,并且生成xmake.lua进行编译
### Bugs修复