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

Add a utility for rigorously initializing a message instance #448

Merged
merged 11 commits into from
Apr 8, 2020
Merged

Add a utility for rigorously initializing a message instance #448

merged 11 commits into from
Apr 8, 2020

Commits on Mar 24, 2020

  1. Add a utility for rigorously initializing a message instance

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    b09a5e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Add tests for the message building feature

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    7635bcb View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Use macros to reduce code bloat

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    8214a0f View commit details
    Browse the repository at this point in the history
  2. uncrustify

    Signed-off-by: Michael X. Grey <[email protected]>
    mxgrey committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    6f9284d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

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

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    2a3da85 View commit details
    Browse the repository at this point in the history
  2. include the builder header by default

    Signed-off-by: Dirk Thomas <[email protected]>
    dirk-thomas committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    e9bbc9c View commit details
    Browse the repository at this point in the history
  3. inline template specialization

    Signed-off-by: Dirk Thomas <[email protected]>
    dirk-thomas committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    ae05d5c View commit details
    Browse the repository at this point in the history
  4. fix clang warnings

    Signed-off-by: Dirk Thomas <[email protected]>
    dirk-thomas committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    4877b0e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. style

    Signed-off-by: Dirk Thomas <[email protected]>
    dirk-thomas committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    0e12a02 View commit details
    Browse the repository at this point in the history
  2. special case for EMPTY_STRUCTURE_REQUIRED_MEMBER_NAME

    Signed-off-by: Dirk Thomas <[email protected]>
    dirk-thomas committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    1e0e96e View commit details
    Browse the repository at this point in the history