Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 1 | -2/+2 |
| | |||||
* | 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 | -40/+35 |
| | |||||
* | Merge branch 'next' into runtime_pimpl | Johnathan Corgan | 2013-05-13 | 1 | -3/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-blocks/swig/blocks_swig0.i gr-digital/lib/ofdm_chanest_vcvc_impl.cc gr-digital/lib/ofdm_frame_equalizer_vcvc_impl.cc gr-digital/lib/ofdm_frame_equalizer_vcvc_impl.h gr-digital/lib/ofdm_sync_sc_cfb_impl.cc gr-digital/lib/packet_header_default.cc gr-digital/lib/packet_headerparser_b_impl.cc | ||||
| * | Merge branch 'master-ofdm', fixed conflicts | Martin Braun | 2013-05-12 | 1 | -3/+6 |
| |\ | |||||
| | * | digital: OFDM passes all tests | Martin Braun | 2013-05-11 | 1 | -3/+6 |
| | | | |||||
* | | | digital: moved include dir to gnuradio/digital | Johnathan Corgan | 2013-04-29 | 1 | -1/+1 |
| | | | |||||
* | | | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -1/+1 |
|/ / | |||||
* | | digital: merge from master | Martin Braun | 2013-04-08 | 1 | -1/+7 |
|\| | |||||
| * | digital: OFDM frame equalizer now as an option to work w/o len tag | Martin Braun | 2013-04-08 | 1 | -1/+7 |
| | | |||||
* | | Merge branch 'master' into next | Tom Rondeau | 2013-04-01 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-runtime/include/gr_logger.h gr-digital/lib/packet_headergenerator_bb_impl.cc gr-digital/python/ofdm_txrx.py gr-digital/python/qa_ofdm_txrx.py gr-digital/python/qa_packet_headergenerator_bb.py gr-uhd/examples/python/usrp_spectrum_sense.py | ||||
| * | docs: More and better docs for tagged stream blocks (and some childs) | Martin Braun | 2013-04-01 | 1 | -1/+1 |
| | | |||||
| * | Squash/rebased martin/ofdm-master onto trial merge branch | Martin Braun | 2013-03-16 | 1 | -0/+57 |
| | | | | | Conflicts: gr-blocks/include/blocks/CMakeLists.txt | ||||
* | digital: pimplified old blocks | Martin Braun | 2013-03-17 | 1 | -2/+2 |
| | |||||
* | Squash/rebased martin/ofdm-master onto trial merge branch | Martin Braun | 2013-03-15 | 1 | -0/+57 |
Conflicts: gr-blocks/include/blocks/CMakeLists.txt |