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

Introduce RMW_DURATION_INFINITE constant and API return value promise #301

Merged
merged 4 commits into from
Mar 11, 2021

Commits on Mar 1, 2021

  1. Introduce RMW_DURATION_INFINITE constant and API return value promise

    Signed-off-by: Emerson Knapp <[email protected]>
    Emerson Knapp committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    94f4f33 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Address review feedback:

    * Add new time.h/c
    * Update documentation to distinguish between unspecified/infinite
    * Add overflow/bounds checking for time utils
    
    Signed-off-by: Emerson Knapp <[email protected]>
    Emerson Knapp committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    403e385 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Fix compile-time initializers for C build on clang

    Signed-off-by: Emerson Knapp <[email protected]>
    Emerson Knapp committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    a6a17b2 View commit details
    Browse the repository at this point in the history
  2. Remove empty comment

    Signed-off-by: Emerson Knapp <[email protected]>
    Emerson Knapp committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    6ee92ac View commit details
    Browse the repository at this point in the history