sigutils
sigutils copied to clipboard
Small signal processing utility library
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5. Release notes Sourced from actions/configure-pages's releases. v5.0.0 Changelog Attempt to auto-detect configuration files with varying file extensions @JamesMGreene (#139) Convert errors into Actions-compatible logging...
Bumps [cmake/cmake-pcfilegenerator](https://github.com/antoniovazquezblanco/cmake-pcfilegenerator) from `c6012b1` to `cda18b5`. Commits cda18b5 Specify cmake minimum version. 735801b Update README.md See full diff in compare view Dependabot will resolve any conflicts with this PR as...
While playing with the build system, I found that Meson may be simpler than CMake... I've decided to open a PR to evaluate wether this is positive or negative for...
The idea is to create a test for each object that instantiates the object and deinstantiates it. This should check the instantiation routines and memory leaks. It would also serve...
Hello, I am trying to build this package so that I can run SigDigger on my linux laptop. However, when I try to run the make command (2nd step) I...
This PR packages the library with cmake files, allowing CMake projects to automatically find it and configure the compilation and linking. It also adds a test project in a subdirectory...
Use CI to generate a release when a tag with the adecuate semver format is pushed to the server
For compat reasons, PC files generated by sigutils force to include second level directories via CFLAGS. It would be best to avoid this but it breaks compilation of suscan and...
Currently, SOVERSION is being forced to be 1. Automatically set SOVERSION from Sigutils >1.0 from the major version setting.