[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (3ec66e9 -> d3cbf64)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (3ec66e9 -> d3cbf64) |
Date: |
Tue, 29 Dec 2015 15:49:35 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch next
in repository gnuradio.
from 3ec66e9 Merge branch 'master' into next
new dec480a Fix 64 bit OpenEmbedded builds.
new 056ce0f Merge branch 'maint'
new ecb8c80 Add DVB-S transmitter flow graph.
new 9dccfac Update DVB-S2 flow graph.
new 443ae06 Add 2X interpolation capability to DVB-S2 modulator.
new be09e2f Use correct baseband filter size for bladeRF sink.
new b858d8f Merge remote-tracking branch 'drmpeg/dvbs-tx'
new 00eeada Merge branch 'master' into next
new 9bfa5e3 cmake: Add mako as dependency for gr-utils
new 2dbbe48 modtool: Switched over to mako template engine
new d3cbf64 Merge remote-tracking branch 'mbr0wn/modtool/mako' into
next
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:
cmake/Modules/GrPlatform.cmake | 6 +-
cmake/Packaging/Fedora-15.cmake | 3 +-
cmake/Packaging/Fedora-16.cmake | 3 +-
cmake/Packaging/Fedora-17.cmake | 1 +
cmake/Packaging/Fedora-18.cmake | 1 +
cmake/Packaging/Ubuntu-10.04.cmake | 1 +
cmake/Packaging/Ubuntu-10.10.cmake | 1 +
cmake/Packaging/Ubuntu-11.04.cmake | 1 +
cmake/Packaging/Ubuntu-11.10.cmake | 1 +
cmake/Packaging/Ubuntu-12.04.cmake | 1 +
cmake/Packaging/Ubuntu-12.10.cmake | 1 +
cmake/Packaging/Ubuntu-13.04.cmake | 1 +
docs/doxygen/other/build_guide.dox | 1 +
gr-dtv/examples/README.dvbs | 26 +
gr-dtv/examples/dvbs2_tx.grc | 2516 +++++++++++++-------
.../examples/dvbs_tx.grc | 1906 +++++++--------
gr-dtv/grc/dtv_dvbs2_modulator_bc.xml | 17 +-
gr-dtv/include/gnuradio/dtv/dvbs2_config.h | 6 +
gr-dtv/include/gnuradio/dtv/dvbs2_modulator_bc.h | 3 +-
gr-dtv/lib/dvbs2/dvbs2_modulator_bc_impl.cc | 202 +-
gr-dtv/lib/dvbs2/dvbs2_modulator_bc_impl.h | 3 +-
gr-utils/CMakeLists.txt | 10 +
gr-utils/python/modtool/__init__.py | 3 +-
gr-utils/python/modtool/code_generator.py | 60 +-
.../gr-newmod/cmake/Modules/GrPlatform.cmake | 6 +-
gr-utils/python/modtool/modtool_add.py | 32 +-
gr-utils/python/modtool/modtool_rename.py | 3 -
gr-utils/python/modtool/templates.py | 546 +++--
28 files changed, 3125 insertions(+), 2236 deletions(-)
create mode 100644 gr-dtv/examples/README.dvbs
copy gr-uhd/examples/grc/uhd_two_tone_loopback.grc =>
gr-dtv/examples/dvbs_tx.grc (70%)
- [Commit-gnuradio] [gnuradio] branch next updated (3ec66e9 -> d3cbf64),
git <=