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

Fix #663, more consistent use of data types #1003

Merged
merged 7 commits into from
Nov 21, 2020

Commits on Nov 18, 2020

  1. Fix nasa#663, replace fixed sizes with sizeof()

    Rather than directly referencing a constant, prefer to use
    the sizeof() operator on the instance or type whenever possible.
    jphickey committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    4f39bee View commit details
    Browse the repository at this point in the history
  2. Fix nasa#663, unit test support functions

    Update use of uint32 to size_t in UT support code
    jphickey committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    b5e9cd3 View commit details
    Browse the repository at this point in the history
  3. Fix nasa#663, Scrub datatypes across ES

    Fix all use of uint32 for sizes, replace with size_t
    Scrub all other types to make sure use is consistent,
    using proper typedef whenever available.
    jphickey committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    bb6124f View commit details
    Browse the repository at this point in the history
  4. Fix nasa#663, Scrub datatypes across SB

    Fix all use of uint32 for sizes, replace with size_t
    Scrub all other types to make sure use is consistent,
    using proper typedef whenever available.
    jphickey committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    97d9fd5 View commit details
    Browse the repository at this point in the history
  5. Fix nasa#663, Scrub datatypes across TBL

    Fix all use of uint32 for sizes, replace with size_t
    Scrub all other types to make sure use is consistent,
    using proper typedef whenever available.
    jphickey committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    c83fd48 View commit details
    Browse the repository at this point in the history
  6. Fix nasa#663, Scrub datatypes across EVS

    Fix all use of uint32 for sizes, replace with size_t
    Scrub all other types to make sure use is consistent,
    using proper typedef whenever available.
    jphickey committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    2c1c905 View commit details
    Browse the repository at this point in the history
  7. Fix nasa#663, Scrub datatypes across TIME

    Fix all use of uint32 for sizes, replace with size_t
    Scrub all other types to make sure use is consistent,
    using proper typedef whenever available.
    jphickey committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    2cea88d View commit details
    Browse the repository at this point in the history