summaryrefslogtreecommitdiff
path: root/gr-fec/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-313-24/+36
|\
| * Merge branch 'next_python3' into nextMarcus Müller2018-06-251-0/+2
| |\
| | * Merge branch 'python3_fix' into nextAndrej Rode2018-06-241-0/+2
| | |\
| | | * Merge branch 'next' into python3Johnathan Corgan2017-03-161-5/+1
| | | |\
| | | * | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-0/+2
| * | | | Merge branch 'fix_cmake_cxx_standard' of https://github.com/noc0lour/gnuradio...Marcus Müller2018-03-221-21/+31
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | fec: convert viterbi sub-library to valid C++ in correct namespaceAndrej Rode2018-02-071-21/+31
| * | | | cleanup: add missing includes + reorder qtgui includes correctlyAndrej Rode2018-03-041-0/+1
| |/ / /
| * | | Merge branch 'master' into nextMartin Braun2018-02-034-4/+4
| |\ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' into nextJohnathan Corgan2017-03-151-5/+1
| |\ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' into nextJohnathan Corgan2017-01-301-0/+4
| |\ \ \
| * \ \ \ Merge branch 'master' into nextJohnathan Corgan2016-08-161-1/+1
| |\ \ \ \
| * | | | | cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-3/+2
* | | | | | fec: change modes on header to remove +xMichael Dickens2018-05-261-0/+0
| |_|_|_|/ |/| | | |
* | | | | Comment typo fixing.luz.paz2018-02-034-4/+4
| |_|_|/ |/| | |
* | | | gr-fec: switch possible C++11 code from 'constexpr' to just 'const'.Michael Dickens2017-03-101-5/+1
| |_|/ |/| |
* | | fec: install TPC header filesSean Nowlan2017-01-181-1/+5
| |/ |/|
* | move fec polar decoder D_LLR_FACTOR into cppJosh Blum2016-08-061-1/+1
|/
* build: clean up header installation across treeA. Maitland Bottoms2016-06-231-0/+5
* Spelling fixes throughout the tree.A. Maitland Bottoms2016-06-205-5/+5
* Fix compilation in gcc-6Jaroslav Škarvada2016-02-211-1/+5
* polar: systematic decoder addedJohannes Demel2015-12-073-2/+90
* polar: sytematic encoder addedJohannes Demel2015-12-074-8/+118
* fec: LDPC: fixed issue with bit_flip_decoder.Tom Rondeau2015-10-154-7/+24
* fec: LDPC: reworking code to make sure API is ok.Tom Rondeau2015-10-153-4/+54
* fec: LDPC: changing namespace of ldpc_encoder back.Tom Rondeau2015-10-151-12/+10
* fec: LDPC: massive code clean up and change.Tom Rondeau2015-10-1510-373/+290
* fec: LDPC: Adding doxygen tags + more documentation to header files.tracierenea2015-10-156-92/+245
* fec: LDPC: Setting copyright date to current year.tracierenea2015-10-156-6/+6
* fec: LDPC: Adding capability to provide H matrix for encoding/decoding.tracierenea2015-10-153-10/+10
* fec: LDPC: Finishing encoder's work() function and updating matrixtracierenea2015-10-151-3/+3
* fec: LDPC: Updating decoder to handle parity bits either first ortracierenea2015-10-151-0/+4
* fec: LDPC: Workaround for swig issues, updating examples.tracierenea2015-10-156-17/+29
* fec: LDPC: Updating GRC blocks for the recent LDPC classes' updates.tracierenea2015-10-151-0/+0
* fec: LDPC: renaming some of the LDPC classes for clarity/consistency.tracierenea2015-10-153-15/+15
* fec: LDPC: Updates to LDPC-related matrix classes.tracierenea2015-10-154-16/+15
* fec: LDPC: updates to the 3 LDPC-related matrix classes.tracierenea2015-10-153-12/+5
* fec: LDPC: updates for LDPC functionality.tracierenea2015-10-155-30/+221
* fec: LDPC: Reducing complexity of encoder by adding back solve.tracierenea2015-10-151-3/+2
* fec: LDPC: Renaming class from ldpc_par_chk_mtrx to ldpc_R_U_mtrxtracierenea2015-10-154-11/+12
* fec: LDPC: Adding 3 LDPC-related xml files for GRC.tracierenea2015-10-151-2/+2
* fec: LDPC: Adding bit flip decoder variable work function.tracierenea2015-10-151-9/+2
* fec: LDPC: Adding LDPC encoder variable.tracierenea2015-10-152-0/+72
* fec: LDPC: Classes for LDPC encoder.tracierenea2015-10-152-3/+103
* fec: LDPC: Renaming some files.tracierenea2015-10-151-46/+0
* fec: LDPC: Adding framework for bit flip decoder.tracierenea2015-10-154-127/+141
* fec: LDPC: Adding class for LDPC parity check matrix.tracierenea2015-10-151-0/+126
* fec: add getter to 'ber_bf' total_errors member, change counter types to longJohannes Demel2015-10-071-0/+5
* fec: Adds MTU parameter to async and tagged stream blocks.Tom Rondeau2015-09-244-4/+20
* fec: polar: whitespace fixes/tabs to go along with namespace change from last...Tom Rondeau2015-09-225-257/+257