summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/file_source_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* modules: include boost/format where usedMarcus Müller2021-09-071-0/+1
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-1/+0
* File Source: handle EOF for non-seekable filesJeff Long2021-01-151-6/+15
* gr-blocks: Fix file source block large file handling for Windows.Ron Economos2020-12-181-2/+2
* blocks: use posix_fadvise to tell OS about sequential access and prefetchMarcus Müller2020-10-281-1/+28
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-2/+2
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* blocks/file_source: Check for fseek() failingThomas Habets2020-01-201-3/+9
* clang-format: Ordering all the includesMarcus Müller2019-08-091-5/+5
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-159/+163
* gr-blocks: added fstat macros for msvcgnieboer2019-06-061-1/+4
* blocks: Modify File Source block to work with named pipes and devices.Ron Economos2019-03-311-33/+65
* blocks: Fix file_source offset/length to properly access large files.Ron Economos2019-02-141-38/+20
* file_source: add optional offset (in items) and len (in items)Jeff Long2018-02-081-72/+128
* Merge branch 'maint'Johnathan Corgan2017-07-201-0/+10
|\
| * gr-blocks: add warning if file will not be fully consumed with the passed out...Kevin Gentile2017-07-191-0/+10
* | set_begin_tag now takes pmt::pmt instead of boolRuben Undheim2017-05-191-5/+5
* | blocks: file_source ("file_begin" stream tag)Ruben Undheim2017-05-191-1/+24
|/
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-1/+1
* call do_update after calling open in the file source constructor,cottrema2014-06-261-0/+1
* blocks: fix for ~file_source crash, Bug #550Tim O'Shea2013-06-051-1/+4
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-5/+5
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-011-5/+5
* blocks: added missing include for gruel threadJosh Blum2013-02-171-0/+1
* blocks: fix use of bare boost::mutex::scoped_lockJohnathan Corgan2013-02-071-4/+4
* blocks: apply changes to file source in core to one in gr-blocks.Tom Rondeau2012-12-111-23/+75
* blocks: added gr::blocks::file_sourceJohnathan Corgan2012-09-051-0/+136