summaryrefslogtreecommitdiff
path: root/xmake
AgeCommit message (Collapse)Author
2026-04-12fix review issueruki
2026-04-12fix syslink case for mingwruki
2026-04-11improve moduledirsruki
2026-04-11improve custom toolchainruki
2026-04-11Merge pull request #7477 from xmake-io/clangruki
fix clang with c++_static
2026-04-11fix clang with c++_staticruki
2026-04-11Merge pull request #7470 from ShrBox/devruki
fix(cmakelists): use target_link_libraries to link object libraries
2026-04-11Merge pull request #7467 from OpportunityLiu/patch-1ruki
use option.boolean parse XMAKE_ROOT / XMAKE_STATS
2026-04-11fix clang runtimesruki
2026-04-10fix install package for wasmruki
2026-04-10refactor(cmakelists): define target_objectfiles library as INTERFACE when it ↵ShrBox
doesn't contain IMPORTED_OBJECTS property
2026-04-10fix(cmakelists): use target_link_libraries to link object librariesShrBox
2026-04-10feat: 支持 XMAKE_ROOT=yes/trueOpportunity
2026-04-10feat: 支持 XMAKE_STATS=n/noOpportunity
2026-04-10feat: 支持 XMAKE_STATS=nOpportunity
2026-04-08Merge pull request #7449 from Akaps316/codex/fix-modules-private-dep-bmisruki
fix(c++/modules): avoid leaking private dep flags to rebuilt BMIs
2026-04-07Improve error handling in scanner.luaruki
Refactor assertions for better error handling and clarity.
2026-04-07improve run checkerruki
2026-04-07add utils.checkerruki
2026-04-05fix(xcode.application): resolve merge conflict with upstream devAkaps316
2026-04-05fix(xcode.application): resolve merge conflict with upstream dev - add rpath ↵Akaps316
duplicate guard Co-authored-by: Qwen-Coder <[email protected]>
2026-04-05Merge pull request #7455 from Akaps316/codex/fix-xcode-app-duplicate-rpathruki
fix(xcode.application): avoid duplicate bundle rpath insertion
2026-04-04fix(xcode.application): configure dynamic rpath logic and update test env varsAkaps316
2026-04-04fix(xcode.application): use the correct framework rpath for iOS appsAkaps316
Use @executable_path/Frameworks for iphoneos application bundles when embedding dependent frameworks. The existing @executable_path/../Frameworks rpath is correct for macOS app layout, but incorrect for iOS where the executable lives directly in MyApp.app and embedded frameworks live in MyApp.app/Frameworks. Add a regression test that builds an iOS simulator app with an embedded framework and verifies the generated LC_RPATH.
2026-04-04Merge pull request #7445 from xmake-io/packageruki
fix package local dir
2026-04-04Merge pull request #7435 from Shiffted/improve_module_errorsruki
improve module errors
2026-04-03fix(xcode.application): avoid duplicate bundle rpath insertionAkaps316
Only add the macOS app bundle framework rpath if it is missing from the copied app binary. This avoids install_name_tool failing when the target already links with @executable_path/../Frameworks, for example via add_rpathdirs(). Add a regression test covering a macOS app target that already carries the bundle rpath before xcode.application generates the app bundle.
2026-04-03fix(c++/modules): avoid leaking private dep flags to rebuilt BMIsAkaps316
Only inherit interface-visible defines/undefines/includedirs when collecting module fileconfigs from dependency targets. This fixes consumer-side BMI rebuilds under build.c++.modules.reuse.strict picking up private producer flags. Add a regression test for strict module reuse with a shared dependency.
2026-04-03refactor safety test and toolchain configuration for filc: streamline ↵Saikari
function pointer test and enhance toolset definitions
2026-04-03enhance filc toolchain: explicitly discover fil++ and streamline include/lib ↵Saikari
directory handling
2026-04-03add filxx toolchain and find_filxx detection script for Fil-C C++ compilerSaikari
2026-04-03improve toolchain path handling and add checks for include and library ↵Saikari
directories
2026-04-03Fil-C add toolchainSaikari
2026-04-02fix package installdirruki
2026-04-02fix sourcelocalruki
2026-04-02fix package local dirruki
2026-04-01Merge pull request #7437 from xmake-io/lua55ruki
update to lua5.5
2026-04-01Merge pull request #7443 from xmake-io/replaceruki
add utils.replace rules
2026-04-01improve utils.replace to support functionruki
2026-04-01fix includedir for project generatorruki
2026-04-01improve utils.replaceruki
2026-04-01add utils.replace rulesruki
2026-04-01fix meson install prefix pathruki
2026-03-30fix xmi.hruki
2026-03-30fix xmi.hruki
2026-03-30Merge pull request #7440 from xmake-io/commentsruki
Improve comments
2026-03-31improve more modules commentscommentsruki
2026-03-30add more commentsruki
2026-03-30update more commentsruki
2026-03-30update more commentsruki