xmake-vscode v1.0.1 released, a xmake integration in vscode
1 0 comments 17 Oct 2017 06:18 u/waruqi (..) in v/programmingA XMake integration in Visual Studio Code Edit
1 0 comments 12 Oct 2017 07:00 u/waruqi (..) in v/programmingxmake v2.1.6 released, a make-like build utility based on Lua
2 0 comments 16 Aug 2017 14:45 u/waruqi (..) in v/programmingxmake v2.1.3 released, improve security and stability
5 0 comments 03 Apr 2017 14:23 u/waruqi (..) in v/programmingThe x86 Script Instruction Virtual Machine
1 0 comments 25 Mar 2017 15:41 u/waruqi (..) in v/programmingA glib-like multi-platform c library NSFW
1 1 comment 23 Mar 2017 11:22 u/waruqi (..) in v/programmingComment on: xmake v2.1.1 released, support golang, dlang and rust languages
website: http://www.xmake.io
xmake v2.1.1 released, support golang, dlang and rust languages NSFW
1 1 comment 06 Mar 2017 12:22 u/waruqi (..) in v/programmingCompile c++, objc and swift program across platforms fastly
1 0 comments 18 Jan 2017 01:57 u/waruqi (..) in v/programmingComment on: Scan source codes and build project without makefile
And the xmake.lua example: https://github.com/tboox/tbox/blob/master/xmake.lua
Comment on: Scan source codes and build project without makefile
xmake also support cross platform (linux, windows, ios, android and cross toolchains..)
.e.g
xmake f -p linux; xmake
xmake f -p iphoneos; xmake
xmake f -p windows; xmake
xmake f -p android --ndk=xxx;xmake
xmake f -p linux --sdk=toolchains_dir; xmake
The demo video: https://asciinema.org/a/79998
Comment on: Scan source codes and build project without makefile
It only provide a feature that help we to compile a few codes fastly without makefile.
You can also write xmake.lua to compile it if you want it ensure the code is compiled the same way with the same assumptions.
The project focuses on making C development easier and provides many modules (.e.g stream, asio, regex, container, algorithm ...), so that any developer can quickly pick it up and enjoy the productivity boost when developing in C language.