Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all calls to `get_initial_sptr` with `make_block_sptr` | Thomas Habets | 2020-07-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 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 |
| | |||||
* | channels: models' random facilities use C++11 (minus boost) | Marcus Müller | 2020-01-02 | 1 | -2/+2 |
| | |||||
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -79/+99 |
| | |||||
* | channels: generate fading taps in blocks for minor speedup | Tim O'Shea | 2016-06-04 | 1 | -1/+4 |
| | |||||
* | channels: delete obsolete includes and definitions | Bastian Bloessl | 2016-02-10 | 1 | -11/+0 |
| | |||||
* | 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: new frequency selective fading block | Tim O'Shea | 2013-06-06 | 1 | -81/+2 |
| | |||||
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -10/+10 |
| | |||||
* | Revert "blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks." | Tom Rondeau | 2013-03-18 | 1 | -6/+6 |
| | | | | | | | | | | This reverts commit fe70fa72ea22a133874337da2d03d30611e5ab1c. Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt gnuradio-core/src/lib/general/general.i gnuradio-core/src/tests/CMakeLists.txt | ||||
* | channels: fix for duplicate export | Tim O'Shea | 2013-03-13 | 1 | -15/+0 |
| | |||||
* | blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks. | Tom Rondeau | 2013-03-08 | 1 | -6/+6 |
| | | | | Moved the nco/vco tests to gr-blocks/test and enabled them. | ||||
* | 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. | ||||
* | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2013-02-17 | 1 | -0/+14 |
|\ | | | | | | | | | Conflicts: gr-channels/lib/fading_model_impl.cc | ||||
| * | channels: fix for phase imbalance/alias in the specular component for Rician ↵ | Tim O'Shea | 2013-02-15 | 1 | -5/+19 |
| | | | | | | | | channels, switch phase accumulator to double precision, exporting step size to grcp | ||||
* | | ctrlport: adding display type for stripchart as opposed to timeseries. | Tom Rondeau | 2013-02-17 | 1 | -6/+6 |
| | | | | | | | | 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. | ||||
* | | channels: fix for phase imbalance/alias in the specular component for Rician ↵ | Tim O'Shea | 2013-02-17 | 1 | -5/+19 |
|/ | | | | channels, switch phase accumulator to double precision, exporting step size to grcp | ||||
* | channels: updating copyright year. | Tom Rondeau | 2013-02-14 | 1 | -1/+1 |
| | |||||
* | channels: adding Rayliegh/Rician fading model | Tim O'Shea | 2013-02-14 | 1 | -0/+193 |