-
Notifications
You must be signed in to change notification settings - Fork 774
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Eugenio Collado <[email protected]>
- Loading branch information
1 parent
89720fc
commit ebb0f0b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fastcdr
updated
24 files
+50 −0 | .github/pull_request_template.md | |
+3 −5 | .github/workflows/codeql-analysis.yml | |
+4 −0 | .github/workflows/config/build.meta | |
+7 −0 | .github/workflows/config/test.meta | |
+5 −0 | .github/workflows/config/test.repos | |
+0 −135 | .github/workflows/fastcdr-test.yml | |
+59 −0 | .github/workflows/mac-ci.yml | |
+21 −1 | .github/workflows/mirror.yml | |
+47 −0 | .github/workflows/nightly-mac-ci.yml | |
+47 −0 | .github/workflows/nightly-ubuntu-ci.yml | |
+75 −0 | .github/workflows/nightly-windows-ci.yml | |
+151 −0 | .github/workflows/reusable-ci.yml | |
+65 −0 | .github/workflows/ubuntu-ci.yml | |
+71 −0 | .github/workflows/windows-ci.yml | |
+6 −2 | CMakeLists.txt | |
+3 −3 | README.md | |
+18 −0 | RELEASE_SUPPORT.md | |
+1 −1 | cmake/packaging/Config.cmake.in | |
+1 −1 | doc/README.html.in | |
+1 −1 | fastcdr.repos | |
+3 −3 | package.xml | |
+2 −2 | src/cpp/CMakeLists.txt | |
+7 −2 | test/cdr/ResizeTest.cpp | |
+7 −2 | test/cdr/SimpleTest.cpp |