| Age | Commit message (Collapse) | Author |
|
|
|
ArthurVasseur/fix/format-plugin-headerfile-absolute-path
plugin/format: fix doubled paths for absolute header files on Windows
|
|
support set_encodings with nvcc
|
|
Fix missing paren in package loading function
|
|
|
|
|
|
already absolute
On Windows, path.join(projectdir, absolutePath) concatenates instead of replacing, producing oubled paths like projectdir/C:/...full/path.
Source batch files happen to be relative so they were unaffected. headerfiles are absolute and triggered the bug.
|
|
|
|
|
|
improve nuget version
|
|
|
|
|
|
Fix LTO regression for clang-cl introduced in #7525
|
|
|
|
Introduced check_alignof support like the one for check_sizeof
|
|
language, version and toolchain.
|
|
|
|
|
|
|
|
|
|
|
|
fix: expand builtin variables before calling path.is_absolute in add_moduledirs
|
|
|
|
Merge libs from packages
|
|
|
|
|
|
|
|
|
|
Handle compilers/linkers frontend variants more accurately when generating cmakelists file
|
|
fix qt cross
|
|
fix find_qt cache not work
fix find_qt config is overwritten when the target's deps has qt during cross-cimpilation
|
|
fix: show -l targets now lists all targets regardless of set_default
|
|
|
|
Add Huawei Ascend C toolchain support
|
|
fix(ascendc): align flags with Bisheng compiler user guide
|
|
|
|
|
|
|
|
|
|
fixes: https://github.com/xmake-io/xmake/issues/7526
|
|
|
|
|
|
|
|
fix(find_mingw): Support paths like 'mingw/current/bin' and 'mingw/ve…
|
|
|
|
add lld-link config
|
|
|
|
Move clang pch to its own module
|
|
Fix zig cc stdlib and lto flags
|
|
|