summaryrefslogtreecommitdiff
path: root/xmake/rules
AgeCommit message (Expand)Author
2025-08-23fix protobuf for target deps #6701ruki
2025-08-22Add python stub file extension to cython ruleWu, Zhenyu
2025-08-22fix qmltyperegistrar path #6733ruki
2025-08-21format coderuki
2025-08-21fix(qt.qmltyperegistrar): Get rid of redundant packing into tablesSerhii Olendarenko
2025-08-20fix(qt.qmltyperegistrar): Extend dependencies for rebuildGooRoo
2025-08-19fix mode and module config orderruki
2025-08-19Merge pull request #6712 from Arthapz/fix-moduleonly-installationruki
2025-08-18fix(c++ modules) fix sourcebatch caching (previously cached in localcache but...Arthur LAURENT
2025-08-15Merge pull request #6713 from Arthapz/fix-sourcebatch-stealingruki
2025-08-14fix(c++ modules) fix disabled target getting configured for module compilationArthur LAURENT
2025-08-14fix(c++ modules) fix public culled module incorrectly emiting a warningArthur LAURENT
2025-08-14fix(c++ modules) fix non .cpp file stealed from c++.build sourcebatchArthur LAURENT
2025-08-14Merge pull request #6695 from std-microblock/patch-3ruki
2025-08-13Update xmake.luaMicroBlock
2025-08-13Update xmake.luaMicroBlock
2025-08-12Merge pull request #6699 from Arthapz/fix-module-support2ruki
2025-08-12fix(c++ modules) fix xmake not updating module mapper when module file is rem...Arthur LAURENT
2025-08-12fix(c++ modules) handle empty modulesArthur LAURENT
2025-08-12Update xmake.luaMicroBlock
2025-08-06Merge pull request #6667 from xmake-io/configruki
2025-08-06Revert "improve to config targets"ruki
2025-08-06Merge pull request #6667 from xmake-io/configruki
2025-08-01disable build.ccache for coverage #6664ruki
2025-07-31sort qt rules #6659ruki
2025-07-23fix: Ensure proper pathsGooRoo
2025-07-22fix(qt.qmltyperegistrar): Collect metatypes infoGooRoo
2025-07-21Support .def file with clangstar9029
2025-07-12revert qt/mocruki
2025-07-10fix replace gcc/ldruki
2025-07-10Merge pull request #6606 from IMXEren/rust-fixruki
2025-07-10fix ld #6613ruki
2025-07-09fix: rust libstd not found in non-windowsIMXEren
2025-07-07fix qt rule #6570ruki
2025-07-07refactor: add extern crate using frameworks instead of rcflagsIMXEren
2025-07-07refactor: use on_config to add runenvs instead of before_runIMXEren
2025-07-06refactor: simplify rust shared lib template and use rule to add libstd in envIMXEren
2025-07-06refactor: use rustc.nf_framework instead of directly creating extern flagsIMXEren
2025-07-06fix: rust static and shared library failing to find extern crate in windows-msvcIMXEren
2025-07-05fix project generator for c++modulesruki
2025-07-05format coderuki
2025-07-03rename copyrightruki
2025-07-03remove tboox.orgruki
2025-06-25Update Qt ts ruleRC1844
2025-06-20fix: Do not add -fsanitize flags to msvc linkerDownerCase
2025-06-17fix progress path for cmake #6553ruki
2025-06-17fix progress path for cmakeruki
2025-06-17fix releasedbg for clang #6554ruki
2025-06-12Merge pull request #6542 from Doekin/mingw-gcc15-moduleruki
2025-06-12rule(c++.modules): fix `get_gcc_version` for MinGW GCC 15 when toolname is 'gxx'Chan Lee