Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | analog: replace gengen with C++ templates | Andrej Rode | 2018-08-25 | 1 | -58/+0 |
| | |||||
* | analog: update include dir to gnuradio/analog | Johnathan Corgan | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -2/+2 |
| | |||||
* | core: adding a mutex as a protected member of gr_block for use in protecting ↵ | Tom Rondeau | 2013-02-26 | 1 | -2/+2 |
| | | | | | | set and work function access to variables. This is used in gr-analog's noise_source and gr-filter's fir_filter_XXX since these two cause particular problems (in next's channel model). This shows the use of the mutex for general protection when needed. | ||||
* | analog: adding noise_source to gr-analog with GRC and QA. | Tom Rondeau | 2012-10-25 | 1 | -0/+58 |