summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2025-08-19Merge pull request #6719 from xmake-io/comaxruki
improve comax for config
2025-08-19add dep_fenceruki
2025-08-19remove debug coderuki
2025-08-19enable build.fence for configruki
2025-08-19fix mode and module config orderruki
2025-08-19improve comax for configruki
2025-08-19Merge pull request #6712 from Arthapz/fix-moduleonly-installationruki
fix(c++ modules) fix disabled target getting configured for module compilation
2025-08-19improve extrafilesruki
2025-08-19Merge pull request #6725 from xmake-io/extrafilesruki
improve target:extrafiles
2025-08-19improve target:extrafilesruki
2025-08-19Merge pull request #6707 from Arthapz/fix-sourcebatch-cachingruki
fix(c++ modules) fix sourcebatch caching (previously cached in localc…
2025-08-18fix(c++ modules) fix sourcebatch caching (previously cached in localcache ↵Arthur LAURENT
but was never used)
2025-08-17fix path #6720ruki
2025-08-17fix argruki
2025-08-16Merge pull request #6718 from xmake-io/clangdruki
ignore pch flags #6710
2025-08-16revert comaxruki
2025-08-15update tboxruki
2025-08-15add target minver in xmake.shruki
2025-08-15ignore pch flags #6710ruki
2025-08-15fix comaxruki
2025-08-15Merge pull request #6709 from xmake-io/wasm64ruki
support for wasm64 #6690
2025-08-15Merge pull request #6713 from Arthapz/fix-sourcebatch-stealingruki
fix(c++ modules) fix non .cpp file stealed from c++.build sourcebatch
2025-08-15Merge pull request #6715 from Arthapz/fix-culled-warningruki
fix(c++ modules) fix public culled module incorrectly emiting a warning
2025-08-15Merge pull request #6714 from Arthapz/improve-testsruki
nfc(c++ modules) improve tests
2025-08-14fix(c++ modules) fix disabled target getting configured for module compilationArthur LAURENT
2025-08-14nfc(c++ modules) improve testsArthur LAURENT
2025-08-14fix(c++ modules) fix public culled module incorrectly emiting a warningArthur LAURENT