| Age | Commit message (Collapse) | Author |
|
Improve show target
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Change compilers priority for gcc and clang
|
|
|
|
improve the default flags for cmake #6781
|
|
|
|
|
|
|
|
improve clang-tidy
|
|
|
|
|
|
fix xrepo env #6806
|
|
|
|
Before this change xmake preferred to use clang and gcc for c++ code which caused build to fail with clang in my current setup
|
|
|
|
feat(wdk rules) enable support of incomplete wdk
|
|
Support nushell for xrepo env
|
|
|
|
feat(C++ modules) Improve incremental build clang
|
|
fix(C++ modules) add external to the strippeable_flags for msvc
|
|
|
|
|
|
|
|
wdk.sdkdir target value)
|
|
Add Nix Package Manager Support
|
|
|
|
|
|
|
|
workflows: use musl to avoid glibc's version issue
|
|
- #6792
use musl-libc static link xmake-bundle to avoid "version `GLIBC_2.29' not found"
Signed-off-by: sunrisepeak <[email protected]>
|
|
Continue to optimize building targets speed
|
|
|
|
|
|
feat(wdk rules) support clang and llvm for wdk rules
|
|
enable bmi hash comparison as incremental build optimisation for clang
|
|
|
|
compile objectfile instead of module sourcefile
|
|
|