| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
fix more versions of the same vstudio in the system.
|
|
|
|
(C++ modules support) fix clang cl module support
|
|
|
|
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"
}
|
|
|
|
|
|
|
|
(C++ modules support) Optimize module scanner
|
|
improve llvm cross-compilation
|
|
|
|
|
|
|
|
Add `detect.sdks.find_dia_sdk`.
|
|
|
|
|
|
|
|
use jobgraph instead of jobpool for parallelization
|
|
|
|
time
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package(install): use relative paths in generated .pc files to improve relocatability
|
|
Add rule python.cython
|
|
PierreEVEN/fix-cmake_generator-wrong_cmake_var_compiler
Fixed cmake generator that was using 'CMAKE_COMPILER_ID'
|
|
Improve msvc-wine support.
|
|
|
|
|
|
https://github.com/xmake-io/xmake/pull/6439\#discussion_r2090681624)
|
|
|
|
in previous commit)
|
|
|