-
Notifications
You must be signed in to change notification settings - Fork 62
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: adriancampo <[email protected]>
- Loading branch information
1 parent
654625f
commit e489ef7
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule dds-types-test
updated
16 files
+6 −0 | .gitattributes | |
+24 −0 | .github/pull_request_template.md | |
+154 −154 | IDL/aliases.idl | |
+77 −61 | IDL/annotations.idl | |
+534 −535 | IDL/arrays.idl | |
+36 −36 | IDL/bitsets.idl | |
+93 −94 | IDL/constants.idl | |
+27 −27 | IDL/enumerations.idl | |
+68 −68 | IDL/helpers/basic_inner_types.idl | |
+1,342 −1,342 | IDL/maps.idl | |
+103 −103 | IDL/primitives.idl | |
+6 −6 | IDL/relative_path_include.idl | |
+143 −144 | IDL/sequences.idl | |
+29 −29 | IDL/strings.idl | |
+259 −198 | IDL/structures.idl | |
+499 −460 | IDL/unions.idl |
Submodule idl-parser
updated
9 files