commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] branch master updated (295ba35 -> cf8997c)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch master updated (295ba35 -> cf8997c)
Date: Sun, 16 Feb 2014 21:11:19 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a change to branch master
in repository gnuradio.

      from  295ba35   filter: fixed use of volk_malloc in fft_filter kernel.
       new  f43151d   runtime: warn when dropping asynchronous messages due to 
full asynch message queue, increase default asynch max buffer depth to 8192
       new  9b37687   volk: add regex option to profile
       new  f2e0878   Merge remote-tracking branch 'nwest/volk-regex'
       new  3e054cb   digital: HPD now supports time- and other special tags, 
can mark rx-time of packets
       new  3e47151   digital: HPD consume-behaviour adapted to allow for 
trigger jitter
       new  d0b8808   Merge remote-tracking branch 'mbant/hpd-timing2'
       new  d9040c9   grc: For "No GUI" option, you can now choose which 
terminal type you like
       new  e9ff542   grc: move xterm pref to Constants.py
       new  f657c61   Merge remote-tracking branch 
'gnuradio-wg-grc/grc_config_xterm'
       new  4a6ecef   grc: format xml fail msg to support python 2.6
       new  4c90837   Merge remote-tracking branch 'riatsila/patch-3'
      adds  6bd97e4   Remove "Bytes to Symbols" block from GRC as bytes_to_syms 
no longer exists.
      adds  a7d92b8   digital: Fixed example which had invalid default values 
after changing HPD
      adds  9751a5f   Removes qt3 leftovers in qtgui code.
      adds  9fb5487   modtool: added skipping of lib/ and swig/ if sources list 
is empty
      adds  e1f860c   Merge remote-tracking branch 
'mbant/oot-modules-without-cpp-maint' into maint
       new  a7c7324   Merge branch 'maint'
       new  abdc4fc   logger: setup logger for the tpb scheduler; fixes a swig 
issue when logger is not present.
       new  246ec97   blocks: random_pdu (speedup, also allow a byte mask), 
message_strobe_random (new block, send messages with a known timing 
distribution)
       new  7f57cf7   blocks: random_pdu (allow specifying the length modulo 
for random pdu lengths)
      adds  1366dc2   add default OSX homebrew path to FindQwt, last in the 
list; should never conflict with other OSs nor MacPorts or Fink
       new  cf8997c   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/FindQwt.cmake                        |   4 +-
 gnuradio-runtime/gnuradio-runtime.conf.in          |   2 +-
 gnuradio-runtime/lib/logger.cc                     |  75 +--
 gnuradio-runtime/lib/tpb_thread_body.cc            |  41 +-
 gnuradio-runtime/swig/gr_logger.i                  |   8 +-
 gr-blocks/grc/blocks_message_strobe_random.xml     |  69 +++
 gr-blocks/grc/blocks_random_pdu.xml                |  14 +-
 gr-blocks/include/gnuradio/blocks/CMakeLists.txt   |   1 +
 .../{message_strobe.h => message_strobe_random.h}  |  51 +-
 gr-blocks/include/gnuradio/blocks/random_pdu.h     |   2 +-
 gr-blocks/lib/CMakeLists.txt                       |   1 +
 gr-blocks/lib/message_strobe_impl.cc               |   2 +-
 gr-blocks/lib/message_strobe_random_impl.cc        | 121 +++++
 gr-blocks/lib/message_strobe_random_impl.h         |  73 +++
 gr-blocks/lib/random_pdu_impl.cc                   |  19 +-
 gr-blocks/lib/random_pdu_impl.h                    |   6 +-
 gr-blocks/swig/blocks_swig0.i                      |   3 +
 gr-digital/examples/ofdm/rx_ofdm.grc               | 518 +++++++++++++--------
 gr-digital/grc/digital_block_tree.xml              |   1 -
 gr-digital/grc/digital_bytes_to_syms.xml           |  20 -
 gr-digital/grc/digital_header_payload_demux.xml    |  31 +-
 .../gnuradio/digital/header_payload_demux.h        |  24 +-
 gr-digital/lib/header_payload_demux_impl.cc        | 157 ++++++-
 gr-digital/lib/header_payload_demux_impl.h         |  38 +-
 .../python/digital/qa_header_payload_demux.py      |  71 ++-
 gr-qtgui/lib/spectrumdisplayform.ui                |   1 -
 .../python/modtool/gr-newmod/lib/CMakeLists.txt    |   6 +
 .../python/modtool/gr-newmod/swig/CMakeLists.txt   |   8 +
 grc/grc.conf.in                                    |   1 +
 grc/gui/Messages.py                                |   2 +-
 grc/python/Constants.py                            |   3 +
 grc/python/Generator.py                            |   6 +-
 volk/apps/volk_profile.cc                          | 212 +++++----
 volk/lib/qa_utils.cc                               |   9 +-
 volk/lib/qa_utils.h                                |   6 +-
 35 files changed, 1174 insertions(+), 432 deletions(-)
 create mode 100644 gr-blocks/grc/blocks_message_strobe_random.xml
 copy gr-blocks/include/gnuradio/blocks/{message_strobe.h => 
message_strobe_random.h} (60%)
 create mode 100644 gr-blocks/lib/message_strobe_random_impl.cc
 create mode 100644 gr-blocks/lib/message_strobe_random_impl.h
 delete mode 100644 gr-digital/grc/digital_bytes_to_syms.xml



reply via email to

[Prev in Thread] Current Thread [Next in Thread]