| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
fix: using C++latest to compile the generated code by cppfront
|
|
|
|
|
|
fix compile error for i386 and armv7l #6503
|
|
|
|
|
|
|
|
Improve find_dia_sdk
|
|
|
|
fix: rcc search path for qt android
|
|
|
|
|
|
|
|
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"
}
|
|
|
|
|
|
|
|
fix #6474
|
|
|
|
(C++ modules support) Optimize module scanner
|
|
improve llvm cross-compilation
|
|
|
|
|
|
|
|
Add `detect.sdks.find_dia_sdk`.
|
|
|
|
|
|
|
|
fix namespace/packages #6465
|
|
use jobgraph instead of jobpool for parallelization
|
|
|
|
time
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|