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

Replace existing RealtimeBox implementation with RealtimeBoxBestEffort implementation #146

Open
wants to merge 36 commits into
base: master
Choose a base branch
from

Commits on Jan 14, 2024

  1. restructured interface in oder to allow replacing the existing Realti…

    …meBox, enable/disable certain methods for pointer types, Box is now usable for pointer types
    Lennart Nachtigall committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    b02e501 View commit details
    Browse the repository at this point in the history
  2. added some additional comments

    Lennart Nachtigall committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    613c55b View commit details
    Browse the repository at this point in the history
  3. fix bug

    Lennart Nachtigall committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    93e1401 View commit details
    Browse the repository at this point in the history
  4. fixed wrong return type in templated method

    Lennart Nachtigall committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    fc2e4a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. added copyright notice

    Lennart Nachtigall committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    dce1458 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

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

Commits on Jan 23, 2024

  1. Fixed issues due to merge with master

    Lennart Nachtigall committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    eaedafe View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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

Commits on Jan 25, 2024

  1. fixed spelling mistake

    Lennart Nachtigall committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a22d150 View commit details
    Browse the repository at this point in the history
  2. Replaced existing RealtimeBox with RealtimeBoxBestEffort, merged the …

    …tests into a single file and adapted the naming of the existing tests for the RealtimeBox
    Lennart Nachtigall committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    65bca5d View commit details
    Browse the repository at this point in the history
  3. fixed ament_cpplint issues

    Lennart Nachtigall committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    186b4aa View commit details
    Browse the repository at this point in the history
  4. fixed last remaining cpplint issue

    Lennart Nachtigall committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a8b3f8a View commit details
    Browse the repository at this point in the history
  5. suppress cppcheck missingReturn

    Lennart Nachtigall committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    69b224c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    250fb85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8372d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. try to resolve comments wherever possible

    Lennart Nachtigall committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    220111a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Should fix pre-commit formatting warning

    Should fix pre-commit formatting warning
    firesurfer authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c2900a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

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

Commits on Mar 22, 2024

  1. Implemented suggestions

    Lennart Nachtigall committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4fce184 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7a520c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge remote-tracking branch 'orig/master'

    Lennart Nachtigall committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    eaed073 View commit details
    Browse the repository at this point in the history
  2. merged main into branch

    Lennart Nachtigall committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    b679e9f View commit details
    Browse the repository at this point in the history
  3. run precommit

    Lennart Nachtigall committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ccd13a0 View commit details
    Browse the repository at this point in the history
  4. precommit should be satisfied now

    Lennart Nachtigall committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    9e0ce28 View commit details
    Browse the repository at this point in the history
  5. provide specialisation for pointer with deprecation notice

    Lennart Nachtigall committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e3c0d8a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Adapt copyright notice

    Lennart Nachtigall committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    d3869d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

Commits on Oct 9, 2024

  1. Update test/realtime_box_tests.cpp

    Co-authored-by: Sai Kishor Kothakota <[email protected]>
    destogl and saikishor authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    85a421e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    f97e97c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02df04a View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Merge remote-tracking branch 'rctrl/master'

    Lennart Nachtigall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    50245c0 View commit details
    Browse the repository at this point in the history
  2. merge master

    Lennart Nachtigall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    5c7be4b View commit details
    Browse the repository at this point in the history
  3. removed deprecation overload for pointer types and addressed snake ca…

    …se recommendation
    Lennart Nachtigall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    dcf97cd View commit details
    Browse the repository at this point in the history
  4. added copy/move constructors

    Lennart Nachtigall committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    e22b575 View commit details
    Browse the repository at this point in the history
  5. Satisfy pre-commit

    christophfroehlich committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    6ece6a4 View commit details
    Browse the repository at this point in the history