summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/include/gnuradio/rpcserver_aggregator.h
Commit message (Collapse)AuthorAgeFilesLines
* runtime: replace use of std::unary_functionJosh Blum2021-01-271-6/+7
| | | | | | | | std::unary_function is deprecated of as c++11 and removed in c++17 https://en.cppreference.com/w/cpp/utility/functional/unary_function The solution was to replace unary_function with std::function. Signed-off-by: Josh Blum <josh@joshknows.com>
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-7/+9
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* ctrlport: do not store references to stack variablesBastian Bloessl2019-09-051-9/+9
|
* clang-format: Ordering all the includesMarcus Müller2019-08-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-85/+81
|
* Revert "Fixed storing references to temporary values in RPC infrastructure"Johnathan Corgan2017-06-271-6/+6
| | | | This reverts commit a16ed67b5dae099c6ac1447c000f15765b13422f.
* Fixed storing references to temporary values in RPC infrastructureMarcus Müller2017-06-241-6/+6
| | | | | | | | | | | | | The RPC aggregator and friends were taking callback objects passed by value, and then internally called, again by value, constructors which initialized reference fields to these parameters. This has the effect of storing references to temporary objects. Chances are, no-one is using that code, or compiler UB saved our collective behinds. In any case, we might need to more carefully dissect the RPC code. There be dragons.
* ctrlport: provides a ControlPort model that connects directly with aTom Rondeau2015-10-161-0/+29
| | | | | | | | block's message handler. We still need to register this in setup_rpc, but there might be a way to automate the registering of this during set_msg_handler if ControlPort is enabled.
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-2/+2
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-0/+100