| Age | Commit message (Collapse) | Author |
|
|
|
Fix libc++.modules.json finding
|
|
|
|
|
|
|
|
Add ldflags to export attributes loop
|
|
|
|
|
|
|
|
fix recompilation of .cpp files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
support wdk 10.0.22621.0 on windows
|
|
example:
xmake f --wdk_winver=win10_ni -v
configure
{
ccache = true
wdk_sdkver = 10.0.22621.0
wdk = C:\Program Files (x86)\Windows Kits\10\
plat = windows
vs = 2022
host = windows
ndk_stdcxx = true
mode = debug
buildir = build
arch = x64
kind = static
wdk_winver = win10_ni
}
|
|
|
|
|
|
fix libc++ support on windows
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit fixes local path resolution for rust Cargo.toml crates on
windows
|
|
|
|
|
|
|
|
|
|
|
|
support libc++ std module
|
|
|
|
|
|
|
|
|
|
use compinst for msvc when possible
|
|
|
|
|
|
|
|
|
|
|