This release improve IDE/Editor plugin integration, we provide the following plugins now:
If you want to known more usage, please see online documents。
XMAKE_LOGFILE
environment variable to dump the output info to file.gitignore
file when creating new projectsset_config_header
to support set_config_header("config", {version = "2.1.8", build = "%Y%m%d%H%M"})
xmake-idea plugin is a xmake integration in Intellij-IDEA.
It is deeply integrated with xmake and Intellij-IDEA to provide a convenient and fast cross-platform c/c++ development and building.
And It also support other Intellij-based platform, like Clion, Android Studio and etc.
You need install xmake first and a project with xmake.lua
.
xmake-sublime plugin is a xmake integration in Sublime Text.
It is deeply integrated with xmake and sublime text to provide a convenient and fast cross-platform c/c++ development and building.
You need install xmake first and a project with xmake.lua
.
xmake-vscode plugin is a xmake integration in Visual Studio Code.
It is deeply integrated with xmake and vscode to provide a convenient and fast cross-platform c/c++ development and building.
This release fix some bugs and improve some details. And provide xmake-vscode plugins to integrate vscode editor and xmake.
If you want to known more usage, please see online documents。
add_imports
to bulk import modules for the target, option and package scriptxmake -y/--yes
to confirm the user input by defaultxmake l package.manager.install xxx
to install software packagexmake macro ..
to run the last commandcprint()
@loader_path
and $ORIGIN
for add_rpathdirs()
set_version("x.x.x", {build = "%Y%m%d%H%M"})
and add build versionCOLORTERM=nocolor
to disable color outputand_bindings
and add_rbindings
apilib.detect.find_program
interface-w|--warning
arguments to enable the warnings output