-
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.
Refs #21832. Upgrade Fast CDR submodule to v2.2.6
Signed-off-by: Miguel Company <[email protected]>
- Loading branch information
1 parent
bfc5a53
commit c038b5a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fastcdr
updated
26 files
+1 −1 | .github/pull_request_template.md | |
+0 −10 | .github/workflows/nightly-mac-ci.yml | |
+0 −10 | .github/workflows/nightly-ubuntu-ci.yml | |
+0 −17 | .github/workflows/nightly-windows-ci.yml | |
+6 −1 | .github/workflows/reusable-ci.yml | |
+1 −0 | .github/workflows/ubuntu-ci.yml | |
+3 −3 | .github/workflows/windows-ci.yml | |
+1 −1 | CMakeLists.txt | |
+6 −0 | README.md | |
+8 −2 | RELEASE_SUPPORT.md | |
+1 −1 | fastcdr.repos | |
+29 −52 | include/fastcdr/Cdr.h | |
+18 −7 | include/fastcdr/FastCdr.h | |
+1 −1 | include/fastcdr/xcdr/detail/optional.hpp | |
+1 −1 | package.xml | |
+1 −1 | src/cpp/CMakeLists.txt | |
+109 −0 | src/cpp/Cdr.cpp | |
+56 −0 | test/cdr/SimpleTest.cpp | |
+157 −20 | test/xcdr/appendable.cpp | |
+309 −298 | test/xcdr/basic_types.cpp | |
+24 −20 | test/xcdr/external.cpp | |
+4 −2 | test/xcdr/final.cpp | |
+18 −12 | test/xcdr/mutable.cpp | |
+182 −170 | test/xcdr/optional.cpp | |
+3 −0 | test/xcdr/xcdrv1.cpp | |
+6 −4 | test/xcdr/xcdrv2.cpp |