1
0
Fork 0
Commit graph

3 commits

Author SHA1 Message Date
917cd29646 Define __GI_SCANNER__ in generated umbrella headers
Avoids Clang module conflicts when a NEON/SIMD-gated system header (e.g. Graphene's graphene_simd4f_t backend) is reachable from two different .systemLibrary modules on aarch64 Linux: one pulls in the real _Builtin_intrinsics.arm.acle module, the other re-parses the same header textually, and Clang rejects the resulting conflicting uint32_t/__fsid_t redeclarations. __GI_SCANNER__ is the escape hatch these libraries already ship for exactly this class of consumer (a declaration-only binding generator, same as gobject-introspection's own scanner).
2026-08-12 21:24:25 -04:00
b13f7976cc Preserve user-defined test targets across Package.swift regeneration 2026-07-21 20:08:39 -04:00
f305df0eff Rename swift-gtk-gen to gobject-generator with generator binary 2026-07-21 18:51:15 -04:00
Renamed from Sources/SwiftGtkGenCore/CodeGen+Scaffolding.swift (Browse further)