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

Remove some unused types and cleanup namespace usage #185

Merged
merged 4 commits into from
Dec 27, 2023

Commits on Dec 26, 2023

  1. remove unused basic types

    New code should use the regular types directly.
    robUx4 committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    287e064 View commit details
    Browse the repository at this point in the history
  2. move the open_mode enum in the libebml namespace

    It's only used for StdIOCallback.
    robUx4 committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    95db490 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    676d914 View commit details
    Browse the repository at this point in the history
  4. remove libebml namespace macros

    Noone is using them and libebml using should know what namespace to use if they know
    what macro to use.
    robUx4 committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    8b71e50 View commit details
    Browse the repository at this point in the history