[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 11/11: Merge remote-tracking branch 'osh/tp
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 11/11: Merge remote-tracking branch 'osh/tpc_add' |
Date: |
Sun, 5 Apr 2015 23:58:08 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit cce2347c6400e0a1d80b437d714a8c5f55eeba37
Merge: 4ed2622 defccdf
Author: Johnathan Corgan <address@hidden>
Date: Sun Apr 5 16:34:04 2015 -0700
Merge remote-tracking branch 'osh/tpc_add'
gr-fec/grc/fec_block_tree.xml | 2 +
gr-fec/grc/ldpc_decoder_def_list.xml | 5 -
gr-fec/grc/ldpc_encoder_def_list.xml | 5 -
gr-fec/grc/tpc_decoder_def_list.xml | 142 +++++
gr-fec/grc/tpc_encoder_def_list.xml | 107 ++++
gr-fec/include/gnuradio/fec/tpc_common.h | 50 ++
gr-fec/include/gnuradio/fec/tpc_decoder.h | 156 +++++
gr-fec/include/gnuradio/fec/tpc_encoder.h | 111 ++++
gr-fec/lib/CMakeLists.txt | 3 +
gr-fec/lib/tpc_common.cc | 97 ++++
gr-fec/lib/tpc_decoder.cc | 909 ++++++++++++++++++++++++++++++
gr-fec/lib/tpc_encoder.cc | 342 +++++++++++
gr-fec/swig/fec_swig.i | 4 +
13 files changed, 1923 insertions(+), 10 deletions(-)
- [Commit-gnuradio] [gnuradio] branch master updated (fa2abde -> cce2347), git, 2015/04/05
- [Commit-gnuradio] [gnuradio] 10/11: Merge remote-tracking branch 'tom/qtgui/time_auto_and_stop', git, 2015/04/05
- [Commit-gnuradio] [gnuradio] 08/11: Merge remote-tracking branch 'mmueller/runtime_hier_block2_signage', git, 2015/04/05
- [Commit-gnuradio] [gnuradio] 09/11: Merge remote-tracking branch 'mmueller/remove_aadvarkness', git, 2015/04/05
- [Commit-gnuradio] [gnuradio] 11/11: Merge remote-tracking branch 'osh/tpc_add',
git <=
- [Commit-gnuradio] [gnuradio] 03/11: blocks: adding a variable tag_object to help build tags., git, 2015/04/05
- [Commit-gnuradio] [gnuradio] 02/11: fec: TPC now runs happily, encoder produces uint8_t instead of float, decoder GRC def now fixed, git, 2015/04/05
- [Commit-gnuradio] [gnuradio] 04/11: fec: TPC adding standard headers, git, 2015/04/05
- [Commit-gnuradio] [gnuradio] 05/11: Fixed up the int/size_t handling in hb2's new max/min_output... methods, git, 2015/04/05
- [Commit-gnuradio] [gnuradio] 07/11: qtgui: adds single-shot autoscale button and stop button to time sink control panel., git, 2015/04/05
- [Commit-gnuradio] [gnuradio] 01/11: fec: adding TPC encoder and decoder, git, 2015/04/05
- [Commit-gnuradio] [gnuradio] 06/11: removed doxyxml example, git, 2015/04/05