jsallay
jsallay
SigMF is not the only description format in town and people frequently use other formats in conjunction with it, such as VITA49. Other formats will use different names for metadata,...
One of the nice things about SigMF is that it stores the signal metadata in a human readable format. I feel like the dataset format is an exception. For someone...
### Environment Details (include every applicable attribute) * Operating System+version: ubuntu 20.04 (docker) * Compiler+version: gcc9 * Conan version: 2.0-beta2 * Python version: 3.8.10 ### Steps to reproduce (Include if...
The build process is more flexible if we use cmake targets rather than directly linking to libraries. The target is used in other places in the CMakeLists.txt, but was not...
### What is your suggestion? I work on a open source project (https://github.com/gnuradio/gnuradio) that uses a plugin model and I am trying to convince them to use conan for their...
### Environment details * Operating System+version: ubuntu22 * Compiler+version: gcc11 * Conan version: 2.0.7 * Python version: 3.10.6 ### Steps to reproduce Run `conan install --tool-requires "gtest/[>=1.13.0]"` This matches against...
### Is your feature request related to a problem? Please describe. Zarf packages can become quite large. Sometimes I want to download new packages (`zarf package pull`) and make sure...
### What is your question? I'm trying to understand deployment from the conan cache to final systems and I'm confused on the interaction of the `deploy` function in a conanfile...