Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | blocks: replace gengen with C++ templates | Andrej Rode | 2018-08-25 | 1 | -66/+0 |
| | |||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -3/+3 |
| | | | | 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 Rondeau | 2013-04-29 | 1 | -4/+4 |
| | |||||
* | blocks: completed transition of add and multiply blocks | Johnathan Corgan | 2012-06-16 | 1 | -0/+66 |
* gr::blocks::add_* * gr::blocks::add_const_* * gr::blocks::add_const_v* * gr::blocks::multiply_* * gr::blocks::multiply_const_* * gr::blocks::multiply_const_v* Each of these has ss, ii, ff, and cc versions, for a total of 24 blocks. |