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, blob, updated. 4c03c3


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/jblum branch, blob, updated. 4c03c3afcba7a9d70c42c3ffcbd659c6fb472c0b
Date: Fri, 28 Oct 2011 01:00:55 +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, blob has been updated
  discards  513bc91a92e72189433f52a8c7f663357cc2a5da (commit)
  discards  b38f6bcb5f8e32b50c78070123f27cd7310b0cd6 (commit)
  discards  1e91cf5b646bb32d2a37542bc7202e788a7acd9b (commit)
  discards  d10efac500c22781d80af9034e3c92bc9cb358c6 (commit)
       via  4c03c3afcba7a9d70c42c3ffcbd659c6fb472c0b (commit)
       via  17e6e9f311b0891e64e78820c7a5d154debe54b7 (commit)
       via  a3610fb0b3bc9bb51c0c66dddcd9c5aedb8e41cc (commit)
       via  51b8c8dfbe11c9a5244ba6a51d75ca5e3271d818 (commit)
       via  e38002641b3e4fcd0b8e1da603e5497a896675b1 (commit)
       via  3f229906e048848e0b0ea45181c7808b6c2b297c (commit)
       via  7626e1c4331d0e713f6b95a4b52761ee30595d41 (commit)
       via  112bfeb1d4269089fc4fbe0ce33119837ddfa52a (commit)
       via  3f45a306321bafef4e07b148044ba21f6b67ebc0 (commit)
       via  07ca6eb3d617fdca52153acaccf59dbcdd9e5061 (commit)
       via  5c9877d0e9cda090ac5065975ce2c6babcb953f9 (commit)
       via  9db418d113b51221862fb68d711ecd9c1cc1316a (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 (513bc91a92e72189433f52a8c7f663357cc2a5da)
            \
             N -- N -- N (4c03c3afcba7a9d70c42c3ffcbd659c6fb472c0b)

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 4c03c3afcba7a9d70c42c3ffcbd659c6fb472c0b
Author: Josh Blum <address@hidden>
Date:   Thu Oct 27 18:00:09 2011 -0700

    core: message connect/disconnect and flatten

commit 17e6e9f311b0891e64e78820c7a5d154debe54b7
Author: Josh Blum <address@hidden>
Date:   Thu Oct 27 16:24:24 2011 -0700

    core: fix on tpb body handle msgs after the old msg loop

commit a3610fb0b3bc9bb51c0c66dddcd9c5aedb8e41cc
Author: Josh Blum <address@hidden>
Date:   Thu Oct 27 06:47:03 2011 -0700

    core: added message passing to gr block

commit 51b8c8dfbe11c9a5244ba6a51d75ca5e3271d818
Author: Josh Blum <address@hidden>
Date:   Wed Oct 26 08:49:35 2011 -0700

    pmt: added qa test for blobs in python
    
    Made numpy a gruel dep when PYTHON_ENABLED.

commit e38002641b3e4fcd0b8e1da603e5497a896675b1
Author: Josh Blum <address@hidden>
Date:   Tue Oct 25 22:12:51 2011 -0700

    pmt: python blob support + tweaks
    
    Get a numpy array of uint8 when getting the blob data in python.
    Also renamed the pmt_blob_data to ro_data, since its for read-only.

commit 3f229906e048848e0b0ea45181c7808b6c2b297c
Author: Josh Blum <address@hidden>
Date:   Mon Oct 24 22:07:28 2011 -0700

    pmt: added alternative constructors to blob
    
    - Make a blob from read-write memory
    - Make a blob given a length, internally allocated memory
    - Get access to the blob's read-write memory pointer

commit 7626e1c4331d0e713f6b95a4b52761ee30595d41
Author: Josh Blum <address@hidden>
Date:   Fri Oct 21 23:42:11 2011 -0700

    pmt: added a proper type for blobs

commit 112bfeb1d4269089fc4fbe0ce33119837ddfa52a
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 26 14:17:51 2011 -0400

    digital: really, seriously, fixing digital GRC files.

commit 3f45a306321bafef4e07b148044ba21f6b67ebc0
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 26 13:42:59 2011 -0400

    digital: moved files to the right location; put them into the build files.

commit 07ca6eb3d617fdca52153acaccf59dbcdd9e5061
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 26 07:48:39 2011 -0400

    grc: fixing grc blocks not properly moved in to digital.

commit 5c9877d0e9cda090ac5065975ce2c6babcb953f9
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 26 01:09:05 2011 -0400

    qtgui: these shouldn't be installed.

commit 9db418d113b51221862fb68d711ecd9c1cc1316a
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 25 22:25:03 2011 -0400

    grc: correlate access code was also moved to gr-digital; fixing bug in grc 
block.

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

Summary of changes:
 gnuradio-core/src/lib/runtime/gr_block.cc          |   26 ++++-
 gnuradio-core/src/lib/runtime/gr_block.h           |   58 +++++++++-
 gnuradio-core/src/lib/runtime/gr_block_detail.cc   |   24 ++++-
 gnuradio-core/src/lib/runtime/gr_block_detail.h    |   22 +++-
 gnuradio-core/src/lib/runtime/gr_hier_block2.cc    |   16 +++
 gnuradio-core/src/lib/runtime/gr_hier_block2.h     |   26 ++++
 .../src/lib/runtime/gr_hier_block2_detail.cc       |  109 ++++++++++++++++
 .../src/lib/runtime/gr_hier_block2_detail.h        |   15 +++
 .../src/lib/runtime/gr_tpb_thread_body.cc          |    3 +
 gr-digital/grc/CMakeLists.txt                      |    4 +
 gr-digital/grc/Makefile.am                         |    4 +
 gr-digital/grc/digital_block_tree.xml              |    4 +
 .../grc/digital_cpmmod_bc.xml                      |    6 +-
 .../grc/digital_gmsk_demod.xml                     |    6 +-
 .../grc/digital_gmsk_mod.xml                       |    6 +-
 .../grc/digital_gmskmod_bc.xml                     |    6 +-
 gr-qtgui/apps/Makefile.am                          |    4 -
 grc/blocks/Makefile.am                             |    6 -
 grc/blocks/blks2_qamx_demod.xml                    |  131 --------------------
 grc/blocks/blks2_qamx_mod.xml                      |  103 ---------------
 grc/blocks/block_tree.xml                          |    8 --
 grc/grc_gnuradio/blks2/packet.py                   |    4 +-
 22 files changed, 321 insertions(+), 270 deletions(-)
 rename grc/blocks/gr_cpmmod_bc.xml => gr-digital/grc/digital_cpmmod_bc.xml 
(89%)
 rename grc/blocks/blks2_gmsk_demod.xml => 
gr-digital/grc/digital_gmsk_demod.xml (93%)
 rename grc/blocks/blks2_gmsk_mod.xml => gr-digital/grc/digital_gmsk_mod.xml 
(92%)
 rename grc/blocks/gr_gmskmod_bc.xml => gr-digital/grc/digital_gmskmod_bc.xml 
(82%)
 delete mode 100644 grc/blocks/blks2_qamx_demod.xml
 delete mode 100644 grc/blocks/blks2_qamx_mod.xml


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



reply via email to

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