-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added checkBlockContracts<TBlock>() checker
Block<T>() default constructor checks, throws, and provides first-order remedies for: * unsupported settings type * missing or wrong process[One, Bulk] signatures * added deprecation warning if raw `work(...)` is being implemented * fixed emscripten conversion error - size_t-like types are now mapped to std::uint32_t <-> gr::Size_t added unit-tests to specifically test the settings and signatures N.B. the process[One, Bulk] API refactoring w.r.t. the ConsumableSpan and PublishableSpan concepts and implementations is of out scope for the commit. Signed-off-by: Ralph J. Steinhagen <[email protected]>
- Loading branch information
1 parent
fdb41b7
commit f00b458
Showing
24 changed files
with
606 additions
and
235 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
Oops, something went wrong.