summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-09-17Merge pull request #6819 from Shiffted/fix_showruki
Improve show target
2025-09-16code cleanupzzbaron
2025-09-16added nixos nix path to find_packagezzbaron
2025-09-16show: fix linker info for non-linkable targetsShifftC
2025-09-17fix profiler clockruki
2025-09-16added nix devshell support with package validationzzbaron
2025-09-16show: don't print nil targetfileShifftC
2025-09-16Refactor clang check to use startswith methodruki
2025-09-17improve to find clruki
2025-09-17improve to find gcc/clangruki
2025-09-17improve to find programruki
2025-09-17improve xcoderuki
2025-09-17improve find_programruki
2025-09-16fix subsystem #6807ruki
2025-09-16Merge pull request #6801 from bugsnotabunny/bugsnotabunny/fix-compilers-priorityruki
Change compilers priority for gcc and clang
2025-09-15Change clang check to use startswith methodruki
2025-09-15Merge pull request #6810 from xmake-io/cmakeruki
improve the default flags for cmake #6781
2025-09-15improve the default flags for cmake #6781ruki
2025-09-15format coderuki
2025-09-15revert cmake default flags #6781ruki
2025-09-15Merge pull request #6811 from xmake-io/tidyruki
improve clang-tidy
2025-09-15improve tipsruki
2025-09-15improve clang-tidyruki
2025-09-15Merge pull request #6808 from xmake-io/envruki
fix xrepo env #6806
2025-09-15fix xrepo env #6806ruki
2025-09-14Change compilers priority for gcc and clangDmitry Malakhov
Before this change xmake preferred to use clang and gcc for c++ code which caused build to fail with clang in my current setup
2025-09-14fix cmake flags #6781ruki
2025-09-14Merge pull request #6796 from Arthapz/enable-custom-wdk-pathruki
feat(wdk rules) enable support of incomplete wdk
2025-09-13Merge pull request #6800 from star-hengxing/nuruki
Support nushell for xrepo env
2025-09-13fix run scriptruki
2025-09-13Merge pull request #6788 from Arthapz/improve-incremental-build-clangruki
feat(C++ modules) Improve incremental build clang
2025-09-13Merge pull request #6798 from Arthapz/add-external-strip-flags-clruki
fix(C++ modules) add external to the strippeable_flags for msvc
2025-09-13Update tty.luaruki
2025-09-13Support nushell for xrepo envstar9029
2025-09-12fix(C++ modules) add external to the strippeable_flags for msvcArthur LAURENT
2025-09-12feat(wdk rules) support of non standalone installation of WDK (by setting ↵Arthur LAURENT
wdk.sdkdir target value)
2025-09-12Merge pull request #6791 from ZZBaron/feature/nix-supportruki
Add Nix Package Manager Support
2025-09-11added nixos to linuxos.namezack
2025-09-11fix(wdk rules) only assert for missing wdk binary when the binary is neededArthur LAURENT
2025-09-11nix support: adjustments pointed out by rukizzbaron
2025-09-11Merge pull request #6793 from Sunrisepeak/sunrisepeak-patch-2ruki
workflows: use musl to avoid glibc's version issue
2025-09-11workflows: use musl to avoid glibc's version issuesunrisepeak
- #6792 use musl-libc static link xmake-bundle to avoid "version `GLIBC_2.29' not found" Signed-off-by: sunrisepeak <[email protected]>
2025-09-11Merge pull request #6784 from xmake-io/optiruki
Continue to optimize building targets speed
2025-09-11fix load tool cacheruki
2025-09-11feat: add nix supportzzbaron
2025-09-11Merge pull request #6785 from Arthapz/support-wdk-clangruki
feat(wdk rules) support clang and llvm for wdk rules
2025-09-10feat(C++ modules) add build.c++.modules.non_cascading_changes policy to ↵Arthur LAURENT
enable bmi hash comparison as incremental build optimisation for clang
2025-09-10feat(C++ modules) add support of reduced bmi for clangArthur LAURENT
2025-09-10nfc(C++ modules) optimize two phases build for clang by using pcm file to ↵Arthur LAURENT
compile objectfile instead of module sourcefile
2025-09-10nfc(C++ modules) run tests with two phases compilation disabled for clangArthur LAURENT