Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve null terminated string array handling #952

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

badcel
Copy link
Member

@badcel badcel commented Sep 12, 2023

  • I agree that my contribution may be licensed either under MIT or any version of LGPL license.
  • Null terminated Utf8 string array as parameter (transfer full)
  • Null terminated Utf8 string array as parameter (transfer none)
  • Null terminated Utf8 string array as return value (transfer full)
  • Null terminated Utf8 string array as return value (transfer container)
  • Null terminated Utf8 string array as return value (transfer none)
  • Null terminated Platform string array as parameter (transfer full)
  • Null terminated Platform string array as parameter (transfer none)
  • Null terminated Platform string array as return value (transfer full)
  • Null terminated Platform string array as return value (transfer container)
  • Null terminated Platform string array as return value (transfer none)
  • Null terminated out Utf8 string array as parameter (transfer full)
  • Null terminated out Utf8 string array as parameter (transfer container)
  • Null terminated out Utf8 string array as parameter (transfer none)
  • Null terminated out Platform string array as parameter (transfer full)
  • Null terminated out Platform string array as parameter (transfer container)
  • Null terminated out Platform string array as parameter (transfer none)
  • Nullable: Null terminated Utf8 string array as parameter (transfer full)
  • Nullable: Null terminated Utf8 string array as parameter (transfer none)
  • Nullable: Null terminated Utf8 string array as return value (transfer full)
  • Nullable: Null terminated Utf8 string array as return value (transfer container)
  • Nullable: Null terminated Utf8 string array as return value (transfer none)
  • Nullable: Null terminated Platform string array as parameter (transfer full)
  • Nullable: Null terminated Platform string array as parameter (transfer none)
  • Nullable: Null terminated Platform string array as return value (transfer full)
  • Nullable: Null terminated Platform string array as return value (transfer container)
  • Nullable: Null terminated Platform string array as return value (transfer none)
  • Nullable: Null terminated out Utf8 string array as parameter (transfer full)
  • Nullable: Null terminated out Utf8 string array as parameter (transfer container)
  • Nullable: Null terminated out Utf8 string array as parameter (transfer none)
  • Nullable: Null terminated out Platform string array as parameter (transfer full)
  • Nullable: Null terminated out Platform string array as parameter (transfer container)
  • Nullable: Null terminated out Platform string array as parameter (transfer none)

@badcel badcel force-pushed the improve-string-array-handling branch from de48b7c to cc09c31 Compare September 12, 2023 19:50
@badcel badcel changed the title Improve string array handling Improve null terminated string array handling Sep 14, 2023
@badcel badcel force-pushed the improve-string-array-handling branch 3 times, most recently from 426e13c to b2d13a3 Compare September 16, 2023 22:33
@badcel badcel force-pushed the improve-string-array-handling branch 5 times, most recently from 4358e2b to d53cd98 Compare October 9, 2023 16:21
@badcel badcel force-pushed the improve-string-array-handling branch 2 times, most recently from db6695d to d78095c Compare October 11, 2023 14:50
@badcel badcel force-pushed the improve-string-array-handling branch from d78095c to 27abfa5 Compare October 11, 2023 15:03
@badcel badcel marked this pull request as ready for review October 11, 2023 15:04
@badcel badcel merged commit 372b389 into main Oct 11, 2023
3 checks passed
@badcel badcel deleted the improve-string-array-handling branch October 11, 2023 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant