summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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-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-03refactor safety test to remove dependency on find_tool and streamline ↵Saikari
package installation
2026-04-03Fil-C add toolchainSaikari
2026-04-01improve utils.replace to support functionruki
2026-04-01fix testruki
2026-04-01improve utils.replaceruki
2026-04-01add utils.replace rulesruki
2026-03-28add c interop support for zigzigruki
2026-03-22use bin2obj in xmake.cliruki
2026-03-20improve pinvokeruki
2026-03-20remove native_aotruki
2026-03-19add native aotruki
2026-03-19csharp call c++ libraryruki
2026-03-18improve csharp testsruki
2026-03-17rename test filesruki
2026-03-17fix dotnet on msysruki
2026-03-17improve check testruki
2026-03-17improve testsruki
2026-03-16format csharp codesruki
2026-03-14improve csproj rulesruki
2026-03-14feat: generate csproj on demandJassJam
2026-03-14feat: add initial test filesJassJam
2026-03-07split zig toolchain to zig/zigccruki
2026-03-03add tarxz pack format supportruki
2026-02-19fix tmpdir for haikuruki
2026-02-15improve tests for haikuruki
2026-02-12improve testruki
2026-02-12improve readsyms for wasm/.aruki
2026-02-12add readsyms support for wasmruki
2026-02-12improve deplibs to support wasmruki
2026-02-12improve binutils.format to support wasmruki
2026-02-10Merge pull request #7299 from 138436724/vcpkgdependruki
fix: ‌attempt to add dependency handling for vcpkg
2026-02-10Apply 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-09Move language and encoding settings to target sectionruki
2026-02-08fix vcpkg testsFireFight
2026-02-07add test for vcpkg dependency.FireFight
2026-02-07improve run policy and missing dllruki
2026-02-06cleanupSaikari
2026-02-06Refactor main.c to remove preprocessor conditionalsSaikari
2026-02-06Update and rename main.c to main.cSaikari
2026-02-06Add foo.c to windows_links projectSaikari
2026-02-06test_windows_links -> windows_linksSaikari
2026-02-06Resolve commentsSaikari
2026-02-06Move project to `tests/projects/windows/`Saikari
2026-02-06support test output filesruki
2026-02-03Fix syntax for pwsh_multi test caseruki