Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | global: remove iostream from all files not use cout|cerr|cin|clog | Marcus Müller | 2021-06-17 | 1 | -1/+0 |
| | | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org> | ||||
* | Replace all calls to `get_initial_sptr` with `make_block_sptr` | Thomas Habets | 2020-07-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | First batch of changes: ``` find […] -print0 | xargs -0 sed -i -r '/get_initial_sptr/{:nxt N;/;/!b nxt;s/get_initial_sptr\(\s*new ([^(]+)(.*)\)\)/make_block_sptr<\1>\2)/}' ``` Then: * Back out `sptr_magic.h` edits * Change some `friend` clauses * clang-format the whole thing * Update checksums in the pybind11 bindings files | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -164/+164 |
| | |||||
* | renamed fractional_{resampler|interpolator} to mmse_ | Marcus Müller | 2017-08-18 | 1 | -1/+1 |
| | |||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -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). | ||||
* | channels: Added option to block tags from propagating | Martin Braun | 2013-10-27 | 1 | -3/+11 |
| | |||||
* | channels: use fractional_resampler instead of fractional_interpolator. | Tom Rondeau | 2013-05-23 | 1 | -3/+3 |
| | |||||
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -4/+4 |
| | |||||
* | ctrlport: made display type in ControlPort setup field into an options mask. | Tom Rondeau | 2013-02-20 | 1 | -8/+8 |
| | | | | | | Options are used to determine default plot type, type of plots available, initial states. qtgui: fixed enabling stem plot to properly check the menu option. | ||||
* | ctrlport: adding display type for stripchart as opposed to timeseries. | Tom Rondeau | 2013-02-17 | 1 | -4/+4 |
| | | | | Stripcharts add data to the back of what's plotted; time series plots just plot the vector given. All single-value RPC vars have been converted to use stripchart mode. | ||||
* | Merge branch 'master' into next | Tom Rondeau | 2013-02-06 | 1 | -2/+2 |
| | | | | | | | | | | | Merges fastnoise_source from master and reorganizes it to gr-analog. Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/gengen/CMakeLists.txt gnuradio-core/src/lib/hier/gr_channel_model.cc gnuradio-core/src/lib/hier/gr_channel_model.h | ||||
* | ctrlport: updated all blocks using controlport to use new style of setup_rpc. | Tom Rondeau | 2013-01-23 | 1 | -23/+21 |
| | | | | QA fixed and passing. | ||||
* | gruel: updating all GR blocks that use PMTs to use new naming. | Tom Rondeau | 2012-12-21 | 1 | -3/+3 |
| | |||||
* | ctrlport: cleaning up contorlport builds. | Tom Rondeau | 2012-12-04 | 1 | -2/+2 |
| | | | | I was getting confused with where ENABLE_GR_CTRLPORT was used, so this uses that in cmake and GR_CTRLPORT for the C++ and Swig files. | ||||
* | ctrlport: fixing up controlport integration into gnuradio-core for merge ↵ | Tom Rondeau | 2012-12-03 | 1 | -0/+66 |
| | | | | with next. | ||||
* | channels: switch to using gr-blocks | Johnathan Corgan | 2012-11-10 | 1 | -2/+2 |
| | |||||
* | channels: adding new component gr-channels to hold channel models. | Tom Rondeau | 2012-11-10 | 1 | -0/+137 |
Currently, only holds our simple channel_model block. |