summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-04-15revert RDKCONST limitlua55ruki
2026-04-13Merge pull request #7483 from xmake-io/mingwruki
fix syslink case for mingw
2026-04-12fix review issueruki
2026-04-12fix syslink case for mingwruki
2026-04-11Merge pull request #7478 from xmake-io/toolchainruki
Improve custom toolchain
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-10Update xpack.luaruki
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-10add binpath in errorsruki
2026-04-09Merge pull request #7465 from xmake-io/modulesruki
update module versions again
2026-04-09update module versions againruki
2026-04-08Merge pull request #7463 from xmake-io/modulesruki
improve versions in c++ modules tests
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-08Update xmake.luaruki
2026-04-08Update xpack.luaruki
2026-04-08Update test.luaruki
2026-04-08Update test.luaruki
2026-04-08Update mod.cppruki
2026-04-08improve versions in c++ modules testsruki
2026-04-07Update build flags for xmake command in test.luaruki
2026-04-07Improve error handling in scanner.luaruki
Refactor assertions for better error handling and clarity.
2026-04-07Merge pull request #7461 from xmake-io/syntaxruki
Improve checker to add publich api
2026-04-07improve run checkerruki
2026-04-07add utils.checkerruki
2026-04-05Merge pull request #7451 from Akaps316/codex/fix-ios-framework-rpathruki
fix(xcode.application): use the correct framework rpath for iOS apps
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-05fix(test): move import to top of test.lua per review commentAkaps316
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-03Merge pull request #7446 from luadebug/compilerruki
Fil-C add toolchain
2026-04-03add filc description to README files: include details about memory safety in ↵Saikari
C/C++ implementation
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