summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-08-28improve thread callback inforuki
2025-08-28improve sleep testsruki
2025-08-28fix thread envsruki
2025-08-28optimize thread load/saveruki
2025-08-28move run_threadruki
2025-08-28bind sandboxruki
2025-08-28fix return errorsruki
2025-08-28run threadruki
2025-08-28improve thread contextruki
2025-08-28add thread typeruki
2025-08-28fix callbackruki
2025-08-28remove initalizerruki
2025-08-28remove global eventsruki
2025-08-28bind lua to pollerruki
2025-08-28bind poller to engine and luaruki
2025-08-28load engineruki
2025-08-28bind native thread apisruki
2025-08-28add native thread stubruki
2025-08-28improve api and testsruki
2025-08-28improve thread apisruki
2025-08-28add todoruki
2025-08-28add thread module stubruki
2025-08-28add thread stubruki
2025-08-26update tboxruki
2025-08-26Merge pull request #6747 from barracuda156/darwinruki
meminfo.c: no vmstat.compressor_page_count on < 10.7
2025-08-26update tipsruki
2025-08-26improve download tipsruki
2025-08-26improve to download packages #6654ruki
2025-08-26meminfo.c: no vmstat.compressor_page_count on < 10.7Sergey Fedorov
2025-08-25feat(C++ modules support) use a file for requires files when --verbose or ↵Arthur LAURENT
--diagnosis is supplied
2025-08-25Merge pull request #6738 from xmake-io/protobufruki
fix protobuf for target deps #6701
2025-08-25fix run #6742ruki
2025-08-25Update depend.luaruki
2025-08-24Merge pull request #6741 from xmake-io/vsxmakeruki
fix vsxmake options #6739
2025-08-23fix vsxmake options #6739ruki
2025-08-23fix protobuf for target deps #6701ruki
2025-08-22Merge pull request #6737 from Freed-Wu/cythonruki
Add python stub file extension to cython rule
2025-08-22Add python stub file extension to cython ruleWu, Zhenyu
*.pyi also use python syntax so it can be translated to c/c++ files by cython
2025-08-22fix qmltyperegistrar path #6733ruki
2025-08-21format coderuki
2025-08-21Merge pull request #6735 from GooRoo/qmltyperegistrar-depsruki
fix(qt.qmltyperegistrar): Extend dependencies for rebuild
2025-08-21fix(qt.qmltyperegistrar): Get rid of redundant packing into tablesSerhii Olendarenko
2025-08-21Merge pull request #6732 from HuiYuanXin13/devruki
fix: android ndk rust link-args
2025-08-21Merge pull request #6729 from xmake-io/comaxruki
continue to improve comax
2025-08-21add space for beautyHuiYuanXin13
2025-08-20fix configruki
2025-08-20fix(qt.qmltyperegistrar): Extend dependencies for rebuildGooRoo
- Add values (import name, import version) to dependencies. - Add corresponding headers to dependencies as we need to re-generate `plugin.qmltypes`.
2025-08-20fix: android ndk rust link-argsHuiYuanXin13
修复了这样的问题:使用android ndk构建rust源码时,rustc不会将link-args="..."的等号之后的引号特殊处理,导致传递给clang++类似'"-llog'的错误的参数。
2025-08-20continue to improve comaxruki
2025-08-20revert comaxruki