Nicholas Corgan

Results 26 issues of Nicholas Corgan

* Bumped ABI to 0.8.3 --- Just bugged me, is all.

* Requires CMake 3.8.2 for native CMake support * By default, targets .NET Framework 4.7.2 ----- **NOTE: this won't be merged until the in-progress SDR# plugin is released, which will...

donotmerge

From a recent Windows CI build (CMake 3.23.2): ``` -- ############################################# -- ## Begin configuration for Python support... -- ############################################# -- Enabling optional Python bindings if possible... CMake Deprecation Warning...

Either by design or coincidence, there are certain blocks between modules that are meant to be equivalent. Most intentionally, many PothosGPU blocks are specifically designed to be drop-in substitutes for...

enhancement
wishlist

Inspired by: https://github.com/gnuradio/gnuradio/blob/master/gr-uhd/examples/grc/rfnoc_radio_ddc.grc Currently, the only real hooking into another dataflow infrastructure is in gr-pothos, which hacks in the block_executor to put a GNU Radio block inside a Pothos block....

enhancement
wishlist

`PothosUtil --self-test1` prints all output for the given test, but `PothosUtil --self-tests` redirects stdout and only prints on test failure. While this is reasonable default behavior, it would be nice...

enhancement

https://github.com/Upipe/upipe "Upipe is a flexible dataflow framework. It is primarily designed to be the core of a multimedia player, transcoder or streamer. The framework organizes the processing of incoming data...

wishlist

The primary use case for this would be for Pothos modules implemented in a non-C++ language checking the version of the respective proxy environment. For a specific example: This came...

enhancement