You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
New parameter --objcpp-header-out that allows Objective-C++ headers to be placed in a separate folder from the sources.
Fixed
If the optional parameter --objc-type-prefix wasn't set, the generated Objective-C code did not compile because there where name collisions between the generated Objective-C & C++ classes. This is now fixed. To avoid collisions, at least one of --cpp-namespace or --objc-type-prefix parameters have to be defined when generating Objective-C code. (#55)
Including external interfaces with non-null references in C++ didn't work. This is now handled correctly. (#61)