Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 1 | -8/+8 |
| | |||||
* | 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. | ||||
* | channels: Remove manual memory management | Thomas Habets | 2020-08-14 | 1 | -13/+18 |
| | |||||
* | Replace BOOST_FOREACH with C++11 range for | Thomas Habets | 2020-03-27 | 1 | -3/+3 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | channels: models' random facilities use C++11 (minus boost) | Marcus Müller | 2020-01-02 | 1 | -11/+6 |
| | |||||
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang-format: ordering includes in gnuradio-runtime clang-format: ordering includes in gr-filter clang-format: ordering includes in gr-fft clang-format: ordering includes in gr-audio clang-format: ordering includes in gr-analog clang-format: ordering includes in gr-fec clang-format: ordering includes in gr-wavelet clang-format: ordering includes in gr-zeromq clang-format: ordering includes in gr-vocoder clang-format: ordering includes in gr-video-sdl clang-format: ordering includes in gr-trellis clang-format: ordering includes in gr-blocks clang-format: ordering includes in gr-digital clang-format: ordering includes in gr-uhd clang-format: ordering includes in gr-dtv clang-format: ordering includes in gr-channels clang-format: ordering includes in gr-qtgui clang_format.py: re-enable include reordering | ||||
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -41/+57 |
| | |||||
* | includes: use quotes for local includes | Andrej Rode | 2019-01-07 | 1 | -1/+1 |
| | |||||
* | channels: adding selective fading model 2 (PDP slowly changes without bounds ↵ | Tim O'Shea | 2016-06-04 | 1 | -0/+87 |
as well so fades move ...) |