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, wip/throttle, updated


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/jblum branch, wip/throttle, updated. 3ff8f7a5545592a9dac201a27d18bfdae4cdcb7b
Date: Mon, 28 Mar 2011 18:30:01 +0100 (BST)

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, wip/throttle has been updated
  discards  e99c8bc11ac82621e926c0caa2f9e1543f66b504 (commit)
  discards  2554148681c431d19da3129cad5322d668b47228 (commit)
       via  3ff8f7a5545592a9dac201a27d18bfdae4cdcb7b (commit)
       via  a111deb45559296d6eadded9226df68af21c0477 (commit)
       via  b51e1434b3b8ce5e2452aa82dc30d87e70a9bc46 (commit)
       via  2b852ae681b3536f167dc4222a191743c6572299 (commit)
       via  75bbb265948bd0963e796d7ec861a71bbd604d62 (commit)
       via  753ee5b99464b83b1319f6cb933d1dc084d18213 (commit)
       via  dd97932abfd35e60e9374f202aa6c69afcfb35ca (commit)
       via  e45e25d13c4f0ea8b84143c1a8e1d18dbcc427be (commit)
       via  7bad5690d486050fa192e8642bbcbbaa091582a6 (commit)
       via  42719e65f2a67bd5d7e8a4836783cf954b66b3a0 (commit)
       via  139a574638714c576f8d4c172d5d8e202ade5e5a (commit)
       via  068fbaa83fbc931abb4ea22c5ab738e1cb6fb3bb (commit)
       via  511e31d4fcd7341b5f1fb56aeba497f0ba36159c (commit)
       via  b0856456d63a7f50ad852bcdf4512606a1cfb34e (commit)
       via  8cee6c5ffb0605273c8b73891851ba3f991b0622 (commit)
       via  64dac6a1f62fb8484e879f0d20ee60bc02da179c (commit)
       via  34313eace681a82e230c38a8cd26c0001ee823ea (commit)
       via  972fc99ad6984e50731ec0dd97ccfec71829139b (commit)
       via  831ca406706ec4c4cdcd2c5f36dc74fb658a3d26 (commit)
       via  add43f24de20d3fbf6b94920e142d636c4769d5a (commit)
       via  cec3834a9da5e8b96be438f078fbd3a93ea230d6 (commit)
       via  cc4cd11bb3443f79771b6b18aaf40105a2f9f088 (commit)
       via  4d1426b8db5be20583a6efb380d564a55a28fd09 (commit)
       via  70bd1d100583964431b6a9c51b12e7ecd98f733b (commit)
       via  4cd06fadac972d4cac559c15488bc39823063afe (commit)
       via  4ad736e21f45f64fd616bb53f54e45e1c63e7330 (commit)
       via  47a87580034ee78feb7ce5bbd3b1f9f6806d375d (commit)
       via  3c3aff088447942053e96ae30b766b00d4cd0202 (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 (e99c8bc11ac82621e926c0caa2f9e1543f66b504)
            \
             N -- N -- N (3ff8f7a5545592a9dac201a27d18bfdae4cdcb7b)

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 3ff8f7a5545592a9dac201a27d18bfdae4cdcb7b
Author: Josh Blum <address@hidden>
Date:   Wed Mar 16 15:36:36 2011 -0700

    throttle: cleanup conditional code and reimplement with boost posix time
    
    This greatly cleans up gr_throttle and moves the implementation into the 
.cc file.
    The implementation uses boost's posix time library so it will work on all 
systems.
    
    Also added set_sample_rate() method and support for callback in grc.

commit a111deb45559296d6eadded9226df68af21c0477
Author: Josh Blum <address@hidden>
Date:   Wed Mar 16 14:51:58 2011 -0700

    runtime: changes to block headers to allow pure virtual sub-classes 
(interfaces)

commit b51e1434b3b8ce5e2452aa82dc30d87e70a9bc46
Merge: 2b852ae681b3536f167dc4222a191743c6572299 
dd97932abfd35e60e9374f202aa6c69afcfb35ca
Author: Tom Rondeau <address@hidden>
Date:   Mon Mar 28 00:51:26 2011 -0400

    Merge branch 'master' of gnuradio.org:gnuradio

commit 2b852ae681b3536f167dc4222a191743c6572299
Author: Tom Rondeau <address@hidden>
Date:   Mon Mar 28 00:48:41 2011 -0400

    audio: fixing class typo for OSX audio driver.

commit 75bbb265948bd0963e796d7ec861a71bbd604d62
Author: Tom Rondeau <address@hidden>
Date:   Mon Mar 28 00:48:24 2011 -0400

    audio: re-adding circular_buffer.h for OSX build.

commit 753ee5b99464b83b1319f6cb933d1dc084d18213
Author: Tom Rondeau <address@hidden>
Date:   Mon Mar 28 00:01:42 2011 -0400

    volk: adding BOOST_CPPFLAGS to volk to use boost unit tests.

commit dd97932abfd35e60e9374f202aa6c69afcfb35ca
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 26 18:06:56 2011 -0400

    gruel: using a copy of swig's intrusive_ptr.i to support the PMT wrapping.

commit e45e25d13c4f0ea8b84143c1a8e1d18dbcc427be
Merge: 139a574638714c576f8d4c172d5d8e202ade5e5a 
7bad5690d486050fa192e8642bbcbbaa091582a6
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 26 17:09:00 2011 -0400

    Merge branch 'qwt4'

commit 7bad5690d486050fa192e8642bbcbbaa091582a6
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 26 17:03:54 2011 -0400

    gr-qtgui: adding QA code for qtgui; remarked out until a fix for the 
segfault can be found.

commit 42719e65f2a67bd5d7e8a4836783cf954b66b3a0
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 26 15:27:28 2011 -0400

    gr-qtgui: more robust way of checking for QWT-qt4; checks a different 
header only in QT4 version and check qwt-qt4 directory first to avoid finding 
qt3 version in qwt directory.

commit 139a574638714c576f8d4c172d5d8e202ade5e5a
Merge: 8cee6c5ffb0605273c8b73891851ba3f991b0622 
068fbaa83fbc931abb4ea22c5ab738e1cb6fb3bb
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 26 15:17:09 2011 -0400

    Merge branch 'master' of gnuradio.org:gnuradio

commit 068fbaa83fbc931abb4ea22c5ab738e1cb6fb3bb
Merge: 64dac6a1f62fb8484e879f0d20ee60bc02da179c 
511e31d4fcd7341b5f1fb56aeba497f0ba36159c
Author: Tom Rondeau <address@hidden>
Date:   Fri Mar 25 19:56:59 2011 -0400

    Merge branch 'filtdesign'

commit 511e31d4fcd7341b5f1fb56aeba497f0ba36159c
Author: Tom Rondeau <address@hidden>
Date:   Fri Mar 25 19:55:03 2011 -0400

    gr-utils: more error checking on filter designer.

commit b0856456d63a7f50ad852bcdf4512606a1cfb34e
Author: Tom Rondeau <address@hidden>
Date:   Fri Mar 25 19:37:39 2011 -0400

    gr-utils: adding save/open capabilities to equiripple filters. Also added 
some error checking on opening and saving files.

commit 8cee6c5ffb0605273c8b73891851ba3f991b0622
Merge: 972fc99ad6984e50731ec0dd97ccfec71829139b 
64dac6a1f62fb8484e879f0d20ee60bc02da179c
Author: Tom Rondeau <address@hidden>
Date:   Fri Mar 25 13:53:09 2011 -0400

    Merge branch 'master' of gnuradio.org:gnuradio

commit 64dac6a1f62fb8484e879f0d20ee60bc02da179c
Author: Don Ward <address@hidden>
Date:   Fri Mar 25 11:53:04 2011 -0400

    Fixing missing include files and various other patches for Windows build 
issues.

commit 34313eace681a82e230c38a8cd26c0001ee823ea
Author: Josh Blum <address@hidden>
Date:   Tue Mar 22 09:34:53 2011 -0700

    audio: moved audio docs to gr-audio and fix comments

commit 972fc99ad6984e50731ec0dd97ccfec71829139b
Merge: 3c3aff088447942053e96ae30b766b00d4cd0202 
4d1426b8db5be20583a6efb380d564a55a28fd09
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 20 12:31:10 2011 -0400

    Merge branch 'master' of gnuradio.org:gnuradio

commit 831ca406706ec4c4cdcd2c5f36dc74fb658a3d26
Author: Tom Rondeau <address@hidden>
Date:   Fri Mar 18 00:39:25 2011 -0700

    gr-utils: handling parameters and GUI updates when loading filters from 
file. Only for windowed filters.

commit add43f24de20d3fbf6b94920e142d636c4769d5a
Author: Tom Rondeau <address@hidden>
Date:   Thu Mar 17 23:19:53 2011 -0700

    gr-utils: refactoring design parameters from 'design' to 'params' to not 
conflict with design function.

commit cec3834a9da5e8b96be438f078fbd3a93ea230d6
Author: Tom Rondeau <address@hidden>
Date:   Thu Mar 17 11:15:50 2011 -0700

    gr-utils: way to break something you just fixed a few days ago...

commit cc4cd11bb3443f79771b6b18aaf40105a2f9f088
Author: Tom Rondeau <address@hidden>
Date:   Thu Mar 17 11:11:56 2011 -0700

    gr-utils: Adding save and open actions to filter designer.

commit 3c3aff088447942053e96ae30b766b00d4cd0202
Author: Tom Rondeau <address@hidden>
Date:   Sun Feb 27 17:35:05 2011 -0500

    Fixing missing header file (in prep for future GCC's). ptrdiff_t is defined 
in stddef.h.

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

Summary of changes:
 config/gr_qwt.m4                                   |   24 +-
 config/grc_gr_qtgui.m4                             |    7 +-
 config/grc_gr_uhd.m4                               |    3 +-
 gnuradio-core/gnuradio-core.conf                   |   12 -
 .../filter/qa_gri_fir_filter_with_buffer_ccc.cc    |    7 +-
 gnuradio-core/src/lib/io/gr_tagged_file_sink.cc    |    1 -
 gnuradio-core/src/lib/io/gr_tagged_file_sink.h     |    1 +
 gnuradio-core/src/lib/io/gr_wavfile_source.cc      |    1 -
 gnuradio-core/src/lib/io/gr_wavfile_source.h       |    1 +
 gnuradio-core/src/lib/runtime/gr_error_handler.cc  |    1 -
 gnuradio-core/src/lib/runtime/gr_error_handler.h   |    1 +
 gnuradio-core/src/tests/benchmark_dotprod_ccc.cc   |    8 +-
 gnuradio-core/src/tests/benchmark_dotprod_ccf.cc   |    8 +-
 gr-audio/lib/gr-audio.conf                         |    5 +
 gr-audio/lib/osx/audio_osx_source.h                |    2 +-
 .../lib => gr-audio/lib/osx}/circular_buffer.h     |    0
 gr-howto-write-a-block/.gitignore                  |    1 +
 gr-howto-write-a-block/swig/.gitignore             |    1 +
 gr-howto-write-a-block/version.sh                  |    4 +-
 gr-qtgui/src/python/.gitignore                     |    1 +
 gr-qtgui/src/python/Makefile.am                    |   21 +-
 .../qa_ra.py => gr-qtgui/src/python/qa_qtgui.py    |   20 +-
 {gr-uhd/swig => gr-qtgui/src/python}/run_tests.in  |    4 +-
 gr-usrp/src/Makefile.am                            |    1 +
 gr-usrp/src/usrp_swig.i                            |    1 +
 gr-utils/src/python/gr_filter_design.py            |  293 ++++++++++--
 gr-utils/src/python/pyqt_filter.py                 |   61 ++-
 gr-utils/src/python/pyqt_filter.ui                 |  505 ++++++++++----------
 gruel/src/swig/Makefile.am                         |    7 +-
 gruel/src/swig/gr_intrusive_ptr.i                  |  102 ++++
 gruel/src/swig/pmt_swig.i                          |    3 +-
 usrp/host/lib/db_flexrf.cc                         |    3 +
 usrp/host/lib/db_wbxng.cc                          |    3 +
 usrp/host/lib/fusb_win32.cc                        |    1 +
 usrp/host/swig/usrp_prims.i                        |    1 +
 usrp2/host/lib/eth_buffer.cc                       |    6 +-
 version.sh                                         |    4 +-
 volk/Makefile.common                               |    3 +-
 38 files changed, 743 insertions(+), 385 deletions(-)
 copy {usrp/host/lib => gr-audio/lib/osx}/circular_buffer.h (100%)
 copy gr-radio-astronomy/src/python/qa_ra.py => gr-qtgui/src/python/qa_qtgui.py 
(64%)
 copy {gr-uhd/swig => gr-qtgui/src/python}/run_tests.in (77%)
 create mode 100644 gruel/src/swig/gr_intrusive_ptr.i


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



reply via email to

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