| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 3 | -24/+36 |
|\ |
|
| * | Merge branch 'next_python3' into next | Marcus Müller | 2018-06-25 | 1 | -0/+2 |
| |\ |
|
| | * | Merge branch 'python3_fix' into next | Andrej Rode | 2018-06-24 | 1 | -0/+2 |
| | |\ |
|
| | | * | Merge branch 'next' into python3 | Johnathan Corgan | 2017-03-16 | 1 | -5/+1 |
| | | |\ |
|
| | | * | | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 1 | -0/+2 |
| * | | | | Merge branch 'fix_cmake_cxx_standard' of https://github.com/noc0lour/gnuradio... | Marcus Müller | 2018-03-22 | 1 | -21/+31 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | fec: convert viterbi sub-library to valid C++ in correct namespace | Andrej Rode | 2018-02-07 | 1 | -21/+31 |
| * | | | | cleanup: add missing includes + reorder qtgui includes correctly | Andrej Rode | 2018-03-04 | 1 | -0/+1 |
| |/ / / |
|
| * | | | Merge branch 'master' into next | Martin Braun | 2018-02-03 | 4 | -4/+4 |
| |\ \ \
| | |_|/
| |/| | |
|
| * | | | Merge branch 'master' into next | Johnathan Corgan | 2017-03-15 | 1 | -5/+1 |
| |\ \ \
| | |_|/
| |/| | |
|
| * | | | Merge branch 'master' into next | Johnathan Corgan | 2017-01-30 | 1 | -0/+4 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' into next | Johnathan Corgan | 2016-08-16 | 1 | -1/+1 |
| |\ \ \ \ |
|
| * | | | | | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 1 | -3/+2 |
* | | | | | | fec: change modes on header to remove +x | Michael Dickens | 2018-05-26 | 1 | -0/+0 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Comment typo fixing. | luz.paz | 2018-02-03 | 4 | -4/+4 |
| |_|_|/
|/| | | |
|
* | | | | gr-fec: switch possible C++11 code from 'constexpr' to just 'const'. | Michael Dickens | 2017-03-10 | 1 | -5/+1 |
| |_|/
|/| | |
|
* | | | fec: install TPC header files | Sean Nowlan | 2017-01-18 | 1 | -1/+5 |
| |/
|/| |
|
* | | move fec polar decoder D_LLR_FACTOR into cpp | Josh Blum | 2016-08-06 | 1 | -1/+1 |
|/ |
|
* | build: clean up header installation across tree | A. Maitland Bottoms | 2016-06-23 | 1 | -0/+5 |
* | Spelling fixes throughout the tree. | A. Maitland Bottoms | 2016-06-20 | 5 | -5/+5 |
* | Fix compilation in gcc-6 | Jaroslav Škarvada | 2016-02-21 | 1 | -1/+5 |
* | polar: systematic decoder added | Johannes Demel | 2015-12-07 | 3 | -2/+90 |
* | polar: sytematic encoder added | Johannes Demel | 2015-12-07 | 4 | -8/+118 |
* | fec: LDPC: fixed issue with bit_flip_decoder. | Tom Rondeau | 2015-10-15 | 4 | -7/+24 |
* | fec: LDPC: reworking code to make sure API is ok. | Tom Rondeau | 2015-10-15 | 3 | -4/+54 |
* | fec: LDPC: changing namespace of ldpc_encoder back. | Tom Rondeau | 2015-10-15 | 1 | -12/+10 |
* | fec: LDPC: massive code clean up and change. | Tom Rondeau | 2015-10-15 | 10 | -373/+290 |
* | fec: LDPC: Adding doxygen tags + more documentation to header files. | tracierenea | 2015-10-15 | 6 | -92/+245 |
* | fec: LDPC: Setting copyright date to current year. | tracierenea | 2015-10-15 | 6 | -6/+6 |
* | fec: LDPC: Adding capability to provide H matrix for encoding/decoding. | tracierenea | 2015-10-15 | 3 | -10/+10 |
* | fec: LDPC: Finishing encoder's work() function and updating matrix | tracierenea | 2015-10-15 | 1 | -3/+3 |
* | fec: LDPC: Updating decoder to handle parity bits either first or | tracierenea | 2015-10-15 | 1 | -0/+4 |
* | fec: LDPC: Workaround for swig issues, updating examples. | tracierenea | 2015-10-15 | 6 | -17/+29 |
* | fec: LDPC: Updating GRC blocks for the recent LDPC classes' updates. | tracierenea | 2015-10-15 | 1 | -0/+0 |
* | fec: LDPC: renaming some of the LDPC classes for clarity/consistency. | tracierenea | 2015-10-15 | 3 | -15/+15 |
* | fec: LDPC: Updates to LDPC-related matrix classes. | tracierenea | 2015-10-15 | 4 | -16/+15 |
* | fec: LDPC: updates to the 3 LDPC-related matrix classes. | tracierenea | 2015-10-15 | 3 | -12/+5 |
* | fec: LDPC: updates for LDPC functionality. | tracierenea | 2015-10-15 | 5 | -30/+221 |
* | fec: LDPC: Reducing complexity of encoder by adding back solve. | tracierenea | 2015-10-15 | 1 | -3/+2 |
* | fec: LDPC: Renaming class from ldpc_par_chk_mtrx to ldpc_R_U_mtrx | tracierenea | 2015-10-15 | 4 | -11/+12 |
* | fec: LDPC: Adding 3 LDPC-related xml files for GRC. | tracierenea | 2015-10-15 | 1 | -2/+2 |
* | fec: LDPC: Adding bit flip decoder variable work function. | tracierenea | 2015-10-15 | 1 | -9/+2 |
* | fec: LDPC: Adding LDPC encoder variable. | tracierenea | 2015-10-15 | 2 | -0/+72 |
* | fec: LDPC: Classes for LDPC encoder. | tracierenea | 2015-10-15 | 2 | -3/+103 |
* | fec: LDPC: Renaming some files. | tracierenea | 2015-10-15 | 1 | -46/+0 |
* | fec: LDPC: Adding framework for bit flip decoder. | tracierenea | 2015-10-15 | 4 | -127/+141 |
* | fec: LDPC: Adding class for LDPC parity check matrix. | tracierenea | 2015-10-15 | 1 | -0/+126 |
* | fec: add getter to 'ber_bf' total_errors member, change counter types to long | Johannes Demel | 2015-10-07 | 1 | -0/+5 |
* | fec: Adds MTU parameter to async and tagged stream blocks. | Tom Rondeau | 2015-09-24 | 4 | -4/+20 |
* | fec: polar: whitespace fixes/tabs to go along with namespace change from last... | Tom Rondeau | 2015-09-22 | 5 | -257/+257 |