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

take a timestamp when a console logging message happens #85

Merged
merged 27 commits into from
Jun 16, 2018

Commits on Jun 16, 2018

  1. take a timestamp when a console logging message happens

    Also make it available for console formatting.
    wjwwood authored and dhood committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    70319a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e8c48d View commit details
    Browse the repository at this point in the history
  3. fix error checking with snprintf

    wjwwood authored and dhood committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    eca2b54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    707bd78 View commit details
    Browse the repository at this point in the history
  5. fix line numbers

    wjwwood authored and dhood committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    2b2ffc2 View commit details
    Browse the repository at this point in the history
  6. fix cmake style issues

    wjwwood authored and dhood committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    032b21f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3befa26 View commit details
    Browse the repository at this point in the history
  8. use time and time_as_nanoseconds, add tests

    wjwwood authored and dhood committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    60dea7e View commit details
    Browse the repository at this point in the history
  9. fix usage of error handling in test

    wjwwood authored and dhood committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    c02b1ce View commit details
    Browse the repository at this point in the history
  10. support negative values

    wjwwood authored and dhood committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    bcd5ae6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1d493ae View commit details
    Browse the repository at this point in the history
  12. fix mistake in rebasing

    wjwwood authored and dhood committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    c3faf84 View commit details
    Browse the repository at this point in the history
  13. update name of environment dict

    dhood committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    ae99b76 View commit details
    Browse the repository at this point in the history
  14. remove comment

    wjwwood authored and dhood committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    89fa168 View commit details
    Browse the repository at this point in the history
  15. comment touch up

    wjwwood authored and dhood committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    9d71d47 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d55422c View commit details
    Browse the repository at this point in the history
  17. fix test_time and address Windows warnings

    wjwwood authored and dhood committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    f195600 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    54db6d0 View commit details
    Browse the repository at this point in the history
  19. add rcutils_strncpy() helper

    wjwwood authored and dhood committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    8e74505 View commit details
    Browse the repository at this point in the history
  20. use memmove rather than strncpy

    wjwwood authored and dhood committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    85127ef View commit details
    Browse the repository at this point in the history
  21. fix error handling and behavior in snprintf

    wjwwood authored and dhood committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    63552df View commit details
    Browse the repository at this point in the history
  22. fixup

    wjwwood authored and dhood committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    ccdb391 View commit details
    Browse the repository at this point in the history
  23. missing word from docblocks

    dhood committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    ba0b209 View commit details
    Browse the repository at this point in the history
  24. doc fixup

    wjwwood authored and dhood committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    3250da5 View commit details
    Browse the repository at this point in the history
  25. Fixups from rebase

    dhood committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    5404867 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4f9c69e View commit details
    Browse the repository at this point in the history
  27. Update memmove to not use min

    dhood committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    342a853 View commit details
    Browse the repository at this point in the history