commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] branch master updated (9a72225 -> 2a37bd9)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch master updated (9a72225 -> 2a37bd9)
Date: Mon, 30 Jun 2014 02:29:27 +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  9a72225   Merge remote-tracking branch 
'markcottrell/unpack_k_bits_overflow_fix'
      adds  0ae33fc   runtime: fix a memory leak in the logger when restarting 
a flowgraph due to adding new appenders to the logger. Now we clear them and 
set a
       new  830d0ef   Merge branch 'maint'
       new  6be4c6f   runtime: restructure prefs class for initializing prefs 
singleton.
       new  34b04e3   blocks: cleanup qa output statement in qa_keep_one_in_n
       new  3d8a19b   runtime: mods for pmt's NIL.
       new  0099eb9   build: adds an ENABLE_STATIC_LIB option to cmake to build 
static (.a) versions of the libraries.
       new  f14e02c   build: Ice does not support static libraries, so we can't 
build ControlPort if static libraries are being built.
       new  2a37bd9   Merge branch 'staticlibs'

The 7 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:
 gnuradio-runtime/CMakeLists.txt               |  40 ++++----
 gnuradio-runtime/include/gnuradio/logger.h.in |  86 +++++++++++++++++
 gnuradio-runtime/include/gnuradio/prefs.h     |   1 -
 gnuradio-runtime/include/pmt/pmt.h            |   3 +-
 gnuradio-runtime/lib/CMakeLists.txt           |  16 +++-
 gnuradio-runtime/lib/block.cc                 |  12 +--
 gnuradio-runtime/lib/logger.cc                |  15 +++
 gnuradio-runtime/lib/pmt/CMakeLists.txt       |  19 +++-
 gnuradio-runtime/lib/pmt/pmt.cc               |   9 +-
 gnuradio-runtime/lib/prefs.cc                 |  16 +---
 gnuradio-runtime/lib/tpb_thread_body.cc       |  40 ++++----
 gnuradio-runtime/python/gnuradio/gr/prefs.py  | 127 --------------------------
 gnuradio-runtime/python/pmt/__init__.py       |   5 +-
 gnuradio-runtime/python/pmt/pmt_to_python.py  |  11 ++-
 gnuradio-runtime/swig/pmt_swig.i              |   6 +-
 gnuradio-runtime/swig/prefs.i                 |   2 -
 gr-analog/lib/CMakeLists.txt                  |  28 ++++--
 gr-atsc/lib/CMakeLists.txt                    |  13 +++
 gr-audio/lib/CMakeLists.txt                   |  13 +++
 gr-blocks/lib/CMakeLists.txt                  |  15 +++
 gr-blocks/python/blocks/qa_keep_one_in_n.py   |   1 -
 gr-channels/lib/CMakeLists.txt                |  20 ++++
 gr-comedi/lib/CMakeLists.txt                  |  13 +++
 gr-digital/lib/CMakeLists.txt                 |  20 ++++
 gr-fec/lib/CMakeLists.txt                     |  13 +++
 gr-fft/lib/CMakeLists.txt                     |  13 +++
 gr-filter/lib/CMakeLists.txt                  |  18 ++++
 gr-noaa/lib/CMakeLists.txt                    |  13 +++
 gr-pager/lib/CMakeLists.txt                   |  13 +++
 gr-qtgui/lib/CMakeLists.txt                   |  23 ++++-
 gr-trellis/lib/CMakeLists.txt                 |  28 +++++-
 gr-video-sdl/lib/CMakeLists.txt               |  18 +++-
 gr-vocoder/lib/CMakeLists.txt                 |  13 +++
 gr-wavelet/lib/CMakeLists.txt                 |  16 ++++
 gr-wxgui/lib/CMakeLists.txt                   |  13 +++
 gr-zeromq/lib/CMakeLists.txt                  |  13 +++
 volk/lib/CMakeLists.txt                       |  14 ++-
 37 files changed, 521 insertions(+), 218 deletions(-)
 delete mode 100644 gnuradio-runtime/python/gnuradio/gr/prefs.py



reply via email to

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