summaryrefslogtreecommitdiff
path: root/gr-digital/lib/glfsr_source_f_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* gr-digital: Remove clang compiler override warnings.Ron Economos2021-02-041-2/+2
| | | | Signed-off-by: Ron Economos <w6rz@comcast.net>
* gr-digital: improved performance and capability of scramblers to 64-bit ↵Elof Wecksell2021-01-291-7/+7
| | | | | | | registers. Use __builtin_parity or volk popcnt. qa was also enhanced to detect errors. Signed-off-by: Elof Wecksell <elof@wecksell.se> Co-authored-by: Martin Braun <martin@gnuradio.org>
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-3/+3
|
* Add `override` for common virtual function overridesThomas Habets2020-11-031-1/+1
| | | | | | | | | | Mostly done with: ``` find -name "*_impl.h" | xargs sed -i -r '/(void forecast|int work|int general_work|bool check_topology)\(/{:back /\)/b nxt;N;b back;:nxt s/\)$|\)(;)/) override\1/g}' ``` Then I removed an incorrect `work` that this found.
* digital/glfsr_source: Remove manual memory managementThomas Habets2020-08-141-1/+1
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* clang-format: Ordering all the includesMarcus Müller2019-08-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-19/+21
|
* digital:move GLFSR from 'int' to 'uint32'. Add SWIG interfaceMarcus Müller2016-08-091-9/+9
|
* digital: moved include dir to gnuradio/digitalJohnathan Corgan2013-04-291-2/+2
|
* digital: converted correlator blocks to 3.7; everything to make ↵Tom Rondeau2012-08-121-0/+57
qa_correlate_access_code work.