-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #732 from zowe/feature/module-registry
Utilize the module registry
- Loading branch information
Showing
12 changed files
with
115 additions
and
11 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
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
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
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 zowe-common-c
updated
18 files
+9 −4 | .github/workflows/build-configmgr.yml | |
+6 −12 | .github/workflows/build-getesm.yml | |
+8 −3 | .github/workflows/build-rexxconfigmgr.yml | |
+5 −0 | CHANGELOG.md | |
+1 −0 | build/build_cmgr_xlclang.sh | |
+1 −1 | build/configmgr.proj.env | |
+1 −1 | build/getesm.proj.env | |
+47 −9 | c/crossmemory.c | |
+584 −0 | c/modreg.c | |
+1 −1 | c/qjszos.c | |
+2 −0 | c/yaml2json.c | |
+16 −1 | h/crossmemory.h | |
+1 −0 | h/logging.h | |
+101 −0 | h/modreg.h | |
+2 −1 | h/zvt.h | |
+1 −1 | manifest.template.yaml | |
+54 −0 | tests/build_modreg.sh | |
+72 −0 | tests/modregtest.c |
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
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