-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule clap
updated
22 files
Submodule clap-helpers
updated
16 files
+102 −0 | .github/workflows/pullreq.yml | |
+47 −0 | .gitignore | |
+62 −19 | CMakeLists.txt | |
+4 −0 | cmake/clap-helpers-config.cmake | |
+24 −0 | cmake/external/CPM.cmake | |
+1 −0 | include/clap/helpers/event-list.hh | |
+8 −0 | include/clap/helpers/host-proxy.hxx | |
+2 −0 | include/clap/helpers/host.hh | |
+3 −1 | include/clap/helpers/host.hxx | |
+0 −8 | include/clap/helpers/plugin-proxy.hh | |
+4 −30 | include/clap/helpers/plugin-proxy.hxx | |
+2 −1 | include/clap/helpers/plugin.hh | |
+21 −8 | include/clap/helpers/plugin.hxx | |
+21 −0 | include/clap/helpers/version-check.hh | |
+42 −0 | tests/create-an-actual-plugin.cc | |
+2 −2 | tests/param-queue-tests.cc |