diff options
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | PROPOSAL.md | 5 | ||||
| m--------- | libs/core | 0 | ||||
| m--------- | libs/fix | 0 | ||||
| m--------- | libs/tproc | 0 |
5 files changed, 6 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 6aa4641..a01c048 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "libs/fix"] path = libs/fix url = https://github.com/ocl-org/fix.git +[submodule "libs/tproc"] + path = libs/tproc + url = git@github.com:ocl-org/tproc.git diff --git a/PROPOSAL.md b/PROPOSAL.md index 2246787..505f0c9 100644 --- a/PROPOSAL.md +++ b/PROPOSAL.md @@ -23,7 +23,8 @@ Freestanding targets are defined using the `__OCL_FREESTANDING` macro. examples/ include/ocl/<library_name>/detail include/ocl/<library_name> -tests/ +test/ +example/ .clang-format .editorconfig LICENSE @@ -33,4 +34,4 @@ LICENSE ### IV: The Library must include unit tests using a known framework. (GTest, Boost.Test, Catch2). (Unverified) -### V: The Library must contain a Free Software License, like the BSD, or BSL license.
\ No newline at end of file +### V: The Library must contain a Free Software License, such as, the BSD, or BSL license. diff --git a/libs/core b/libs/core -Subproject 15aac395a599c92016bd2d74a7c23ca6eea3d04 +Subproject d54c2033eaaad5b6f9340b7cbaf8b3b037fb3cb diff --git a/libs/fix b/libs/fix -Subproject 8bdab6893ca4e144f365b0ff9c7bed7be56aa4d +Subproject 591eb6614d597a9d996c9184c3393b1f9a60689 diff --git a/libs/tproc b/libs/tproc new file mode 160000 +Subproject 6306c9956c398e5bb9fd4670e1b036e0250815e |
