| Commit message (Expand) | Author | Age | Files | Lines |
* | classic modules: use common precompiled headers | Marcus Müller | 2021-07-19 | 1 | -0/+3 |
* | digital: Added a crc16 basic block. (#4649) | cmrincon | 2021-07-12 | 1 | -0/+1 |
* | digital: Remove crc32 utility | Martin Braun | 2021-05-22 | 1 | -1/+0 |
* | digital: remove simple_{correlator,framer} | Josh Morman | 2021-04-21 | 1 | -2/+0 |
* | digital: remove deprecated equalizers | Josh Morman | 2021-04-21 | 1 | -3/+0 |
* | digital: add constellation_encoder block | Josh Morman | 2020-11-16 | 1 | -0/+1 |
* | Remove VOLK as a submodule | Martin Braun | 2020-04-11 | 1 | -1/+1 |
* | digital: restructure equalizers and add dfe (#3306) | mormj | 2020-04-09 | 1 | -0/+4 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
* | cmake: Update to modern CMake usage | Andrej Rode | 2019-03-04 | 1 | -80/+22 |
* | cmake: remove unused *_generated_swigs syntax | Andrej Rode | 2019-01-07 | 1 | -1/+0 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 1 | -19/+4 |
|\ |
|
| * | digital: replace gengen with C++ templates | Andrej Rode | 2018-08-25 | 1 | -10/+2 |
| * | Merge branch 'master' into next | Johnathan Corgan | 2017-07-17 | 1 | -1/+6 |
| |\ |
|
| * \ | Merge branch 'master' into next | Johnathan Corgan | 2017-04-10 | 1 | -0/+1 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into next | Johnathan Corgan | 2017-03-22 | 1 | -4/+0 |
| |\ \ \ |
|
| * | | | | digital: remove build references to removed files | Johnathan Corgan | 2016-11-15 | 1 | -5/+0 |
| * | | | | digital: remove deprecated mpsk_receiver block | Johnathan Corgan | 2016-11-12 | 1 | -1/+0 |
| * | | | | digital: remove correlate_and_sync (use corr_est) | Johnathan Corgan | 2016-09-08 | 1 | -1/+0 |
| * | | | | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 1 | -2/+2 |
* | | | | | digital: Replace QA test framework w/ Boost UTF | Martin Braun | 2018-06-21 | 1 | -19/+10 |
| |_|_|/
|/| | | |
|
* | | | | gr-filter, digital: Add symbol_sync_{cc|ff} and auxiliary classes | Andy Walls | 2017-07-17 | 1 | -1/+6 |
| |_|/
|/| | |
|
* | | | Merge remote-tracking branch 'gnuradio-github/pr/1189' | Johnathan Corgan | 2017-04-10 | 1 | -0/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | digital: add correlate access code tagging block with soft inputs | Sean Nowlan | 2017-01-26 | 1 | -0/+1 |
| |/ |
|
* / | cmake: add log4cpp to runtime includes | Bastian Bloessl | 2017-03-22 | 1 | -4/+0 |
|/ |
|
* | digital: Complete overhaul of protocol handling | Tom Rondeau | 2016-06-14 | 1 | -1/+45 |
* | digital: wip: burst shaper compiles and installs | Sean Nowlan | 2015-04-17 | 1 | -0/+1 |
* | gr-digital: Squashed commit containing the MSK timing recovery block. | Nick Foster | 2015-04-15 | 1 | -0/+1 |
* | digital: adds corr_est_cc correlation estimator block | Johnathan Corgan | 2015-04-06 | 1 | -0/+2 |
* | cmake: reorder VOLK library to be after all other internal ones, and before b... | Michael Dickens | 2015-03-31 | 1 | -1/+1 |
* | cmake: abs path for external volk | Sebastian Koslowski | 2015-03-30 | 1 | -1/+1 |
* | cmake: follow-up to previous merge | Tom Rondeau | 2014-08-08 | 1 | -1/+0 |
* | Merge branch 'maint' | Tom Rondeau | 2014-08-08 | 1 | -1/+0 |
|\ |
|
| * | controlport: removing use of ice for a controlport rpc. | Tom Rondeau | 2014-08-08 | 1 | -1/+0 |
* | | cmake: coalesce EXPAND macros into 3 common macros, and switch to using those... | Michael Dickens | 2014-07-24 | 1 | -64/+3 |
* | | Merge branch 'maint' | Johnathan Corgan | 2014-07-24 | 1 | -1/+0 |
|\| |
|
| * | gr-digital: remove redundant source file | Michael Dickens | 2014-07-24 | 1 | -1/+0 |
* | | build: better support for static libs. | Tom Rondeau | 2014-07-18 | 1 | -0/+12 |
|/ |
|
* | build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) version... | Tom Rondeau | 2014-06-28 | 1 | -0/+20 |
* | digital: adding an async message passsing CRC32 calc/check block for PDUs. | Tom Rondeau | 2014-05-17 | 1 | -0/+1 |
* | fec: wip: adding block that correlates against an access code and produces a ... | Tom Rondeau | 2014-05-17 | 1 | -5/+7 |
* | Add matching HDLC framer. Fix deframer max/min. | Nick Foster | 2014-03-27 | 1 | -0/+1 |
* | Add HDLC deframer to gr-digital. Input unpacked bits, output PDU binary | Nick Foster | 2014-03-26 | 1 | -0/+1 |
* | Revert "GNU Radio EXPAND macros for template files:" | Johnathan Corgan | 2013-12-18 | 1 | -3/+64 |
* | GNU Radio EXPAND macros for template files: | Michael Dickens | 2013-12-14 | 1 | -64/+3 |
* | digital: adding a correlate-and-sync block. | Tom Rondeau | 2013-10-29 | 1 | -0/+1 |
* | digital: Added a new constellation_soft_decoder block that produces soft deci... | Tom Rondeau | 2013-09-04 | 1 | -0/+1 |
* | gruel: moved gruel into subdirs of gnuradio-runtime. | Tom Rondeau | 2013-04-01 | 1 | -1/+0 |
* | runtime: migrate remaining gnuradio-core contents into gnuradio-runtime | Johnathan Corgan | 2013-03-26 | 1 | -4/+4 |
* | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2013-03-18 | 1 | -3/+1 |
|\ |
|