summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/annotator_1to1_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* global: remove unused <iomanip>, fix other includes in affected files when ob...Marcus Müller2021-06-171-1/+1
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-171-1/+0
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-1/+1
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-1/+1
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* Use C++11 ranged for and ranged insert instead of manual loopsThomas Habets2019-12-041-5/+1
* clang-format: Ordering all the includesMarcus Müller2019-08-091-1/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-63/+58
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-311-1/+1
|\
| * Clean-up: Remove unused private variables (Issue #1621, #1622, #1624)andriy gelman2018-04-281-1/+1
* | Convert set_relative_rate(double) to the new integer or receiprocal callAndy Walls2018-08-231-1/+1
|/
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-6/+6
* blocks: converting references to vector source/sink, null source/sink, nop, c...Tom Rondeau2013-03-171-3/+3
* blocks: moving copy, endian_swap, head, skiphead, vector_source/sink/insert t...Tom Rondeau2013-03-161-0/+113