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

More file reader changes #868

Merged
merged 2 commits into from
Mar 6, 2024

Conversation

samhocevar
Copy link
Contributor

Summary of changes:

  • the logic in kinc_file_reader_open() is now available on all platforms under the name kinc_internal_file_reader_open()
  • by default kinc_file_reader_open() calls kinc_internal_file_reader_open() except on Android and consoles
  • get rid of FileReaderImpl.h and kinc_file_reader_impl_t which are no longer required
  • remove a lot of duplicated code in kinc_file_reader_open on Android

The effects will be mostly visible in the console backends.

- the logic in kinc_file_reader_open() is now available on all platforms
  under the name kinc_internal_file_reader_open()
- by default kinc_file_reader_open() calls kinc_internal_file_reader_open()
  except on Android and consoles
- get rid of FileReaderImpl.h and kinc_file_reader_impl_t which are no
  longer required
- remove a lot of duplicated code in kinc_file_reader_open on Android
@RobDangerous RobDangerous merged commit b19956a into Kode:main Mar 6, 2024
19 checks passed
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.

2 participants