Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 1 | -5/+5 |
| | |||||
* | 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 |
| | |||||
* | gr-blocks: More const | Thomas Habets | 2020-01-06 | 1 | -1/+1 |
| | |||||
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -32/+35 |
| | |||||
* | blocks: Modify File Source block to work with named pipes and devices. | Ron Economos | 2019-03-31 | 1 | -0/+1 |
| | | | | | The block uses fseek and ftell, which don't apply to named pipes and character/block devices. | ||||
* | blocks: Fix file_source offset/length to properly access large files. | Ron Economos | 2019-02-14 | 1 | -6/+6 |
| | |||||
* | file_source: add optional offset (in items) and len (in items) | Jeff Long | 2018-02-08 | 1 | -5/+9 |
| | | | | | | | - Adds unit tests, and splits existing unit tests into different files: qa_file_source.py - tests file_source_f qa_file_sink.py - tests file_sink_f qa_file_descriptor_source_sink.py - tests file_descriptor_*_f | ||||
* | set_begin_tag now takes pmt::pmt instead of bool | Ruben Undheim | 2017-05-19 | 1 | -4/+2 |
| | |||||
* | blocks: file_source ("file_begin" stream tag) | Ruben Undheim | 2017-05-19 | 1 | -0/+9 |
| | | | | | | - Add a configurable "file_begin" stream tag which is especially useful in repeat mode. - Added unit tests for new functionality | ||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -1/+1 |
| | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). | ||||
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | block: file_source_impl missing mutex include | Josh Blum | 2013-01-14 | 1 | -0/+1 |
| | |||||
* | blocks: apply changes to file source in core to one in gr-blocks. | Tom Rondeau | 2012-12-11 | 1 | -3/+10 |
| | |||||
* | blocks: added gr::blocks::file_source | Johnathan Corgan | 2012-09-05 | 1 | -0/+52 |