commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/michaelld branch, gr_usrp_swig_fix,


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/michaelld branch, gr_usrp_swig_fix, created. 8bd68fb1555a0d83f4af9ce2519422ba8aa170c4
Date: Sun, 10 Oct 2010 03:16:09 +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/michaelld".

The branch, gr_usrp_swig_fix has been created
        at  8bd68fb1555a0d83f4af9ce2519422ba8aa170c4 (commit)

- Log -----------------------------------------------------------------
commit 8bd68fb1555a0d83f4af9ce2519422ba8aa170c4
Author: Michael Dickens <address@hidden>
Date:   Sat Oct 9 15:19:40 2010 -0400

    move USRP includes into separate usrp directory, and related fixes to make 
that work

commit 02c4a40e27f9a050dcb18c9089bb2703e97cefea
Author: Michael Dickens <address@hidden>
Date:   Sat Oct 9 15:18:17 2010 -0400

    check for NULL before defining it

commit d74b45e2b4b5ad5ed772fd452541c2ad7429c0db
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 6 21:15:54 2010 -0400

    Checks to make sure XML path is writable before making the XML runner. 
Ignores it if directory is now writable.

commit 3ac56587df80ee257b36a7c088d0ede8d1c7a18c
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 6 20:50:25 2010 -0400

    Fixed missing set_relative_rate in these two blocks. The others don't 
actually do it, even though it's counter-intuitive for the pfb_decimate, which 
is a sync_block (decimation actually care of in the stream_to_streams).

commit 125433fe84507cc84e585c1e06bb804fdb2ce043
Merge: 2652a20330ea1238d561ce799c40833e46d3508c 
2723c3fb2a22872bba1c72bab1d0c4e74ffda86f
Author: Johnathan Corgan <address@hidden>
Date:   Wed Oct 6 12:34:14 2010 -0700

    Merge branch 'maint'
    
    * maint:
      Fixed setting of USB_LIBS for *win*
      Fix so that non-Darwin OSs use USB_LIBS correctly for linking
      New way of checking for various LIBUSB names; for legacy version, make 
sure the symbol 'usb_debug' exists (so-as to not use the 'compat' version).
      Finally, the simple fix for the qtgui issues; also, changed the naming 
scheme output from _moc to .moc files because I think this looks cleaner.
      Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal 
with and the plotting is not that stable even when it does work. This does not 
change the API.
      Fixed gitignore to reflect changes in moc/ui file naming.
      Fixes a lot of warnings by cleaning up namespace issues.
      Finally, the simple fix for the qtgui issues; also, changed the naming 
scheme output from _moc to .moc files because I think this looks cleaner.
      Removing qwtplot3d dependency and fixing a missed include in 
waterfallGlobalData.h.
      Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal 
with and the plotting is not that stable even when it does work. This does not 
change the API.

commit 2723c3fb2a22872bba1c72bab1d0c4e74ffda86f
Merge: 916b205660aa676e1587411b48f24b6d5d3c0de2 
f18025c099e4f69829dc4fc1732a4a9e83b3eb1d
Author: Johnathan Corgan <address@hidden>
Date:   Wed Oct 6 12:20:08 2010 -0700

    Merge remote branch 'tom/qtfix' into maint
    
    * tom/qtfix:
      Finally, the simple fix for the qtgui issues; also, changed the naming 
scheme output from _moc to .moc files because I think this looks cleaner.
      Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal 
with and the plotting is not that stable even when it does work. This does not 
change the API.
      Fixed gitignore to reflect changes in moc/ui file naming.
      Fixes a lot of warnings by cleaning up namespace issues.
      Finally, the simple fix for the qtgui issues; also, changed the naming 
scheme output from _moc to .moc files because I think this looks cleaner.
      Removing qwtplot3d dependency and fixing a missed include in 
waterfallGlobalData.h.
      Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal 
with and the plotting is not that stable even when it does work. This does not 
change the API.

commit 916b205660aa676e1587411b48f24b6d5d3c0de2
Merge: a0c01f9f9ca5743189ce5c84ee3f2b1cea819335 
d62b41974ce664e571da281e859abec31a492f62
Author: Johnathan Corgan <address@hidden>
Date:   Wed Oct 6 12:06:01 2010 -0700

    Merge Michael Dicken's USB fixes after rebasing on maint
    
    Fixed setting of USB_LIBS for *win*
    Fix so that non-Darwin OSs use USB_LIBS correctly for linking
    New way of checking for various LIBUSB names; for legacy version, make sure 
the symbol 'usb_debug' exists (so-as to not use the 'compat' version).

commit d62b41974ce664e571da281e859abec31a492f62
Author: Michael Dickens <address@hidden>
Date:   Thu Sep 16 21:07:29 2010 -0400

    Fixed setting of USB_LIBS for *win*

commit 02e861042a55a29a9d23e34d3a193d31d183ae15
Author: Michael Dickens <address@hidden>
Date:   Thu Sep 16 16:58:22 2010 -0400

    Fix so that non-Darwin OSs use USB_LIBS correctly for linking

commit ddbb914deb468c688df7888070ee165cb5a41037
Author: Michael Dickens <address@hidden>
Date:   Tue Sep 7 21:56:23 2010 -0400

    New way of checking for various LIBUSB names; for legacy version, make sure 
the symbol 'usb_debug' exists (so-as to not use the 'compat' version).

commit f18025c099e4f69829dc4fc1732a4a9e83b3eb1d
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 17 11:54:32 2010 -0400

    Finally, the simple fix for the qtgui issues; also, changed the naming 
scheme output from _moc to .moc files because I think this looks cleaner.

commit c1e6c53608175ffcce78a09baeba2c8aaa1a847d
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 13 14:49:00 2010 -0400

    Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal 
with and the plotting is not that stable even when it does work. This does not 
change the API.

commit 38a5621196c440b28274c1a66d9a2e085f8817b1
Author: Tom Rondeau <address@hidden>
Date:   Tue Sep 21 18:37:13 2010 -0400

    Fixed gitignore to reflect changes in moc/ui file naming.

commit a4c5b23773ce58ff68ac582464d07c554fc21302
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 17 11:56:12 2010 -0400

    Fixes a lot of warnings by cleaning up namespace issues.

commit 1cb0ab10c8fc48da01d84b1944bf4889622e2632
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 17 11:54:32 2010 -0400

    Finally, the simple fix for the qtgui issues; also, changed the naming 
scheme output from _moc to .moc files because I think this looks cleaner.

commit 11a3c1aae294061032eb8b09c94cf37dfa77094b
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 13 14:54:20 2010 -0400

    Removing qwtplot3d dependency and fixing a missed include in 
waterfallGlobalData.h.

commit 0be1b700a2ca7886c92a9a913d5ae00e3d17fa9e
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 13 14:49:00 2010 -0400

    Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal 
with and the plotting is not that stable even when it does work. This does not 
change the API.

commit 2652a20330ea1238d561ce799c40833e46d3508c
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 4 20:18:46 2010 -0400

    Updating all of the QA code that I can actually test to work with the new 
XML output runners.

commit 2104a9d1b2c964ec0f710f3209bb4a63cc7ae548
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 3 16:56:57 2010 -0400

    Updating all python QA programs in gnuradio-core to output XML files.
    
    Also fixed gr_unittest.py to print to the screen and fail make check 
properly if there's an error.
    
    Need to find a way to use XML runner with main() to fail make check and 
output to screen, too.

commit 08fa4163ea77b3613c706ac126c32b55a7f75fc2
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 3 15:39:52 2010 -0400

    Adding gr_xmlrunner.py to Makefile.

commit 2933f69b5d7afe6cf044a0f6305d05d19e7570af
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 3 15:00:44 2010 -0400

    Adding XML output to Python unittests.
    
    gr_unittest.py was updated to handle the path and file creation and run the 
XML runner
    
    gr_xmlrunner.py is a public domain program written by Sebastian Rittau 
<address@hidden> (THANKS!) to extend Python's unittest module to handle XML 
JUnit format output. This was renamed from xmlrunner.py if any future work is 
done on it from our project as well as to keep the namespace clean and clear.
    
    qa_skiphead.py is a first test program for the XML output. Creates an 
outputfile $HOME/.gnuradio/unittest/python/test_skiphead.xml.

commit 57368f1a3f7f2e92190d72328ff54eb452ba58ed
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 2 17:35:16 2010 -0400

    Modified gcell and gr-atsc cppunit tests to output XML files, too. Gcell 
needs testing.

commit 2b8bd0d2fa7c76282a772b75cb99e7bd5f2be13f
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 2 17:16:04 2010 -0400

    Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests.
    This also adds a new utility gr_unittests.h, which sets up the path for 
output files.

commit 036a42c08eadbd0a2c462ca61d9d883996be8042
Author: Tom Rondeau <address@hidden>
Date:   Thu Sep 30 16:08:53 2010 -0400

    Adding an XML outputter for the CPP Unit tests. This is to a) store the 
output information but also b) for integration with Hudson for logging and 
displaying the results during the build stages. This only covers a few cases so 
far and I need to define a better place to save the output files.

commit c81312cee781a6912eb87f430096f3757e056b28
Merge: c986a2add25920eabacfd620a1a2132cd7e4981d 
a0c01f9f9ca5743189ce5c84ee3f2b1cea819335
Author: Eric Blossom <address@hidden>
Date:   Tue Sep 14 12:43:45 2010 -0700

    Merge branch 'maint'
    
    * maint:
      Avoid divide by zero in persistence code when using default args
      Update config.guess and config.sub in gr-howoto-write-a-block too
      Update config.guess and config.sub from canonical home
      Update script to pull config.* from git repo

commit a0c01f9f9ca5743189ce5c84ee3f2b1cea819335
Author: Eric Blossom <address@hidden>
Date:   Sun Sep 12 19:10:56 2010 -0700

    Avoid divide by zero in persistence code when using default args

commit 4b697ad7ad3b07b1a3d279aeab5fe8b08945b3af
Author: Eric Blossom <address@hidden>
Date:   Sun Sep 12 13:01:11 2010 -0700

    Update config.guess and config.sub in gr-howoto-write-a-block too

commit 9e93877427ed949200ae42eaf6f793af1f25ce4c
Author: Eric Blossom <address@hidden>
Date:   Sun Sep 12 12:58:09 2010 -0700

    Update config.guess and config.sub from canonical home

commit d857a4854ba34dfafa264ebd1b266120140074a8
Author: Eric Blossom <address@hidden>
Date:   Sun Sep 12 12:57:30 2010 -0700

    Update script to pull config.* from git repo

commit c986a2add25920eabacfd620a1a2132cd7e4981d
Author: Eric Blossom <address@hidden>
Date:   Sat Sep 11 13:06:10 2010 -0700

    Add support for uint64_t to pmt.

commit f6337c62931c1f12636bc4daa33f9f2bb066247c
Merge: 62328b4e78e2df20bccb2983bbe7591f99ba013f 
d2888160c3fca8da2152f8690dda7ae40d9a9163
Author: Johnathan Corgan <address@hidden>
Date:   Wed Aug 4 18:54:55 2010 -0700

    Merge branch 'maint'
    
    * maint:
      usrp2: fixes for gcc 4.5.0 compatibility
      formatting change: move break statements
      Fix unitialized variable pointed to by compiler warning

commit d2888160c3fca8da2152f8690dda7ae40d9a9163
Author: Moeller <address@hidden>
Date:   Wed Aug 4 18:53:01 2010 -0700

    usrp2: fixes for gcc 4.5.0 compatibility

commit e2073dd525c03be3e602fbd30c76a60558210acd
Author: Eric Blossom <address@hidden>
Date:   Wed Aug 4 11:08:11 2010 -0700

    formatting change: move break statements

commit 8648ea8aaed8c74c9fd3265462956637628fbc41
Author: Eric Blossom <address@hidden>
Date:   Wed Aug 4 11:05:38 2010 -0700

    Fix unitialized variable pointed to by compiler warning

commit 62328b4e78e2df20bccb2983bbe7591f99ba013f
Merge: 8034e2cd49fd71bfdf1ed587d49781a444e1cced 
0a9b999b5cce596f4de05828005f698047e14ce9
Author: Johnathan Corgan <address@hidden>
Date:   Tue Aug 3 14:21:36 2010 -0700

    Merge branch 'maint'

commit 0a9b999b5cce596f4de05828005f698047e14ce9
Author: Eric Blossom <address@hidden>
Date:   Tue Aug 3 13:36:18 2010 -0700

    Modify all block factories to use gnuradio::get_initial_sptr.

commit fa56c39802a82e6e0e730813a57e86e1aea09a24
Author: Eric Blossom <address@hidden>
Date:   Tue Aug 3 11:54:25 2010 -0700

    fix scoped_lock that didn't ref mutex

commit 8034e2cd49fd71bfdf1ed587d49781a444e1cced
Author: Johnathan Corgan <address@hidden>
Date:   Mon Aug 2 16:13:07 2010 -0700

    Revert "gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE"
    
    This reverts commit f23a2b33ca1bebf0c3a5fa26fdcff11827744b77.
    
    This change introduced a segfault when calling into the gr_prefs module
    during the gri_fft helper class constructor.  Until this is debugged,
    the functionality is being reverted.

commit c76f5838e370ae71ec10d7eba0d30466a2caf73b
Merge: 9df7bb4aafc6196f15d2d2b4f4458368c6a685e8 
b128f6e083deadf39c51a9ab1c2623bdab0a0c02
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jul 29 16:14:00 2010 -0700

    Merge branch 'maint'
    
    * maint:
      Fixes ./configure to allow grc to build without an X session

commit b128f6e083deadf39c51a9ab1c2623bdab0a0c02
Author: Jason Abele <address@hidden>
Date:   Thu Jul 29 14:57:09 2010 -0700

    Fixes ./configure to allow grc to build without an X session
    
        Presently, a ./configure in a terminal with no X $DISPLAY will
        fail to build grc because import gtk fails with RuntimeError
        exception.
    
        This patch fixes this by catching just the ImportError and
        AssertionErrors we need for python module dependencies.

commit 9df7bb4aafc6196f15d2d2b4f4458368c6a685e8
Merge: f7a2b8b09bf8d30534dd2d7546a7300e2f358595 
1620ab8499a7854ff1248a94782a800fb016d1f2
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jul 21 18:29:48 2010 -0700

    Merge branch 'maint'
    
    * maint:
      wxgui: fix to use wx.Colour which is the actual name of the class (wx 
python wrapper may be missing wx.Color wrapper)

commit f7a2b8b09bf8d30534dd2d7546a7300e2f358595
Author: Alexandru Csete <address@hidden>
Date:   Wed Jul 21 18:27:46 2010 -0700

    gnuradio-core: export missing public methods in gr.agc2
    
    Alexandru Csete:
    
    The gr_agc2 block has public methods to set and get the AGC levels and
    rates; however, only a few of these interfaces are exported to Python
    and none of them are available in GRC.
    
    The attached patch adds the missing public methods to gri_agc2_cc.i
    and gri_agc2_ff.i and defines the corresponding callbacks in the
    gr_agc2_xx.xml GRC block.

commit fbe9df39e5a815f96215ca344466e4373cd08594
Merge: 278b6db3de99ae31d5f4f79dcd62708c4757d7fa 
8c55d94d3839fc0a192acd6a39999ee5f589221e
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jul 21 16:33:48 2010 -0700

    Merge remote branch 'trondeau/qtclock'
    
    * trondeau/qtclock:
      From my reading, we should never need to define the timespec struct (so 
we will wait until this bites me).
      Checking for clock_gettime and timespec defined; use gettimeofday if not, 
but put it into a timespec structure.
      Reformatting highResTimeFunction.h for better readibility.

commit 1620ab8499a7854ff1248a94782a800fb016d1f2
Author: Josh Blum <address@hidden>
Date:   Wed Jul 21 14:47:16 2010 -0700

    wxgui: fix to use wx.Colour which is the actual name of the class (wx 
python wrapper may be missing wx.Color wrapper)

commit 278b6db3de99ae31d5f4f79dcd62708c4757d7fa
Merge: 41c222c05eb0e3f36cf5a0e328eead58e77e3a8b 
272c44f10ebf9e2d7ac76fe00c87382a1c0f4f29
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 5 12:01:09 2010 -0700

    Merge branch 'maint'

commit 272c44f10ebf9e2d7ac76fe00c87382a1c0f4f29
Author: Moritz Fischer <address@hidden>
Date:   Mon Jul 5 11:55:56 2010 -0700

    gr-utils: fix out of tree project generator to properly update tarfile name

commit 7361b03b245776938f0576435e3ccf4806622e3e
Author: Catalin Patulea <address@hidden>
Date:   Mon Jul 5 11:45:52 2010 -0700

    gr-wxgui: fix non-gl scope sink only updating one channel
    
    This fixes a bug where, when using nongl scopesink, only the real part
    of a complex input is shown. After applying this patch, both Ch1 and
    Ch2 can be seen on the scope display.

commit 41c222c05eb0e3f36cf5a0e328eead58e77e3a8b
Merge: 8a4ef7ce3c1028454a357b38b1ddb0af0b54d604 
dc79a11cb809b33f397603e7641b155120be9ee8
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 5 10:43:40 2010 -0700

    Merge branch 'patches/marcus/stripchart'
    
    Conflicts:
        gr-wxgui/src/python/scope_window.py
    
    * Adds new scope window trigger, TRIG_MODE_STRIPCHART
    * Allows config file selection of whether background window sinks still run
    * Allows config file selection of default trigger mode
    * Allows config file selection of default waterfall sink color mode
    
    [wxgui]
    #Setting this to true prevents the window sinks from stopping when they
    #are not displayed, as when they are in a notebook with a hidden tab.
    run_always = False
    
    # Default scope trigger mode.
    #
    # 0 = Freerun
    # 1 = Auto (default)
    # 2 = Normal
    # 3 = Stripchart
    trig_mode = 1
    
    # Default waterfall sink color mode.  Valid choices are 'rgb1', 'rbg2',
    # 'rgb3', or 'gray'
    waterfall_color = rgb1

commit 8a4ef7ce3c1028454a357b38b1ddb0af0b54d604
Merge: 95027c952aa1b8bca0d6795071f7b375d69350d0 
277e1c0a0881b359f9d597e1cb6a4e3725356387
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 5 11:36:26 2010 -0500

    Merge branch 'patches/marcus/file_sink'

commit 8c55d94d3839fc0a192acd6a39999ee5f589221e
Author: Tom Rondeau <address@hidden>
Date:   Tue Jun 29 21:12:33 2010 -0400

    From my reading, we should never need to define the timespec struct (so we 
will wait until this bites me).

commit ec0fcd99133c7f6a4e63830a9cf6674c4abc95bf
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 27 12:01:17 2010 -0400

    Checking for clock_gettime and timespec defined; use gettimeofday if not, 
but put it into a timespec structure.

commit 9a739da173287cfdbf9e8dbc2f7ef9bef2cdae6e
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 27 10:15:21 2010 -0400

    Reformatting highResTimeFunction.h for better readibility.

commit 95027c952aa1b8bca0d6795071f7b375d69350d0
Author: Josh Blum <address@hidden>
Date:   Sat May 29 00:45:26 2010 -0700

    grc: move grc_setup_freedesktop into libexec directory (not in users path).
    
    Renamed grc desktop file to simplify name and updated install script.

commit 5cc3614abac37d9adc1923dbf9211bc67e73a167
Author: Josh Blum <address@hidden>
Date:   Tue Jun 1 10:26:07 2010 -0700

    added python script to fix copyright years based on git log

commit 8d6a4a06cde05c4b8d97b91bc39521e577d28a22
Author: Josh Blum <address@hidden>
Date:   Wed Jun 23 18:46:05 2010 -0700

    grc: expanded nports ability to have multiple port duplicators per side

commit ec8ef957565226ec98830192544d7d5da68dbe23
Merge: f92f8aae6746fa8fad1d6721fe1a8583295b38e1 
f23a2b33ca1bebf0c3a5fa26fdcff11827744b77
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jun 22 07:18:47 2010 -0700

    Merge branch 'patches/marcus/fftw'
    
    * patches/marcus/fftw:
      gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE

commit f92f8aae6746fa8fad1d6721fe1a8583295b38e1
Merge: f108f96074a7699f87d80dbd1a5bbc7c2170d1db 
4c8cda27d86d400e60358f6ad342827bab9d3fdc
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jun 22 06:53:16 2010 -0700

    Merge branch 'patches/marcus/gr_and_const'
    
    * patches/marcus/gr_and_const:
      grc: adds gr.and_const to block tree

commit f108f96074a7699f87d80dbd1a5bbc7c2170d1db
Author: Jason Abele <address@hidden>
Date:   Mon Jun 21 16:03:55 2010 -0700

    Add RFX2200 to burn-db-eeprom

commit 313361a2cdf79533a6f8d7f951657d69ad27d571
Author: Jason Abele <address@hidden>
Date:   Fri Jun 18 14:11:06 2010 -0700

    Copy paste for RFX2200 in USRP2

commit 57d0cc850cc127ca19d9e209a8444807cd08cae9
Author: Jason Abele <address@hidden>
Date:   Fri Jun 18 14:00:00 2010 -0700

    Copy paste for RFX2200 in USRP1

commit 55d030b88e6f5b8440a1ea37575806d8c997735b
Merge: e20160b7cc480176ba629ebfbe9fb073963c25d3 
0bc11568d20e2b2215dc072f70f947db07b1ce9c
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jun 21 12:23:36 2010 -0700

    Merge branch 'maint'
    
    * maint:
      grc: fix broken variable config when using bool type

commit 0bc11568d20e2b2215dc072f70f947db07b1ce9c
Author: Johann Chiang <address@hidden>
Date:   Mon Jun 21 12:20:54 2010 -0700

    grc: fix broken variable config when using bool type

commit e20160b7cc480176ba629ebfbe9fb073963c25d3
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 19 11:27:56 2010 -0700

    gr-usrp2: implement start_streaming_at(usrp2::fpga_timestamp time)
    
    This new method on usrp2.sink_* causes the first TX sample data to be
    sent at the FPGA clock time specified, with all further data immediately
    following.
    
    u = usrp2.sink_32fc() # or 16sc
    ...configure sink here...
    u.sync_to_pps()
    ...delay a second for PPS to have happened
    u.start_streaming_at(int(100e6)) # start TX stream one second later
    ...start flowgraph here...
    
    If this function is not called, all transmit data will be sent
    immediately (the prior behavior).

commit f0b3dab8125979630651e8d016be296ae607c641
Merge: 0ea8bff6d0c62e0ddd0a344365c5e345d0a10d07 
51416adfdc330fe0d4edbfcd5df839de66ef2759
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jun 13 14:18:20 2010 -0700

    Merge branch 'maint'
    
    * maint:
      Fixes gr-qtgui make distcheck failure when QT is not installed.

commit 51416adfdc330fe0d4edbfcd5df839de66ef2759
Merge: c85f8b729f397dbe938630da5d47b85977e78215 
b23cc175656c0507ee4f45a065bc48ab0f85095f
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jun 13 11:59:13 2010 -0700

    Merge remote branch 'trondeau/qtmake' into maint
    
    * trondeau/qtmake:
      Fixes gr-qtgui make distcheck failure when QT is not installed.

commit b23cc175656c0507ee4f45a065bc48ab0f85095f
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 13 14:31:11 2010 -0400

    Fixes gr-qtgui make distcheck failure when QT is not installed.

commit 0ea8bff6d0c62e0ddd0a344365c5e345d0a10d07
Merge: d784c4321114a83454493337393c5e2f5656e1e9 
c85f8b729f397dbe938630da5d47b85977e78215
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jun 4 23:01:56 2010 -0700

    Merge branch 'maint'
    
    * maint:
      Fixed WBX RX PLL enable
      Refactor WBX and adf4350 to avoid passing usrp pointer
      Clean up annoying class structure in wbx
      Fixing wbx to use _refclk_freq()
      Typo in error message

commit c85f8b729f397dbe938630da5d47b85977e78215
Merge: 34bf49d06e6b5e48c08d92e2b9e0794512fa761f 
5fc7083812b85a7f3e65daff8e879ef7521f5122
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jun 4 22:40:14 2010 -0700

    Merge branch 'fix/wbx_refclock' into maint
    
    * fix/wbx_refclock:
      Fixed WBX RX PLL enable
      Refactor WBX and adf4350 to avoid passing usrp pointer
      Clean up annoying class structure in wbx
      Fixing wbx to use _refclk_freq()
      Typo in error message

commit 5fc7083812b85a7f3e65daff8e879ef7521f5122
Author: Jason Abele <address@hidden>
Date:   Fri Jun 4 15:34:27 2010 -0700

    Fixed WBX RX PLL enable

commit 937b74e9f60a2668a6f39f7f5d7291a8e00aef1f
Author: Jason Abele <address@hidden>
Date:   Thu Jun 3 14:35:18 2010 -0700

    Refactor WBX and adf4350 to avoid passing usrp pointer

commit 9004b4524713992660012d7932f6dcace74e54b0
Author: Jason Abele <address@hidden>
Date:   Thu Jun 3 13:25:42 2010 -0700

    Clean up annoying class structure in wbx

commit 1e44cf9e9c46c83e9acde104478fa2bd9acadc35
Author: Jason Abele <address@hidden>
Date:   Thu Jun 3 12:49:03 2010 -0700

    Fixing wbx to use _refclk_freq()

commit cf80eaf2502f3ff8a0bac13ee1a456baddfa7d42
Author: Jason Abele <address@hidden>
Date:   Thu Jun 3 12:24:13 2010 -0700

    Typo in error message

commit d784c4321114a83454493337393c5e2f5656e1e9
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jun 3 00:31:19 2010 -0700

    Update revision to 3.3.1git

commit 34bf49d06e6b5e48c08d92e2b9e0794512fa761f
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jun 2 23:56:20 2010 -0700

    Update revision to 3.3.0

commit b3bd2c61d615ba01f1fb97819461b057190e1632
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jun 2 15:24:57 2010 -0700

    gcell: make versioned libraries

commit ae008c6e182808a0a37a9597e814c9825f124af1
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jun 2 15:19:32 2010 -0700

    gnuradio-core: fix missing linker flags for boost_program_options

commit 8d20fe0fa5c255a70723d3de4d8e023a4f9f4f48
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jun 2 09:08:34 2010 -0700

    howto: fix incorrect include path

commit 35940091f03b80c2611bcbeca0da343a4371f7c1
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jun 2 08:47:13 2010 -0700

    build: redo GR_GIT for portability

commit 1badda02acc4d67409c29447ba20c51d2849bd9e
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jun 1 18:07:26 2010 -0700

    build: use date format string instead of -R for portability

commit 45ff82b3d099e39e435f829413923abbcfacfd58
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jun 1 09:16:23 2010 -0700

    gnuradio-core: fix typo in doxygen header

commit 3916490b4d88dd6facc3e5c821a9672e0b4b55c4
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jun 1 09:11:20 2010 -0700

    gr-qtgui: add include file for gcc 4.4.1

commit 944a8b6f031aaf1cdc67cc5bd79b61f75e105100
Author: Johnathan Corgan <address@hidden>
Date:   Sun May 30 23:18:04 2010 -0700

    Update revision to 3.3.0-rc3

commit b98cabac11306fa25c29a2e0adc1c0c0a697e9a0
Author: Johnathan Corgan <address@hidden>
Date:   Sun May 30 23:06:20 2010 -0700

    howto: make versioned libraries

commit ad13c00ae8cba6327851652a7d0c94a6d6316916
Author: Johnathan Corgan <address@hidden>
Date:   Fri May 28 20:02:38 2010 -0700

    Make C++ shared libraries versioned

commit 745670bc73d364a25d39b31d89daece8dba48160
Author: Johnathan Corgan <address@hidden>
Date:   Fri May 28 08:14:05 2010 -0700

    build: refactor GR_GIT and GR_VERSION

commit a50d394d28955d6f0ecd9a3f5f10a902dbeae7ec
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 27 15:20:37 2010 -0700

    Update revision to 3.3.0-rc2

commit d57365be4d71c75b963dac44ab0817c65cf73184
Merge: 7633f27db443f017b66bf07a774d19b0c74a00d7 
6257b877dc8d3b52ceadc54525d044a5430e8fcd
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 27 11:54:40 2010 -0700

    Merge remote branch 'ets/grc-usrp2-clock-source'
    
    * ets/grc-usrp2-clock-source:
      Add USRP2 clock source parameter to GRC blocks.

commit 6257b877dc8d3b52ceadc54525d044a5430e8fcd
Author: Eric Schneider <address@hidden>
Date:   Tue Feb 23 09:20:45 2010 -0700

    Add USRP2 clock source parameter to GRC blocks.

commit 7633f27db443f017b66bf07a774d19b0c74a00d7
Author: Eric Blossom <address@hidden>
Date:   Tue May 25 13:05:04 2010 -0700

    Refactor Makefile.am to move common files from 3 libraries into a single 
variable.

commit 99d45be028bee1e016e2f640817a51d308fb34ca
Author: Johnathan Corgan <address@hidden>
Date:   Tue May 25 11:32:37 2010 -0700

    usrp2-firmware: fix missing files in tarball

commit 398c2b9438af6417431e287bfce22cf72adbf8ad
Author: Johnathan Corgan <address@hidden>
Date:   Tue May 25 05:16:10 2010 -0700

    Fix erroneous file modes

commit 6c0f2f5a5e4eddefc52c272c4b92065a225be3c5
Merge: 62f8c06058435ed3e16f20327bb07bd29e4d8386 
b32e803b1bee283033c976a4656bc0af4fe9461f
Author: Johnathan Corgan <address@hidden>
Date:   Sun May 23 13:36:44 2010 -0700

    Merge remote branch 'gnuradio/wip/udp_source_sink'
    
    * gnuradio/wip/udp_source_sink:
      gnuradio-core: update copyrights
      gnuradio-core: allow swig to handle exceptions in UDP source/sink
      grc: update UDP source and sink block wrappers
      Simplify USE_SELECT usage
      Return immediately when using d_residual.
      Defend against a peer that sends an invalid message length.
      Move initialization of select timeout
      Correct update of d_temp_offset (parallel construction)
      Identify memory leaks that occur on error conditions
      Use -1 as file descriptor "not open" value instead of 0
      Add additional conditionalization of networking includes
      Flush pending errors in gr_udp_sink on disconnect()
      Rework UDP source and sink, with incompatible API changes
      Updates to udp source/sink (select(), wait, cleanup)
      Discard data in gr_udp_sink until receiver is started.
      Use getaddrinfo in gr_udp_{source,sink}
      Changes to gr_udp_{source,sink} for MinGW
      Ignore ENOPROTOOPT return from setsockopt(SO_LINGER)

commit 62f8c06058435ed3e16f20327bb07bd29e4d8386
Author: Johnathan Corgan <address@hidden>
Date:   Fri May 21 17:47:26 2010 -0700

    libvrt: remove from 3.3 API.
    
    libvrt will continue as part of the 3.4git development branch, where
    it will undergo a rewrite and API change.

commit b32e803b1bee283033c976a4656bc0af4fe9461f
Author: Johnathan Corgan <address@hidden>
Date:   Fri May 21 17:28:02 2010 -0700

    gnuradio-core: update copyrights

commit 625a12540792512c968a6f45418a694a5f6aef76
Author: Johnathan Corgan <address@hidden>
Date:   Fri May 21 17:23:06 2010 -0700

    gnuradio-core: allow swig to handle exceptions in UDP source/sink

commit abc51381b06bff0075d68c6e6fa92383446c2fbc
Author: Johnathan Corgan <address@hidden>
Date:   Fri May 21 17:16:25 2010 -0700

    grc: update UDP source and sink block wrappers

commit c5b28091c915891d0a5556bcadb8f491a6689024
Author: Johnathan Corgan <address@hidden>
Date:   Fri May 21 16:02:53 2010 -0700

    Update revision to release 3.3.0-rc1, update autotools

commit 26185e9077e5e20f71fb515c0e847a5dfd57986c
Author: Eric Blossom <address@hidden>
Date:   Wed May 19 20:43:48 2010 -0700

    Simplify USE_SELECT usage

commit 91054ed9fe7f08cac9738a6a6af5a9ad476ba24b
Author: Eric Blossom <address@hidden>
Date:   Wed May 19 20:38:17 2010 -0700

    Return immediately when using d_residual.
    
    (Otherwise recv may overwrite valid data in d_temp_buff.)

commit 4267b714f4276671f718136a1279f681a4231aee
Author: Eric Blossom <address@hidden>
Date:   Wed May 19 20:27:10 2010 -0700

    Defend against a peer that sends an invalid message length.

commit 34e0be1f96cb24e302269c008444bc18e418b653
Author: Eric Blossom <address@hidden>
Date:   Wed May 19 20:15:41 2010 -0700

    Move initialization of select timeout

commit 1e963cd9b6e2a1687bbff86df66c5efbcb2be363
Author: Eric Blossom <address@hidden>
Date:   Wed May 19 20:11:35 2010 -0700

    Correct update of d_temp_offset (parallel construction)

commit 99a39a4351ca250dcbeeface0ab7b9de6e301d49
Author: Eric Blossom <address@hidden>
Date:   Wed May 19 20:06:26 2010 -0700

    Identify memory leaks that occur on error conditions

commit 0058f55926c8e9f6ecb37f153ff7464b93838484
Author: Eric Blossom <address@hidden>
Date:   Wed May 19 20:02:26 2010 -0700

    Use -1 as file descriptor "not open" value instead of 0

commit 68ce6b4a9b90d4d53310c4271e6011b796fc1bff
Author: Eric Blossom <address@hidden>
Date:   Wed May 19 19:57:10 2010 -0700

    Add additional conditionalization of networking includes

commit 6f9093edd6d921827f1aca173e6de68898ba648a
Author: Eric Blossom <address@hidden>
Date:   Wed May 19 15:26:08 2010 -0700

    Remove bogus check for existence of prefix directory.

commit 8944000061cbfb995e56b74ab03034ec3541caac
Author: Johnathan Corgan <address@hidden>
Date:   Tue May 18 13:53:39 2010 -0700

    grc: rename execution binary from 'grc' to 'gnuradio-companion'
    
    This change resolves a conflict with the Generic Colorizer application
    which also uses the binary name 'grc'.
    
    Interested users can add an alias to their shell environment to run
    gnuradio-companion when grc is invoked.

commit fefb71787e7e365049743f210b18a6f04f13d47b
Author: Johnathan Corgan <address@hidden>
Date:   Tue May 18 13:22:29 2010 -0700

    gnuradio-core: removed gr.dd_mpsk_sync_cc block as obsolete

commit a39ca4f36cee81bb44f553c1a1d2045a29231e0b
Merge: 1c22592ca05eff573b755e36a9685cfadf8a2723 
22a3ed8955a9d40796d58e83993b5f56f117a27a
Author: Johnathan Corgan <address@hidden>
Date:   Mon May 17 19:33:46 2010 -0700

    Merge branch 'wip/burx_support'
    
    * wip/burx_support:
      -Updated to allow BURX support to be built into standard txrx.bin
      Once and for all, here is the properly updated Makefile.am for the apps
      Updated db_bitshark_rx.c to the proper version that includes the
      Change default bandwidth to 25 MHz to match maximum USRP2 bandwidth
      Update incorrectly checked in Makefile.am
      usrp: Cleanup for merge of bitshark daughterboard code
      Including bitshark_rx.h header file for USRP2 build
      Fixed issue with with wrong Makefile.am files being copied
      Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP2.
      Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP1.

commit 22a3ed8955a9d40796d58e83993b5f56f117a27a
Author: JohnOrlando <address@hidden>
Date:   Mon May 17 16:15:49 2010 -0500

    -Updated to allow BURX support to be built into standard txrx.bin
    image
    -Also corrected db_bitshark_rx.c to the current version (previous
    git push error) that includes the needed delays after I2C commands

commit 1c22592ca05eff573b755e36a9685cfadf8a2723
Author: Don Ward <address@hidden>
Date:   Sun May 16 09:30:31 2010 -0700

    howto: fix make check for win32, darwin (untested)

commit dc79a11cb809b33f397603e7641b155120be9ee8
Author: Marcus D Leech <address@hidden>
Date:   Sun May 16 08:44:16 2010 -0700

    gr-wxgui: adds stripchart trigger mode to graphics sinks

commit 277e1c0a0881b359f9d597e1cb6a4e3725356387
Author: Marcus D Leech <address@hidden>
Date:   Sun May 16 08:38:30 2010 -0700

    gnuradio-core: adds configurable flush to file sink

commit f23a2b33ca1bebf0c3a5fa26fdcff11827744b77
Author: Marcus D Leech <address@hidden>
Date:   Sun May 16 08:30:03 2010 -0700

    gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE

commit 4c8cda27d86d400e60358f6ad342827bab9d3fdc
Author: Marcus D Leech <address@hidden>
Date:   Sun May 16 08:16:39 2010 -0700

    grc: adds gr.and_const to block tree

commit 81133f7b37ba2cc1df65dc5704542fa758f32f23
Author: Johnathan Corgan <address@hidden>
Date:   Sun May 16 07:47:53 2010 -0700

    Revert "build: distribute version controlled ltmain.sh in tarball"
    
    This reverts commit 026f691a6dfcb8fca61964cf457f08a7d1e7306b.

commit da1286dc29ac9ab9788ea7f2e7f6f6398e8d3074
Author: Johnathan Corgan <address@hidden>
Date:   Sun May 16 07:47:00 2010 -0700

    Revert "build: force use of ltmain.sh from libtool 2.2.6b"
    
    This reverts commit 3f1940cfd633949f819da1900e19d155e91dc1c4.

commit 7dba4b4a3cf9b2f0fab397494d84c948a3bf85d1
Merge: c1c29651e8a13c090228723684d6f693a6ae8c34 
3a822b971ba921ba6741eb94a9db0673950ecdff
Author: Johnathan Corgan <address@hidden>
Date:   Fri May 14 10:31:19 2010 -0700

    Merge remote branch 'bitshark/burx_support' into wip/burx_support
    
    * bitshark/burx_support:
      Once and for all, here is the properly updated Makefile.am for the apps
      Updated db_bitshark_rx.c to the proper version that includes the
    
    Conflicts:
        usrp2/firmware/lib/db_bitshark_rx.c

commit 026f691a6dfcb8fca61964cf457f08a7d1e7306b
Author: Johnathan Corgan <address@hidden>
Date:   Fri May 14 10:15:52 2010 -0700

    build: distribute version controlled ltmain.sh in tarball

commit 82382c05d32223658cedb913b4914412ccb861be
Author: Johnathan Corgan <address@hidden>
Date:   Fri May 14 10:15:30 2010 -0700

    build: use correct comment delimiter

commit 3f1940cfd633949f819da1900e19d155e91dc1c4
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 13 19:20:27 2010 -0700

    build: force use of ltmain.sh from libtool 2.2.6b
    
    Don Ward:
    
    "The supplied version of ltmain.sh does not handle interlibrary
    dependencies on Windows. I have attached a diff file showing
    the slight differences between the ltmain.sh in the tarball
    (2.2.6b Debian-2.2.6b-2ubuntu1, which fails) and the ltmain.sh
    downloaded from packages.debian.org  (plain 2.26b).  It looks
    like it was broken in Ubuntu 2.2.6a-3 (change log says "Don't
    pull in depedency libs when linking a binary"). GNU Radio builds
    ok if I run ./bootstrap locally."
    
    JMC: This file (ltmain.sh) has not previously been under version
    control and would be copied over (or symlinked) by the bootstrap
    process. With a version now in the repository, we'll need to
    ensure it stays fresh, likely at the same time we check for
    updated config.guess and config.sub files.

commit 212ba35ca6b9792df7e7a1791fd9a395b88e77eb
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 13 19:10:44 2010 -0700

    gnuradio-core: Disable (temporarily) interpolator tap calculation
    
    There is some breakage with GR_FORTRAN / AC_PROG_F77 when running
    bootstrap.  The gen_interpolator_taps binary is only needed to
    regenerate the MMSE interpolator taps, which hasn't been done for
    several years.  Disable this until proper fix can be done.

commit 3a822b971ba921ba6741eb94a9db0673950ecdff
Author: JohnOrlando <address@hidden>
Date:   Thu May 13 18:24:08 2010 -0500

    Once and for all, here is the properly updated Makefile.am for the apps
    directory...

commit ebb561d028bfd4a3ca2571fb997bb13a514bd87c
Author: JohnOrlando <address@hidden>
Date:   Thu May 13 18:03:13 2010 -0500

    Updated db_bitshark_rx.c to the proper version that includes the
    delays when sending back-to-back I2C commands, as well as the proper
    command when setting the bw (previous blunder with git resulted in
    the wrong version on this branch)

commit 2057623cf8f9e9738954b146d3a23577110f7906
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 13 13:16:46 2010 -0700

    gr-wxgui: update copyrights

commit 3a730f46faf1942c713350b312a1dfeffb587550
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 13 13:11:13 2010 -0700

    gr-wxgui: Renamed "emulate analog" feature to "use persistence"

commit 331542fc51eb47a65161ab6d41c6dc8fd1dd1f22
Merge: 467678259c56fab32a326690cc01eac1dbcb48ca 
49fa13f9fce2037d176c86bf326a7e25a78b72a5
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 13 12:29:59 2010 -0700

    Merge remote branch 'nldudok1/gr-wxgui_emulate_analog' into master
    
    * nldudok1/gr-wxgui_emulate_analog:
      Add analog CRT screen afterglow emulation for gr-wxgui
    
    Conflicts:
        gr-wxgui/src/python/fftsink_gl.py
        gr-wxgui/src/python/fftsink_nongl.py

commit 467678259c56fab32a326690cc01eac1dbcb48ca
Author: Johnathan Corgan <address@hidden>
Date:   Wed May 12 14:56:17 2010 -0700

    Update revision to 3.3.0-rc0

commit 83a28558176a4e6ebcf8f38aef0739659b0a7c1b
Author: Johnathan Corgan <address@hidden>
Date:   Wed May 12 14:37:43 2010 -0700

    Change version numbering to always include minor release

commit 39cb5b8daee27ccca4d1919706910ccff116f45d
Merge: 1fc7c57f778a9f05ded1d216247242ee13632d03 
55364771aee8933ded7e98bd3c873d767f717cec
Author: Tom Rondeau <address@hidden>
Date:   Tue May 11 21:19:15 2010 -0400

    Merge branch 'qtupdate'

commit 55364771aee8933ded7e98bd3c873d767f717cec
Author: Tom Rondeau <address@hidden>
Date:   Tue May 11 21:03:38 2010 -0400

    Fixing up GUI windows to better scale with gtgui sinks.

commit c1c29651e8a13c090228723684d6f693a6ae8c34
Merge: c76897abcbfe1c149bffd27fba0224d3ebc83503 
1fc7c57f778a9f05ded1d216247242ee13632d03
Author: Johnathan Corgan <address@hidden>
Date:   Tue May 11 18:00:19 2010 -0700

    Merge branch 'master' into wip/burx_support
    
    * master: (39 commits)
      Add gru.hexshort to deal with short hex constants
      Assign USB PID for Hans de Bok
      Add missing buffer allocator hint to gr_ofdm_sampler.cc
      Really fix the missing include for boost::bind
      gr-wxgui: Added additional color table entries
      Missed updates for omnithread/mblock removal
      Remove omnithreads library.
      Remove mblock library.  We hardly knew 'ye.
      Convert gr-audio-portaudio to Boost via gruel
      Further updates for removing omnithreads
      Update build configuration for OSX omnithreads changeover
      Add missing include file for boost::bind
      Convert gcell to use boost::threads instead of omnithread.
      Fix sequence error indication after stopping then restarting streaming on 
USRP2.
      initial move from mld_threads to gruel:: namespace threads and such
      Initial changes to remove mld_thread and instead use gruel:: namespace 
classes
      Fixing doxygen warnings from arb_resampler. Also, removed set_taps from 
public
      Fixing doxygen warnings from channelizer block.
      Fixing documentation to get rid of doxygen warnings.
      Adding documentation for fff version of othe PFB clock sync algorithm.
      ...

commit c76897abcbfe1c149bffd27fba0224d3ebc83503
Author: Johnathan Corgan <address@hidden>
Date:   Tue May 11 17:55:55 2010 -0700

    Change default bandwidth to 25 MHz to match maximum USRP2 bandwidth

commit a13d9fd69606935a075f3033fc0b244a011f792b
Author: Tom Rondeau <address@hidden>
Date:   Tue May 11 20:38:06 2010 -0400

    Fixing benchmark loopback to work with new v2's of modulators.

commit 81391dc8d76f4a665ca1b14ef3d094353084d829
Author: John Orlando <address@hidden>
Date:   Tue May 11 16:55:08 2010 -0700

    Update incorrectly checked in Makefile.am

commit 42e7489aa15a799e9a9a86ffd367c4d823080bbf
Author: Johnathan Corgan <address@hidden>
Date:   Tue May 11 14:13:52 2010 -0700

    usrp: Cleanup for merge of bitshark daughterboard code
    
    Removed unused variable
    Set default bandwidth to 8M in constructor

commit b682d4bbe98b72e86219f1f303843b4f4f9ed1b7
Author: Tom Rondeau <address@hidden>
Date:   Mon May 10 20:20:47 2010 -0400

    Fixing benchmark program to work with original dbpsk/dqpsk modulations 
again (and saving the version 2 mods for those marked v2).

commit f20b3e2a48a4b9ae7a8b87b1361749c290d99e39
Author: Tom Rondeau <address@hidden>
Date:   Mon May 10 20:10:32 2010 -0400

    Changes to the examples to fit updates to qtgui.

commit 89ceb6c846e5b859d8fdef4fef84093f18efd3da
Author: Tom Rondeau <address@hidden>
Date:   Mon May 10 19:48:41 2010 -0400

    Simple code cleanup.

commit a45e2a94328fee03910e9dbfa04b48bf9ba15f61
Author: Tom Rondeau <address@hidden>
Date:   Mon May 10 19:47:02 2010 -0400

    Remove one of the loop when posting new data; calculations are done the 
same time the fft shift and scaling operations happen.

commit 1fc7c57f778a9f05ded1d216247242ee13632d03
Author: Eric Blossom <address@hidden>
Date:   Mon May 10 14:31:15 2010 -0700

    Add gru.hexshort to deal with short hex constants

commit 591c12fc9de3a318a983d1e02eed789f76c0b5fb
Author: Eric Blossom <address@hidden>
Date:   Mon May 10 10:42:32 2010 -0700

    Assign USB PID for Hans de Bok

commit 8f1340102fa181a470dd5ec89a92bdb33dc3e288
Author: Tom Rondeau <address@hidden>
Date:   Sun May 9 18:25:17 2010 -0400

    Minor cleanups.

commit 19550b1be84c96eb92b24c88847e1b0d024b366c
Author: Tom Rondeau <address@hidden>
Date:   Sun May 9 13:06:20 2010 -0400

    Updating zoom and axis across plots for consistent zoom levels and behavior.

commit a61fc516f5deeef67b48a704c5426c3969d36248
Author: Don Ward <address@hidden>
Date:   Thu May 6 10:02:35 2010 -0400

    Flush pending errors in gr_udp_sink on disconnect()
    
    On some systems (e.g., Debian/lenny) UDP errors are reported on the
    following send() or recv() call.  To avoid having errors (such as
    ECONNREFUSED) from an old connection showing up on the first write
    to a new connection, we do a recv() on disconnect() to flush them.
    This may not work for all errors on all systems, but it works in
    some simple cases of interest.

commit 761a6f97a623e07f51743d70d1962c98b26bb599
Merge: d702e27d1f3b0e76ef3734ee6b5b6ac1333cdbff 
e22224454f63be561fa2a5923d35b65ba403b6ac
Author: Don Ward <address@hidden>
Date:   Tue May 4 12:47:53 2010 -0400

    Merge branch 'master' into udp

commit d702e27d1f3b0e76ef3734ee6b5b6ac1333cdbff
Author: Don Ward <address@hidden>
Date:   Tue May 4 12:41:52 2010 -0400

    Rework UDP source and sink, with incompatible API changes
    
    Remove source address specifications for sink; add connect() and
    disconnect() to sink; add get_port() to source; add optional EOF
    signaling (using zero-length packets) to sink and source; modify
    dial_tone, vector, and audio examples to match new code; add qa
    test case.

commit 7488244b24a52e6b1a51bcbdb0077e70554c6731
Author: Tom Rondeau <address@hidden>
Date:   Sun May 2 15:00:02 2010 -0400

    Fixes segfault on close. Using the right objective (d_main_gui) instead of 
d_object to delete all of the plotting widgets. As far as Valgrind tells me, 
this cleans up my memory leaks although libqt and libqwt still have some of 
their own.
    
    This checkin also disables the Waterfall3D plotting. It wasn't working 
anyway, but was also causing its own segfault upon deletion. Once it's working 
and deleting nicely, it will be re-enabled.

commit e0df16cf6f62dd0745530955481df8c3eecc9cb2
Author: Tom Rondeau <address@hidden>
Date:   Sat May 1 20:04:13 2010 -0400

    Fixing constellation zoomer's label.

commit e93a81a1f346f1fdef218b115c99f547ccd7ad27
Author: Tom Rondeau <address@hidden>
Date:   Sat May 1 19:48:21 2010 -0400

    Maxing the x-axis of the time domain plot represent the actual time of the 
samples and not just the sample number.

commit f7a73dc6334be8b4ddd0d8308eb1eefa4cad3049
Author: Tom Rondeau <address@hidden>
Date:   Sat May 1 19:11:13 2010 -0400

    Whoops. Time intervals are specified in seconds, not ms...

commit 6606af991b15174cbdbaca738669a21461b0fbe6
Author: Tom Rondeau <address@hidden>
Date:   Sat May 1 19:06:13 2010 -0400

    Fixes the replotting update. It's now based on a QTimer so it's in the 
event buffer as opposed to a best effort based on a hand-made timer. The 
interval between GUI updates is settable through the qtsink_X objects with 
set_update_time(newtime). This update makes the plotting much more stable. It 
also fixes the time scale of the waterfall plot to actually mean the right 
thing.

commit f1b71c9525dd56e2c296a2bca4b2db9ed1a320ce
Author: Tom Rondeau <address@hidden>
Date:   Sat May 1 17:36:07 2010 -0400

    Fixing displayed pen and x-axis to report the right units and scaling of 
frequencies.

commit 94c92b789da2feec05a8aa417619c5d5c40f1e3f
Author: Tom Rondeau <address@hidden>
Date:   Sat May 1 17:26:15 2010 -0400

    Removing PowerLine since we weren't using it and don't have plans to.

commit 22a2621d0d11316a1d8562c5fddd03f162c40d36
Author: Tom Rondeau <address@hidden>
Date:   Sat May 1 17:23:43 2010 -0400

    Peak power line now actually tracks the peak power.

commit 66ff2fa5db423851f69e8eb1b3f4f8ccd434facd
Author: Tom Rondeau <address@hidden>
Date:   Sat May 1 17:20:49 2010 -0400

    Fixes units of pen in frequency plot.

commit e22224454f63be561fa2a5923d35b65ba403b6ac
Author: Eric Blossom <address@hidden>
Date:   Fri Apr 30 18:22:41 2010 -0700

    Add missing buffer allocator hint to gr_ofdm_sampler.cc
    
    This change was needed because gr_ofdm_sampler derives directly from
    gr_block, but functions (from the runtime's point of view) as a
    decimator.  It takes many items in to produce a single output
    item.  Without this change, values of fft_size > ~4096 would result
    in the scheduler complaining that it could never fullfil the block's
    request for samples.
    
    When deriving from gr_sync_interpolator or gr_sync_decimator, their
    constructors set the hint automatically.

commit dda6ed353551d3493983bd56e0ca8ee8ed4407c5
Merge: 04d3f1954b589656b34298b98e36b8667700d89a 
9038b3530d0ec746f401f3c443e2f862fff5a18e
Author: Don Ward <address@hidden>
Date:   Fri Apr 30 17:00:33 2010 -0400

    Merge branch 'master' into udp

commit 04d3f1954b589656b34298b98e36b8667700d89a
Merge: 3ff43f7487b43436cd0f49de80ebff2c1ff1a188 
a301c47751cb61116ae8f49f6b693b3ca6fbadc3
Author: Don Ward <address@hidden>
Date:   Fri Apr 30 16:39:07 2010 -0400

    Merge branch 'master' into udp

commit 3ff43f7487b43436cd0f49de80ebff2c1ff1a188
Author: Don Ward <address@hidden>
Date:   Fri Apr 30 14:48:56 2010 -0400

    Updates to udp source/sink (select(), wait, cleanup)
    
    Use select() to avoid blocking on recv() in gr_udp_source (only known
    way to avoid blocking on Cygwin).
    
    Add wait argument to gr_udp_source to allow waiting for connection
    or accepting lack of connection as EOF; add --no-wait option to
    dial_tone_sink.py.
    
    Remove system dependencies from .h files; remove unused data members
    and (useless?) public open and close functions.

commit 9038b3530d0ec746f401f3c443e2f862fff5a18e
Author: Johnathan Corgan <address@hidden>
Date:   Wed Apr 28 17:32:44 2010 -0700

    Really fix the missing include for boost::bind

commit 8219bc01748d79ca1d995e65914b8c4033a89999
Author: Marcus Leech <address@hidden>
Date:   Wed Apr 28 09:08:13 2010 -0700

    gr-wxgui: Added additional color table entries

commit 910d207edfec4ceeb431c4063dfb1d5b2801198f
Author: Johnathan Corgan <address@hidden>
Date:   Tue Apr 27 00:06:16 2010 -0700

    Missed updates for omnithread/mblock removal

commit c6ad778bda302a9abfe3f1a905d1a80ee34c60a6
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 26 23:14:12 2010 -0700

    Remove omnithreads library.

commit ac2b84b93cad94f9a8830eeb5e62dace997c9a47
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 26 22:41:19 2010 -0700

    Remove mblock library.  We hardly knew 'ye.

commit a178f23be75489c1507060a8b0e9e59cd358dfba
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 26 22:13:34 2010 -0700

    Convert gr-audio-portaudio to Boost via gruel
    
    Remove omnithread dependency in build for gr-audio-portaudio
    Remove unused debugging utility class in gnuradio-core (gri_logger)

commit 665d7a850eeb46bfc6388a98e4a4107648cb6add
Merge: a3278070d3e991ea0a8f6e62bbfc2a2e177fe8e7 
a40feb1dece1b8064f3f81e669f3ed38b60b6dd8
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 26 13:05:03 2010 -0700

    Merge branch 'wip/remove-mld-threads'
    
    * wip/remove-mld-threads:
      Further updates for removing omnithreads
      Update build configuration for OSX omnithreads changeover
      initial move from mld_threads to gruel:: namespace threads and such
      Initial changes to remove mld_thread and instead use gruel:: namespace 
classes

commit a40feb1dece1b8064f3f81e669f3ed38b60b6dd8
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 26 13:04:23 2010 -0700

    Further updates for removing omnithreads
    
    Updates README
    Removes Darwin specific variable in usrp.pc

commit 49fa13f9fce2037d176c86bf326a7e25a78b72a5
Author: Martin Dudok van Heel <address@hidden>
Date:   Mon Apr 26 19:40:41 2010 +0200

    Add analog CRT screen afterglow emulation for gr-wxgui

commit 1eb2ad3909a0ba16e8c03776d1d26693b9b152a5
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 26 09:13:17 2010 -0700

    Update build configuration for OSX omnithreads changeover
    
    gr-audio-osx now depends on gruel (via gnuradio-core) vs. omnithreads
    usrp now depends on gruel vs. omnithreads
    
    Boost base library dependency has been upped to 1.37 for
    Darwin only, for Darwin specific code in usrp host library

commit a3278070d3e991ea0a8f6e62bbfc2a2e177fe8e7
Author: Johnathan Corgan <address@hidden>
Date:   Fri Apr 23 17:11:40 2010 -0700

    Add missing include file for boost::bind

commit 04db1ec3b6dad9d984f7fe4314cca6937c94a1b0
Merge: 8d3a78da9dd988ee5704a83eedd7c71ba8a87607 
052638a76f3c07be744b603c3ba0f392ccc1569b
Author: Eric Blossom <address@hidden>
Date:   Thu Apr 22 22:12:33 2010 -0700

    Merge branch 'wip/gcell-no-omni'
    
    * wip/gcell-no-omni:
      Convert gcell to use boost::threads instead of omnithread.

commit 052638a76f3c07be744b603c3ba0f392ccc1569b
Author: Johnathan Corgan <address@hidden>
Date:   Sun Apr 18 20:13:47 2010 -0700

    Convert gcell to use boost::threads instead of omnithread.
    
    Passes make check.

commit 8d3a78da9dd988ee5704a83eedd7c71ba8a87607
Author: Martin DvH <address@hidden>
Date:   Wed Apr 21 08:18:33 2010 -0700

    Fix sequence error indication after stopping then restarting streaming on 
USRP2.

commit 3b8fcaa640d75573d314fb8616969ad2adf2a099
Author: Don Ward <address@hidden>
Date:   Mon Apr 19 17:02:14 2010 -0400

    Discard data in gr_udp_sink until receiver is started.
    
    Also fixes warnings from gcc 4.3 and adds <boost/bind.hpp> for usrp2.

commit d1ae6560ab2b8b5d474e58f865314a6cf18b958c
Author: Don Ward <address@hidden>
Date:   Sun Apr 18 19:01:56 2010 -0400

    Use getaddrinfo in gr_udp_{source,sink}
    
    Using getaddrinfo allows more common code between posix and winsock
    systems.  Remove unused variables and #include files.  Close sockets
    when done.

commit 545901e335f27600c460f749b66d60155a179492
Author: U-DON-WORKBENCH\Don <address@hidden(none)>
Date:   Sun Apr 18 10:19:30 2010 -0400

    Changes to gr_udp_{source,sink} for MinGW
    
    Initialize and cleanup after winsock DLL. Interpret winsock error
    codes. Use DWORD instead of timeval for setting timeout.

commit b0d32c6c20cadaa544aeaa7b5257919674e8d0ad
Author: Don Ward <address@hidden>
Date:   Thu Apr 15 14:37:04 2010 -0400

    Ignore ENOPROTOOPT return from setsockopt(SO_LINGER)
    
    SO_LINGER is not valid for SOCK_DGRAM sockets on Windows, so we
    expect setsockopt to return ENOPROTOOPT (invalid option for
    protocol) on Cygwin and MinGW.  If it happens on any other system
    it should probably be ignored there, too.

commit 547d65b6c4353a899809136af06f393810aaad03
Author: JohnOrlando <address@hidden>
Date:   Tue Mar 30 20:31:56 2010 -0500

    Including bitshark_rx.h header file for USRP2 build

commit 3e214cb7ba3a80495db77c4f92132c4497667a69
Author: JohnOrlando <address@hidden>
Date:   Tue Mar 30 20:30:09 2010 -0500

    Fixed issue with with wrong Makefile.am files being copied

commit a75b2f5b4506a3381e712c546a70e3a55a1f8dcd
Author: JohnOrlando <address@hidden>
Date:   Tue Mar 30 20:02:08 2010 -0500

    Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP2.

commit d5fe3b38d5f406b111721ebf789323b49b8eff9d
Author: JohnOrlando <address@hidden>
Date:   Tue Mar 30 19:54:39 2010 -0500

    Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP1.

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


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



reply via email to

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