2015-01-01 Jamling
Introduction Quickly new Activity/Service/BroadcastReceiver/ContentProvider in Android Project with a wizard and configurate in AndroidManifest.xml. Main function list: - New Activity/Service/BroadcastReceiver. - Customize action and category for intent-filter. - New ContentProvider. - Customize authorities 继续阅读 »
2015-08-30 Klaus Ma
The MesosCon, organized by the The Linux Foundation will take place from 20th August to the 21st August 2015 at the Sheraton Seattle Hotel in Seattle, United States Of America. The conference will feature two days of sessions to learn more about the Mesos core, an ecosystem developed around the project, and related tec 继续阅读 »
2017-01-08 ruki
In order to better promote TBOOX open source project development, we decided to adopt a more relaxed, more developer-friendly Apache License 2.0 The tbox and xmake projects have updated to new license. If you want to known more, please refer to:Apache License 2.0 继续阅读 »
2016-10-30 ruki
New features Add some interpreter builtin-modules Support ml64 assembler for windows x64 Changes Improve ipairs and pairs interfaces and support filter Add filters for generating vs201x project Remove core/tools (msys toolchains) and uses xmake to compile core sources on windows Remove xmake/packages for templates Bu 继续阅读 »
2017-02-13 JustWe
学伴的最新版中为了减少因为Bug导致的应用崩溃,也跟随潮流使用了Tinker作为程序热修复的工具库。 这里记录一下使用Tinker第三方应用平台的简单配置,以飨后人。 Project Gradle groovy buildscript { repositories { jcenter() } dependencies { // TinkerPatch 插件 classpath "com.tinkerpatch.sdk:tinkerpatch-gradle-plugin:1.1.3" } } Module 继续阅读 »
2016-07-21 ruki
The algorithm is based on libtess2 here and we optimizated some implementation and fixed some bugs. The differents between our algorithm and libtess2's algorithm: We change the coordinate system and the sweep direction (sweep line by horizontal here). We need not project the vertices because our graphic engine is 2d, 继续阅读 »
2016-04-19 veryyoung
今天在配置 Jenkins Job 的时候,after mvn package 用命令行 nohup java -jar project-1.0-SNAPSHOT.jar > server.log 2>&1 & 起一个 spring-boot 项目,死活不生效。 继续阅读 »
2016-06-09 ruki
源码 更新内容 此版本重构了90%的代码 新特性 增加task任务机制,可运行自定义任务脚本 实现plugin扩展机制,可以很方便扩展实现自定义插件,目前已实现的一些内置插件 增加project文件导出插件(目前已支持makefile的生成,后续会支持:vs, xcode等工程的生成) 增加hello xmake插件(插件demo) 增加doxygen文档生成插件 增加自定义宏脚本插件(支持动态宏记录、宏回放、匿名宏、批量导入、导出等功能) 增加更多的类库用于插件化开发 实现异常捕获机制,简化上层调用逻辑 增加多个option进行宏绑定,实现配置一个参数,就可以同时对多个配置进行生效 增加显示全局构建进度 继续阅读 »
2016-06-09 ruki
Sources Changelog New features Add task api for running custom tasks Add plugin expansion and provide some builtin plugins Add export ide project plugin(.e.g makefile and will support to export other projects for vs, xcode in feature) Add demo plugin for printing 'hello xmake' Add make doxygen documents plugin Add m 继续阅读 »
2016-07-02 ruki
We new a site for the open source project: xmake http://xmake.io 继续阅读 »