summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-10-27update.Redbeanw44602
2025-10-27limit patch to clang based toolchains.Redbeanw44602
2025-10-27refactor libtool patch applying logic.Redbeanw44602
2025-10-27add libtool patches (2.4.3~2.6.0)Redbeanw44602
2025-10-27add opt.nocache to find_programver.Redbeanw44602
2025-10-27Merge pull request #6970 from xmake-io/ttyruki
Improve tty
2025-10-27fix review issuesruki
2025-10-27improve ttyruki
2025-10-27remove unused schedulerruki
2025-10-27improve tty testruki
2025-10-27improve ttyruki
2025-10-26nfc(swift) use tryrm instead of isfile + rmArthur LAURENT
2025-10-26nfc(swift) cache cpp langflagsArthur LAURENT
2025-10-26nfc(swift) formatArthur LAURENT
2025-10-26feat(swift) support add_includedirs / add_sysincludedirs for swiftc and ↵Arthur LAURENT
swift-frontend
2025-10-25nfc(swift) use rule_enable instead to improve performance when swift.interop ↵Arthur LAURENT
rule is not used
2025-10-25fix(swift) depend.on_changed should be inside jobgraph job in swift.interop ruleArthur LAURENT
2025-10-24fix(llvm) fix regressionArthur LAURENT
2025-10-24fix(swift) use -parse-as-library flag only if target is a library or ↵Arthur LAURENT
swift.interop.cxxmain is set (to avoir duplicate main symbols in output binary)
2025-10-24fix(swift) actually run tests in CIArthur LAURENT
2025-10-24fix(swift) remove the generated header before regenerationArthur LAURENT
2025-10-24nfc(swift) add a testArthur LAURENT
2025-10-24fix(swift) prevent -std=c++26 with swift.interop as it's not currently ↵Arthur LAURENT
working with objective-c++ sdk
2025-10-23nfc(swift) improve swift.interop ruleArthur LAURENT
2025-10-23fix(swift) fix has_flags for swiftc and swift-frontendArthur LAURENT
2025-10-23feat(swift) improve swift toolchain and enable swift for llvm on macos hostArthur LAURENT
2025-10-23feat(swift) implement swift => c++/obj interopArthur LAURENT
2025-10-23feat(swift) enable swift library to be linked by other targetsArthur LAURENT
2025-10-23feat(swift) use swiftc as swift static library archiverArthur LAURENT
2025-10-23Merge pull request #6964 from choyy/devruki
support specify cuda sdk version via cuda_sdkver
2025-10-23fixchooyy
2025-10-23support specify cuda sdk version via cuda_sdkverchooyy
2025-10-23add libtool patch for cross compile.Redbeanw44602
2025-10-23Merge pull request #6959 from Redbeanw44602/fix/zigcc-lldruki
Fix use zigcc with autotools when dynamic linking.
2025-10-23rc -> mrc.Redbeanw44602
2025-10-23fix use zigcc-lld with autotools.Redbeanw44602
2025-10-22Merge pull request #6956 from Redbeanw44602/fix/zigccruki
Fix build failure caused by zigcc linker not supporting depfile.
2025-10-22improve to find zig from sdkruki
2025-10-21fix build failure caused by zigcc linker not supporting `--dependency-file` ↵Redbeanw44602
flag.
2025-10-21Merge pull request #6955 from xmake-io/packageverruki
sort build number in package
2025-10-21sort build number in packagepackageverruki
2025-10-21Merge pull request #6954 from xmake-io/vsxmakeruki
Fix modules support for vsxmake/vs generators
2025-10-21fix configruki
2025-10-21recheck target toolchains in vsruki
2025-10-21add missing hashsetruki
2025-10-21recheck target toolchains in vsxmakeruki
2025-10-21Merge pull request #6952 from xmake-io/testsruki
add realtime_output for tests #6947
2025-10-21add realtime_output for tests #6947testsruki
2025-10-20Merge pull request #6946 from star-hengxing/patch-1ruki
Enhance Clang toolchain with LLD linker support
2025-10-20Refactor LTO flag handling for Linux and project policystar9029