-
Notifications
You must be signed in to change notification settings - Fork 788
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]> * Refs #21832. Bump version to 3.1.1 Signed-off-by: Miguel Company <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]>
- Loading branch information
1 parent
7f6cf12
commit 4b92d8a
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |