summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/file_meta_sink_impl.h
Commit message (Collapse)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
| | | | | | | | | | 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 formatdevnulling2020-01-271-13/+1
|
* gr-blocks: More constThomas Habets2020-01-061-3/+3
|
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-52/+47
|
* Changed file_meta_sink's signature to take unserialized pmtMarcus Müller2018-07-141-6/+8
| | | | | | | | | | For some reason, the block accepts serialized PMT from in-GNU Radio, then unserializes it, then serializes it back. All possible uses probably will prefer just passing the PMT itself. Changing the API inherently fixes the Py3-migration related std::string handling ambiguity.
* blocks: correcting use of mutexes in file_meta_sink.Tom Rondeau2014-07-281-2/+0
| | | | the gr::block class has a d_setlock mutex that's appropriate for this use instead of creating another for the child class.
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-2/+2
|
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-011-2/+2
| | | | PMTs are handled slightly different and are installed into their own module and include dir.
* blocks: moving file metadata sink/source to gr-blocks.Tom Rondeau2012-12-141-0/+96