[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch master updated (b9bdd1c -> 1185d40)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch master updated (b9bdd1c -> 1185d40) |
Date: |
Mon, 6 Jul 2015 23:37:00 +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 b9bdd1c ctrlport: fix gr-perf-monitorx crash when manipulating
display
new 5281b9b Removed reference to decimation rates in README
new eedc9b7 Merge remote-tracking branch 'mmueller/noaa_fix_README'
into maint
new 96a1470 cmake: add GR_MODULE(zeromq...)
new b3a93db Volk dependency in gr-analog pkgconfig
new 5ebdb76 Merge branch 'maint'
new b3ac0d5 base: Added argparse equivalent for eng_option
new cf1ddf6 Merge remote-tracking branch 'mbr0wn/python/eng_args'
new 5fb8f13 added Doxygen for flowgraph
new 7130365 Merge remote-tracking branch
'mmueller/runtime_add_flowgraph_doxygen' into maint
new a0794d5 Merge branch 'maint'
new 3d4c742 float internally, double in API: Honest signatures for
honest people
new e1e4cc4 Merge remote-tracking branch
'mmueller/freq_phase_mod_honest_signatures'
new 36a6844 gnuradio-companion: Exit if gtk import fails.
new bd42a6c grc: fix exception when hitting Enter on a category row
in the block library
new 1b9c8ab Merge remote-tracking branch
'gnuradio-wg-grc/maint_grcwg' into maint
new 1185d40 Merge branch 'maint'
The 16 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/GnuradioConfig.cmake | 1 +
gnuradio-runtime/include/gnuradio/flowgraph.h | 76 +++++++++++++++++-----
gnuradio-runtime/python/gnuradio/CMakeLists.txt | 1 +
gnuradio-runtime/python/gnuradio/eng_arg.py | 53 +++++++++++++++
gr-analog/gnuradio-analog.pc.in | 2 +-
.../gnuradio/analog/frequency_modulator_fc.h | 2 +-
gr-analog/lib/frequency_modulator_fc_impl.cc | 4 +-
gr-analog/lib/frequency_modulator_fc_impl.h | 2 +-
gr-noaa/README | 13 ++--
grc/gui/BlockTreeWindow.py | 2 +-
grc/scripts/gnuradio-companion | 8 ++-
11 files changed, 134 insertions(+), 30 deletions(-)
create mode 100644 gnuradio-runtime/python/gnuradio/eng_arg.py
- [Commit-gnuradio] [gnuradio] branch master updated (b9bdd1c -> 1185d40),
git <=
- [Commit-gnuradio] [gnuradio] 05/07: Merge branch 'maint', git, 2015/07/06
- [Commit-gnuradio] [gnuradio] 04/07: Merge remote-tracking branch 'mbr0wn/python/eng_args', git, 2015/07/06
- [Commit-gnuradio] [gnuradio] 03/07: Merge branch 'maint', git, 2015/07/06
- [Commit-gnuradio] [gnuradio] 06/07: Merge remote-tracking branch 'mmueller/freq_phase_mod_honest_signatures', git, 2015/07/06
- [Commit-gnuradio] [gnuradio] 07/07: Merge branch 'maint', git, 2015/07/06
- [Commit-gnuradio] [gnuradio] 01/07: base: Added argparse equivalent for eng_option, git, 2015/07/06
- [Commit-gnuradio] [gnuradio] 02/07: float internally, double in API: Honest signatures for honest people, git, 2015/07/06