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, master, updated. v


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v3.5.0git-27-g3710dd6
Date: Tue, 25 Oct 2011 16:03:10 +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, master has been updated
       via  3710dd6d3fb30966dfc0f32876a52703a9a85a60 (commit)
       via  f4e0201b20a2dfd1c79775a225331363af9b3420 (commit)
       via  3370153aa7b32f0505f9a8cd8578759e7e54fe60 (commit)
       via  603658b3dff46534bba718646c0cf8263747326d (commit)
       via  5f94e800d5b83fdbc60cdf1da6e633db6aa49e63 (commit)
       via  5f27b39857c22ce0208267766e18a23891b0bbb6 (commit)
       via  7e8b95702f80662aa62ea885d5b1c0e9c1fd0e44 (commit)
       via  1c51b4166f80147b179670ae015f445e9ef5103a (commit)
       via  a0b212eba6e8676e95fc92aba997561a0ff69cea (commit)
       via  d59f82bb5d88aa4899231b1a5189dcd64232eb57 (commit)
       via  b94cdc40cadac5d9e074f9a8033584bd6a263a15 (commit)
       via  50c1e2e35b8ede2798753700a92091c0cb5f0267 (commit)
      from  e9f4580047977cd319d1991060e2d78f15f27f8f (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 3710dd6d3fb30966dfc0f32876a52703a9a85a60
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 25 11:57:02 2011 -0400

    qtgui: Fixing slot names that can't be #if'd out for compatibility between 
Qwt 5.2 and 6.0.

commit f4e0201b20a2dfd1c79775a225331363af9b3420
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 25 01:14:25 2011 -0400

    docs: ignore cmake header files.

commit 3370153aa7b32f0505f9a8cd8578759e7e54fe60
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 25 00:35:59 2011 -0400

    build: build .la files for swig'd libraries.

commit 603658b3dff46534bba718646c0cf8263747326d
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 24 23:25:50 2011 -0400

    build: name change because we're not 12 year olds.

commit 5f94e800d5b83fdbc60cdf1da6e633db6aa49e63
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 24 22:00:04 2011 -0400

    usrp: these guys shouldn't still be here...

commit 5f27b39857c22ce0208267766e18a23891b0bbb6
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 24 21:53:06 2011 -0400

    build: better handling of doxygen building and consistency between build 
tools.

commit 7e8b95702f80662aa62ea885d5b1c0e9c1fd0e44
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 24 21:01:51 2011 -0400

    examples: making both autotools and cmake install all the same examples.

commit 1c51b4166f80147b179670ae015f445e9ef5103a
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 24 20:00:04 2011 -0400

    build: fix autotools to install python scripts into the right path based on 
what Python says.

commit a0b212eba6e8676e95fc92aba997561a0ff69cea
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 24 19:59:32 2011 -0400

    build: removing a removed file from the autotools build.

commit d59f82bb5d88aa4899231b1a5189dcd64232eb57
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 24 18:33:05 2011 -0400

    doc: removed gr-qtgui/lib from doxygen serach path so it does not include 
markup in internal (non-API) header files.

commit b94cdc40cadac5d9e074f9a8033584bd6a263a15
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 24 18:29:23 2011 -0400

    build: making cmake build pyo files during install.

commit 50c1e2e35b8ede2798753700a92091c0cb5f0267
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 24 16:32:22 2011 -0400

    shd: adding gr-shd to cmake build structure. Adding missed app to autotools 
build.

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

Summary of changes:
 CMakeLists.txt                                     |    5 +-
 cmake/Modules/GrMiscUtils.cmake                    |   16 +-
 cmake/Modules/GrPython.cmake                       |    4 +
 cmake/Modules/GrSwig.cmake                         |    4 +
 config/gr_python.m4                                |   16 ++
 config/grc_gnuradio_core.m4                        |    1 -
 docs/doxygen/CMakeLists.txt                        |    1 +
 docs/doxygen/Doxyfile.in                           |    4 +-
 gnuradio-core/src/python/gnuradio/CMakeLists.txt   |    1 -
 .../src/python/gnuradio/blks2impl/CMakeLists.txt   |    1 -
 .../src/python/gnuradio/blks2impl/generic_usrp.py  |  238 --------------------
 gnuradio-core/src/python/gnuradio/usrp_options.py  |  123 ----------
 gnuradio-examples/grc/CMakeLists.txt               |   86 +++++++
 gnuradio-examples/grc/Makefile.am                  |    6 +-
 gnuradio-examples/python/CMakeLists.txt            |   23 ++
 gnuradio-examples/python/mp-sched/CMakeLists.txt   |   35 +++
 gnuradio-examples/python/network/CMakeLists.txt    |   30 +++
 gnuradio-examples/python/pfb/CMakeLists.txt        |   35 +++
 gnuradio-examples/python/pfb/Makefile.am           |    5 +-
 gnuradio-examples/python/tags/CMakeLists.txt       |   28 +++
 gr-atsc/src/lib/Makefile.am                        |    4 +-
 gr-qtgui/CMakeLists.txt                            |    1 +
 gr-qtgui/examples/CMakeLists.txt                   |   29 +++
 gr-qtgui/lib/ConstellationDisplayPlot.cc           |    8 +-
 gr-qtgui/lib/ConstellationDisplayPlot.h            |    8 +-
 gr-qtgui/lib/FrequencyDisplayPlot.cc               |    9 +-
 gr-qtgui/lib/FrequencyDisplayPlot.h                |    8 +-
 gr-qtgui/lib/TimeDomainDisplayPlot.cc              |    8 +-
 gr-qtgui/lib/TimeDomainDisplayPlot.h               |    8 +-
 gr-qtgui/lib/WaterfallDisplayPlot.cc               |    8 +-
 gr-qtgui/lib/WaterfallDisplayPlot.h                |    8 +-
 gr-shd/CMakeLists.txt                              |  127 +++++++++++
 gr-shd/apps/CMakeLists.txt                         |   32 +++
 gr-shd/apps/Makefile.am                            |    3 +-
 gr-shd/grc/CMakeLists.txt                          |   45 ++++
 gr-shd/include/CMakeLists.txt                      |   29 +++
 gr-shd/lib/CMakeLists.txt                          |   50 ++++
 gr-shd/swig/CMakeLists.txt                         |   53 +++++
 gr-uhd/apps/CMakeLists.txt                         |    2 +-
 39 files changed, 687 insertions(+), 415 deletions(-)
 delete mode 100644 gnuradio-core/src/python/gnuradio/blks2impl/generic_usrp.py
 delete mode 100644 gnuradio-core/src/python/gnuradio/usrp_options.py
 create mode 100644 gnuradio-examples/grc/CMakeLists.txt
 create mode 100644 gnuradio-examples/python/CMakeLists.txt
 create mode 100644 gnuradio-examples/python/mp-sched/CMakeLists.txt
 create mode 100644 gnuradio-examples/python/network/CMakeLists.txt
 create mode 100644 gnuradio-examples/python/pfb/CMakeLists.txt
 create mode 100644 gnuradio-examples/python/tags/CMakeLists.txt
 create mode 100644 gr-qtgui/examples/CMakeLists.txt
 create mode 100644 gr-shd/CMakeLists.txt
 create mode 100644 gr-shd/apps/CMakeLists.txt
 create mode 100644 gr-shd/grc/CMakeLists.txt
 create mode 100644 gr-shd/include/CMakeLists.txt
 create mode 100644 gr-shd/lib/CMakeLists.txt
 create mode 100644 gr-shd/swig/CMakeLists.txt


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



reply via email to

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