This repository has been archived by the owner on Jul 19, 2022. It is now read-only.
This release brings a significant change to the block API and some structural changes regarding shared_ptr usage throughout.
Also, this should be the last release of newsched, as development is moving to the dev-4.0
branch of the gnuradio repository
Project-wide
work()
signature changed to pass reference towork_io
type which wraps input and output structsport
becomes a unique pointer owned by the blockbuffer
becomes unique pointer owned by theport
object (output port)
Blocks
- Tag strobe block
- Delay block propagate tags
Modtool
- Only process block directory if
yml
file exists
CI
- Ubuntu 22 worker
- Enforce clang formatting