commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/gnuradio branch, runtime-3.7, updat


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, runtime-3.7, updated. v3.6.4.1-982-g5835b16
Date: Thu, 28 Mar 2013 01:53:50 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/gnuradio".

The branch, runtime-3.7 has been updated
       via  5835b1637350a15cfbe0658a7253d01e69b3871f (commit)
       via  6a4f2e5534822f89c5c53ee1271579d68374a259 (commit)
       via  4f63602062f44d6f98b6071cd739c5b64414b78f (commit)
       via  cfa78b7708faf1f112e9be8dd8bc146bd27899f8 (commit)
       via  2bee18d6004151d95ddfc37f928d0e5bc59bd089 (commit)
       via  dda7b1631815dd9532ef4fa5b700fdda46355d09 (commit)
       via  b2e4a3e22fc2f75817a716d7c81e99ef64129bc6 (commit)
       via  a7ee9c9f0575580daa0da7a844a09ba65af143e5 (commit)
       via  f921bad913346a7ad917d8c0c93d907ef6248848 (commit)
      from  4c369a6815696b45edc37d22597c2f560441fe16 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5835b1637350a15cfbe0658a7253d01e69b3871f
Author: Tom Rondeau <address@hidden>
Date:   Wed Mar 27 20:03:04 2013 -0400

    blocks: if ControlPort is disabled, do not run its QA tests.

commit 6a4f2e5534822f89c5c53ee1271579d68374a259
Author: Tom Rondeau <address@hidden>
Date:   Wed Mar 27 18:59:37 2013 -0400

    runtime: adding block_gateway back into project.

commit 4f63602062f44d6f98b6071cd739c5b64414b78f
Author: Tom Rondeau <address@hidden>
Date:   Wed Mar 27 18:26:29 2013 -0400

    runtime: missing functions in prefs swig file.

commit cfa78b7708faf1f112e9be8dd8bc146bd27899f8
Author: Tim O'Shea <address@hidden>
Date:   Wed Mar 27 16:46:11 2013 -0400

    updates to FindGnuradio.cmake for core->runtime rename

commit 2bee18d6004151d95ddfc37f928d0e5bc59bd089
Author: Tim O'Shea <address@hidden>
Date:   Wed Mar 27 14:51:33 2013 -0400

    fix for missing LOG4CXX link flag in runtime

commit dda7b1631815dd9532ef4fa5b700fdda46355d09
Author: Tim O'Shea <address@hidden>
Date:   Fri Mar 22 13:25:02 2013 -0400

    cleaning up ice interface

commit b2e4a3e22fc2f75817a716d7c81e99ef64129bc6
Author: Tom Rondeau <address@hidden>
Date:   Wed Mar 27 16:59:13 2013 -0400

    build: remove config.h from any header files; only use it in source files.

commit a7ee9c9f0575580daa0da7a844a09ba65af143e5
Author: Tom Rondeau <address@hidden>
Date:   Wed Mar 27 16:19:58 2013 -0400

    build: setting .pc files to require new gnuradio-runtime.

commit f921bad913346a7ad917d8c0c93d907ef6248848
Author: Tom Rondeau <address@hidden>
Date:   Wed Mar 27 15:00:30 2013 -0400

    modtool: Updated so new modules built find and link against 
gnuradio-runtime.

-----------------------------------------------------------------------

Summary of changes:
 cmake/Modules/FindGnuradio.cmake                   |   10 +-
 gnuradio-runtime/include/CMakeLists.txt            |    2 +-
 gnuradio-runtime/include/gr_logger.h               |    4 -
 gnuradio-runtime/include/gr_unittests.h            |    4 -
 gnuradio-runtime/include/pycallback_object.h       |    1 -
 gnuradio-runtime/include/rpcserver_ice.h           |    5 +-
 ...{gr_block_gateway.h => runtime_block_gateway.h} |   11 +-
 gnuradio-runtime/lib/CMakeLists.txt                |    3 +-
 gnuradio-runtime/lib/frontend.ice                  |  118 ++++++++++++++------
 gnuradio-runtime/lib/gnuradio.ice                  |   59 ----------
 gnuradio-runtime/lib/gr_logger.cc                  |    4 +
 ...r_block_gateway.cc => runtime_block_gateway.cc} |   13 +-
 gnuradio-runtime/lib/test_runtime.cc               |    4 +
 gnuradio-runtime/python/gnuradio/gr/CMakeLists.txt |    1 +
 gnuradio-runtime/python/gnuradio/gr/__init__.py    |    2 +-
 gnuradio-runtime/swig/CMakeLists.txt               |    1 +
 gnuradio-runtime/swig/gr_feval.i                   |   62 ++++++++++-
 gnuradio-runtime/swig/gr_prefs.i                   |   38 +++----
 ...{gr_block_gateway.i => runtime_block_gateway.i} |    7 +-
 gnuradio-runtime/swig/runtime_swig.i               |    3 +-
 gr-analog/gnuradio-analog.pc.in                    |    2 +-
 gr-analog/lib/test_gr_analog.cc                    |    4 +
 gr-atsc/gnuradio-atsc.pc.in                        |    2 +-
 gr-atsc/lib/test_atsci.cc                          |    4 +
 gr-audio/gnuradio-audio.pc.in                      |    2 +-
 gr-blocks/gnuradio-blocks.pc.in                    |    2 +-
 gr-blocks/lib/test_gr_blocks.cc                    |    4 +
 gr-blocks/python/CMakeLists.txt                    |   13 ++
 gr-channels/gnuradio-channels.pc.in                |    2 +-
 gr-comedi/gnuradio-comedi.pc.in                    |    2 +-
 gr-digital/gnuradio-digital.pc.in                  |    2 +-
 gr-fcd/gnuradio-fcd.pc.in                          |    2 +-
 gr-fec/gnuradio-fec.pc.in                          |    2 +-
 gr-fft/gnuradio-fft.pc.in                          |    2 +-
 gr-filter/gnuradio-filter.pc.in                    |    2 +-
 gr-filter/lib/test_gr_filter.cc                    |    4 +
 gr-howto-write-a-block/lib/test_howto.cc           |    4 +
 gr-noaa/gnuradio-noaa.pc.in                        |    2 +-
 gr-pager/gnuradio-pager.pc.in                      |    2 +-
 gr-qtgui/gnuradio-qtgui.pc.in                      |    2 +-
 gr-shd/gnuradio-shd.pc.in                          |    2 +-
 gr-trellis/gnuradio-trellis.pc.in                  |    2 +-
 gr-uhd/gnuradio-uhd.pc.in                          |    2 +-
 gr-utils/python/modtool/gr-newmod/CMakeLists.txt   |   10 +-
 .../gr-newmod/cmake/Modules/FindGnuradioCore.cmake |   26 -----
 .../cmake/Modules/FindGnuradioRuntime.cmake        |   26 +++++
 .../modtool/gr-newmod/docs/doxygen/Doxyfile.in     |    2 +-
 .../python/modtool/gr-newmod/lib/CMakeLists.txt    |    4 +-
 .../python/modtool/gr-newmod/lib/test_howto.cc     |    4 +
 .../python/modtool/gr-newmod/swig/CMakeLists.txt   |    2 +-
 gr-utils/python/modtool/modtool_base.py            |    2 +-
 gr-utils/python/modtool/modtool_info.py            |    4 +-
 gr-utils/python/modtool/templates.py               |    4 +-
 gr-video-sdl/gnuradio-video-sdl.pc.in              |    2 +-
 gr-vocoder/gnuradio-vocoder.pc.in                  |    2 +-
 gr-wavelet/gnuradio-wavelet.pc.in                  |    2 +-
 gr-wxgui/gr-wxgui.pc.in                            |    2 +-
 57 files changed, 297 insertions(+), 214 deletions(-)
 rename gnuradio-runtime/include/{gr_block_gateway.h => 
runtime_block_gateway.h} (96%)
 rename gnuradio-runtime/lib/{gr_block_gateway.cc => runtime_block_gateway.cc} 
(93%)
 rename gnuradio-runtime/swig/{gr_block_gateway.i => runtime_block_gateway.i} 
(93%)
 delete mode 100644 
gr-utils/python/modtool/gr-newmod/cmake/Modules/FindGnuradioCore.cmake
 create mode 100644 
gr-utils/python/modtool/gr-newmod/cmake/Modules/FindGnuradioRuntime.cmake


hooks/post-receive
-- 
git://gnuradio.org/gnuradio



reply via email to

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