-
Notifications
You must be signed in to change notification settings - Fork 783
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refs #20824: Update Fast CDR thirdparty submodule
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fastcdr
updated
13 files
+4 −4 | .github/workflows/codeql-analysis.yml | |
+101 −0 | .github/workflows/fastcdr-test.yml | |
+14 −1 | CMakeLists.txt | |
+8 −7 | PLATFORM_SUPPORT.md | |
+1 −1 | QUALITY.md | |
+2 −2 | README.md | |
+55 −9 | cmake/packaging/Config.cmake.in | |
+1 −1 | configure.ac | |
+557 −233 | doxyfile.in | |
+25 −13 | include/fastcdr/Cdr.h | |
+31 −21 | src/cpp/CMakeLists.txt | |
+29 −12 | src/cpp/Cdr.cpp | |
+37 −4 | test/SimpleTest.cpp |