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 generic traits #12

Merged
merged 6 commits into from
Aug 19, 2023
Merged

More generic traits #12

merged 6 commits into from
Aug 19, 2023

Commits on Jul 5, 2023

  1. Add in and out template types

    In should be used in place of const T& and out should be used in place of T& out parameters
    KredeGC committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    169eccb View commit details
    Browse the repository at this point in the history
  2. Add more generic traits

    KredeGC committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    a9b6833 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Fix endianness defines

    Add more doc comments
    KredeGC committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3916af0 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Add pad() to bit reader and writer

    Remove wrong noexcept from string serialize read
    Add more endian swap functions
    KredeGC committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    cc7178f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    53cc5ee View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    c4ad4ec View commit details
    Browse the repository at this point in the history