| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-15 | revert RDKCONST limitlua55 | ruki | |
| 2026-04-13 | Merge pull request #7483 from xmake-io/mingw | ruki | |
| fix syslink case for mingw | |||
| 2026-04-12 | fix review issue | ruki | |
| 2026-04-12 | fix syslink case for mingw | ruki | |
| 2026-04-11 | Merge pull request #7478 from xmake-io/toolchain | ruki | |
| Improve custom toolchain | |||
| 2026-04-11 | improve moduledirs | ruki | |
| 2026-04-11 | improve custom toolchain | ruki | |
| 2026-04-11 | Merge pull request #7477 from xmake-io/clang | ruki | |
| fix clang with c++_static | |||
| 2026-04-11 | fix clang with c++_static | ruki | |
| 2026-04-11 | Merge pull request #7470 from ShrBox/dev | ruki | |
| fix(cmakelists): use target_link_libraries to link object libraries | |||
| 2026-04-11 | Merge pull request #7467 from OpportunityLiu/patch-1 | ruki | |
| use option.boolean parse XMAKE_ROOT / XMAKE_STATS | |||
| 2026-04-11 | fix clang runtimes | ruki | |
| 2026-04-10 | Update xpack.lua | ruki | |
| 2026-04-10 | fix install package for wasm | ruki | |
| 2026-04-10 | refactor(cmakelists): define target_objectfiles library as INTERFACE when it ↵ | ShrBox | |
| doesn't contain IMPORTED_OBJECTS property | |||
| 2026-04-10 | fix(cmakelists): use target_link_libraries to link object libraries | ShrBox | |
| 2026-04-10 | feat: 支持 XMAKE_ROOT=yes/true | Opportunity | |
| 2026-04-10 | feat: 支持 XMAKE_STATS=n/no | Opportunity | |
| 2026-04-10 | feat: 支持 XMAKE_STATS=n | Opportunity | |
| 2026-04-10 | add binpath in errors | ruki | |
| 2026-04-09 | Merge pull request #7465 from xmake-io/modules | ruki | |
| update module versions again | |||
| 2026-04-09 | update module versions again | ruki | |
| 2026-04-08 | Merge pull request #7463 from xmake-io/modules | ruki | |
| improve versions in c++ modules tests | |||
| 2026-04-08 | Merge pull request #7449 from Akaps316/codex/fix-modules-private-dep-bmis | ruki | |
| fix(c++/modules): avoid leaking private dep flags to rebuilt BMIs | |||
| 2026-04-08 | Update xmake.lua | ruki | |
| 2026-04-08 | Update xpack.lua | ruki | |
| 2026-04-08 | Update test.lua | ruki | |
| 2026-04-08 | Update test.lua | ruki | |
| 2026-04-08 | Update mod.cpp | ruki | |
| 2026-04-08 | improve versions in c++ modules tests | ruki | |
| 2026-04-07 | Update build flags for xmake command in test.lua | ruki | |
| 2026-04-07 | Improve error handling in scanner.lua | ruki | |
| Refactor assertions for better error handling and clarity. | |||
| 2026-04-07 | Merge pull request #7461 from xmake-io/syntax | ruki | |
| Improve checker to add publich api | |||
| 2026-04-07 | improve run checker | ruki | |
| 2026-04-07 | add utils.checker | ruki | |
| 2026-04-05 | Merge pull request #7451 from Akaps316/codex/fix-ios-framework-rpath | ruki | |
| fix(xcode.application): use the correct framework rpath for iOS apps | |||
| 2026-04-05 | fix(xcode.application): resolve merge conflict with upstream dev | Akaps316 | |
| 2026-04-05 | fix(xcode.application): resolve merge conflict with upstream dev - add rpath ↵ | Akaps316 | |
| duplicate guard Co-authored-by: Qwen-Coder <[email protected]> | |||
| 2026-04-05 | fix(test): move import to top of test.lua per review comment | Akaps316 | |
| Co-authored-by: Qwen-Coder <[email protected]> | |||
| 2026-04-05 | Merge pull request #7455 from Akaps316/codex/fix-xcode-app-duplicate-rpath | ruki | |
| fix(xcode.application): avoid duplicate bundle rpath insertion | |||
| 2026-04-04 | fix(xcode.application): configure dynamic rpath logic and update test env vars | Akaps316 | |
| 2026-04-04 | fix(xcode.application): use the correct framework rpath for iOS apps | Akaps316 | |
| 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-04 | Merge pull request #7445 from xmake-io/package | ruki | |
| fix package local dir | |||
| 2026-04-04 | Merge pull request #7435 from Shiffted/improve_module_errors | ruki | |
| improve module errors | |||
| 2026-04-03 | fix(xcode.application): avoid duplicate bundle rpath insertion | Akaps316 | |
| 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-03 | fix(c++/modules): avoid leaking private dep flags to rebuilt BMIs | Akaps316 | |
| 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-03 | Merge pull request #7446 from luadebug/compiler | ruki | |
| Fil-C add toolchain | |||
| 2026-04-03 | add filc description to README files: include details about memory safety in ↵ | Saikari | |
| C/C++ implementation | |||
| 2026-04-03 | refactor safety test and toolchain configuration for filc: streamline ↵ | Saikari | |
| function pointer test and enhance toolset definitions | |||
| 2026-04-03 | enhance filc toolchain: explicitly discover fil++ and streamline include/lib ↵ | Saikari | |
| directory handling | |||
