summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/qa_set_msg_handler.cc
Commit message (Collapse)AuthorAgeFilesLines
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-171-1/+0
| | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* clang-format: Ordering all the includesMarcus Müller2019-08-091-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-20/+20
|
* blocks: Replace QA test framework w/ Boost UTFMartin Braun2018-06-211-5/+4
|
* Re-add qa_gr_flowgraph/qa_set_msg_handler to test suiteDoug Geiger2015-07-091-9/+3
| | | | | | | | | | | During the great shuffling of v3.6->v3.7 qa_gr_flowgraph and qa_set_msg_handler got dropped on the cmake floor. This commit adds both back into the automated tests (this lives in gr-blocks since it requires the nop/null_source/null_sink blocks). Both files needed updating to the v3.7+ API (i.e. using gr::<blah> namespace instead of gr_<blah>), also two of the tests in qa_gr_flowgraph were failing since the null_source and null_sink have since been changed to allow infinite outputs/inputs (i.e. the test that checks the flowgraph connect checker was failing due to the underlying block allowing multiple ports). Instead we have to replicate the functionality of the null_sink/source in this file, but only allow a single in/out. Also removes sine_table.h which lives in gnuradio-runtime since the great re-shuffling of 2013 (the only place it is used in gnuradio-runtime/lib/math/fxpt.cc, and it does not get installed)
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-9/+9
|
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-011-1/+1
| | | | PMTs are handled slightly different and are installed into their own module and include dir.
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-171-0/+78
copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.