diff options
| author | ruki <[email protected]> | 2016-07-12 09:25:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-07-12 09:25:40 +0800 |
| commit | 18894a316af66cb5fc2556e7e2a119a93e37458d (patch) | |
| tree | 4f9671076ebdac1f33debc672fba1926662e14e2 | |
| parent | c4ed00d99526c87e083bcd9e8310fbb759245b7f (diff) | |
modify README.md and CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rwxr-xr-x | README.md | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9ca7b7a..afe458e76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ * Improve the interfaces of run shell * Upgrade luajit to v2.0.4 +* Improve to generate makefile plugin ### Bugs fixed @@ -126,6 +127,7 @@ * ��ǿ����shell��ϵ�нӿ� * ����luajit��v2.0.4�汾 +* �Ľ�makefile���ɲ�����Ƴ���xmake������������֧��`windows/linux/macosx`�ȴ�pcƽ̨ ### Bugs�� @@ -21,6 +21,7 @@ so that any developer can quickly pick it up and enjoy the productivity boost wh - Custom packages, platforms, plugins, templates, tasks, macros, options and actions - Do not generate makefile and build project directly - Support multitasking with argument: -j +- Check includes dependence automatically ####Actions @@ -255,6 +256,8 @@ xmake的目标是开发者更加关注于项目本身开发,简化项目的描 - 自动检测ccache,进行自动缓存提升构建速度 +- 自动检测头文件依赖,并且快速自动构建修改的文件 + ####常用Actions - config: 构建之前的编译参数配置 |
