summaryrefslogtreecommitdiff
path: root/gr-digital/lib/symbol_sync_cc_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* modules: include boost/format where usedMarcus Müller2021-09-071-0/+1
* digital/symbol_sync_{cc,_ff}: don't sort; it's already sortedMarcus Müller2021-07-191-1/+0
* gr-digital: Fix errors in logging messagesZackery Spytz2021-02-121-2/+2
* digital/symbol_sync: Remove manual memory managementThomas Habets2020-08-141-34/+30
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-11/+11
* boost: remove deprecated math/common_factor.hppjapm482020-04-111-2/+2
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* Fix all formatting issuesMartin Braun2020-01-101-7/+10
* gr-digital/symbol_sync: More constThomas Habets2020-01-061-8/+8
* gr-digital: Remove needless type trickeryThomas Habets2020-01-021-8/+2
* gr-digital/symbol_sync: Remove needless memory managementThomas Habets2020-01-021-16/+7
* clang-format: Ordering all the includesMarcus Müller2019-08-091-1/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-441/+417
* gr-digital: Prevent the clock tracking loop from generating negative estimatesAndy Walls2019-02-171-1/+0
* digital: replace 'and', 'or', 'not' with &&, ||, ! respectivelyPiotr Krysik2018-02-031-8/+8
* digital: Add expected TED gain for computing symbol sync loop gainsAndy Walls2017-07-241-1/+5
* gr-filter, digital: Add symbol_sync_{cc|ff} and auxiliary classesAndy Walls2017-07-171-0/+650