summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/flowgraph.cc
Commit message (Collapse)AuthorAgeFilesLines
* global: Replace stdio logging with loggerDavid Winter2021-10-211-10/+9
| | | | | | | This commit replaces many uses of std::c{out,err} and printf with the appropriate GR_LOG_* directives. Signed-off-by: David Winter <david.winter@analog.com>
* logging: remove <iostream> from logger.h, add where consequently missingMarcus Müller2021-06-171-1/+4
| | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* runtime: add msg ports to dot graph and use unique namesBastian Bloessl2019-08-221-1/+7
|
* clang-tidy in gnuradio-runtime: use empty() instead of size()!=0Marcus Müller2019-08-221-2/+2
|
* clang-format: Ordering all the includesMarcus Müller2019-08-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang-format: ordering includes in gnuradio-runtime clang-format: ordering includes in gr-filter clang-format: ordering includes in gr-fft clang-format: ordering includes in gr-audio clang-format: ordering includes in gr-analog clang-format: ordering includes in gr-fec clang-format: ordering includes in gr-wavelet clang-format: ordering includes in gr-zeromq clang-format: ordering includes in gr-vocoder clang-format: ordering includes in gr-video-sdl clang-format: ordering includes in gr-trellis clang-format: ordering includes in gr-blocks clang-format: ordering includes in gr-digital clang-format: ordering includes in gr-uhd clang-format: ordering includes in gr-dtv clang-format: ordering includes in gr-channels clang-format: ordering includes in gr-qtgui clang_format.py: re-enable include reordering
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-317/+278
|
* runtime: corrected spellingJohnathan Corgan2014-10-311-1/+1
|
* runtime: accessor for message port map & printing more informative error ↵Balint Seeber2014-06-131-1/+7
| | | | when a msg port is not found
* runtime: adds ability to output flowgraph in dot format (resolves issue 245).Johannes Schmitz2014-03-071-2/+31
|
* runtime: make sure all message only blocks always get a thread context (not ↵Tim O'Shea2013-10-121-2/+3
| | | | just message recievers), otherwise no thread context is created and start() is never called
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-0/+519