| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 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-05 | fix(xcode.application): resolve merge conflict with upstream dev | Akaps316 | |
| 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-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 | refactor safety test and toolchain configuration for filc: streamline ↵ | Saikari | |
| function pointer test and enhance toolset definitions | |||
| 2026-04-03 | refactor safety test to remove dependency on find_tool and streamline ↵ | Saikari | |
| package installation | |||
| 2026-04-03 | Fil-C add toolchain | Saikari | |
| 2026-03-28 | add c interop support for zigzig | ruki | |
| 2026-03-22 | use bin2obj in xmake.cli | ruki | |
| 2026-03-20 | improve pinvoke | ruki | |
| 2026-03-20 | remove native_aot | ruki | |
| 2026-03-19 | add native aot | ruki | |
| 2026-03-19 | csharp call c++ library | ruki | |
| 2026-03-18 | improve csharp tests | ruki | |
| 2026-03-17 | rename test files | ruki | |
| 2026-03-17 | fix dotnet on msys | ruki | |
| 2026-03-17 | improve check test | ruki | |
| 2026-03-17 | improve tests | ruki | |
| 2026-03-16 | format csharp codes | ruki | |
| 2026-03-14 | improve csproj rules | ruki | |
| 2026-03-14 | feat: generate csproj on demand | JassJam | |
| 2026-03-14 | feat: add initial test files | JassJam | |
| 2026-03-07 | split zig toolchain to zig/zigcc | ruki | |
| 2026-02-15 | improve tests for haiku | ruki | |
| 2026-02-10 | Merge pull request #7299 from 138436724/vcpkgdepend | ruki | |
| fix: attempt to add dependency handling for vcpkg | |||
| 2026-02-10 | Apply suggestion from @gemini-code-assist[bot] | ruki | |
| Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> | |||
| 2026-02-09 | Move language and encoding settings to target section | ruki | |
| 2026-02-08 | fix vcpkg tests | FireFight | |
| 2026-02-07 | add test for vcpkg dependency. | FireFight | |
| 2026-02-07 | improve run policy and missing dll | ruki | |
| 2026-02-06 | cleanup | Saikari | |
| 2026-02-06 | Refactor main.c to remove preprocessor conditionals | Saikari | |
| 2026-02-06 | Update and rename main.c to main.c | Saikari | |
| 2026-02-06 | Add foo.c to windows_links project | Saikari | |
| 2026-02-06 | test_windows_links -> windows_links | Saikari | |
| 2026-02-06 | Resolve comments | Saikari | |
| 2026-02-06 | Move project to `tests/projects/windows/` | Saikari | |
| 2026-02-01 | Merge pull request #7283 from luadebug/cc | ruki | |
| enhance compile_commands support and add test cases | |||
