| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-07 | Improve error handling in scanner.lua | ruki | |
| Refactor assertions for better error handling and clarity. | |||
| 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 | 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 #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-01 | Merge pull request #7437 from xmake-io/lua55 | ruki | |
| update to lua5.5 | |||
| 2026-04-01 | improve utils.replace to support function | ruki | |
| 2026-04-01 | fix includedir for project generator | ruki | |
| 2026-04-01 | improve utils.replace | ruki | |
| 2026-04-01 | add utils.replace rules | ruki | |
| 2026-03-29 | improve const limit codes | ruki | |
| 2026-03-29 | fix const limit on lua5.5 | ruki | |
| 2026-03-29 | handle missing moduleinfo | Shiffted | |
| 2026-03-29 | improve module errors | Shiffted | |
| 2026-03-23 | fix some typos | ruki | |
| 2026-03-23 | fix | chooyy | |
| 2026-03-22 | use bin2obj in xmake.cli | ruki | |
| 2026-03-22 | fix xmake.cli | ruki | |
| 2026-03-20 | remove native_aot | ruki | |
| 2026-03-20 | fix csharp aot | ruki | |
| 2026-03-20 | fix windows issues | ruki | |
| 2026-03-19 | add native aot | ruki | |
| 2026-03-19 | csharp call c++ library | ruki | |
| 2026-03-18 | fix file name | ruki | |
| 2026-03-17 | fix build csharp for macos | ruki | |
| 2026-03-17 | rename files | ruki | |
| 2026-03-17 | fix publish csharp | ruki | |
| 2026-03-17 | install csharp target | ruki | |
| 2026-03-17 | improve get default target framework | ruki | |
| 2026-03-17 | rename csharp files | ruki | |
| 2026-03-17 | simplify csharp configs | ruki | |
| 2026-03-17 | add csharp rule comments | ruki | |
| 2026-03-17 | improve csharp generator | ruki | |
| 2026-03-17 | move generate csproj to config | ruki | |
| 2026-03-17 | move generate csproj to prepare.lua | ruki | |
| 2026-03-17 | remove unused codes | ruki | |
| 2026-03-16 | fix some csproj refs again | ruki | |
| 2026-03-16 | fix some csproj ref issues | ruki | |
| 2026-03-16 | remove find csproj files | ruki | |
| 2026-03-16 | remove find csproj | ruki | |
| 2026-03-16 | improve to get csproj file | ruki | |
| 2026-03-16 | improve get csproj file | ruki | |
| 2026-03-16 | improve to import csharp utils | ruki | |
| 2026-03-16 | remove csharp extension | ruki | |
| 2026-03-16 | fix generate csproj | ruki | |
