summaryrefslogtreecommitdiff
path: root/gr-digital/lib/simple_correlator_impl.cc
Commit message (Collapse)AuthorAgeFilesLines
* digital: remove simple_{correlator,framer}Josh Morman2021-04-211-204/+0
| | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* digital/simple_correlator: Remove manual memory managementThomas Habets2021-03-011-16/+4
| | | | Signed-off-by: Thomas Habets <thomas@habets.se>
* digital: Simple correlator debug not based on writing to file but loggerMarcus Müller2021-02-181-17/+14
| | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-2/+2
| | | | | | | | | | | | | | | | | | | | run /usr/share/clang/run-clang-tidy.py -checks=file '-header-filter=.*' -fix .. from build directory. Then, clang-format -i $(git diff --name-only origin/master) to clang-format changed files. Then, refresh all header hashes in pybind bindings (*/python/bindings/*.cc) Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-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 formatdevnulling2020-01-271-13/+1
|
* clang-format: Ordering all the includesMarcus Müller2019-08-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang-format: ordering includes in gnuradio-runtime clang-format: ordering includes in gr-filter clang-format: ordering includes in gr-fft clang-format: ordering includes in gr-audio clang-format: ordering includes in gr-analog clang-format: ordering includes in gr-fec clang-format: ordering includes in gr-wavelet clang-format: ordering includes in gr-zeromq clang-format: ordering includes in gr-vocoder clang-format: ordering includes in gr-video-sdl clang-format: ordering includes in gr-trellis clang-format: ordering includes in gr-blocks clang-format: ordering includes in gr-digital clang-format: ordering includes in gr-uhd clang-format: ordering includes in gr-dtv clang-format: ordering includes in gr-channels clang-format: ordering includes in gr-qtgui clang_format.py: re-enable include reordering
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-154/+147
|
* digital: Fixes for CIDs 1043259-60, 1043267-68Martin Braun2015-04-281-0/+1
|
* digital: moved include dir to gnuradio/digitalJohnathan Corgan2013-04-291-1/+1
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-5/+5
|
* digital: cleaning up conversion to 3.7 for simple_correlator.Tom Rondeau2013-02-201-1/+1
| | | | blocks: same for count_bits.
* Merge branch 'master' into nextTom Rondeau2013-02-201-0/+237
Conflicts: gr-digital/include/CMakeLists.txt gr-digital/lib/CMakeLists.txt gr-digital/swig/CMakeLists.txt gr-digital/swig/digital_swig.i