summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-10-29check ttyruki
2025-10-29improve progressruki
2025-10-28Merge pull request #6963 from Redbeanw44602/fix/cross-compile-with-libtoolruki
Add libtool patch for cross compile.
2025-10-28Merge pull request #6967 from Arthapz/add-swift-cxxinteropruki
feat(swift) add swift to C++ and objective-C interop
2025-10-28update progress style nameruki
2025-10-28fix trybuild/autoconfruki
2025-10-28avoid misleading.Redbeanw44602
2025-10-28update.Redbeanw44602
2025-10-28rm useless import.Redbeanw44602
2025-10-28Fix formatting in fibonacci.cppruki
2025-10-28Fix formatting and indentation in fibonacci functionruki
2025-10-28Fix formatting and duplicate code in fibonacci functionruki
2025-10-28Fix formatting in fibonacci.cppruki
2025-10-28Update fibonacci.swiftruki
2025-10-28Fix formatting in fibonacci.cppruki
2025-10-28Fix formatting in fibonacci_cpp functionruki
2025-10-28Update xmake.luaruki
2025-10-27fix whitespacesruki
2025-10-27Revert "add opt.nocache to find_programver."Redbeanw44602
This reverts commit 4dade56c47f64fbf089b1b4299ae284b4e2dd5eb.
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