summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-04-08add jobgraph stubruki
2025-04-08add prepare stubruki
2025-04-08add missing target configruki
2025-04-08add on_prepare stagesruki
2025-04-08Merge pull request #6293 from xmake-io/namespaceruki
fix namespace #6292
2025-04-08fix namespace #6292ruki
2025-04-08update changelogruki
2025-04-08update changelogruki
2025-04-07Merge pull request #6281 from TimeKeepper/verilatorruki
feat(verilator): Support Verilator target build to shared library
2025-04-07update changelogruki
2025-04-06Merge pull request #6279 from star-hengxing/midlruki
Add msvc midl support
2025-04-06Improve idl rulestar9029
2025-04-06Merge pull request #6286 from jnshuiji/armclangruki
[toolchains(armclang)] fix target and cpu flags for MDK
2025-04-06Merge pull request #6288 from Elite-stay/fix-older-gitruki
Fix git clone failure
2025-04-06fix git clone failure in older versionstay
2025-04-06Revert "fix git clone failure in older version"stay
This reverts commit 74c55526d4c7b4c22ea37a61406969cbb6b148bd.
2025-04-06fix git clone failure in older versionstay
2025-04-06add git.can_treeless()stay
2025-04-05[toolchains(armclang)] fix target and cpu flags for MDKPochita
- Always set `--target=arm-arm-none-eabi` for compiler and assembler to match MDK's armclang requirements - Add `-masm=auto` to asflags when using armclang assembler for better compatibility - Unify ldflags cpu format to use `--cpu=<arch>` instead of space separator - Fix incorrect architecture target handling reported in #6283
2025-04-05improve xrepo fetch for android #6276ruki
2025-04-03Merge pull request #6277 from Shiffted/get_possible_packageruki
fix unknown package tips
2025-04-03fix cmake 4.x errorruki
2025-04-03update tboxruki
2025-04-03improve tools.cmakeruki
2025-04-03Add new native xcode generator (xcode2).JX-Master
2025-04-02feat(verilator): Support Verilator target build to shared librarywenjiu
Signed-off-by: wenjiu <[email protected]>
2025-04-02Merge pull request #6270 from xmake-io/conanruki
improve conan generator
2025-04-02Remove /env flagstar9029
2025-04-02Add msvc midl supportstar9029
2025-04-01improve check_macrosruki
2025-04-01improve info.plist ruleruki
2025-04-01fix get_possible_packageShifftC
To only return a package if one matches the required distance.
2025-03-31add includes to check_macrosruki
2025-03-31add definesruki
2025-03-31revert check_macrosruki
2025-03-31fix check_macrosruki
2025-03-29improve conan generatorruki
2025-03-28Merge pull request #6265 from Doekin/srcenvruki
srcenv.profile: additional detection of xmake binary in `core/build`
2025-03-28srcenv.profile: additional detection of xmake binary in `core/build`Chan Lee
2025-03-27Merge pull request #6257 from 19317362/devruki
[fix] xmake install skips SO with version like libfreetype.so.6.20.2
2025-03-27[fix] xmake install skips SO with version like libfreetype.so.6.20.2wps
2025-03-27[fix] xmake install skips SO with version like libfreetype.so.6.20.2wps
2025-03-27Merge pull request #6249 from Arthapz/speedup-modules-testsruki
(C++ modules) disable std module on some tests
2025-03-26(C++ modules) disable std module on some testsArthur LAURENT
this should improve C++ module tests speed
2025-03-25Merge pull request #6251 from xq114/devruki
fix compile_commands with nvcc
2025-03-25Update compile_commands.luaruki
2025-03-25fix compile_commands with nvccxq114
2025-03-25Merge pull request #6243 from Doekin/llvm-crossruki
toolchain(llvm): preliminary support for `cross` platform
2025-03-24toolchain(llvm): preliminary support for `cross` platformDoekin
2025-03-24toolchain(llvm): locate appropriate toolchain when `cross` is specifiedDoekin