-
Notifications
You must be signed in to change notification settings - Fork 791
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update fastcdr submodule with latest release (#5311)
Signed-off-by: eProsima <jesuspoderoso@eprosima.com>
- Loading branch information
1 parent
86677ca
commit a1c5b21
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fastcdr
updated
11 files
+1 −1 | CMakeLists.txt | |
+1 −1 | fastcdr.repos | |
+4 −1 | include/fastcdr/CdrSizeCalculator.hpp | |
+1 −1 | package.xml | |
+21 −11 | src/cpp/Cdr.cpp | |
+2 −2 | src/cpp/CdrSizeCalculator.cpp | |
+1 −0 | test/xcdr/CMakeLists.txt | |
+349 −0 | test/xcdr/appendable.cpp | |
+459 −0 | test/xcdr/basic_types.cpp | |
+392 −0 | test/xcdr/final.cpp | |
+369 −0 | test/xcdr/mutable.cpp |