summaryrefslogtreecommitdiff
path: root/xmake/rules
AgeCommit message (Expand)Author
2025-11-01improve to show progress abortruki
2025-10-28Update xmake.luaruki
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-25nfc(swift) use rule_enable instead to improve performance when swift.interop ...Arthur LAURENT
2025-10-25fix(swift) depend.on_changed should be inside jobgraph job in swift.interop ruleArthur LAURENT
2025-10-24fix(swift) use -parse-as-library flag only if target is a library or swift.in...Arthur 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 workin...Arthur LAURENT
2025-10-23nfc(swift) improve swift.interop ruleArthur 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-15fix(C++ modules) if toolchain clang-scan-deps is not installed, fallback to s...Arthur LAURENT
2025-10-13Update xmake.luaruki
2025-10-12fix(rules) fix platform.windows.subsystem rule for clangArthur LAURENT
2025-10-11remove duplicate coderuki
2025-10-11add copy_if_different for os.cpruki
2025-10-11improve implibruki
2025-10-10improve to export def rules for binaryruki
2025-10-07use hash64 instead of hash32ruki
2025-10-06use rand64 firstruki
2025-10-06add hash testruki
2025-10-04fix merge archiveruki
2025-10-04improve merge archive ruleruki
2025-10-04decrease rule jobs in jobgraphruki
2025-10-01fix hash apiruki
2025-10-01update some uuid hashesruki
2025-09-30update module hashruki
2025-09-26Merge pull request #6809 from Arthapz/fix-stdmodule-priorityruki
2025-09-25nfc(C++ modules) apply PR suggestionArthur LAURENT
2025-09-23Fix finding clang_scan_depsTiangang Song
2025-09-20fix mobile_provision errorruki
2025-09-20optimize codesignruki
2025-09-18fix(C++ modules) fix cullingArthur LAURENT
2025-09-18fix(C++ modules) fix stdmodule detection when multiple runtimes are usedArthur LAURENT
2025-09-16fix subsystem #6807ruki
2025-09-14Merge pull request #6796 from Arthapz/enable-custom-wdk-pathruki
2025-09-13Merge pull request #6788 from Arthapz/improve-incremental-build-clangruki
2025-09-12fix(C++ modules) add external to the strippeable_flags for msvcArthur LAURENT
2025-09-11fix(wdk rules) only assert for missing wdk binary when the binary is neededArthur LAURENT
2025-09-10feat(C++ modules) add build.c++.modules.non_cascading_changes policy to enabl...Arthur LAURENT
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 com...Arthur LAURENT
2025-09-09feat(wdk rules) support clang / llvm toolchainsArthur LAURENT
2025-09-09nfc(wdk rule) simplify wdk/env/load.luaArthur LAURENT
2025-09-09fix(windows.subsystem rule) use Xlinker instead of -Wl when using clang to al...Arthur LAURENT
2025-09-09Merge pull request #6744 from Arthapz/hide-dependency-flags2ruki
2025-09-09Fix flag wrapping for cxxflags in builder.luaruki