| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
of the same vstudio in the system.
vswhere echo string:
D:\Microsoft Visual Studio\2022\Professional2
D:\Microsoft Visual Studio\2022\Professional\VC\Auxiliary\Build
xmake thought it was a string, but in fact, it was two.
so, should split it by "\n":
{
"D:\Microsoft Visual Studio\2022\Professional2",
"D:\Microsoft Visual Studio\2022\Professional"
}
|
|
|
|
Add `detect.sdks.find_dia_sdk`.
|
|
|
|
|
|
|
|
|
|
|
|
package(install): use relative paths in generated .pc files to improve relocatability
|
|
Improve msvc-wine support.
|
|
|
|
|
|
|
|
|
|
|
|
relocatability
|
|
|
|
(autotools) fix ld override when ld binary is not in the same directo…
|
|
|
|
compiler
|
|
|
|
|
|
|
|
|
|
|
|
from private.tools.rust.target_triple to core.tools.rustc.target_triple
|
|
|
|
(cmake, meson) append shared/static libraries flag by default when installing packages
|
|
|
|
|
|
Add llvm-dlltool support
|