| Age | Commit message (Collapse) | Author |
|
|
|
|
|
feat(swift) add swift to C++ and objective-C interop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
refactor(toolchain): Separate gcc/clang registration from definition
|
|
Improve toolchain configs, add_toolchains("name[configs]")
|
|
prevent redundant loading
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Before this change xmake preferred to use clang and gcc for c++ code which caused build to fail with clang in my current setup
|
|
|
|
|
|
修复了这样的问题:使用android ndk构建rust源码时,rustc不会将link-args="..."的等号之后的引号特殊处理,导致传递给clang++类似'"-llog'的错误的参数。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from private.tools.rust.target_triple to core.tools.rustc.target_triple
|
|
Add llvm-dlltool support
|
|
cargo: fix package cross-compilation
|
|
|
|
|
|
|