[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (fa2abde -> cce2347)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (fa2abde -> cce2347) |
Date: |
Sun, 5 Apr 2015 23:58:06 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch master
in repository gnuradio.
from fa2abde Merge remote-tracking branch 'skoslowski/block_comments'
new 81929b6 blocks: adding a variable tag_object to help build tags.
new e4aff27 Fixed up the int/size_t handling in hb2's new
max/min_output... methods
new c07d8b3 Merge remote-tracking branch
'mmueller/runtime_hier_block2_signage'
new 848f58a removed doxyxml example
new ed4771a Merge remote-tracking branch 'mmueller/remove_aadvarkness'
new 18e9f92 qtgui: adds single-shot autoscale button and stop button
to time sink control panel.
new 4ed2622 Merge remote-tracking branch
'tom/qtgui/time_auto_and_stop'
new a99950a fec: adding TPC encoder and decoder
new 23a74ee fec: TPC now runs happily, encoder produces uint8_t
instead of float, decoder GRC def now fixed
new defccdf fec: TPC adding standard headers
new cce2347 Merge remote-tracking branch 'osh/tpc_add'
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/doxygen/doxyxml/example/Doxyfile | 1534 --------------------
docs/doxygen/doxyxml/example/aadvark.cc | 50 -
docs/doxygen/doxyxml/example/aadvark.h | 44 -
docs/doxygen/doxyxml/example/xml/aadvark_8cc.xml | 88 --
docs/doxygen/doxyxml/example/xml/aadvark_8h.xml | 72 -
docs/doxygen/doxyxml/example/xml/classAadvark.xml | 86 --
docs/doxygen/doxyxml/example/xml/combine.xslt | 15 -
docs/doxygen/doxyxml/example/xml/compound.xsd | 814 -----------
docs/doxygen/doxyxml/example/xml/index.xml | 17 -
docs/doxygen/doxyxml/example/xml/index.xsd | 66 -
gnuradio-runtime/include/gnuradio/hier_block2.h | 18 +-
gnuradio-runtime/lib/hier_block2.cc | 78 +-
gnuradio-runtime/lib/hier_block2_detail.cc | 5 +-
gr-blocks/examples/vector_source_with_tags.grc | 329 +++--
gr-blocks/grc/blocks_block_tree.xml | 4 +
gr-blocks/grc/blocks_tag_object.xml | 55 +
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 +
.../include/gnuradio/qtgui/TimeDomainDisplayPlot.h | 2 +
gr-qtgui/include/gnuradio/qtgui/timecontrolpanel.h | 6 +-
gr-qtgui/include/gnuradio/qtgui/timedisplayform.h | 1 +
gr-qtgui/lib/TimeDomainDisplayPlot.cc | 13 +
gr-qtgui/lib/timecontrolpanel.cc | 27 +-
gr-qtgui/lib/timedisplayform.cc | 7 +
35 files changed, 2310 insertions(+), 2954 deletions(-)
delete mode 100644 docs/doxygen/doxyxml/example/Doxyfile
delete mode 100644 docs/doxygen/doxyxml/example/aadvark.cc
delete mode 100644 docs/doxygen/doxyxml/example/aadvark.h
delete mode 100644 docs/doxygen/doxyxml/example/xml/aadvark_8cc.xml
delete mode 100644 docs/doxygen/doxyxml/example/xml/aadvark_8h.xml
delete mode 100644 docs/doxygen/doxyxml/example/xml/classAadvark.xml
delete mode 100644 docs/doxygen/doxyxml/example/xml/combine.xslt
delete mode 100644 docs/doxygen/doxyxml/example/xml/compound.xsd
delete mode 100644 docs/doxygen/doxyxml/example/xml/index.xml
delete mode 100644 docs/doxygen/doxyxml/example/xml/index.xsd
create mode 100644 gr-blocks/grc/blocks_tag_object.xml
create mode 100644 gr-fec/grc/tpc_decoder_def_list.xml
create mode 100755 gr-fec/grc/tpc_encoder_def_list.xml
create mode 100644 gr-fec/include/gnuradio/fec/tpc_common.h
create mode 100644 gr-fec/include/gnuradio/fec/tpc_decoder.h
create mode 100755 gr-fec/include/gnuradio/fec/tpc_encoder.h
create mode 100644 gr-fec/lib/tpc_common.cc
create mode 100644 gr-fec/lib/tpc_decoder.cc
create mode 100755 gr-fec/lib/tpc_encoder.cc
- [Commit-gnuradio] [gnuradio] branch master updated (fa2abde -> cce2347),
git <=
- [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, 2015/04/05
- [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