summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/file_source_impl.h
Commit message (Expand)AuthorAgeFilesLines
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-5/+5
* Add `override` for common virtual function overridesThomas Habets2020-11-031-1/+1
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* gr-blocks: More constThomas Habets2020-01-061-1/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-32/+35
* blocks: Modify File Source block to work with named pipes and devices.Ron Economos2019-03-311-0/+1
* blocks: Fix file_source offset/length to properly access large files.Ron Economos2019-02-141-6/+6
* file_source: add optional offset (in items) and len (in items)Jeff Long2018-02-081-5/+9
* set_begin_tag now takes pmt::pmt instead of boolRuben Undheim2017-05-191-4/+2
* blocks: file_source ("file_begin" stream tag)Ruben Undheim2017-05-191-0/+9
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-1/+1
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-1/+1
* block: file_source_impl missing mutex includeJosh Blum2013-01-141-0/+1
* blocks: apply changes to file source in core to one in gr-blocks.Tom Rondeau2012-12-111-3/+10
* blocks: added gr::blocks::file_sourceJohnathan Corgan2012-09-051-0/+52