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 29 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
b02e501
restructured interface in oder to allow replacing the existing Realti…
Jan 14, 2024
613c55b
added some additional comments
Jan 14, 2024
93e1401
fix bug
Jan 14, 2024
fc2e4a2
fixed wrong return type in templated method
Jan 14, 2024
dce1458
added copyright notice
Jan 16, 2024
63c51a7
Merge branch 'master' into firesurfer/master
christophfroehlich Jan 22, 2024
eaedafe
Fixed issues due to merge with master
Jan 23, 2024
e666b93
Merge branch 'master' into master
christophfroehlich Jan 24, 2024
aa62239
Merge branch 'master' into master
christophfroehlich Jan 24, 2024
a22d150
fixed spelling mistake
Jan 25, 2024
65bca5d
Replaced existing RealtimeBox with RealtimeBoxBestEffort, merged the …
Jan 25, 2024
186b4aa
fixed ament_cpplint issues
Jan 25, 2024
a8b3f8a
fixed last remaining cpplint issue
Jan 25, 2024
69b224c
suppress cppcheck missingReturn
Jan 25, 2024
250fb85
Merge branch 'master' into master
christophfroehlich Jan 31, 2024
e8372d6
Merge branch 'master' into replace_rt_box
christophfroehlich Jan 31, 2024
220111a
try to resolve comments wherever possible
Feb 28, 2024
c2900a3
Should fix pre-commit formatting warning
firesurfer Mar 1, 2024
6499036
Merge branch 'master' into master
christophfroehlich Mar 3, 2024
4fce184
Implemented suggestions
Mar 22, 2024
d7a520c
Merge branch 'master' into master
firesurfer Mar 22, 2024
eaed073
Merge remote-tracking branch 'orig/master'
Apr 5, 2024
b679e9f
merged main into branch
Apr 5, 2024
ccd13a0
run precommit
Apr 5, 2024
9e0ce28
precommit should be satisfied now
Apr 5, 2024
e3c0d8a
provide specialisation for pointer with deprecation notice
Apr 5, 2024
d3869d2
Adapt copyright notice
Apr 6, 2024
e251b00
Merge branch 'master' into replace_rt_box
firesurfer Apr 25, 2024
85a421e
Update test/realtime_box_tests.cpp
destogl Oct 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ if(BUILD_TESTING)
ament_add_gmock(realtime_box_tests test/realtime_box_tests.cpp)
target_link_libraries(realtime_box_tests realtime_tools)

ament_add_gmock(realtime_box_best_effort_tests test/realtime_box_best_effort_tests.cpp)
target_link_libraries(realtime_box_best_effort_tests realtime_tools)

ament_add_gmock(realtime_buffer_tests test/realtime_buffer_tests.cpp)
target_link_libraries(realtime_buffer_tests realtime_tools)

Expand Down
Loading
Loading