summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2025-03-23Merge pull request #6240 from Doekin/cross-objcopyruki
toolchain(cross): use target-specific `objcopy`
2025-03-23Merge pull request #6236 from Doekin/devruki
package(cmake): fix incorrect flag handling caused by substring matching
2025-03-23toolchain(cross): use target-specific `objcopy`Doekin
2025-03-22package(cmake): fix incorrect flag handling caused by substring matchingDoekin
Resolved an issue where flags were mistakenly considered added due to substring matching (e.g., `CMAKE_CXX_FLAGS` being a part of `CMAKE_CXX_FLAGS_RELWITHDEBINFO`). This prevented certain flags from being properly included in the cmake command line. Improved the logic to ensure accurate flag detection and inclusion.
2025-03-19Merge pull request #6229 from xmake-io/findruki
improve find_program
2025-03-19improve find_programruki
2025-03-18Merge pull request #6225 from Sunrisepeak/sunrisepeak-patch-1ruki
devel: enable verbose for git clone
2025-03-17devel: enable verbose for git clonesunrisepeak
Signed-off-by: sunrisepeak <[email protected]>
2025-03-16update tbox to fix home directory for w64devkit #6208ruki
2025-03-15Merge pull request #6222 from SirLynix/patch-19ruki
meson: Add cmake search env
2025-03-15Merge pull request #6220 from Gaweringo/fix-raddbg-debuggerruki
fix(raddbg): make rad debugger open as detached