| Commit message (Expand) | Author | Age | Files | Lines |
* | modules: include boost/format where used | Marcus Müller | 2021-09-07 | 1 | -0/+1 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 1 | -1/+0 |
* | File Source: handle EOF for non-seekable files | Jeff Long | 2021-01-15 | 1 | -6/+15 |
* | gr-blocks: Fix file source block large file handling for Windows. | Ron Economos | 2020-12-18 | 1 | -2/+2 |
* | blocks: use posix_fadvise to tell OS about sequential access and prefetch | Marcus Müller | 2020-10-28 | 1 | -1/+28 |
* | Replace all calls to `get_initial_sptr` with `make_block_sptr` | Thomas Habets | 2020-07-30 | 1 | -2/+2 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
* | blocks/file_source: Check for fseek() failing | Thomas Habets | 2020-01-20 | 1 | -3/+9 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 1 | -5/+5 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -159/+163 |
* | gr-blocks: added fstat macros for msvc | gnieboer | 2019-06-06 | 1 | -1/+4 |
* | blocks: Modify File Source block to work with named pipes and devices. | Ron Economos | 2019-03-31 | 1 | -33/+65 |
* | blocks: Fix file_source offset/length to properly access large files. | Ron Economos | 2019-02-14 | 1 | -38/+20 |
* | file_source: add optional offset (in items) and len (in items) | Jeff Long | 2018-02-08 | 1 | -72/+128 |
* | Merge branch 'maint' | Johnathan Corgan | 2017-07-20 | 1 | -0/+10 |
|\ |
|
| * | gr-blocks: add warning if file will not be fully consumed with the passed out... | Kevin Gentile | 2017-07-19 | 1 | -0/+10 |
* | | set_begin_tag now takes pmt::pmt instead of bool | Ruben Undheim | 2017-05-19 | 1 | -5/+5 |
* | | blocks: file_source ("file_begin" stream tag) | Ruben Undheim | 2017-05-19 | 1 | -1/+24 |
|/ |
|
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -1/+1 |
* | call do_update after calling open in the file source constructor, | cottrema | 2014-06-26 | 1 | -0/+1 |
* | blocks: fix for ~file_source crash, Bug #550 | Tim O'Shea | 2013-06-05 | 1 | -1/+4 |
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -5/+5 |
* | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 1 | -5/+5 |
* | blocks: added missing include for gruel thread | Josh Blum | 2013-02-17 | 1 | -0/+1 |
* | blocks: fix use of bare boost::mutex::scoped_lock | Johnathan Corgan | 2013-02-07 | 1 | -4/+4 |
* | blocks: apply changes to file source in core to one in gr-blocks. | Tom Rondeau | 2012-12-11 | 1 | -23/+75 |
* | blocks: added gr::blocks::file_source | Johnathan Corgan | 2012-09-05 | 1 | -0/+136 |