summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/file_meta_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
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-2/+2
* blocks: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-131-2/+2
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* gr-blocks/file.*: Remove needless memory managementThomas Habets2020-01-021-8/+5
* Remove newlines from exception messagesThomas Habets2020-01-011-6/+6
* clang-tidy in gnuradio-runtime: use empty() instead of size()!=0Marcus Müller2019-08-221-1/+1
* clang-format: Ordering all the includesMarcus Müller2019-08-091-4/+4
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-360/+342
* gr-blocks: fix file_metadata_* not closing files on close()gnieboer2017-06-161-10/+12
* Fixes Cov Defect 1043301: Unitialized Variable in ConditionalBen Hilburn2015-08-281-1/+1
* blocks: correcting use of mutexes in file_meta_sink.Tom Rondeau2014-07-281-4/+4
* 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-10/+10
* blocks: fix file meta data source to handle repeat of files.Tom Rondeau2013-04-291-3/+11
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-011-4/+4
* Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2013-01-021-4/+7
|\
| * blocks: fixed file_meta_sink/source_impl MSVC incompatibliity errorNicholas Corgan2013-01-021-4/+7
* | gruel: updating all GR blocks that use PMTs to use new naming.Tom Rondeau2012-12-211-28/+28
|/
* blocks: moving file metadata sink/source to gr-blocks.Tom Rondeau2012-12-141-0/+433