commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/jblum branch, swig_docs, updated. d


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/jblum branch, swig_docs, updated. d65572359a74e97ee6a01d89dcc44fd77ce54fef
Date: Mon, 17 Oct 2011 16:25:59 +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/jblum".

The branch, swig_docs has been updated
  discards  4a8d0187517405a4daf1f69d43112f693b963508 (commit)
  discards  1036ee3da790c5d9f4e79207797ef0a46d97853d (commit)
  discards  8dae9dd96485ee2b9b1dc595a7926d9a076c582b (commit)
       via  d65572359a74e97ee6a01d89dcc44fd77ce54fef (commit)
       via  cb5f6b78ee0e49fb09e346fd3cec93d8c0b8c197 (commit)
       via  3de6c5dcd6bbde1b7bfc0abe5eba22ac7e066da6 (commit)
       via  27c7e4a9bf1181bc018a13a52cfe12f53e737a61 (commit)
       via  41ce01bd6f602009b83422550b0b91bddd830c84 (commit)
       via  a4dbd973fc6376bacf3c45e63aba61a471c468b3 (commit)
       via  2d5a6f86fd3047748a9f816548e2901b02838734 (commit)
       via  45c2212608ca66b5fadbc860771e042198e1ebcd (commit)
       via  0319e05a4bb9a41082d00e334ac1647314dfaacd (commit)
       via  df09ce46e6783352e09981f61f1f25f1db1ab68c (commit)
       via  bade47de8c8e9fe92ae7a777260e900d6c708f09 (commit)
       via  4496fae2deea200755225c007a26f4c7be0470e9 (commit)
       via  4ba2c75f9109b750f8c04b60a04f2100e33e9416 (commit)
       via  33158da478cb0db5739663556e8dbeccbf08d7c9 (commit)
       via  25fd6e0324dc8296b66a3c9b8e628d6738f15fe7 (commit)
       via  32ef4974395913878f252434c21a63a259bb9b97 (commit)
       via  0d72c2c86f762279f944c576904d5c6af4895a7b (commit)
       via  9e22f254561137e9236460ce00bea525aa4d65f9 (commit)
       via  9ef30ab61c213a8e45d35768425f5759d27c14a8 (commit)
       via  bc98dc91bbad8d70bd0b45eb5077cc37da605b98 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (4a8d0187517405a4daf1f69d43112f693b963508)
            \
             N -- N -- N (d65572359a74e97ee6a01d89dcc44fd77ce54fef)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 d65572359a74e97ee6a01d89dcc44fd77ce54fef
Author: Josh Blum <address@hidden>
Date:   Mon Oct 17 09:26:03 2011 -0700

    docs: added swig docs for some core components

commit cb5f6b78ee0e49fb09e346fd3cec93d8c0b8c197
Author: Josh Blum <address@hidden>
Date:   Mon Oct 17 07:31:49 2011 -0700

    docs: generated swig docs for gengen component

commit 3de6c5dcd6bbde1b7bfc0abe5eba22ac7e066da6
Author: Josh Blum <address@hidden>
Date:   Sat Oct 15 00:21:30 2011 -0700

    generating and build swig docs into module

commit 27c7e4a9bf1181bc018a13a52cfe12f53e737a61
Author: Josh Blum <address@hidden>
Date:   Fri Oct 14 23:34:14 2011 -0700

    work on swig doc support per component cmake

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

Summary of changes:
 cmake/Modules/GrSwigDocs.cmake               |    6 +-
 config/ax_boost_base.m4                      |    8 +-
 config/ax_boost_python.m4                    |    8 +-
 config/ax_boost_thread.m4                    |   12 +-
 config/gr_check_createfilemapping.m4         |   11 +-
 config/gr_lib64.m4                           |    2 +-
 config/gr_qwt.m4                             |    4 +-
 configure.ac                                 |    3 +-
 docs/doxygen/Doxyfile.swig_doc.in            |    2 +-
 gnuradio-core/CMakeLists.txt                 |    1 +
 gnuradio-core/src/lib/Makefile.am            |    4 +-
 gnuradio-core/src/lib/filter/CMakeLists.txt  |   12 ++
 gnuradio-core/src/lib/filter/filter.i        |    3 +
 gnuradio-core/src/lib/general/CMakeLists.txt |   12 ++
 gnuradio-core/src/lib/general/general.i      |    3 +
 gnuradio-core/src/lib/gengen/CMakeLists.txt  |    3 +
 gnuradio-core/src/lib/io/CMakeLists.txt      |   12 ++
 gnuradio-core/src/lib/io/io.i                |    3 +
 gnuradio-core/src/lib/swig/CMakeLists.txt    |    2 +-
 gr-audio/examples/c++/Makefile.am            |    4 +-
 gr-qtgui/include/qtgui_sink_f.h              |    1 -
 gr-qtgui/include/qtgui_util.h                |    9 +-
 gr-qtgui/lib/ConstellationDisplayPlot.cc     |   39 ++++++-
 gr-qtgui/lib/ConstellationDisplayPlot.h      |    9 ++
 gr-qtgui/lib/FrequencyDisplayPlot.cc         |   69 +++++++++-
 gr-qtgui/lib/FrequencyDisplayPlot.h          |    9 ++
 gr-qtgui/lib/Makefile.am                     |    2 +-
 gr-qtgui/lib/TimeDomainDisplayPlot.cc        |   42 ++++++-
 gr-qtgui/lib/TimeDomainDisplayPlot.h         |    8 +
 gr-qtgui/lib/WaterfallDisplayPlot.cc         |  183 +++++++++++++++++++++-----
 gr-qtgui/lib/WaterfallDisplayPlot.h          |   25 +++-
 gr-qtgui/lib/plot_waterfall.cc               |  132 ++++++++-----------
 gr-qtgui/lib/plot_waterfall.h                |   32 ++++-
 gr-qtgui/lib/qtgui_util.cc                   |   34 +++++-
 gr-qtgui/lib/spectrumdisplayform.cc          |   22 ++--
 gr-qtgui/lib/waterfallGlobalData.cc          |   76 ++++++++++-
 gr-qtgui/lib/waterfallGlobalData.h           |   12 ++
 gr-usrp/apps/Makefile.am                     |    3 +-
 38 files changed, 636 insertions(+), 186 deletions(-)


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



reply via email to

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