Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 1 | -13/+13 |
| | |||||
* | Add `override` for common virtual function overrides | Thomas Habets | 2020-11-03 | 1 | -1/+1 |
| | | | | | | | | | | Mostly done with: ``` find -name "*_impl.h" | xargs sed -i -r '/(void forecast|int work|int general_work|bool check_topology)\(/{:back /\)/b nxt;N;b back;:nxt s/\)$|\)(;)/) override\1/g}' ``` Then I removed an incorrect `work` that this found. | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -30/+33 |
| | |||||
* | new volk inverse square root kernel and agc3 speedups | Tim O'Shea | 2013-09-05 | 1 | -1/+2 |
| | |||||
* | analog: updated AGC loops to have same interface; can init gain, max_gain ↵ | Tom Rondeau | 2013-05-23 | 1 | -1/+4 |
| | | | | defaults to 2e16, reset using set_max_gain. | ||||
* | analog: fixing agc3 for new 3.7 style/structure. Added QA. | Tom Rondeau | 2013-05-23 | 1 | -1/+1 |
| | |||||
* | analog: adding grc def for fastnoise source, adding agc3_cc | Tim O'Shea | 2013-05-23 | 1 | -0/+63 |