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, volk_next_use_num_poi


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/jblum branch, volk_next_use_num_points, created. ec26731a5d5d25927449aa0a4f932468cdc3bfde
Date: Mon, 2 Jul 2012 22:32:28 +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, volk_next_use_num_points has been created
        at  ec26731a5d5d25927449aa0a4f932468cdc3bfde (commit)

- Log -----------------------------------------------------------------
commit ec26731a5d5d25927449aa0a4f932468cdc3bfde
Author: Josh Blum <address@hidden>
Date:   Mon Jul 2 15:17:03 2012 -0700

    volk: replace num_bytes with num_points in many kernels
    
    num_points is simply more intuitive than num_bytes
    We expect to pass in the number of array elements.
    This may have been the source of some test failures
    when random numbers of points were interpreted as bytes,
    you get caught slicing points/items down the middle...

commit 342a400b754f3ccd306938f83ccfcb285411ba18
Merge: e9c3322 f8581fb
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jul 1 16:26:57 2012 -0700

    Merge branch 'master' into next
    
    Conflicts:
        gnuradio-core/src/lib/general/CMakeLists.txt

commit f8581fb475267e1a97eaab962e423559fb4bfce2
Merge: 7380043 045d02d
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jul 1 16:00:53 2012 -0700

    Merge remote branch 'jblum-github/python_blocks2' into master
    
    Conflicts:
        gnuradio-core/CMakeLists.txt
        gnuradio-core/src/lib/general/general.i

commit e9c33226844aa517503571ce79f6724287580f48
Merge: 9ffa064 7380043
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jun 29 18:41:18 2012 -0700

    Merge branch 'master' into next

commit 73800434abfb8c6efcf069222b5f0fea9c86870b
Merge: 0905a49 e56c2c7
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jun 29 18:36:50 2012 -0700

    Merge remote branch 'jblum-github/uhd_wip'

commit 9ffa064af888d656b6ef3ac562afd62c09929555
Merge: ee83ed2 0905a49
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jun 29 10:53:02 2012 -0700

    Merge branch 'master' into next

commit 0905a4973b54e3f5cdee6b33bcc85445463b1597
Merge: 75fac1e d0b2c5e
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jun 29 10:52:52 2012 -0700

    Merge branch 'maint'

commit d0b2c5e6c6fe56541cd0f2242f53b2f2c33642e0
Author: Josh Blum <address@hidden>
Date:   Thu Jun 28 17:55:59 2012 -0700

    audio: switch to BOOST_BIG_ENDIAN macro in OSX audio hdr
    
    The previous one didnt seem to be set by the build system.
    Perhaps this was lost in the transition to CMake?

commit 75fac1e1476578cd354a2cc586af23da88ce4b12
Author: Josh Blum <address@hidden>
Date:   Thu Jun 28 17:55:34 2012 -0700

    core: fix for gri wave byteswapping
    
    Sorry guys, I misunderstood the comments.
    Wave data is specifically in little endian format.
    Therefore we should only be swapping on big endian machines.
    
    Since systems only provide network endian macros:
    The following commit provides a cross platform byteswap
    and macros for host to/from worknet short and long.

commit ee83ed280d713ed400c62518ceea5b88943000f9
Merge: 8810102 feaa399
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jun 25 18:49:46 2012 -0700

    Merge branch 'master' into next

commit feaa399ba51e8959e92cf9b73375db1c6b638b3f
Author: Josh Blum <address@hidden>
Date:   Mon Jun 25 10:50:43 2012 -0700

    volk: replace (__m128) with volk cast for portability

commit 881010202a5054c430d8e5a6f72c206c1cc350ae
Merge: c9e9b9f bf8700a
Author: Tom Rondeau <address@hidden>
Date:   Sat Jun 23 09:44:14 2012 -0400

    Merge branch 'master' into next
    
    Conflicts:
        gnuradio-core/src/lib/general/CMakeLists.txt
        gnuradio-core/src/lib/general/general.i

commit bf8700a226091c5ce0130a3819a4c12b9d9981a6
Merge: c94ddc5 82f6a4e
Author: Tom Rondeau <address@hidden>
Date:   Sat Jun 23 09:25:46 2012 -0400

    Merge branch 'master' of gnuradio.org:gnuradio

commit c94ddc5e0c08693c023c099bd8946ca6e143f471
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 22 20:08:06 2012 -0400

    filter: fixed fir_filter_with_buffer to make sure nothing that volk looks 
at could be improperly set.
    
    This fixed issues with qa_fir_filter_with_buffer.

commit 81589710a52c0e1b087f28ac54e83b9cbfa477d1
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 22 18:58:33 2012 -0400

    volk: fixing some volk kernels.
    
    This should fix some problems with gr-filter QA tests. Also removes some 
warnings.

commit c9e9b9fd54469aac9d2965796971988caba06522
Merge: 32fed6f 82f6a4e
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jun 22 15:06:28 2012 -0700

    Merge branch 'master' into next

commit 82f6a4ee66ce37b67a62af8924b1727e77c68816
Author: Nicholas Corgan <address@hidden>
Date:   Thu Jun 21 20:44:59 2012 -0700

    gruel: removed inet.h from install headers

commit 32fed6f96d34b0262fea72ff16293618536a5ca3
Merge: b0f3d0c 056d300
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jun 22 13:00:45 2012 -0700

    Merge branch 'master' into next

commit 056d3006d07c11c4bfba9ac5c2f82111be55dd35
Author: Nicholas Corgan <address@hidden>
Date:   Fri Jun 22 11:19:58 2012 -0700

    gruel: got rid of inet.h and adjusted only file that depended on it

commit 5cf2674681b3fd68c528eaeac57edf1ec94bee71
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 22 14:13:27 2012 -0400

    filter: fix mmse_fir_interpolator QA code to initialize an aligned input 
buffer.

commit 92c374e217f90a874b34945c83a4552145c7c3eb
Merge: a3867cd 85fc01d
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 22 12:35:07 2012 -0400

    Merge branch 'win_fix'

commit a3867cd910fa4f3b2595c7f846b0e7f709f4697d
Merge: 93a4677 d511ba0
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 22 12:34:10 2012 -0400

    Merge branch 'cppunit_fix'

commit 93a4677fa127317910ec5868cc5e22a52d4d7240
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 22 12:30:40 2012 -0400

    core: adds a tag debug sink to display all tags coming into it.
    
    This block is meant to help debug applications that use stream tags.

commit 85fc01d1715e40da147e4c5dbff0c7edd2f315d4
Author: Nicholas Corgan <address@hidden>
Date:   Wed Jun 20 18:51:29 2012 -0700

    gr-filter: Removing FILTER_API from internals static members fixes Windows 
error

commit 31fc0ca9bb616d49f8d359054702f4625a535ea0
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 22 10:38:20 2012 -0400

    filter: more precision for the PFB channelizer QA test.

commit d511ba0468da7a1e3685eaeab9645847b4384ff4
Author: Nicholas Corgan <address@hidden>
Date:   Thu Jun 21 20:54:17 2012 -0700

    gr-filter: added CPPUNIT_INCLUDE_DIRS to lib/CMakeLists.txt

commit b0f3d0cb23cbf77e059bb01047b77a6c89f1e7c9
Merge: 9965c0a 62f7129
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 21 23:04:44 2012 -0400

    Merge branch 'master' into next

commit 62f7129ed20d2a5c13e3b90c399be9d6ad1cb5c8
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 21 23:03:08 2012 -0400

    filter: safer values for QA tests for different machines.

commit 95ac58a5a2dabef619865720e9b3f6a20941a252
Author: Martin Braun <address@hidden>
Date:   Thu Jun 21 22:45:29 2012 -0400

    core: tiny performance boost, and it looks tidier.

commit db360e476e62d2c412d1654065d18047a25490b8
Author: Martin Braun <address@hidden>
Date:   Thu Jun 21 22:44:16 2012 -0400

    core: fixes a very minor bug in gri_wavfile.cc and also makes a FIXME 
obsolete

commit ad8ef97e44af5e4015ee74bea1732c7dd5b80dd0
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 21 22:43:34 2012 -0400

    filer: fixed link to libvolk.

commit 9965c0a8d09dc905f7eca2ed05ffdc4a4c7dcc64
Merge: c316e30 52bda3a
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 21 08:29:37 2012 -0400

    Merge branch 'master' into next

commit 52bda3a2504638f3c0cc832b141dc138dfcd4800
Author: Nicholas Corgan <address@hidden>
Date:   Wed Jun 20 22:11:46 2012 -0400

    filter: adding stdint.h fixes Fedora 17/GCC 4.7.0 build.

commit 55b068b864aae01e7ed37d861010b93042a21ea9
Merge: a0ffd48 958bc6f
Author: Tom Rondeau <address@hidden>
Date:   Wed Jun 20 22:10:01 2012 -0400

    Merge branch 'gr_filter'

commit 958bc6f7365a19b42b0acc98e4c082eee6cf6e51
Author: Tom Rondeau <address@hidden>
Date:   Wed Jun 20 11:01:54 2012 -0400

    filter: adding set/get for phase of arb resampler.

commit c316e3088e96bd9623420e2a0399fa772c96ef49
Merge: f0d904d a0ffd48
Author: Tom Rondeau <address@hidden>
Date:   Wed Jun 20 16:47:03 2012 -0400

    Merge branch 'master' into next

commit a0ffd48d73eda63d5fa3a9ded1dc0f34b116da9d
Author: Josh Blum <address@hidden>
Date:   Wed Jun 20 16:46:29 2012 -0400

    volk: added missing avx header include

commit e56c2c75fb656fd0663303407415c728da7526e1
Author: Josh Blum <address@hidden>
Date:   Wed Jun 20 13:15:01 2012 -0700

    uhd: added rx tagging for changes in sample rate and center freq

commit 1827d7faf6030f67dd482d4933fb172150ebd8a6
Author: Josh Blum <address@hidden>
Date:   Wed Jun 20 13:05:36 2012 -0700

    uhd: source will loop for samples forever until thread interrupt
    
    This should solve the case of stopping the receiver,
    while leaving the work thread in a live state.
    It also makes set stream time work for times > timeout.

commit f0d904d345192d9ac52829e3f64d91497616aceb
Merge: de7257e 2294e8c
Author: Tom Rondeau <address@hidden>
Date:   Wed Jun 20 12:47:46 2012 -0400

    Merge branch 'master' into next

commit 2294e8c20293bf26a69602011396ffb03763a6d9
Merge: a982dbd 5df2f28
Author: Tom Rondeau <address@hidden>
Date:   Wed Jun 20 12:47:14 2012 -0400

    Merge branch 'master-mods'

commit 5df2f28e7590a56a81ad540190a17e8043cd6de2
Author: Tim O'Shea <address@hidden>
Date:   Wed Jun 20 12:42:25 2012 -0400

    removing debug

commit de7257e31c730210732810e1edfce76c77896daa
Merge: 4acc9ca a982dbd
Author: Tom Rondeau <address@hidden>
Date:   Wed Jun 20 12:38:00 2012 -0400

    Merge branch 'master' into next

commit a982dbde0fcb5a7a4780f75c4da79370b7272c3e
Merge: 446494e 7e24c8d
Author: Tom Rondeau <address@hidden>
Date:   Wed Jun 20 12:37:35 2012 -0400

    Merge branch 'master-mods'

commit 7e24c8d52a04e92d755a44ab56e28b63eeb86ea0
Author: Tim O'Shea <address@hidden>
Date:   Wed Jun 20 12:24:54 2012 -0400

    bug fixxes to tuple serialize

commit e42a6889a2966d8e9fd4e6b2b1bb3dd28c9794c9
Author: Tim O'Shea <address@hidden>
Date:   Wed Jun 20 11:58:40 2012 -0400

    1. handle pmt serialize and deserialize for tuples
    2. fix offset checking in pmt_annotator_raw

commit 4acc9ca36e4c548f2c5bfa4d27f006497b2c7e8a
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jun 20 07:55:32 2012 -0700

    digital: fixed old use of gr.map_bb, block is now only in gr-digital

commit c6c16f89f2ffe1a69afb92526a0ce12f80dd6eca
Merge: a8c8c4c 446494e
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jun 20 07:46:50 2012 -0700

    Merge branch 'master' into next

commit 446494ea3bb021cb0b423c13bde2689c5046fe39
Merge: d4843d2 81bb55f
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jun 20 07:36:40 2012 -0700

    Merge branch 'gr_filter'

commit 81bb55f3a7bb8f64c2bc75b02306700fb5b60a43
Author: Tom Rondeau <address@hidden>
Date:   Wed Jun 20 10:27:32 2012 -0400

    filter: fixed bug with includes.

commit edfa18840e2caf738596578acd0bf4efedc88fd1
Author: Tom Rondeau <address@hidden>
Date:   Wed Jun 20 09:10:23 2012 -0400

    filter: added documentation to adaptive_filter blocks.

commit d8830d6dfcb2ddb8d1794c2575019993ca7eb3ad
Author: Tom Rondeau <address@hidden>
Date:   Tue Jun 19 23:49:53 2012 -0400

    filter: improving documentation.

commit 21bdb18789c818ea78deb81ae0f251c5e0043462
Author: Tom Rondeau <address@hidden>
Date:   Tue Jun 19 23:35:28 2012 -0400

    filter: improved QA code for fractional_interpolator and channel_model.
    
    Setting various parameters in the channel model should already be checked 
by the QA code of the respective components since this is a hier_block2.

commit a04d3d784fe25447ad653ba28d243fa40d268c52
Author: Tom Rondeau <address@hidden>
Date:   Tue Jun 19 22:25:40 2012 -0400

    filter: fixed some include issues.

commit d8d8e992e3f94792fefa74c61d32494903f77dfb
Author: Tom Rondeau <address@hidden>
Date:   Tue Jun 19 22:22:06 2012 -0400

    filter: added channel_model block with GRC.
    
    Dummy QA test needs work.
    
    More documentation.

commit 8a0ead8481c2418560dd98d8bb64c82842a76bcc
Author: Tom Rondeau <address@hidden>
Date:   Tue Jun 19 21:32:37 2012 -0400

    filter: Moved over PFB examples.

commit b41f7f77cb3a59b54e4511be5069edbbfc27c2ad
Author: Tom Rondeau <address@hidden>
Date:   Tue Jun 19 21:10:23 2012 -0400

    filter: removed all references to filter functions from gr namespace to 
filter.

commit a5a03740b546cc0b4f3dc631e4cf1f354a143652
Author: Tom Rondeau <address@hidden>
Date:   Tue Jun 19 20:59:13 2012 -0400

    filter: Moved over filter-specific Python hier_blocks.

commit fad32dc397d731493dc88367d2b4648b35bb905b
Author: Tom Rondeau <address@hidden>
Date:   Tue Jun 19 20:36:04 2012 -0400

    filter: adding PFB synthesis filter with GRC and QA.

commit 5ab78aaeedb87f4a30c41dd9e7ede56b5dc01d04
Author: Tom Rondeau <address@hidden>
Date:   Tue Jun 19 18:10:59 2012 -0400

    filter: adding rational resampler with GRC and QA.

commit e5aead883b8bf82cb0ebd63e825b99b5172048cd
Author: Tom Rondeau <address@hidden>
Date:   Tue Jun 19 00:07:58 2012 -0400

    filter: adding PFB arbitrary resampler (ccf and fff) with GRC and QA.

commit 5365daf7ae85c9df88f0b8f3667ece022d93f637
Author: Tom Rondeau <address@hidden>
Date:   Mon Jun 18 15:42:14 2012 -0400

    filter: adding PFB interpolator with GRC and QA.

commit 622464a324abc90f2724d3f846f0b1bdb38b97fc
Author: Tom Rondeau <address@hidden>
Date:   Mon Jun 18 14:37:49 2012 -0400

    filter: adding PFB decimator with GRC and QA.

commit f5449ce2e0a665b725a27855cd94f28a976da792
Author: Tom Rondeau <address@hidden>
Date:   Mon Jun 18 13:34:51 2012 -0400

    filter: added interp_fir_filter with QA and GRC.

commit f049a184c38a9344efea24ec813a13499237e23b
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 17 21:49:35 2012 -0400

    filter: adding fractional_interpolator_{cc,ff} with QA and GRC.

commit 6b2dbab570adceb3a7fa29f298da24a5e53cbf64
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 17 20:35:53 2012 -0400

    filter: fixed fir_filter_with_buffer and added QA code to check.

commit 765d82d839e1773c77556e5d73ab229cbe6b96dc
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 17 16:48:35 2012 -0400

    filter: redoing hilbert and fir_delay to use normal filter calls since 
alignment is properly handled.

commit ce3d887a47b47cb2d5351e14066ceb56b2b3c892
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 17 16:44:04 2012 -0400

    filter: added mmse_fir_interpolator with QA code.

commit a8c8c4c5eb2acd727d625b333c5f9206e53e448d
Merge: 0ac6eca d4843d2
Author: Tom Rondeau <address@hidden>
Date:   Sat Jun 16 17:45:27 2012 -0400

    Merge branch 'master' into next
    
    Conflicts:
        gr-digital/grc/digital_dxpsk_demod.xml
        gr-digital/grc/digital_dxpsk_mod.xml

commit d4843d2c9750bbf7b40e77b80936a08bcf39c1d1
Merge: 9b2855a cd5082c
Author: Tom Rondeau <address@hidden>
Date:   Sat Jun 16 17:43:36 2012 -0400

    Merge branch 'maint'

commit 9b2855a4d868731a2d4a1eb03b12d5c930c5c6d0
Author: Chí-Thanh Christopher Nguyễn <address@hidden>
Date:   Sat Jun 16 17:34:19 2012 -0400

    cmake: add support for SYSCONFDIR
    
    Set with 'cmake -DSYSCONFDIR=target ...'
    
    This fixes http://gnuradio.org/redmine/issues/492

commit cd5082c84ce613c6e70604bc3a7ec54cbe0b04e1
Author: Tom Rondeau <address@hidden>
Date:   Sat Jun 16 16:55:40 2012 -0400

    digital: fixed use of gray code in digital mod/demod GRC files.

commit 2f676507965facc7b77ff8acfa492da04b8ca32a
Merge: 46302f4 53f1d5e
Author: Tom Rondeau <address@hidden>
Date:   Sat Jun 16 16:55:31 2012 -0400

    Merge branch 'maint' of gnuradio.org:gnuradio into maint

commit 0ac6eca514ee857f3c14d023b4ea92bac068c2db
Merge: 80e282a a855250
Author: Tom Rondeau <address@hidden>
Date:   Sat Jun 16 16:42:47 2012 -0400

    Merge remote-tracking branch 'benreynwar/digital_tidy' into next
    
    Conflicts:
        gr-digital/python/generic_mod_demod.py

commit 80e282adcdcbe3deedd15b0794135855bfbef2a8
Merge: c6c0485 97e91b8
Author: Tom Rondeau <address@hidden>
Date:   Sat Jun 16 16:36:29 2012 -0400

    Merge branch 'master' into next

commit 97e91b821a7c515dcf7627c878031e0e8dfab38b
Merge: 4f9f8cf 47e3ab2
Author: Tom Rondeau <address@hidden>
Date:   Sat Jun 16 16:34:26 2012 -0400

    Merge branch 'master-mods'

commit 47e3ab29434c0f7e2a97e31bd168e465304e72a5
Merge: 07d2fbf e7ea4f2
Author: Tom Rondeau <address@hidden>
Date:   Sat Jun 16 16:18:41 2012 -0400

    Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into 
master-mods

commit d647fbbaa07554ad314c9eb2b5c1735b6265d13a
Author: Tom Rondeau <address@hidden>
Date:   Sat Jun 16 10:55:36 2012 -0400

    filter: adding freq_xlating_filter.
    
    Includes QA and GRC.
    
    Update to build_utils adds a FIR_TYPE for the type of filter and CFIR_TYPE 
for the type of filter where the taps are always complex (needed for 
freq_xlating_filter).

commit 3cd0ea45255e2ca43931b2f067ec82fc92f4293e
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 15 17:56:33 2012 -0400

    filter: adding IIR filter.
    
    Include QA and GRC.

commit b70bcc34ce4bd778a56e91da4b061475cda7cb6d
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 15 16:34:19 2012 -0400

    filter: copied over interpolator_taps.h to gr-filter.

commit 76a6a4c668579ff2e17f8fa44ceb0db381b9053f
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 15 15:58:28 2012 -0400

    filter: adding single_pole_iir_filter blocks.
    
    QA, docs, and GRC.

commit 05c117f359b831513bbf6c4f43dca9cb181e5920
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 15 11:53:58 2012 -0400

    filter: updating adaptive FIR filters.
    
    No need for our own adaptive_fir class; can do everything with fir_filter.
    
    With QA code.

commit 1e7aae3678b0ce08e71b444225aca794f490ffaf
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 15 11:53:46 2012 -0400

    filter: minor coding things.

commit 408f44a735ff8e90b3206500b8154b37eb3e65b2
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 15 11:52:51 2012 -0400

    filter: mods to fir filter bases to make consistent and simpler.

commit e7ea4f2f5f21bc745fd3b3a92b1cee176c00c551
Author: Tim O'Shea <address@hidden>
Date:   Wed Jun 13 16:26:52 2012 -0400

    New Features:
      added support for pmt_serialize and pmt_deserialize for uint64_t type pmts
      added gr_add_const_bb typed block to gr_add_const_XX gengen

commit 44b525e7fe3cf171c12ad785bfc8e0101e71fb37
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 15 09:59:05 2012 -0400

    volk: adding new kernels to test and profile.

commit 59ad06e0e30ad4c24053b64c453cfdbe95cc7500
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 15 09:57:45 2012 -0400

    filter: improving documentation and adding GRC blocks for fir_filter_xxx 
blocks.

commit 5585c71229cfa7886e0bd090828cd1f5104f6b27
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 15 08:43:20 2012 -0400

    filter: adding ssc and fsf versions of filter with associated new Volk 
kernels.
    
    These routines work and pass QA. They could use some performance work. the 
FSF is just slightly slower than before; the SCC version is more noticably 
slower.
    
    Both could benefit, probably, by using SSE2 intrinsics to handle the shorts.

commit a74286a2aa7fcddb52c165ba2c17cb2f55b5b592
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 14 16:51:15 2012 -0400

    filter: fixed FIR filter QA code to make sure it excersizes SIMD call.

commit 1a5a1d4e2e0374f73cef5fbc9a01bf82d8b7d892
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 14 16:12:00 2012 -0400

    filter: added a ccf Volk dot product to use with ccf filters and used it in 
fir_filter_ccf.
    
    Produces improved results to previous version.

commit 4e2f38528e90ee4a05644d48d015b098a8651405
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 14 12:44:41 2012 -0400

    filter: switched ccc FIR filter to use aligned VOLK calls.

commit dae3b39098c16573f9c70e77f1a9a6b09ecfd041
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 14 12:26:45 2012 -0400

    filter: fff FIR filters use VOLK machine information to set alignment.
    
    Works with SSE and AVX machines. SSE results comparable to float_dotprod 
still. AVX slightly faster.

commit c24cabd47e2aaadf279c19aec73b311dd7ddce6c
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 14 12:25:04 2012 -0400

    volk: fixes for 32f dot_prod
    
    Accepts num_points like everything else and handles splitting up numbers 
itself, not expected to be done externally.
    
    Adds AVX version, both aligned and unaligned.

commit a855250958a35c4ad2bc553e90b1cdec3308e75b
Author: Ben Reynwar <address@hidden>
Date:   Thu Jun 14 09:19:41 2012 -0700

    digital: Fix bugs in grc xml files.

commit c6c048578bdb39793272928fe5735392f1d9e5f0
Merge: b53fadc 4f9f8cf
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jun 14 08:55:39 2012 -0700

    Merge branch 'master' into next

commit 4f9f8cf439bfa8ca7a65cf2a0cbcb5c7398309f5
Merge: 6120084 53f1d5e
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jun 14 08:55:33 2012 -0700

    Merge branch 'maint'

commit 53f1d5ec8e563e483af5f752cfed14ddd2aeee23
Author: Ben Reynwar <address@hidden>
Date:   Thu Jun 14 08:54:39 2012 -0700

    digital: fixed incorrect variable name in qam_demod XML

commit b53fadce47f17df7303a6f8198af07236c660639
Merge: aca5d3a 6120084
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jun 14 08:30:21 2012 -0700

    Merge branch 'master' into next

commit 6120084c6b2e31cdaa1ca8ebee6b03737dad13fa
Merge: 4a1c2f6 04e28f4
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jun 14 08:29:27 2012 -0700

    Merge branch 'maint'

commit 04e28f4ed161810f0af1caa7bd31a4aaa2f5f8c3
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jun 14 08:27:38 2012 -0700

    core: remove extraneous include statement

commit 46302f4526d3cbb6505938144b944bd50b71a147
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 14 11:09:27 2012 -0400

    digital: fixed typo with gray code setting in GRC's QAM demodulator.

commit 7f9f0fc96a3fbfe297b0a5cb18d922bb74fdc34d
Author: Tom Rondeau <address@hidden>
Date:   Wed Jun 13 17:49:44 2012 -0400

    volk: dot_produce for floats does 16 at a time.
    
    This was done to make this have the same performance as float_dotprod from 
before. This makes all flavors of the 32f dotprod work the same way.
    
    Because it's expecting the input to have 4x more samples than specified, 
it's making qa for these fail.

commit 1b93bb39731517e6d7bb8a78ea9569995e8a371a
Author: Tom Rondeau <address@hidden>
Date:   Wed Jun 13 14:55:16 2012 -0400

    filter wip and probably squash with last.
    
    Removing unecessary d_offset counter from fir_filter.

commit 9e2e896e9d4dbc4627702cde82a48e9ee5136f26
Author: Tom Rondeau <address@hidden>
Date:   Wed Jun 13 14:53:41 2012 -0400

    filter: process 4 vectors each time in volk dot_prod to speed up fir 
filters.
    
    This makes the volk version of the SSE FIR filter the same speed as using 
the hand-crafted float_dotprod from before.

commit aca5d3a12e8cbcb7067bb9acd21e473543730741
Merge: 03ece8e 4a1c2f6
Author: Tom Rondeau <address@hidden>
Date:   Wed Jun 13 11:07:00 2012 -0400

    Merge branch 'master' into next

commit 4a1c2f6d82580f9de5a4d781c547d88ec89006be
Merge: a463215 07d2fbf
Author: Tom Rondeau <address@hidden>
Date:   Wed Jun 13 11:06:49 2012 -0400

    Merge branch 'master-mods'

commit 07d2fbf97ba715b339c182185147567e329fc8c8
Author: Tom Rondeau <address@hidden>
Date:   Wed Jun 13 11:05:42 2012 -0400

    core: modifications to gr_annotator_raw.
    
    Using mutex to make add_tag and work thread safe.
    
    Throwing exception intead of asserting on error.

commit 8fac158d68c80ba6c5fcb9256cad1e8d6b7a77c1
Merge: 3e4f9b9 403103d
Author: Tom Rondeau <address@hidden>
Date:   Wed Jun 13 09:53:42 2012 -0400

    Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into 
master-mods

commit 403103de15cc60e73d38b56cbc16004123eeeda1
Author: Tim O'Shea <address@hidden>
Date:   Tue Jun 12 17:36:34 2012 -0400

    new block, gr_annotator_raw
     allows passing a raw pmt k->v pair from outside the flowgraph/python
     in at exact samples
    
    also added GRUEL autogenerated .i files to gnuradio-core-swig include line

commit 03ece8eff366ff5e760df0883ab9b70c92e34d0d
Merge: e482240 a463215
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jun 11 08:44:46 2012 -0700

    Merge branch 'master' into next
    
    * Use merge strategy -s ours to skip release commits on master

commit a4632157c6aa4d18e29ff917d44509a9de9ea71c
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jun 11 08:43:44 2012 -0700

    cmake: update revision to 3.6.2git

commit 92ce6ff434763c8c9360c23435e715e19681b346
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jun 11 08:36:37 2012 -0700

    cmake: update revision to 3.6.1 release

commit e482240c80f81f88353078f75431d330a1f79809
Merge: 88fee47 1dcdd0a
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 10 22:56:11 2012 -0400

    Merge branch 'master' into next

commit 1dcdd0abe1e8c493a5d145ab9feb2006e6bdbb3e
Merge: 0b8a592 3e4f9b9
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 10 22:55:46 2012 -0400

    Merge branch 'master-mods'

commit 3e4f9b9fbf26eee0da87ebdd230df4aae232837f
Merge: 9dc1901 c8c5158
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 10 22:54:40 2012 -0400

    Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into 
master-mods

commit 46bd64dc8231402535bad742a74250599e595148
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 10 19:21:51 2012 -0400

    filter: Fixed filter_delay and hilbert filter to work with aligned filter 
loads.

commit 227448e247ba720b87b99e1b9382cd3737241ab3
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 10 19:35:55 2012 -0400

    filter: working aligned taps loads for regular and decimating filter.
    
    Has working QA code but needs significant performance improvements.

commit 14532d8da0f40f2b58595bd7e217004bdbfc90e3
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 10 19:33:52 2012 -0400

    filter: adding ccf version for adaptive filter.

commit c8c5158133fb7a20413e42f59632930758561ad9
Author: Tim O'Shea <address@hidden>
Date:   Sun Jun 10 13:54:09 2012 -0400

    gr_unpack_k_bits:
        added python QA code
        reversed bit ordering to match gr_pack_k_bits
    
    gr_keep_m_in_n:
        added python QA code
        switched block to operate on individual items as itemsize instead of 
vectors
        updated GRC to match

commit 88fee472f56905fa2a469e516f35cf5d53edb2c5
Merge: 420daf3 0b8a592
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 10 12:53:24 2012 -0400

    Merge branch 'master' into next

commit 0b8a592583845b4989be454083f415488319f367
Merge: 06b8633 ec30d89
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 10 12:53:14 2012 -0400

    Merge branch 'maint'

commit ec30d89449f48fdd2f88420b4c87aba2e1a5abd1
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 10 12:43:06 2012 -0400

    volk: make sure the alignment call for a block passes at least 1.
    
    For machines with an alignment of 1, the blocks were truncating the 
aligment to 0. This makes sure that it gets set to a minimum of 1.

commit 420daf351fe6e93b63e2d9e8e7e7bd9c4cd1b8cf
Merge: bf5d433 06b8633
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 9 09:10:56 2012 -0700

    Merge branch 'master' into next

commit 06b863305c718a4734cdf6d6b9ed5365b0b34728
Merge: 9038efc fc22309
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 9 09:10:51 2012 -0700

    Merge branch 'maint'

commit fc22309289b88dfd7dd0b63aa1cd9557de3accb6
Author: Alexandru Csete <address@hidden>
Date:   Sat Jun 9 09:10:39 2012 -0700

    fcd: fix frequency offset test in GRC

commit bf5d43316a7ed894a522230ac1a071269498cdb6
Merge: 2bc1ce2 494f2fb
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jun 8 08:58:59 2012 -0700

    Merge branch 'wip/digital-rm-next' into next
    
    Conflicts:
        gnuradio-core/src/lib/general/CMakeLists.txt
        gnuradio-core/src/lib/general/general.i
        grc/blocks/block_tree.xml

commit 494f2fbdb09976871425f5d3819d11a059d85531
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jun 8 08:45:13 2012 -0700

    core: removed gr_simple_framer after move to gr-digital

commit d516a6c23602c3e9e29e589f78eb0b5a379041d1
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jun 8 08:29:11 2012 -0700

    core: removed gr_packet_sink after move to gr-digital

commit 843edb3aa9f4c05d8ce769d571e9d6d12096121c
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jun 8 08:23:37 2012 -0700

    core: remove gr_framer_sink_1 after move to gr-digital

commit 20a0e7b08dd743b48d4837bfa1db63354458edd9
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jun 8 08:15:19 2012 -0700

    core: remove gr_correlate_access_code_tag_bb after move to gr-digital

commit b6236c16c6660d023469e2a7535ecd3af312c486
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jun 8 08:03:38 2012 -0700

    core: removed gr_diff_phasor_cc after move to gr-digital

commit 2bc1ce240f1e88027fdb10e3cffeeb2894c3be15
Merge: b5da580 9038efc
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 7 16:56:12 2012 -0400

    Merge branch 'master' into next

commit 9038efc67028ac6bab05bfd60a8de7e6c2ba3fd7
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 7 16:56:01 2012 -0400

    fixed copyright dates.

commit b5da580c3723157bc88779aec8f5a3021db106a7
Merge: a54ea0a bfd0dfe
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 7 16:43:37 2012 -0400

    Merge branch 'master' into next

commit bfd0dfe00f107e00c0517790247fe723136a4c87
Merge: 4f9556d 9dc1901
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 7 16:43:28 2012 -0400

    Merge branch 'master-mods'

commit 9dc190127f3cc6f4688feaac514a0b887c531740
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 7 16:43:10 2012 -0400

    Some really minor nits.

commit a54ea0a4d1a7985b984cdd5e6891cca76123390a
Merge: 3543c1e 4f9556d
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 7 15:53:36 2012 -0400

    Merge branch 'master' into next

commit 4f9556dc48da8d408994cb3aa84c7dfd716b34dc
Merge: 9531844 ff8b66e
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 7 15:53:04 2012 -0400

    Merge branch 'maint'
    
    Conflicts:
        volk/gen/archs.xml

commit 95318443bc4ebc9be796f12857d6da4f59c6471d
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 7 15:52:17 2012 -0400

    volk: have an alignment even for unknown (generic) machines.

commit ff8b66e035aaa757969345c164ee72dd3a8fa2d8
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 7 15:50:26 2012 -0400

    volk: have an alignment even for unknown (generic) machines.

commit 0c5b464bf8cd97023d8ced153d14229186b23e8e
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jun 7 09:59:44 2012 -0700

    core: remove gr_diff_encoder and gr_diff_decoder after move to gr-digital

commit 3543c1e41840ed1e6e2efe81d194c69f535ca3d1
Merge: 90f8c17 23bb2d9
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jun 7 09:23:32 2012 -0700

    Merge branch 'master' into next

commit 23bb2d99edfa336fcfd9e14b0952a1a9a63e4d7b
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jun 7 09:23:11 2012 -0700

    Revert "uhd: allow source work to be stopped while fg runs"
    
    This reverts commit c78d307ecd5dac4e28190e5aa9b8377538f65ffa.

commit f2ab263b6fc9c24adc88fb55f2c210dd88e9345a
Author: Tim O'Shea <address@hidden>
Date:   Sat Jan 7 17:52:31 2012 -0500

    Block Modifications:
     digital.mpsk_receiver_cc: Set reasonable default parameter values for GRC 
definition
     digital.ofdm_insert_preamble: Expose enter_preamble() as public, to allow 
external state changes
                                   Cleanup of incorrect forecast behavior
                                   Make the flag port optional, incase external 
preamble triggers are preferred to in-band
     gr_vector_source: added set_data( data ) and rewind() public methods
     gr_head: added set_length(int) method to modify head length
    
    New Blocks Added:
     gr_keep_m_in_n: Allows periodic extraction of M items instead of 1 (in 
keep_1_in_n)
     gr_pack_k_bits: Complementary block fo gr_unpack_k_bits
     gr_vector_insert_x: Complement to the gr_head block, inserts a vector into 
a stream then becomes a pass through

commit ddbaaabc927b2ecc18ad84a238fa3235001bc79b
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jun 6 09:56:22 2012 -0700

    core: removed gr_chunks_to_symbols_XX after move to gr-digital

commit a09f727276fc0b0af979d962c44260ea2fdcd554
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jun 6 09:00:38 2012 -0700

    core: removed gr_scrambler_bb after move to gr-digital

commit f3ce47cdf15535b69d536122f7dbb3b21e6b5e61
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jun 6 08:50:48 2012 -0700

    core: removed gr_probe_density_b after moving to gr-digital

commit 54dc70bb661149ca02744a53f2f05cc4e4288848
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jun 6 08:39:03 2012 -0700

    core: removed gr_map_bb after transition to gr-digital

commit 90f8c175f9bec700ae41904c98bcd1250f506060
Merge: 98e4856 0eeb875
Author: Tom Rondeau <address@hidden>
Date:   Mon Jun 4 20:44:38 2012 -0400

    Merge branch 'master' into next

commit 0eeb87502d67c9e0522b6c7d703fbe8c3ca7a2d9
Merge: b7e2c8b e67e3d9
Author: Tom Rondeau <address@hidden>
Date:   Mon Jun 4 20:44:32 2012 -0400

    Merge branch 'maint'

commit e67e3d9ac40f9651f108463c18cd704bef733574
Author: Tom Rondeau <address@hidden>
Date:   Mon Jun 4 20:43:49 2012 -0400

    docs: fixed Doxygen from looking in the howto dir.

commit 98e485607dbb2caa35fb02c4834ef7cc345fb2c8
Merge: d1a6ce8 b7e2c8b
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 2 06:09:53 2012 -0700

    Merge branch 'master' into next

commit b7e2c8ba2cba5014fa2de28dc48d742b943406b3
Merge: 8569580 c78d307
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 2 05:59:29 2012 -0700

    Merge remote-tracking branch 'jblum/wip_uhd_stopper'

commit d1a6ce8e528b59855cd238296d772d8a1f174739
Merge: b555fec 8569580
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 31 17:07:10 2012 -0700

    Merge branch 'master' into next

commit 8569580b4ef8c1eccf5bdb81af60787e5b6bb8e9
Merge: 19fed24 b95b3ce
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 31 17:07:00 2012 -0700

    Merge branch 'maint'

commit b95b3ce4553442a97ce6ed19d907527ac0d90d96
Author: Justin R. Cutler <address@hidden>
Date:   Thu May 31 17:05:23 2012 -0700

    pager: fix frequency display when not default

commit 53dabcddefa202facfd0825fd2171f840a1a47c3
Author: Justin R. Cutler <address@hidden>
Date:   Thu May 31 17:02:05 2012 -0700

    grc: restore virtual ports in grc

commit b555fec24904c50a1e1c58588680fa1f27bc6313
Merge: 31a6637 19fed24
Author: Johnathan Corgan <address@hidden>
Date:   Tue May 29 18:49:39 2012 -0700

    Merge branch 'master' into next

commit 19fed24f0b915b9a5d78ad73057a50e2e202d780
Merge: 52c6484 11475bf
Author: Johnathan Corgan <address@hidden>
Date:   Tue May 29 18:49:29 2012 -0700

    Merge branch 'maint'

commit 31a6637b2d3b3574dfe5ff280d65d8e61d34888b
Merge: fa70d65 52c6484
Author: Tom Rondeau <address@hidden>
Date:   Sun May 27 10:10:46 2012 -0400

    Merge branch 'master' into next

commit 52c64845bded42ddd8f0b33dab8907b045392b2c
Author: Donald Porges <address@hidden>
Date:   Sun May 27 09:56:06 2012 -0400

    core: patch for vector_map loop variable initialization.

commit fa70d653cd6603986c5cd723181b6162f5bd1325
Merge: fb4a097 4a34f44
Author: Johnathan Corgan <address@hidden>
Date:   Sat May 26 10:20:23 2012 -0700

    Merge branch 'master' into next

commit c78d307ecd5dac4e28190e5aa9b8377538f65ffa
Author: Josh Blum <address@hidden>
Date:   Thu May 24 11:34:12 2012 -0700

    uhd: allow source work to be stopped while fg runs

commit 4a34f4497035ef51ff99f3faadbb65b66ba27c9f
Author: Josh Blum <address@hidden>
Date:   Tue May 22 21:53:18 2012 -0700

    wavelet: fixes for missing qa libraries and compile defines

commit fb4a097d05f008c1aacba997b59d026dfa7b001b
Merge: 1303a17 598a843
Author: Tom Rondeau <address@hidden>
Date:   Tue May 22 19:16:19 2012 -0400

    Merge branch 'master' into next

commit 598a843ab4a0f792e81f163ce541f4160fd66537
Merge: 5d33373 f2b4f45
Author: Tom Rondeau <address@hidden>
Date:   Tue May 22 19:15:36 2012 -0400

    Merge branch 'sphinxdocs'

commit f2b4f45fd949848e0b0faf296320c10e251208de
Author: Ben Reynwar <address@hidden>
Date:   Tue May 22 10:14:34 2012 -0700

    Fixing cmake doc dependencies for gr-fft and gr-wavelet.

commit a272119a0f80e921deacd292e052f230bcaad166
Author: Ben Reynwar <address@hidden>
Date:   Tue May 22 10:13:11 2012 -0700

    docs: Adding gr-fft to sphinx docs

commit bc1b4c18c8f16b6fbc666593869547ad2529662f
Author: Ben Reynwar <address@hidden>
Date:   Mon May 21 22:15:08 2012 -0700

    docs: Fixing swig_doc and sphinx so that it can deal with 3.7 style.

commit 1303a178f62e90cb3e410589739c6f249c769100
Merge: 012143e 5d33373
Author: Tom Rondeau <address@hidden>
Date:   Mon May 21 15:34:30 2012 -0400

    Merge branch 'master' into next

commit 5d33373a99265bc075bddb95c1e7b06a2e176cbd
Merge: ed838eb f684f3c
Author: Tom Rondeau <address@hidden>
Date:   Mon May 21 15:32:05 2012 -0400

    Merge branch 'sphinxdocs'

commit 012143e44d9dcfc0e157ee9bd564653fa19eada9
Merge: b0b1f51 ed838eb
Author: Tom Rondeau <address@hidden>
Date:   Mon May 21 14:36:24 2012 -0400

    Merge branch 'master' into next

commit ed838eb9be22d769247a9c63f23423c8c2f81f72
Author: Marcus Leech <address@hidden>
Date:   Mon May 21 14:35:33 2012 -0400

    wxgui: allows LEFT click to set a flow-graph variable to the adjusted X 
value on either the FFT or waterfall display.

commit f684f3c3997b973a914b3c1adffc3ba616f0f49b
Author: Ben Reynwar <address@hidden>
Date:   Mon May 21 11:08:01 2012 -0700

    docs: Fixed copyright in sphinx docs.

commit 90fe840f7f4b0cf15afff0e73031c5ac6073329c
Author: Ben Reynwar <address@hidden>
Date:   Mon May 21 10:54:23 2012 -0700

    docs: Added version number to sphinx docs.

commit 8a7fce10fd1be5eca73e243bf63976f7e32ff97f
Author: Ben Reynwar <address@hidden>
Date:   Mon May 21 09:56:02 2012 -0700

    docs: Extended README for sphinx docs.

commit b0b1f5139a748c5c4fe985feab17e2c0fd05ae11
Merge: b4558db d4fe437
Author: Tom Rondeau <address@hidden>
Date:   Mon May 21 12:51:18 2012 -0400

    Merge branch 'master' into next

commit d4fe4377e72165d88fdf00f6c8d5a5b986b25955
Author: Tom Rondeau <address@hidden>
Date:   Mon May 21 12:48:33 2012 -0400

    core: minor formatting changes to vector_map for style consistency.

commit 7f1178d2f4f51e1ad28a95d3a209ca0484839a9e
Merge: 3ff3257 91c3d95
Author: Ben Reynwar <address@hidden>
Date:   Mon May 21 09:30:58 2012 -0700

    Merge remote-tracking branch 'trondeau-github/sphinxdocs' into sphinxdocs

commit 91c3d95daa974fbbab11ac26a3a30c11ca35a5cd
Author: Tom Rondeau <address@hidden>
Date:   Sun May 20 13:59:35 2012 -0400

    sphinx: Added a README for explaining the documentation process.

commit 6977392abb2e5ccb54c4f23c271ee84d40fb5c72
Author: Tom Rondeau <address@hidden>
Date:   Sun May 20 13:39:59 2012 -0400

    docs: fixing up docs from sphinx warnings.

commit 18fccf6e204693dd0474c9ef23b8a4c0b70cb0f2
Author: Tom Rondeau <address@hidden>
Date:   Sun May 20 13:37:30 2012 -0400

    sphinx: dummy toctree entries to remove warnings.

commit 0da7b9c4ecf78ad3e34cd942ff3772b7352becf3
Merge: 59165ed 40d1539
Author: Tom Rondeau <address@hidden>
Date:   Sun May 20 12:38:46 2012 -0400

    Merge branch 'sphinxdocs' of https://github.com/benreynwar/gnuradio into 
sphinxdocs

commit 59165ed2ec7d45a7875c003ce4ce713082cf62c8
Author: Tom Rondeau <address@hidden>
Date:   Tue May 1 15:37:33 2012 -0400

    sphinx: create a conf.py and run_sphinx_build.sh files.
    
    These files help a user run Sphinx on the installed system. The shell 
script is designed for ease of use.

commit 11475bfd79097616b00639e5bfdc567134346566
Author: Nicholas Corgan <address@hidden>
Date:   Thu May 17 16:37:59 2012 -0700

    Fixed package dependencies for gnuradio-core and gr-wavelet, added support 
for Ubuntu 12.04 and Fedora 17

commit ae75ab750c2210a880684c3ce82bc152dd591ab3
Author: Ben Reynwar <address@hidden>
Date:   Thu May 17 11:37:20 2012 -0700

    gr: Added vector_map block.

commit 3ff3257f9fdbf3cd3f88036ebdbf36c70891a53e
Author: Ben Reynwar <address@hidden>
Date:   Thu May 17 07:34:29 2012 -0700

    Add sphinx mathjax extension.

commit b4558dbbfdb7c5183ddf9d84b3a91de34da4b808
Merge: 5ec6c80 99f8f19
Author: Johnathan Corgan <address@hidden>
Date:   Tue May 15 22:58:40 2012 -0700

    Merge branch 'master' into next

commit 99f8f19166bf00b22bfafec26be8715b0fe291dd
Author: Josh Blum <address@hidden>
Date:   Tue May 15 16:55:54 2012 -0700

    digital: these classes are part of the digital library

commit 5ec6c8018d99110eb6877d05db2f718521660b00
Merge: 88d4064 1befbf0
Author: Johnathan Corgan <address@hidden>
Date:   Tue May 15 16:23:56 2012 -0700

    Merge branch 'master' into next

commit 1befbf0d16d95037fb699f40845abbcb02e86d79
Author: Josh Blum <address@hidden>
Date:   Tue May 15 15:53:27 2012 -0700

    fft: should not export for static class member

commit 88d4064863298d36e217b0c5f9e3437621bf2811
Merge: cef178d ff3d467
Author: Johnathan Corgan <address@hidden>
Date:   Sat May 12 08:56:13 2012 -0700

    Merge branch 'master' into next

commit ff3d467ba8bf8a3e21dd3dfd448262f6a77b3e4d
Author: Johnathan Corgan <address@hidden>
Date:   Sat May 12 08:51:34 2012 -0700

    volk: fix some signedness and unused variable warnings

commit bb0d5960534c3addc6664d78e3862b460392205e
Author: Johnathan Corgan <address@hidden>
Date:   Sat May 12 08:29:01 2012 -0700

    volk: fix profiler comparison

commit ee0ed0b725b19e223f8f7f3ff27d4374c5fcb35a
Author: Nick McCarthy <address@hidden>
Date:   Fri May 11 16:29:08 2012 -0700

    volk: add SIMD implementation for fixed phase rotation

commit 511f351466e77fb49cc26d21fca3396f2213a44c
Author: Tom Rondeau <address@hidden>
Date:   Wed May 9 20:17:39 2012 -0400

    filter: wip: working on adaptive FIR filter. Moved ccc and created parent 
class that is not a gr_block.

commit 274bc141208ac8209c6b3342ff5ddc3755b321de
Author: Tom Rondeau <address@hidden>
Date:   Tue May 8 22:43:48 2012 -0400

    filter: created polyphase_filterbank parent class to handle some 
initialization and setting taps of PFB blocks.
    
    Converted pfb_channelizer_ccf over to new parent class. Passes QA.

commit 4f08cb7eb6e3ac4b7315b4b78dbc7d812b6c3dd1
Author: Tom Rondeau <address@hidden>
Date:   Tue May 8 22:07:05 2012 -0400

    filter: copied over pfb_channelizer to gr-filter with QA and GRC.

commit 40d1539f04b945045352db7329ae83562c32ddf0
Author: Ben Reynwar <address@hidden>
Date:   Tue May 8 13:07:02 2012 -0700

    docs: Modified swig_doc.py to put parameter info in docstrings.

commit ace7a97a3e93dcb2f9cd6460ddb847cc1512bdd4
Author: Ben Reynwar <address@hidden>
Date:   Tue May 8 12:59:38 2012 -0700

    doxyxml: Added parsing of parameters from xml.

commit cef178d6ce685c4254a385eb3f270eb7e1e361a6
Merge: 04ea62d 23dd54b
Author: Johnathan Corgan <address@hidden>
Date:   Tue May 8 09:07:42 2012 -0700

    Merge branch 'master' into next

commit 23dd54bf3b6b47e3947c91bbb7ea6d44d00f65ca
Merge: 231b177 374afd8
Author: Johnathan Corgan <address@hidden>
Date:   Tue May 8 09:07:35 2012 -0700

    Merge branch 'maint'

commit 374afd8759420e7774caa832a934cd0da3ae8051
Author: Moritz Fischer <address@hidden>
Date:   Mon May 7 21:25:28 2012 -0400

    volk: fixed popcnt.

commit 04ea62d9f909679000b24ca9344deaefeb96484b
Merge: 7b970b9 231b177
Author: Tom Rondeau <address@hidden>
Date:   Mon May 7 21:26:41 2012 -0400

    Merge branch 'master' into next

commit 231b177ae5c2ef7726cfc18b709ba850c021cf1b
Author: Moritz Fischer <address@hidden>
Date:   Mon May 7 21:25:28 2012 -0400

    volk: fixed popcnt.

commit df09c431d1ab1f9fd0645b6d5187d5eaec4699b8
Author: Tom Rondeau <address@hidden>
Date:   Mon May 7 20:05:29 2012 -0400

    filter: fixed typo.

commit 0f6af7cf0ed1cad636a185fb951f026b85b49064
Author: Tom Rondeau <address@hidden>
Date:   Sun May 6 22:42:22 2012 -0400

    filter: added fir_filter_with_buffer to gr-filter.
    
    Only fff and ccc versions so far. Needs work on Volk to be followed from 
fir_filter.

commit fc98a2a9775ab8e091413a195ce2584e5b76de99
Author: Tom Rondeau <address@hidden>
Date:   Sun May 6 19:36:03 2012 -0400

    filter: added filter_delay_fc to gr-filter with QA and GRC files.

commit b3987add5662344ed88be910afdb55de1097ed15
Author: Tom Rondeau <address@hidden>
Date:   Sun May 6 17:11:05 2012 -0400

    filter: some cleanup with the dc_blocker code.

commit 137cd17199b62409591acff84476605f64e15ff8
Author: Tom Rondeau <address@hidden>
Date:   Sun May 6 16:24:43 2012 -0400

    filter: moved dc_blocker to gr-filter with QA and GRC blocks.

commit 897a60220a29fc509802e5e30e645e7ee154e184
Author: Tom Rondeau <address@hidden>
Date:   Sat May 5 17:52:28 2012 -0400

    filter: added hilbert xform block with QA and GRC block.

commit 53f57b6730fa7579d34bf6387d50f894a46030d4
Author: Tom Rondeau <address@hidden>
Date:   Sat May 5 14:42:18 2012 -0400

    filter: actually run the C++ unit tests.

commit e832b09166547e380972f48b2317d96a25d3d0e5
Author: Tom Rondeau <address@hidden>
Date:   Sat May 5 14:41:03 2012 -0400

    filter: added Parks-McClellen algorithm.
    
    Renamed gr_remez to pm_remez here. Added QA code and fixed coding style.

commit 77d5097c7df9494ee7e215d9dbf29d185ffbe5ed
Author: Tom Rondeau <address@hidden>
Date:   Sat May 5 13:35:40 2012 -0400

    filter: cleanup and moving calls from gr.firdes to filter.firdes.

commit 906fe742d1c6a6ca93b47261b0ee615d4779081b
Author: Tom Rondeau <address@hidden>
Date:   Sat May 5 13:34:56 2012 -0400

    filter: added firdes for generating FIR filters to gr-filter.
    
    Addes QA code in both Python and C++.

commit 265daaec335eeacbfdfdb15d50c4d19f387644d7
Author: Johnathan Corgan <address@hidden>
Date:   Fri May 4 20:04:08 2012 -0700

    core: removed gr_glfsr* and gr_pn_correlator after transition to gr-digital

commit 1e18d093dad92f798796f75136943adf088cfe60
Author: Tom Rondeau <address@hidden>
Date:   Thu May 3 14:05:21 2012 -0400

    filter: added GRC block for FFT filters. Fixed example install.

commit 8723cdcb44c06c14ce7162d219cee93e9a2f3f85
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 3 10:37:27 2012 -0700

    core: removed gr_descrambler_bb after transition to gr-digital

commit 2c80be2c6e3aadcc96046c2e99891c54f61b027c
Author: Tom Rondeau <address@hidden>
Date:   Thu May 3 13:33:54 2012 -0400

    filter: improved documentation for fft_filters.

commit 7b970b9b1efa72f6d0505b63b2ef4f86fd51d207
Merge: 2d3caf5 f9f1508
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 3 10:19:08 2012 -0700

    Merge branch 'master' into next

commit f9f1508e2ffdea0104fea8b54cbce78916aa18f7
Merge: f4da804 3d8074a
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 3 10:19:03 2012 -0700

    Merge branch 'maint'

commit 73292e45402f561d07b2d2a09f3bf1901a252590
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 3 10:06:58 2012 -0700

    core: removed gr_bytes_to_syms after transition to gr-digital

commit 3d8074ac37024c1d64f69a6539d07164e966c673
Author: Tom Rondeau <address@hidden>
Date:   Thu May 3 12:36:00 2012 -0400

    pfb: properly deleting d_fft to close some memory leaks.

commit 5aabd7433a66b9964e066c5406884c246b19f709
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 3 09:51:57 2012 -0700

    core: removed gr_additive_scrambler after transition to gr-digital

commit 2d3caf5247687a108e95682cd6c35ade308a83ab
Merge: ff6a03c f4da804
Author: Tom Rondeau <address@hidden>
Date:   Thu May 3 12:51:07 2012 -0400

    Merge branch 'master' into next

commit f4da804ea3dde5e376e520769a93f80545670208
Author: Jose Quaresma <address@hidden>
Date:   Thu May 3 12:50:39 2012 -0400

    GRC: patch to allow users to specify max_noutput_items in GRC options block.

commit 05b2c02f17d790df4896fcfb85c4020748f25747
Author: Tom Rondeau <address@hidden>
Date:   Thu May 3 12:36:00 2012 -0400

    pfb: properly deleting d_fft to close some memory leaks.

commit 4def5f38c96d5f8657ffa98f827d4c97157f4d13
Merge: a7afbf2 8c14a49
Author: Tom Rondeau <address@hidden>
Date:   Thu May 3 12:18:25 2012 -0400

    Merge branch 'master' of gnuradio.org:gnuradio

commit 9968eb116b89f2a38602d590207fbe0ea514c018
Author: Tom Rondeau <address@hidden>
Date:   Thu May 3 12:17:35 2012 -0400

    filter: preparing to handle alignment better in FIR filters.

commit ff6a03cbc541299ccc14c2018aa46c8834e51df4
Merge: 4e9b55b 8c14a49
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 3 09:13:37 2012 -0700

    Merge branch 'master' into next

commit 8c14a49634fd6ea5fb939b7d890fae1281c8fa6e
Merge: ed8fbd7 29ed15d
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 3 09:13:31 2012 -0700

    Merge branch 'maint'

commit 29ed15d3acaf8c778ea6aff41a636892e362f7a3
Author: Josh Blum <address@hidden>
Date:   Wed May 2 22:00:45 2012 -0700

    gruel: conditional linking for pthread

commit 42eeb8736a50f13a36cc5b40e9465af03b64b2af
Author: Tom Rondeau <address@hidden>
Date:   Wed May 2 20:03:41 2012 -0400

    filter: fixed fft_filter tests.

commit b63e3b8a6923cf358d42064dca16d262a33c2918
Author: Tom Rondeau <address@hidden>
Date:   Wed May 2 19:59:43 2012 -0400

    filter: adding fff version of FFT filter.

commit 26531c2da601a1c21c50e3644350c604c27f8658
Author: Tom Rondeau <address@hidden>
Date:   Wed May 2 18:59:23 2012 -0400

    filter: fixed FIR filter taps and added complex FFT filter.

commit 4e9b55b9cb3c234f0d9534a79d131a808eb9e86e
Merge: 1e7068c ed8fbd7
Author: Johnathan Corgan <address@hidden>
Date:   Wed May 2 14:49:47 2012 -0700

    Merge branch 'master' into next

commit ed8fbd7733d54b80c2bd13351500d0c2da187caf
Merge: 884c23e 7fde258
Author: Johnathan Corgan <address@hidden>
Date:   Wed May 2 14:37:55 2012 -0700

    Merge branch 'digital_moves'

commit 32f807a8c8f1bcadfd8f8ad4c5a46c1b099f8c8f
Author: Tom Rondeau <address@hidden>
Date:   Wed May 2 16:14:09 2012 -0400

    filter: Reworking filter to have a set of basic implementation classes for 
filters of different kinds.
    
    The GR blocks are templated now and call from fir_filters for the 
volk-specific implemenation.
    
    Note the modification to build_utils.py to accomodate these changes.

commit a247889d7ad212cf3a69df8ec95dc2436e4cc400
Author: Tom Rondeau <address@hidden>
Date:   Wed May 2 12:43:43 2012 -0400

    filter: adding examples folder.
    
    First example compares old filter in gr to new one in filter.

commit 417337cd4a6cef95bbec7c5d04bbacdab0eb9f47
Author: Tom Rondeau <address@hidden>
Date:   Wed May 2 12:43:18 2012 -0400

    filter: fixing up fir_filter_fff to handle taps appropriately, also does 
decimation.

commit 38120d6ba5b805f522e74c0e440e487f673cb82e
Author: Tom Rondeau <address@hidden>
Date:   Wed May 2 11:59:25 2012 -0400

    fft: export the FFTW malloc and free helper functions.

commit 7f8331808f99a9747bed39e55bbee98bc58c6038
Author: Tom Rondeau <address@hidden>
Date:   Wed May 2 11:45:29 2012 -0400

    build: reworking cmake structure for include and lib directories. I think 
this is cleaner.
    
    We also probably don't need the link_directories (according to the cmake 
guys, this is no longer necessary).

commit f64b971f34ab813f70b0680ec7ae02744343ef3c
Author: Tom Rondeau <address@hidden>
Date:   Tue May 1 22:10:17 2012 -0400

    filter: work on creating gr-filter top-level component.
    
    Builds but does not bring in libgnuradio-fft.so symbols.

commit a7afbf205a543967ee949f6b6409c2a295e6905d
Author: Tom Rondeau <address@hidden>
Date:   Tue May 1 16:59:58 2012 -0400

    fft: enabling doc and grc subdirs.

commit da42490eb23389949473c445b9cfb2a6f109440f
Author: Tom Rondeau <address@hidden>
Date:   Tue May 1 15:37:12 2012 -0400

    docs: fixed bug in doxygen looking at howto dir.

commit 8ee7c96ff6ffd8829a0dd29e4a4745eeaeee780f
Author: Tom Rondeau <address@hidden>
Date:   Tue May 1 11:18:31 2012 -0400

    docs: adds a 'make sphinx' target that can be run after 'make install' to 
generate the Python docs.

commit 141d2ec0a0c3d9c234622444b1f2a5e21fa08ae8
Author: Ben Reynwar <address@hidden>
Date:   Mon Apr 30 21:39:44 2012 -0700

    Adding sphinx documentation.

commit 1e7068cb0dbd97186eb2a3a4701df62801adb112
Merge: 89f0add 884c23e
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 30 15:59:11 2012 -0700

    Merge branch 'master' into next

commit 884c23efe954f34d15f7211c360e1475c65db9db
Merge: d7ecbd1 9bab2da
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 30 15:57:55 2012 -0700

    Merge branch 'maint'

commit 9bab2daba836ad6c121b5237af287efb7dc5968e
Author: Tim Oshea <address@hidden>
Date:   Mon Apr 30 15:57:41 2012 -0700

    gruel: fix linker assumption made explicit on Ubuntu 12.04

commit 2817cf14147d6da2e7ef051fbbbf8228fd1c07ba
Merge: e7f45e3 d7ecbd1
Author: Ben Reynwar <address@hidden>
Date:   Mon Apr 30 09:20:59 2012 -0700

    Merge branch 'master' of http://gnuradio.org/git/gnuradio

commit f775720a830b100e1ed0286b2f879d13be70ca75
Author: Ben Reynwar <address@hidden>
Date:   Mon Apr 30 09:17:40 2012 -0700

    Fully gray-coding QAM constellations.

commit 89f0add577f89c0cb1c3daea3abfc8167ed67478
Merge: 732bbf9 d7ecbd1
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 30 00:15:53 2012 -0700

    Merge branch 'master' into next

commit d7ecbd12be995ad6db7a53a5d6dd3fcb205c07ea
Merge: 370425f 399969c
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 30 00:08:48 2012 -0700

    Merge branch 'gr_fft'

commit 399969c8f9ad2ac19acd0f2299b0424dec2390b1
Author: Johnathan Corgan <address@hidden>
Date:   Sun Apr 29 11:44:27 2012 -0700

    fft: put helper classes in namespace

commit 8613b52b42585f1f0f1ca73b778cd47ec2548292
Author: Johnathan Corgan <address@hidden>
Date:   Sun Apr 29 10:28:01 2012 -0700

    fft: make interface functions pure virtual

commit d79054551fee36eda99a142aff2856f20b4787fa
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 26 20:05:59 2012 -0400

    gr-fft: creates a gr-fft top-level component.

commit 045d02d1a69c916e60d87b655adfacfceeceeaaf
Author: Josh Blum <address@hidden>
Date:   Fri Apr 27 10:03:28 2012 -0700

    python-blocks: replace assertItemsEqual with assertEqual

commit 732bbf98e4d909d966032463b784fe024b405d87
Merge: 1360058 370425f
Author: Johnathan Corgan <address@hidden>
Date:   Fri Apr 27 08:58:20 2012 -0700

    Merge branch 'master' into next

commit 370425f1d7e1bf364093bc26f3b6c9d8d7603d06
Merge: 03d6286 4e3a048
Author: Johnathan Corgan <address@hidden>
Date:   Fri Apr 27 08:55:25 2012 -0700

    Merge branch 'maint'

commit 098ecb7b0ec93313453edfdfb3d7f2824962fdad
Author: Ben Reynwar <address@hidden>
Date:   Thu Apr 26 23:09:59 2012 -0700

    gr_digital: Added QAM to testing.

commit 42109bab4f5be9958529ac9ed015c15ae3e858c2
Author: Ben Reynwar <address@hidden>
Date:   Thu Apr 26 22:59:30 2012 -0700

    gr-digital: Add non-differential tests to qa_constellation_receiver

commit 084249788afd57ffa5e56e699f25cc0e2d6f5616
Author: Ben Reynwar <address@hidden>
Date:   Thu Apr 26 22:57:05 2012 -0700

    gr-digital: PSK modulation. Gray-coding done by constellation order for 
non-differential modulation.

commit 93940233c63b1e889a502dc0558de2bc03bab414
Author: Ben Reynwar <address@hidden>
Date:   Thu Apr 26 21:41:11 2012 -0700

    gr-digital: API-CHANGE. Tidying bpsk, qpsk and generic_mod_demod.

commit 4e3a048576c02505fdac5d27feef0a3ebfabfaea
Author: Nicholas Corgan <address@hidden>
Date:   Thu Apr 26 14:53:14 2012 -0700

    gr-uhd: updated USRP Sink and USRP Source help messages

commit 1360058a8fd034cc05baf5b8c480ff1cf50a9cef
Merge: db8d885 03d6286
Author: Tom Rondeau <address@hidden>
Date:   Tue Apr 24 20:59:56 2012 -0400

    Merge branch 'master' into next

commit 03d62861b6f1294cdf0e9ff1c8672a7973ebc9db
Merge: 6d1419f 8e89d23
Author: Tom Rondeau <address@hidden>
Date:   Tue Apr 24 20:59:46 2012 -0400

    Merge branch 'maint'

commit 8e89d23876a36508ecf5940514f61d76e187436d
Author: Marcus Leech <address@hidden>
Date:   Tue Apr 24 20:58:35 2012 -0400

    uhd: updating/fixing WBFM example.

commit 7a723f53a025dcd2cdeaedc32524255e3fc6fd7a
Author: Josh Blum <address@hidden>
Date:   Tue Apr 24 16:08:10 2012 -0700

    cmake: make a find portaudio that follows the rules

commit 7fde258b1478c01cbe7559e7b2cd0f34e36cbe33
Author: Tom Rondeau <address@hidden>
Date:   Tue Apr 24 10:22:16 2012 -0400

    digital: added GRC file for chunks_to_symbols block.

commit 146a158c01635d31d813a76a5bbd3b7ef2eb8645
Author: Tom Rondeau <address@hidden>
Date:   Tue Apr 24 10:13:50 2012 -0400

    digital: adding QA for chunks_to_symbols and updating generic demodulator 
to use this one.

commit c6b220a0f96d667696d197eccd65018faf648c96
Author: Tom Rondeau <address@hidden>
Date:   Tue Apr 24 01:20:40 2012 -0400

    digital: moving generated chunks_to_symbols to gr-digital.

commit 1723a717658ce7a8729528706f2b71f99dea14f5
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 22 11:04:12 2012 -0400

    docs: adding documentation for new gr-digital blocks.

commit 362d45bb829a9b190586cca79717cc175f4d06d2
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 19 16:29:39 2012 -0400

    digital: copying over rest of blocks from gnuradio-core to gr-digital.
    
    Includes moving GRC and QA code; new ones where missing.
    
    Have not removed blocks from gnuradio-core for compatibility.

commit db8d885ef30be2fce764b1d8310ff39af2eff00e
Merge: 0492d77 6d1419f
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 23 16:45:43 2012 -0700

    Merge branch 'master' into next

commit 6d1419febab128d82bad00abaf0935624f8aa6cb
Merge: 0f8503f 954ee16
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 23 16:45:36 2012 -0700

    Merge remote branch 'jblum-github/volk_work'

commit 0492d77fee4a311880c302100df695f85726b916
Merge: ccd03fa 0f8503f
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 23 16:16:23 2012 -0700

    Merge branch 'master' into next

commit 0f8503fd9c7bc63f316b18094fc0ffa5bd62a3c1
Merge: 539e909 bb61c32
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 23 16:15:55 2012 -0700

    Merge remote branch 'jblum-github/volk_work'

commit ccd03facf27c7acb6b9eebe6351c8084824705f8
Merge: e0bfcb9 539e909
Author: Tom Rondeau <address@hidden>
Date:   Mon Apr 23 19:10:21 2012 -0400

    Merge branch 'master' into next

commit 539e909777cc888bfec6f18a0945699621c428b5
Merge: 4240423 4c58926
Author: Tom Rondeau <address@hidden>
Date:   Mon Apr 23 19:10:10 2012 -0400

    Merge branch 'maint'

commit 4c589268b7145d782194d99c4eade83bc04eaae5
Author: Tom Rondeau <address@hidden>
Date:   Mon Apr 23 19:09:22 2012 -0400

    Various fixes for using Python 2.5.

commit 954ee16a180e16fbd232f18b0a69eaed55bd7fdd
Author: Josh Blum <address@hidden>
Date:   Mon Apr 23 14:07:08 2012 -0700

    volk: force kwargs keys to be of type str, not unicode for py25

commit e0bfcb955b4564fb93da458fadc0486e593c5975
Merge: 2de858e 4240423
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 23 13:13:36 2012 -0700

    Merge branch 'master' into next

commit 42404235ce54937de5c8f8e1832d84640422117c
Merge: c02fe1a 0711c53
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 23 13:13:07 2012 -0700

    Merge remote branch 'ncorgan/gr-uhd_swig-stuff'

commit 2de858ebbbc28097c01e4a773cba99ba4223f64d
Merge: 6f47272 c02fe1a
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 23 11:05:25 2012 -0700

    Merge branch 'master' into next

commit c02fe1aa1166c5b4864ebdfac76cc35c56c7a9e9
Merge: 62eb052 70392d3
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 23 11:00:03 2012 -0700

    Merge branch 'maint'

commit 70392d37c572ee94ff7a72e35e02f11404c532fd
Author: Jaroslav Skarvada <address@hidden>
Date:   Mon Apr 23 10:51:36 2012 -0700

    cmake: fix pygtk check failure with no X session
    
    This change makes python module checking more robust by preventing
    cmake failure when unexpected exceptions occur.

commit 0711c5324d431eccc0e9e44dcef2c112ed5e2ed4
Author: Nicholas Corgan <address@hidden>
Date:   Mon Apr 23 10:17:14 2012 -0700

    gr-uhd: uhd_fft and uhd_siggen_base.py now use subdev names instead of 
dboard id's

commit 6f472727661caee5d05f4b065f23a50a943edb66
Merge: 9d56b9b 62eb052
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 22 21:02:46 2012 -0400

    Merge branch 'master' into next

commit 62eb0520ba866cc2eb7a4aa3e0ba0cdd325b6c0a
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 22 20:59:42 2012 -0400

    docs: updating build dependency and building instructions.

commit 9d56b9ba3b006e70f442001b54c66bcdb891a3b4
Author: Johnathan Corgan <address@hidden>
Date:   Fri Apr 13 23:04:06 2012 -0700

    wavelet: transition to namespace C++ API

commit e717c7caeb04047c502f1447b0ea8be3dc4e8579
Merge: 1f1efd7 2c7ea13
Author: Johnathan Corgan <address@hidden>
Date:   Sat Apr 21 13:18:49 2012 -0700

    Merge branch 'master' into next

commit 2c7ea13282add42e8d10d0ced2ccd69bb4d351f0
Merge: 065d379 8e8335e
Author: Johnathan Corgan <address@hidden>
Date:   Sat Apr 21 13:17:52 2012 -0700

    Merge branch 'merge/core-swig-magic'

commit 1f1efd79ddfd6bccd38ffbeba57fd42da509d9b8
Merge: 61d337a 065d379
Author: Johnathan Corgan <address@hidden>
Date:   Sat Apr 21 12:22:00 2012 -0700

    Merge branch 'master' into next
    
    * Use merge strategy -s ours to skip master commit

commit 065d37947aafb0c9f460cb13e6eb2f88035210e1
Author: Johnathan Corgan <address@hidden>
Date:   Sat Apr 21 12:20:22 2012 -0700

    cmake: update revision to 3.6.1git

commit 61d337a8bf2c50648ccd2dc1e1ee1b56f3288f12
Author: Johnathan Corgan <address@hidden>
Date:   Sat Apr 21 12:10:48 2012 -0700

    cmake: upgrade revision to 3.7git

commit b40ccb1d3f12a6837df235ccbceee5180c711efa
Author: Johnathan Corgan <address@hidden>
Date:   Sat Apr 21 11:52:04 2012 -0700

    cmake: update revision to 3.6.0

commit 4033e0b9726beed43e481c2ac90c06fef2a7c042
Merge: 40ea345 f7378fd
Author: Johnathan Corgan <address@hidden>
Date:   Sat Apr 21 11:40:48 2012 -0700

    Merge branch 'maint'
    
    * Use merge strategy -s ours to skip release commits on maint

commit f7378fd80df0180a599665b42e89af367f1835c9
Author: Johnathan Corgan <address@hidden>
Date:   Sat Apr 21 11:10:49 2012 -0700

    build: update revision to 3.5.3.2

commit 9d69794186e8be15db41546fddc2fc91b2a2a005
Author: Johnathan Corgan <address@hidden>
Date:   Sat Apr 21 11:09:21 2012 -0700

    build: update canonical config files

commit 40ea345097e45fcd9a652fd1a257885a3bd86e7e
Merge: d5f9c57 abb70ac
Author: Johnathan Corgan <address@hidden>
Date:   Sat Apr 21 10:57:27 2012 -0700

    Merge branch 'maint'

commit 8e8335e2e4f20e3015956b30f05013913cb3fc54
Author: Johnathan Corgan <address@hidden>
Date:   Sat Apr 21 09:05:56 2012 -0700

    core: add SWIG macro for namespaced blocks

commit abb70ac7d26c70d52e83438eb30bdf5d1b64eec8
Author: Josh Blum <address@hidden>
Date:   Fri Apr 20 12:11:32 2012 -0700

    cmake: fix compiler flags on ppc arch

commit bb61c325dabfc80bbd8404b2892575948b77496b
Author: Josh Blum <address@hidden>
Date:   Thu Apr 19 00:50:18 2012 -0700

    volk: code simplification, overrule macro and python opts

commit 04adf90ea75de53551025cd442295d1d99b36f05
Author: Josh Blum <address@hidden>
Date:   Wed Apr 18 15:26:58 2012 -0700

    volk: avoid sse2 saturation issue 32768->32767

commit f51c4dc7e5e8bab60f9431c51159f9e35907fbb7
Author: Josh Blum <address@hidden>
Date:   Wed Apr 18 15:17:55 2012 -0700

    volk: added set_float_rounding to volk_cpu_init

commit 7b0e04c5637dc5ecefb255502862ccb06a26325b
Author: Josh Blum <address@hidden>
Date:   Wed Apr 18 13:44:26 2012 -0700

    volk: avx overrule is gcc4.4, make prints match

commit fd1e12bffd162852ea377017204860af6573a01a
Author: Nick Foster <address@hidden>
Date:   Wed Apr 18 09:59:41 2012 -0700

    volk: disable AVX if GCC version < 4.6.0

commit 3d913cde5286c77ae4805bf7511b59190f2266dd
Author: Josh Blum <address@hidden>
Date:   Wed Apr 18 13:33:07 2012 -0700

    volk: gcc version check without __GNUC_PREREQ

commit 283b6e911517313597756a9c3acd966c2dfe77e4
Author: Josh Blum <address@hidden>
Date:   Wed Apr 18 11:16:59 2012 -0700

    volk: added gcc version check to xgetbv
    
    Reference
    https://code.google.com/p/pcsx2/issues/detail?id=1195

commit c1348c8cdc8d607a00f2c427e0bdf78c80e836d1
Author: Josh Blum <address@hidden>
Date:   Tue Apr 17 11:44:49 2012 -0700

    volk: remove norc, implement machine overrule

commit f70cb7901a43c201242399225d31eed83e7d41ce
Author: Josh Blum <address@hidden>
Date:   Mon Apr 16 21:56:01 2012 -0700

    volk: use archs.xml to specify compiler flags + support

commit 4d1ee048a3bac03b0d8ad39e5aa270ff8335941b
Author: Josh Blum <address@hidden>
Date:   Mon Apr 16 19:00:00 2012 -0700

    volk: fix volk_profile install rule

commit 0b117624e09643b7615316d3fa4741e2004529fa
Author: Josh Blum <address@hidden>
Date:   Mon Apr 16 18:39:29 2012 -0700

    volk: move avx cpuid_x86_bit check in archs.xml

commit 5a3d372c027237dad1b1d8bc55c73f3217509b8f
Author: Josh Blum <address@hidden>
Date:   Mon Apr 16 17:56:58 2012 -0700

    volk: fix msvc __cpuid pointer cast

commit 0595b7f2283e0aa1cdebefdac2d3a2702324727d
Author: Nick Foster <address@hidden>
Date:   Mon Apr 16 17:18:36 2012 -0700

    Volk: redo the archs.xml language to make checks generic. no more "type", 
no more piles of #if crap in the template.

commit 63809a2c71ea1d50aca6165a73b13fee0eae1d84
Author: Josh Blum <address@hidden>
Date:   Mon Apr 16 15:14:06 2012 -0700

    volk: fix for cpuid_eax check with hardcoded values

commit 3e2aebaaccf3e97aa56e1159694a212028eb92ad
Author: Josh Blum <address@hidden>
Date:   Mon Apr 16 14:35:16 2012 -0700

    volk: removed old generator python code

commit 0faf0107e38e93bc3fddf8296449a1439978bec1
Author: Josh Blum <address@hidden>
Date:   Mon Apr 16 13:38:44 2012 -0700

    volk: updated build system for avx checking support
    
    updated copy of cpuid.h with the latest from gcc 4.6

commit cacfd391b8bfde1331158612ec1376f27cb7391f
Author: Josh Blum <address@hidden>
Date:   Mon Apr 16 12:10:46 2012 -0700

    volk: build system work, can build stand-alone msvc

commit 4e86843aa236c4fabac35f236f22d16cd8fea99b
Author: Josh Blum <address@hidden>
Date:   Mon Apr 16 09:18:52 2012 -0700

    volk: python checks and build system stuff

commit 25a3690954d80819fe59e179e4675c5cdf81a347
Author: Josh Blum <address@hidden>
Date:   Mon Apr 16 00:41:16 2012 -0700

    volk: make orc a normal arch with overrule

commit 3af0f815ae3442dacdac78acf238b277f472c404
Author: Josh Blum <address@hidden>
Date:   Mon Apr 16 00:29:26 2012 -0700

    volk: added compile utils and cleanup cmakelists

commit 37f9a62fd45ece1e6a92769fbb1798403c86ba9b
Author: Josh Blum <address@hidden>
Date:   Sun Apr 15 19:11:52 2012 -0700

    volk: working build w/ cmakelists

commit 95e91b44d2ef3535129c0a402c51bc56cfd74d06
Author: Josh Blum <address@hidden>
Date:   Sun Apr 15 17:32:38 2012 -0700

    volk: created other templates for runtime + machines

commit eccc86fbb8aa0392307bfdf1bd802e4394868334
Author: Josh Blum <address@hidden>
Date:   Sun Apr 15 15:38:14 2012 -0700

    volk: added kernel defs and typedefs

commit e91983371498cfd87d3f4673d6e5874c9ba03ab9
Author: Josh Blum <address@hidden>
Date:   Sun Apr 15 13:56:10 2012 -0700

    volk: work on template stuff

commit d5f9c571ec02a1847da5b58be96bee92538ab3e1
Merge: a8c8a0e 3314637
Author: Johnathan Corgan <address@hidden>
Date:   Thu Apr 19 11:47:38 2012 -0700

    Merge branch 'maint'

commit 33146370ca9ffdf7c56b886be46313e7a40cc9fe
Author: Johnathan Corgan <address@hidden>
Date:   Thu Apr 19 11:47:22 2012 -0700

    fcd: fix iq_corr setup in GRC wrapper

commit a8c8a0e9df0cf8e8d1b73936a412a2cec927b587
Merge: 9f87953 991da11
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 19 14:15:18 2012 -0400

    Merge branch 'maint'

commit 991da110884377b4a03cfda49b7f358f84c51807
Merge: 0f7911f ef97a99
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 19 14:14:45 2012 -0400

    Merge branch 'maint' of gnuradio.org:gnuradio into maint

commit 9f879534f21301b24fc5fdee54966d937f37f927
Merge: c954791 ef97a99
Author: Johnathan Corgan <address@hidden>
Date:   Thu Apr 19 09:21:09 2012 -0700

    Merge branch 'maint'

commit 0f7911feef51d06d2dbf758b8c1b227c42eeb1a2
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 19 10:04:33 2012 -0400

    digital: fixed miscalculation of symbol rate in digital_bert_rx.

commit ef97a9935853b928cefe0bf27273e935c0df7552
Author: Josh Blum <address@hidden>
Date:   Wed Apr 18 13:32:36 2012 -0700

    volk: gcc version check without __GNUC_PREREQ

commit ad9752793bbb7134e14483553766ab3d36e02366
Author: Josh Blum <address@hidden>
Date:   Wed Apr 18 11:18:21 2012 -0700

    volk: added xgetbv stuff from volk_work to maint
    
    This ensures that the compiler has support for xgetbv.
    This also fixes MSVC by checking for _xgetbv.
    Also, restored copy of cpuid.h, this should not be modified.

commit c954791fe78c2ab669cca9bbc4817a278910e1e1
Author: Marcus D. Leech <address@hidden>
Date:   Wed Apr 18 08:55:45 2012 -0700

    grc: add callback for changing file name in sinks

commit 30ea41c48215af4c50049aefb4ff0e59f14decfe
Author: Josh Blum <address@hidden>
Date:   Tue Apr 17 22:14:05 2012 -0700

    this is squashed python blocks support

commit 616e94ebee21a211056449203d3adf3e774e069e
Merge: ae9e7c3 0765dc0
Author: Johnathan Corgan <address@hidden>
Date:   Tue Apr 17 18:33:38 2012 -0700

    Merge branch 'maint'
    
    * Use merge strategy -s ours to skip over release commit.

commit 0765dc05054e74d177d715697e3d5c89886cd838
Author: Johnathan Corgan <address@hidden>
Date:   Tue Apr 17 18:08:58 2012 -0700

    build: update revision to 3.5.3.1

commit ae9e7c33d7c78da54ab0e63f82fc8c59a5ea9dfa
Merge: 638762c d15e40a
Author: Johnathan Corgan <address@hidden>
Date:   Tue Apr 17 18:03:44 2012 -0700

    Merge branch 'maint'

commit d15e40a4fc3aebabbb76bea49dc04d14aebb7a48
Author: Josh Blum <address@hidden>
Date:   Tue Apr 17 17:46:55 2012 -0700

    fcd: better fix for linker issue

commit 638762cd253dea7c290c6aa9001fb3bd8aed632a
Merge: ca7903d fff8e25
Author: Johnathan Corgan <address@hidden>
Date:   Tue Apr 17 17:14:49 2012 -0700

    Merge branch 'maint'

commit fff8e25b2ee677f8748132bc2e03f21832a351cc
Author: Barry Jackson <address@hidden>
Date:   Tue Apr 17 17:06:13 2012 -0700

    fcd: fix linker issue with librt on some platforms

commit ca7903db3bae8c0b167c39e0e78021724b7be4b3
Merge: 85bc95b 54f27ee
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 16 16:29:36 2012 -0700

    Merge branch 'maint'

commit 54f27eed4991daa41ccba37789a250abdab020a9
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 16 16:21:58 2012 -0700

    Revert "Merge remote branch 'jblum-github/pmt_set_deleter'"
    
    This reverts commit f88b8cf5508d3ba446cb94f800c56d34279cf91e, reversing
    changes made to a87ac60f15c2593ececb02ba16ab842c20e760d2.

commit e53e231e50b66f9ab9a1ab5a3c7da894736be000
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 16 16:20:29 2012 -0700

    Revert "Merge branch 'test/fix-pmt-deleter' into maint"
    
    This reverts commit 04e2ebb979942cada74f10ea022342716c6851bf, reversing
    changes made to 25d687550a0322ffaf270f25faf2b4a78a97142c.

commit 85bc95b0f6d95ab78db229df1d3c2b74c632aff4
Author: Nicholas Corgan <address@hidden>
Date:   Mon Apr 16 11:17:16 2012 -0700

    gr-uhd: uhd_rx_cfile outputs USRP configuration instead of args if user has 
that feature enabled

commit 847be64ac11f767a9ef631154ef88030e9d4d8ba
Merge: ec7faa9 92db964
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 16 08:39:32 2012 -0700

    Merge branch 'maint'
    
    Conflicts:
        volk/gen/make_cpuid_c.py

commit 92db96430685e843443a00936328b3539354c83e
Author: Nick Foster <address@hidden>
Date:   Sun Apr 15 17:21:44 2012 -0700

    Volk: also check to make sure OSXSAVE is enabled so you don't check XGETBV 
when OS has it disabled.

commit c3f2c30a54c75575f464afdd7cd11a017fb07695
Author: Nick Foster <address@hidden>
Date:   Sun Apr 15 16:03:27 2012 -0700

    Volk: add support for checking AVX enable state of OS.
    
    Some systems (notably Xen hypervisor) appear to use XSETBV to disable AVX. 
This causes SIGILL when running AVX instructions. This commit makes Volk check 
XCR0 on the AVX arch before proceeding.

commit ec7faa9b80dff18ef170d85efdd498bea3af4940
Merge: 81b2c28 04e2ebb
Author: Johnathan Corgan <address@hidden>
Date:   Sun Apr 15 15:28:39 2012 -0700

    Merge branch 'maint'

commit 04e2ebb979942cada74f10ea022342716c6851bf
Merge: 25d6875 eba5def
Author: Johnathan Corgan <address@hidden>
Date:   Sun Apr 15 15:26:30 2012 -0700

    Merge branch 'test/fix-pmt-deleter' into maint

commit 81b2c2803bd9def8376e14cbe01998cb69139377
Merge: 19a387d 25d6875
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 15 17:43:50 2012 -0400

    Merge branch 'maint'

commit 25d687550a0322ffaf270f25faf2b4a78a97142c
Author: Ben Reynwar <address@hidden>
Date:   Sun Apr 15 17:09:54 2012 -0400

    digital: fix QA for constellation to always reset the seed for 
deterministic tests.

commit eba5deff498acba7fbc91c2bd00a2389d3fc0194
Author: Johnathan Corgan <address@hidden>
Date:   Sun Apr 15 09:06:29 2012 -0700

    pmt: fix segfault in deleter

commit e7f45e3c513242706a9e4aa36e99e33e79e66d4f
Author: Ben Reynwar <address@hidden>
Date:   Sat Apr 14 22:07:04 2012 -0700

    Improving qa_constellation_receiver.

commit 4ab1b7f46894074b33937a21f64fc9b797b22d99
Author: Tom Rondeau <address@hidden>
Date:   Sat Apr 14 17:12:49 2012 -0400

    This patch enables JACK only when both a library and include files are 
available in the system.
    
    This change helps to build gnuradio on systems which have a libjack.so 
library available for compatibility purposes without the header files (like 
gentoo where libjack.so is part of app-emulation/emul-linux-x86-soundlibs).
    
    Signed-off-by: Maciej Grela <address@hidden>

commit 19a387d6e6cec8041d28556d3004650bf7db75ec
Merge: f919f9d eb7b793
Author: Johnathan Corgan <address@hidden>
Date:   Sat Apr 14 09:19:19 2012 -0700

    Merge branch 'maint'

commit eb7b7932e7d2df651f00553561b66f0337f0bede
Author: Martin Braun <address@hidden>
Date:   Sat Apr 14 09:16:10 2012 -0700

    digital: make seed value unambiguous

commit f919f9dcbb54a08e6e26d6c229ce92fb784fa1b2
Author: Tom Rondeau <address@hidden>
Date:   Fri Apr 13 18:36:53 2012 -0400

    Removed whitespace and added dtools/bin/remove-whitespace as a tool to do 
this in the future.
    
    The sed script was provided by Moritz Fischer.

commit 6a1e9783fec6ed827f49db27c171591d30f32933
Author: Tom Rondeau <address@hidden>
Date:   Fri Apr 13 09:48:18 2012 -0400

    digital: updated BER test recever to use new SNR probe in digital.

commit 0dec80cb29da6dc4fbf4c349ea5c3399521561da
Author: Tom Rondeau <address@hidden>
Date:   Fri Apr 13 09:47:55 2012 -0400

    Fix some minor warnings.

commit f0c9a22db5442ff6029a0561bb2178de851c6b77
Author: Nick Foster <address@hidden>
Date:   Thu Apr 12 11:24:54 2012 -0400

    filters: add alias of "BLACKMAN_HARRiS" to "BLACKMAN_hARRIS" for 
consistency.

commit 779d8c67ae520ab76198019e656c86c88281719d
Merge: 3de14a2 c7139a7
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 9 14:10:26 2012 -0700

    Merge branch 'maint'

commit c7139a7eca69b3245c615ca9ac830ac04eff777c
Author: Josh Blum <address@hidden>
Date:   Mon Apr 9 12:46:11 2012 -0700

    gr: fix 2 places where pyc files get generated in-tree
    
    Included the GrPython module to define PYTHON_DASH_B.

commit 3de14a2aee748c80a5f1e61e3ca6809fc2e914bc
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 9 12:33:42 2012 -0700

    updated ignores, building with Python < 2.7 can leave stray files

commit 49e6c5dbfdde7188183e1f7373447d0b2124b046
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 9 12:12:14 2012 -0700

    cmake: update revision to 3.6.0git

commit 79cf7ef66d7baf76a3f319c263919b0048441530
Author: Michael Dickens <address@hidden>
Date:   Mon Apr 9 08:50:42 2012 -0700

    wavelet: fix swig paths for OSX

commit d8531850cab78d763f6dc9cd0c2eb83c5bc6f5b2
Merge: 9bef26c 25b2949
Author: Johnathan Corgan <address@hidden>
Date:   Sat Apr 7 23:08:14 2012 -0700

    Merge remote branch 'jblum/wip_grc_any_blocks'

commit 9bef26c9271a7b9253075bda3c1fc7c8078c0343
Merge: f621a52 ef72dc7
Author: Johnathan Corgan <address@hidden>
Date:   Sat Apr 7 19:32:10 2012 -0700

    Merge branch 'next'

commit ef72dc714840dfb8fe3f918dda243f74453b6cc7
Merge: ef9d7de f621a52
Author: Johnathan Corgan <address@hidden>
Date:   Sat Apr 7 18:50:26 2012 -0700

    Merge branch 'master' into next
    
    * Used merge strategy 'ours' to skip release commit

commit f621a52f779381cfe550b4278b83e701a747944c
Author: Johnathan Corgan <address@hidden>
Date:   Sat Apr 7 14:10:40 2012 -0700

    build: update revision to 3.5.3

commit ef9d7dee4fb30f1961bcbfb1142b498b749ebd9a
Merge: b2f8b42 7097d4b
Author: Tom Rondeau <address@hidden>
Date:   Sat Apr 7 20:05:10 2012 -0400

    Merge branch 'master' into next
    
    Conflicts:
        gr-howto-write-a-block/Makefile.common
        gr-howto-write-a-block/config/gr_standalone.m4

commit 7097d4b8428088c86ef99bc90b8da67674f4ab8c
Merge: 2ebcbd4 aaa98c0
Author: Tom Rondeau <address@hidden>
Date:   Sat Apr 7 20:04:33 2012 -0400

    Merge branch 'maint'

commit aaa98c095a85724a8782a28717162c1d30d865c2
Author: Tom Rondeau <address@hidden>
Date:   Sat Apr 7 20:03:25 2012 -0400

    gruel and howto: install gruel .i files in gruel dest. Howto will use that 
dir during build.
    
    howto under both cmake and autotools can be built off cmake or autotools 
gnuradio builds.

commit b2f8b4269558cdca3741ad9f3b6a9ee9114b1a8a
Merge: c5a1674 2ebcbd4
Author: Johnathan Corgan <address@hidden>
Date:   Sat Apr 7 13:58:22 2012 -0700

    Merge branch 'master' into next

commit 2ebcbd46267ecc1fb63df0b9598fbcf562a9f1dd
Merge: 278cf19 0c73985
Author: Johnathan Corgan <address@hidden>
Date:   Sat Apr 7 13:49:11 2012 -0700

    Merge branch 'wfm_tx_work'

commit c5a167406dd7333c130935fa176d8fb503bb8b45
Merge: 81d6389 278cf19
Author: Tom Rondeau <address@hidden>
Date:   Sat Apr 7 16:35:06 2012 -0400

    Merge branch 'master' into next

commit 278cf19287e42a27828ecd6189720a2d88e63d08
Merge: 258d612 fdb41fe
Author: Tom Rondeau <address@hidden>
Date:   Sat Apr 7 16:34:55 2012 -0400

    Merge branch 'maint'

commit fdb41fe3399c2282b31297e65f7a020bf844282d
Author: Tom Rondeau <address@hidden>
Date:   Sat Apr 7 16:34:25 2012 -0400

    core: buffer alignments were getting confused. Just need to tell all blocks 
that they are aligned upon restart.

commit 81d6389cf749fe5ee13567262f0d547c017fd341
Merge: 56a3780 258d612
Author: Tom Rondeau <address@hidden>
Date:   Sat Apr 7 14:42:28 2012 -0400

    Merge branch 'master' into next

commit 258d612b4061e490ecd02d29c1346ae74e1dc004
Merge: 77821f7 06ed906
Author: Tom Rondeau <address@hidden>
Date:   Sat Apr 7 14:41:54 2012 -0400

    Merge branch 'maint'

commit 06ed9067631ff93006e89aae8fe8397da1fd9753
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Sat Apr 7 10:14:30 2012 -0400

    trellis: bug fix to make sure file is closed.

commit 7713fca68219539e814e70f0e2302f55d645c5fa
Author: Tom Rondeau <address@hidden>
Date:   Sat Apr 7 14:39:26 2012 -0400

    core: makes sure all block's buffers are aligned on start/restart and that 
they know it.

commit 0c73985abecf8a26401a1cf7c8c66386141c4b62
Author: Johnathan Corgan <address@hidden>
Date:   Sat Apr 7 11:37:19 2012 -0700

    core: loosen fm modulator QA to 5 decimal places of agreement

commit 53795b5ec67cd0b36374463231bb9226d91cecce
Author: Johnathan Corgan <address@hidden>
Date:   Sat Apr 7 11:32:37 2012 -0700

    core: use while instead of if in frequency_modulator
    
    * It is possible to wrap multiple times in a single update if the
      sensitivity parameter is high enough.

commit 77821f7b7e1910c9cbab7473348c119d53188b9f
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Sat Apr 7 10:14:30 2012 -0400

    trellis: bug fix to make sure file is closed.

commit 56a3780d97dee6c461eaaaadb462c97c46610d81
Merge: c6ae4c2 faf1d33
Author: Tom Rondeau <address@hidden>
Date:   Fri Apr 6 13:41:42 2012 -0400

    Merge branch 'master' into next

commit faf1d33bb2dee40917aa930aa0eee37672dd0fe6
Author: Tom Rondeau <address@hidden>
Date:   Fri Apr 6 13:40:55 2012 -0400

    build: properly handle the VM circbuf; was forcing tmp file usage on all 
platforms.

commit c6ae4c28efac7ed8603b0ae5db4709205af6123d
Merge: 5b11e7e 99ebcc1
Author: Johnathan Corgan <address@hidden>
Date:   Thu Apr 5 11:53:24 2012 -0700

    Merge branch 'master' into next

commit 99ebcc1c3ff453ea10e934ef1904b42821d589f1
Merge: c662d1c a69f262
Author: Johnathan Corgan <address@hidden>
Date:   Thu Apr 5 11:47:01 2012 -0700

    Merge remote branch 'ncorgan/gr-uhd_swig'

commit a69f26230680fa177c53cf75a3a5c6f469b8afb3
Author: Nicholas Corgan <address@hidden>
Date:   Thu Apr 5 11:29:31 2012 -0700

    gr-uhd: uhd_fft and uhd_siggen account for cases where mboard/dboard has no 
serial

commit 5b11e7e7f69ef1ebe34c24c6a97da0450ab2e419
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 5 13:10:01 2012 -0400

    core: removing old MPSK SNR probe; replaced in gr-digital.

commit ff30305872ee1a0c72db871260fb700c300fd349
Merge: 8f84dfd c662d1c
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 5 12:14:57 2012 -0400

    Merge branch 'master' into next
    
    Conflicts:
        gr-digital/grc/Makefile.am

commit 11d61c53c7ea781f474c6e34155139b0b2bb0df6
Author: Nicholas Corgan <address@hidden>
Date:   Thu Apr 5 09:09:46 2012 -0700

    gr-uhd: minor aesthetic and consistency changes

commit c662d1c1625b1dbd0aa5d6345da60b985879460e
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 5 11:18:30 2012 -0400

    digital: added GRC files for new MPSK SNR estimator and probe.

commit 8f84dfdd2104ec70057c31b70494bfac95b47424
Merge: 2f73fe2 a66a650
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 5 10:39:55 2012 -0400

    Merge branch 'master' into next
    
    Conflicts:
        grc/blocks/Makefile.am

commit a66a650a1f39118500434bc9c91b2ade24887149
Merge: fd52df0 b711a86
Author: Tom Rondeau <address@hidden>
Date:   Wed Apr 4 22:08:10 2012 -0400

    Merge branch 'master' of gnuradio.org:gnuradio

commit 2f73fe22c5e1591242a9556221ec8487170a7b00
Merge: 29c887d 7119539
Author: Johnathan Corgan <address@hidden>
Date:   Wed Apr 4 18:22:02 2012 -0700

    Merge remote branch 'tom/cmake_builds' into next

commit 29c887da604206aa6f3ad1859f70958231a7a1cb
Merge: c787fb6 b711a86
Author: Johnathan Corgan <address@hidden>
Date:   Wed Apr 4 17:08:42 2012 -0700

    Merge branch 'master' into next

commit b711a8683c8c4578c7a4ff0f3664f1321da1dcad
Merge: f88b8cf 27dd737
Author: Johnathan Corgan <address@hidden>
Date:   Wed Apr 4 17:02:59 2012 -0700

    Merge remote branch 'ncorgan/gr-uhd_swig'

commit 27dd737afdab4123e40a1b886635b387b3c063c6
Author: Nicholas Corgan <address@hidden>
Date:   Wed Apr 4 16:56:14 2012 -0700

    gr-uhd: uhd_siggen, uhd_siggen_gui, and uhd_fft include information on the 
user's UHD version and USRP configuration

commit c787fb66bf3512b5cd4870ef74cd1e4d91802820
Merge: 512f64f f88b8cf
Author: Johnathan Corgan <address@hidden>
Date:   Wed Apr 4 16:03:10 2012 -0700

    Merge branch 'master' into next

commit f88b8cf5508d3ba446cb94f800c56d34279cf91e
Merge: a87ac60 6cf6dc9
Author: Johnathan Corgan <address@hidden>
Date:   Wed Apr 4 15:54:07 2012 -0700

    Merge remote branch 'jblum-github/pmt_set_deleter'

commit 512f64f7bc123fe3a6f2ae6cd788a0529b9fd8cf
Author: Johnathan Corgan <address@hidden>
Date:   Wed Apr 4 12:00:34 2012 -0700

    wavelet: simplified swig generation after virtual interface class change

commit 531ffdf2c8d0baebb553d8db323edb0ab67e9099
Merge: 6522dd0 a87ac60
Author: Johnathan Corgan <address@hidden>
Date:   Wed Apr 4 11:47:39 2012 -0700

    Merge branch 'master' into next
    
    Conflicts:
        config/grc_gr_fcd.m4
        gr-fcd/swig/Makefile.am
        gr-fcd/swig/fcd_swig.i

commit a87ac60f15c2593ececb02ba16ab842c20e760d2
Author: Johnathan Corgan <address@hidden>
Date:   Wed Apr 4 10:03:38 2012 -0700

    fcd: simplify swig generation after virtual interface class change

commit 6522dd051302a1691a7ce27be78acd81d733fdb2
Merge: fb82922 fc03a9b
Author: Johnathan Corgan <address@hidden>
Date:   Tue Apr 3 18:18:41 2012 -0700

    Merge branch 'master' into next

commit fc03a9b18ca874cac546b7a414089d3649dce48d
Author: Nicholas Corgan <address@hidden>
Date:   Tue Apr 3 18:06:20 2012 -0700

    gr-uhd: corrected get_usrp_info description

commit 20a083fe0f7990b8796e2e7816687d6c89bda981
Author: Nicholas Corgan <address@hidden>
Date:   Tue Apr 3 16:56:38 2012 -0700

    gr-uhd: get_usrp_info has help info and can only be called with a recent 
enough version of UHD

commit 71195397a2624cbc0cd144418fe958f436657be5
Author: Tom Rondeau <address@hidden>
Date:   Tue Apr 3 19:36:12 2012 -0400

    cmake: fixing current build version number.

commit faab807cf5e8b4a4c950d1fd8ae6672296fb1ad9
Author: Tom Rondeau <address@hidden>
Date:   Tue Apr 3 18:21:52 2012 -0400

    Rework example directories. Gets rid of gnuradio-examples, moves these to 
more appropriate components.
    
    gnuradio-core and grc now have their own examples directories for files 
directly related to them.

commit c5ad101e0f93b26521507672813ef28ea533482a
Author: Nicholas Corgan <address@hidden>
Date:   Tue Apr 3 15:53:33 2012 -0700

    gr-uhd: uhd_usrp_source and uhd_usrp_sink can now multi_usrp's 
list_property_tree and get_usrp_info functions

commit 7c6361c85a00517b9781d4cd4f2c2e3bdda67035
Merge: 0c1b35d 7dc08ba
Author: Tom Rondeau <address@hidden>
Date:   Tue Apr 3 17:52:55 2012 -0400

    Merge branch 'rm_python_ext' into cmake_builds
    
    Conflicts:
        CMakeLists.txt

commit 0c1b35d17e9aa5058f58fd8763bb292613b3658a
Merge: e2b1a98 f2ed379
Author: Tom Rondeau <address@hidden>
Date:   Tue Apr 3 17:51:53 2012 -0400

    Merge branch 'cmake_version' into cmake_builds

commit 6cf6dc9c76bbacbecdb808c451ede9031668b34c
Author: Josh Blum <address@hidden>
Date:   Tue Apr 3 14:50:06 2012 -0700

    pmt: added advanded pmt_set_deleter (c++ only)

commit e2b1a980dc51c9ae2102d0756818db1215b1ef10
Author: Tom Rondeau <address@hidden>
Date:   Tue Apr 3 13:13:09 2012 -0400

    build: Adding gnuradio-examples as a component to be turned on/off.

commit 50acbac3f7cae00f8cfeab44efd7cdc4d41d5018
Author: Tom Rondeau <address@hidden>
Date:   Tue Apr 3 13:12:50 2012 -0400

    docs: adding more info to the doxygen manual's build guide.

commit 7dc08ba2875c0dace0432cd514add6ce2b085f44
Author: Tom Rondeau <address@hidden>
Date:   Tue Apr 3 11:35:35 2012 -0400

    examples: Reworked locations and installation of examples.
    
    All python and GRC examples directly associated with a top-level component 
are now in that examples directory. Examples are split into c++, python, and 
grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.

commit 0dd3e32b5526c085a983d7ff235bac61ec2c52ff
Author: Tom Rondeau <address@hidden>
Date:   Mon Apr 2 22:59:33 2012 -0400

    noaa: py files build from grc. Only installing grc files into examples.

commit 350726ae56d46d2c7c1adf71b7049369a428d455
Author: Tom Rondeau <address@hidden>
Date:   Mon Apr 2 22:51:55 2012 -0400

    noaa: moving apps to examples.

commit 54b761bfced5574377c1e1a0295fbe3720c104b8
Author: Tom Rondeau <address@hidden>
Date:   Mon Apr 2 22:50:15 2012 -0400

    build: don't install Python and GRC examples if Python is disabled.

commit b7090a711a9c99dee18115d73af742594121331d
Author: Tom Rondeau <address@hidden>
Date:   Mon Apr 2 21:24:50 2012 -0400

    Move uhd_siggen_base python file into gnuradio.uhd space.

commit f964938f315cade73e88993623015ec4ee34c050
Author: Tom Rondeau <address@hidden>
Date:   Mon Apr 2 19:54:32 2012 -0400

    fixes to uhd_siggen with base class.

commit 689699fb8a26486fedb2838b8a3b468372364903
Author: Tom Rondeau <address@hidden>
Date:   Mon Apr 2 19:19:03 2012 -0400

    build: removed .py extensions from uhd and shd installed Python programs.

commit fb8292238c7efff4a5b2a7ae26d3a2835f9be3ce
Merge: bbb8650 27608bf
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 2 16:08:57 2012 -0700

    Merge branch 'master' into next
    
    Conflicts:
        gr-uhd/swig/uhd_swig.i

commit 27608bfcc97e09372630237618eddce8a02d2fe6
Author: Nicholas Corgan <address@hidden>
Date:   Mon Apr 2 12:37:11 2012 -0700

    gr-uhd: Python users can now grab their current UHD version as a string

commit bbb8650eb525a58be2a427daa38ff6c464c5b882
Merge: 5805e76 2bf6445
Author: Johnathan Corgan <address@hidden>
Date:   Sun Apr 1 17:32:07 2012 -0700

    Merge remote branch 'tom/cmake_builds' into next

commit 5805e7647d14a64bb86d0e83898ebda764f57c31
Merge: de0070d f2ed379
Author: Johnathan Corgan <address@hidden>
Date:   Sun Apr 1 17:30:25 2012 -0700

    Merge remote branch 'tom/cmake_version' into next
    
    * Changed version to make it build 3.6git, not 3.6.0.0

commit de0070d765ea31befcbc14eaecae2b934eec4afb
Merge: 269691c 98c703b
Author: Johnathan Corgan <address@hidden>
Date:   Sun Apr 1 16:47:32 2012 -0700

    Merge branch 'master' into next

commit 98c703b3282b47ae2e0deaf317468f789cc9176e
Author: Dimitri Stolnikov <address@hidden>
Date:   Sun Apr 1 16:35:30 2012 -0700

    fcd: adds setter function to configure mixer gain

commit 269691c7d45675382bafbdf8a56f0682f1927fd9
Author: Johnathan Corgan <address@hidden>
Date:   Sun Apr 1 16:18:40 2012 -0700

    wavelet: converted blocks to private implementation pattern

commit 1ca78cb621cbd60f25c5ce4373fa727114a86cee
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 1 17:16:41 2012 -0400

    build: removed .py extensions from installed Python plot programs.
    
    The fft and psd bases have been moved into the Python packages directory 
and new wrappers for data-type independent programs have been created.

commit f9b73b1710f19529b99f8f69c8e3a06839ad68bc
Author: Johnathan Corgan <address@hidden>
Date:   Sun Apr 1 13:23:06 2012 -0700

    wavelet: move wavelet blocks to new top-level component

commit 2bf64459036916258dcf3269cec47904fdeba8f6
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 1 16:13:42 2012 -0400

    Removes all references to guile and scheme, which are no longer needed.
    
    The remaining pmt_serial_tags.scm is parsed by Python already. Future 
modifications could change this format to not confuse the point.

commit a40ac1d61259dda14e5a6abf328004d3f4b17f02
Merge: bd7b4a5 86321b2
Author: Johnathan Corgan <address@hidden>
Date:   Sun Apr 1 11:00:07 2012 -0700

    Merge branch 'master' into next
    
    Conflicts:
        gr-fcd/lib/Makefile.am

commit 86321b24cff6df788e12436ca62bde22effdb4c2
Merge: 1aecf53 c39f848
Author: Johnathan Corgan <address@hidden>
Date:   Sun Apr 1 10:46:01 2012 -0700

    Merge remote branch 'jcorgan/gr-fcd'

commit 6d20c58eba20406c3a1d6131e28a5bad8d18a408
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 1 12:18:54 2012 -0400

    docs: updating README files for working with cmake.

commit f2ed379e1fe27096bdfc62ae715d870bcde9a5d1
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 1 11:19:28 2012 -0400

    cmake: remove version.sh since we don't need it for autotools. Set version 
info in CMakeLists.txt.

commit fd52df0f706195d937e287189024f8aa6fbeaf60
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 31 18:13:07 2012 -0400

    build: use -O2 with cmake in Debug build.

commit 5d3d5cf4315e14be805d8b87c00d0110c4a79797
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 31 15:26:40 2012 -0400

    core: adds vlen and scalar args to type converter blocks in GRC.
    
    Also fixes documentation for these blocks.

commit bd7b4a566da02a3e68857c7f5a6963a132a2f2d2
Merge: 16d63a5 1aecf53
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 27 23:30:52 2012 -0400

    Merge branch 'master' into next

commit 1aecf53489a4fa76f6a818c170941faa1d02c43a
Merge: 9fa5e85 c774e6e
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 27 23:02:39 2012 -0400

    Merge branch 'maint'

commit c774e6efb5f715c5f8b5f20bd8dea0051da667fd
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 27 22:04:44 2012 -0400

    doc: fix documentation for wavsink (thanks to John Coppens for point it 
out).

commit 170c4ba4b39889073b2a3f129e77ca9b2f91bbf2
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 27 14:14:03 2012 -0400

    core: when reseting buffers, make sure that the read/write pointers are 
always algined.
    
    This fixes problems when disconnecting and reconnecting blocks to a 
flowgraph.

commit 9fa5e8512d00e4664100010573e4597f07e02c1f
Merge: 8bfb47d bcf4469
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 27 21:51:19 2012 -0400

    Merge branch 'ch_bw'

commit 8bfb47dd8fb661039bdfdc475047e6f983f11270
Merge: da09d2b 79e341d
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 27 21:46:48 2012 -0400

    Merge branch 'master' of gnuradio.org:gnuradio

commit 16d63a572c8022766063d2d601e9a635f92871ce
Merge: e91ae54 79e341d
Author: Johnathan Corgan <address@hidden>
Date:   Tue Mar 27 14:28:48 2012 -0700

    Merge branch 'master' into next

commit 79e341d9064b8e44c2d1900cb34ddb51deebb559
Merge: 87c8751 d346cb2
Author: Johnathan Corgan <address@hidden>
Date:   Tue Mar 27 14:28:42 2012 -0700

    Merge branch 'maint'

commit d346cb287299a04a71ea21007025edb694409043
Author: Josh Blum <address@hidden>
Date:   Tue Mar 27 11:17:04 2012 -0700

    uhd: fix dc offset call in uhd source
    
    SWIG/python cannot differentiate the calls set_dc_offset
    with an complex number or a boolean paramater.
    It seems to take the boolean as a complex number 1 or 0.
    
    Since the overloading is not working right:
    renamed set_dc_offset to set_auto_dc_offset
    for the boolean enable/disable paramater

commit 25b29495b71e8d3276a9a2f27044524c833772cb
Author: Josh Blum <address@hidden>
Date:   Sun Mar 25 17:52:42 2012 -0700

    grc: resolve down and up stream for empty types

commit e91ae54188e9812f3d8ed45e7f675e5a98ec889f
Merge: 7eebbcd 87c8751
Author: Johnathan Corgan <address@hidden>
Date:   Sat Mar 24 10:19:49 2012 -0700

    Merge branch 'master' into next
    
    Conflicts:
        gr-uhd/lib/Makefile.am

commit 87c8751c99cfb2191bea19557d158fdd952c56eb
Merge: 60e3104 0aeee7f
Author: Johnathan Corgan <address@hidden>
Date:   Sat Mar 24 10:19:10 2012 -0700

    Merge remote branch 'jblum/mergeme_uhd'

commit 60e31043e2fc5e44d1376725addd485d183c7d1c
Merge: ad6cdc5 f06bc44
Author: Johnathan Corgan <address@hidden>
Date:   Sat Mar 24 10:18:49 2012 -0700

    Merge branch 'maint'

commit f06bc44e150fbec00200ed98cf80cc384ec6dac2
Merge: aa856c3 708b7e4
Author: Johnathan Corgan <address@hidden>
Date:   Sat Mar 24 10:18:28 2012 -0700

    Merge remote branch 'jblum/fix_uhd_device_addr_python' into maint

commit 7eebbcd5ed9f94904adf99967c928ec736779a4a
Merge: 4877256 ad6cdc5
Author: Johnathan Corgan <address@hidden>
Date:   Fri Mar 23 17:38:08 2012 -0700

    Merge branch 'master' into next

commit ad6cdc58ba4ef740af08efa6e220e2345e77d3d9
Merge: 47315e9 aa856c3
Author: Johnathan Corgan <address@hidden>
Date:   Fri Mar 23 17:38:02 2012 -0700

    Merge branch 'maint'

commit aa856c3922c806899a09c40d2d48870e70ddc3e9
Author: Nicholas Corgan <address@hidden>
Date:   Fri Mar 23 17:10:16 2012 -0700

    Changes preinst.in from running 'ls' to running 'echo'

commit 0aeee7ffb7c7244c97766681a134db2d46ab6d43
Author: Josh Blum <address@hidden>
Date:   Fri Mar 23 14:02:21 2012 -0700

    uhd: finite_acquisition_v timeout should be >> than stream time

commit 38d0c4cff7aa26567c3fb2fb55002de8627aa044
Author: Josh Blum <address@hidden>
Date:   Fri Mar 23 13:53:47 2012 -0700

    uhd: add a flush to finite_acquisition_v

commit 90213d65782dbbc612494ed28568e23b42961488
Author: Josh Blum <address@hidden>
Date:   Thu Mar 22 15:30:56 2012 -0700

    uhd: perform abi compat check before making a block

commit a751e4884d918c079d07d3108f5561ac43c3553e
Author: Josh Blum <address@hidden>
Date:   Mon Mar 19 10:34:48 2012 -0700

    uhd: added set_start_time calls to source/sink

commit 7954c7dbfe5267cc3504598410b8ea73bef34fe5
Author: Josh Blum <address@hidden>
Date:   Fri Mar 16 15:38:11 2012 -0700

    uhd: added multi-finite-aquisition

commit 708b7e46a9407710f9aab9444561d464fa56c9b9
Author: Josh Blum <address@hidden>
Date:   Fri Mar 16 15:37:44 2012 -0700

    uhd: fix device_addr init issue

commit c39f8485e2f018363403336154ee30ea904e79a6
Author: Johnathan Corgan <address@hidden>
Date:   Fri Mar 23 14:04:48 2012 -0700

    fcd: convert to private implementation pattern

commit 4877256972c32ddbb1b92e0ac95f71ad7607dd46
Merge: 2e5519b 47315e9
Author: Johnathan Corgan <address@hidden>
Date:   Fri Mar 23 12:07:23 2012 -0700

    Merge branch 'master' into next

commit 47315e95c35824fb3dfabbf11ccdea323ab59887
Merge: fc115e6 f95a0ab
Author: Johnathan Corgan <address@hidden>
Date:   Fri Mar 23 12:07:17 2012 -0700

    Merge branch 'maint'

commit f95a0abbd501142468b33d63bda0ca69e56cea5b
Author: Johnathan Corgan <address@hidden>
Date:   Fri Mar 23 12:06:53 2012 -0700

    cmake: fix include path order in gruel

commit 2e5519b642217fc83324360596ea834cff414ce3
Merge: a214995 fc115e6
Author: Johnathan Corgan <address@hidden>
Date:   Thu Mar 22 15:24:38 2012 -0700

    Merge branch 'master' into next
    
    Conflicts:
        config/Makefile.am
        configure.ac

commit fc115e6aa0c22af172cbfcb50c895a03218819ba
Merge: 69c9100 81fba64
Author: Johnathan Corgan <address@hidden>
Date:   Thu Mar 22 15:16:25 2012 -0700

    Merge branch 'gr-fcd'

commit a21499503e97189644b882ec12210ed4fa501414
Merge: b62700a 69c9100
Author: Johnathan Corgan <address@hidden>
Date:   Thu Mar 22 15:07:04 2012 -0700

    Merge branch 'master' into next

commit 69c9100b8221f8b485e3acc07e99d5f410909d5e
Merge: 314916c 116f823
Author: Johnathan Corgan <address@hidden>
Date:   Thu Mar 22 15:01:38 2012 -0700

    Merge branch 'maint'

commit 81fba6490c6471e1db3bcc85d16ff2242f68fb43
Author: Johnathan Corgan <address@hidden>
Date:   Thu Mar 22 13:35:20 2012 -0700

    Implement conditionalized build for WIN32

commit 116f82343080091df0c3c7efb61c202cadf30f3b
Author: Josh Blum <address@hidden>
Date:   Thu Mar 22 13:46:20 2012 -0700

    volk: added volk as depedency for various components
    
        Its important to list the dependent libraries for a test
        so the library path can be correctly set.
        This is necessary on platforms without dynamic re-linking.

commit d9226e09495586279a06ec0e0af41e8ac6990970
Author: Josh Blum <address@hidden>
Date:   Thu Mar 22 12:38:20 2012 -0700

    volk: fix for load prefs (config path)
    
    1) add APPDATA to search path for windows
    2) graceful fail and env vars not defined

commit da09d2b000606b55f564bc6adaa945968d6c3e72
Author: Tom Rondeau <address@hidden>
Date:   Thu Mar 22 16:21:03 2012 -0400

    volk: make both test cases look and function the same.

commit d88328072d5ecd0c3c5aef05b705e2b4a1425d9f
Author: Josh Blum <address@hidden>
Date:   Wed Mar 21 16:59:12 2012 -0700

    volk: add include for config.h to cc file
    
    volk_32f_s32f_convert_16i_a was also a problem,
    previously volk_32f_s32f_convert_16i_u was fixed to have config.h.
    I heard putting config h stuff into public headers was bad practice.
    Including config.h into the generated cc file should fix this issue from 
now on.

commit b62700ab8fad6343378b816a2e4f88170bf7d8dd
Merge: abc7967 314916c
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 20 19:57:18 2012 -0400

    Merge branch 'master' into next

commit 314916c9f36406205c6bd7c72da4f596224a5032
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 20 19:56:05 2012 -0400

    howto: fixed cmake project definition to include C.
    
    Fixes a problem with finding PythonLibs.

commit bcf44690b9f9bce5cfaefcf383620f709521ad24
Author: Tom Rondeau <address@hidden>
Date:   Mon Mar 19 15:09:48 2012 -0400

    digital: in narrowband examples, added the ability to change the channel 
bandwidth.
    
    When the frequency factor is off significantly, the signal can be outside 
the range
    of the channel filter. This allows a user to open up the filter to acquire 
these signals.

commit abc796707426337f408166b44251c6ca1bc5d20f
Merge: b05ac49 77834b2
Author: Tom Rondeau <address@hidden>
Date:   Mon Mar 19 13:56:21 2012 -0400

    Merge branch 'master' into next
    
    Conflicts:
        volk/config/orc.m4

commit 77834b2dcf0f4b06f07a5f143e70e21160eae88e
Merge: bbddd08 c9ff4b2
Author: Tom Rondeau <address@hidden>
Date:   Mon Mar 19 13:55:53 2012 -0400

    Merge branch 'maint'

commit c9ff4b288d981780dbb6e0bb5fc304997cadc2b1
Author: Tom Rondeau <address@hidden>
Date:   Mon Mar 19 13:54:43 2012 -0400

    volk: change minimum acceptable ORC version to 4.12 (in cmake and updating 
version in autotools).

commit b05ac49ced6a9b4cd4e4ba2d0a3ed74b6979dcc8
Merge: 70c625e bbddd08
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 18 20:05:21 2012 -0400

    Merge branch 'master' into next

commit bbddd082607a8632322d7774ae8ad54e7e84f6de
Merge: c138b94 7fda6b2
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 18 20:05:04 2012 -0400

    Merge branch 'maint'

commit 7fda6b2c2269a575fd6722085c9c9ace41c1c512
Author: Ben Reynwar <address@hidden>
Date:   Sun Mar 18 20:04:07 2012 -0400

    core: fixed point sin/cos generator properly folds frequencies outside 
nyquist range to alias signal.

commit 70c625e9cec45bb8d2c31a0d3db0068c529f39fb
Merge: 2273c29 c138b94
Author: Johnathan Corgan <address@hidden>
Date:   Sun Mar 18 13:31:15 2012 -0700

    Merge branch 'master' into next

commit c138b94fbd3d9e7931e643b1bcbac56e80e8d4ae
Merge: 3e4924f 32ff864
Author: Johnathan Corgan <address@hidden>
Date:   Sun Mar 18 13:30:59 2012 -0700

    Merge branch 'maint'

commit 32ff86449a26958288b84f43b0cef2eff8e27972
Merge: 6e37995 ff4daf0
Author: Johnathan Corgan <address@hidden>
Date:   Sun Mar 18 13:29:47 2012 -0700

    Merge remote branch 'jblum/gr_core_python_qa_add_dashb' into maint

commit 6e379955cdd9803cb6b083bd72e7acfa494d6757
Author: Josh Blum <address@hidden>
Date:   Sun Mar 18 01:33:57 2012 -0700

    core: empty gr_hier_block2 contructor for virtual inheritance

commit ff4daf02eb694392ae5c19fee60316cbf986576a
Author: Josh Blum <address@hidden>
Date:   Sun Mar 18 01:31:23 2012 -0700

    core: adds -B to python QA gnuradio-core

commit 2273c29ef83f420b69c233e8c59a190786965256
Merge: 710f3dc 3e4924f
Author: Johnathan Corgan <address@hidden>
Date:   Sat Mar 17 11:26:26 2012 -0700

    Merge branch 'master' into next
    
    Conflicts:
        config/grc_gruel.m4

commit 3e4924f28cde6e543fec6f4f1c742e782f61cf14
Author: Johnathan Corgan <address@hidden>
Date:   Sat Mar 17 11:24:26 2012 -0700

    build: fix autotools breakage from gruel_swig_common merge

commit ce5eea6eaed7c49ec2f3eb5ed39e7676423879cf
Author: Johnathan Corgan <address@hidden>
Date:   Sat Mar 17 11:12:51 2012 -0700

    digital: fix constellation __repr__ for Python swig only

commit 710f3dccddcd1096e3b14899d589b96da39c1dd8
Merge: fcdac04 7e2d501
Author: Johnathan Corgan <address@hidden>
Date:   Fri Mar 16 14:43:18 2012 -0700

    Merge branch 'master' into next

commit 7e2d501a7b8cee26412605bc37cb3cc6f771bbc7
Merge: 74f7c07 30adb88
Author: Johnathan Corgan <address@hidden>
Date:   Fri Mar 16 14:33:30 2012 -0700

    Merge branch 'gr-uhd-set-user-register'

commit 30adb8816974f1e4580ea5bb1ee27a9a12dbb78e
Author: Johnathan Corgan <address@hidden>
Date:   Fri Mar 16 14:32:34 2012 -0700

    uhd: conditionalize set_user_register call on availability in UHD API

commit fcdac045ad64099949dbbefff25832a6dcef3187
Merge: b5dbeb3 74f7c07
Author: Tom Rondeau <address@hidden>
Date:   Fri Mar 16 16:57:38 2012 -0400

    Merge branch 'master' into next
    
    Conflicts:
        gruel/src/swig/Makefile.am

commit 74f7c070339a3bb4ba2b6f2e17c66583ba4c0104
Merge: 9ebc205 dec5706
Author: Tom Rondeau <address@hidden>
Date:   Fri Mar 16 16:56:42 2012 -0400

    Merge branch 'maint'

commit 9ebc20522bf1f7ab6e7e89301d5504912a315b32
Merge: b42436c f9a0733
Author: Tom Rondeau <address@hidden>
Date:   Fri Mar 16 16:56:00 2012 -0400

    Merge remote branch 'jblum/gruel_common_swig'

commit dec5706be8e112e46b7447d3b85c4268d8c03819
Merge: 0f2ea17 efa8df3
Author: Tom Rondeau <address@hidden>
Date:   Fri Mar 16 16:55:25 2012 -0400

    Merge remote branch 'jblum/minor_gruel_qa_fix' into maint

commit f9a07338b9c7c0af19d64d24c47eaa9f7fe1ba38
Author: Josh Blum <address@hidden>
Date:   Fri Mar 16 13:09:23 2012 -0700

    gruel: created common swig include file
    
    This work taken from gruel_work_squashed
    
    Common swig file includes:
    * Language independent exception handler
    * Wrapper for python calls that may block
    
    Benefits:
    * More common swig code, less copy pasta
    * Wrapper for blocking python calls handles
    the case where the call throws,
    python is not left in a bad state

commit efa8df3c9c5db9dccef96305e6b702602661793d
Author: Josh Blum <address@hidden>
Date:   Fri Mar 16 12:45:59 2012 -0700

    gruel: run qa tests with -B (fix from gruel_work_squashed)

commit b5dbeb3f02b7e230f0e8fd49640047a04c6908b6
Merge: 8b63090 b42436c
Author: Tom Rondeau <address@hidden>
Date:   Fri Mar 16 14:17:02 2012 -0400

    Merge branch 'master' into next

commit b42436cd0b2304d93729d356ad6b94478a540e5e
Merge: c095de4 0f2ea17
Author: Tom Rondeau <address@hidden>
Date:   Fri Mar 16 14:16:42 2012 -0400

    Merge branch 'maint'

commit 0f2ea17981b70472d24cad82989b1707c33572d8
Merge: 8badde8 26c0316
Author: Tom Rondeau <address@hidden>
Date:   Fri Mar 16 14:16:21 2012 -0400

    Merge branch 'maint' of gnuradio.org:gnuradio into maint

commit 8badde89a36a1e24513632ed92a5174c89dabf42
Author: Tom Rondeau <address@hidden>
Date:   Fri Mar 16 14:15:45 2012 -0400

    docs: added reference to more details on gri_mmse_fir_interpolator 
documentation.

commit 8b63090ba35fb29f583f0c06d31804951b5f643e
Merge: ac9cd0e c095de4
Author: Johnathan Corgan <address@hidden>
Date:   Thu Mar 15 16:48:03 2012 -0700

    Merge branch 'master' into next

commit c095de4eceafdb9751814aeb9e7d2e55efb1e6e8
Merge: 29ac4f1 26c0316
Author: Johnathan Corgan <address@hidden>
Date:   Thu Mar 15 16:45:34 2012 -0700

    Merge branch 'maint'
    
    * Use merge strategy '-s ours' to skip release commits on maint.

commit 26c03164613be9c745c60ae53b3a4ba7d5a8c6a9
Author: Johnathan Corgan <address@hidden>
Date:   Thu Mar 15 16:20:04 2012 -0700

    update revision to v3.5.2.1

commit ac9cd0eba188e25d724878f3071a30ae6da47e48
Merge: c4c985b 29ac4f1
Author: Tom Rondeau <address@hidden>
Date:   Thu Mar 15 18:03:49 2012 -0400

    Merge branch 'master' into next

commit 29ac4f1f19c66d413db7876af7e58a9f983cae7d
Merge: 263bdb4 805d16e
Author: Tom Rondeau <address@hidden>
Date:   Thu Mar 15 18:03:37 2012 -0400

    Merge branch 'maint'

commit 805d16e76eb43af82c07529aeb8e91250e25868e
Merge: 3b81309 43224ac
Author: Tom Rondeau <address@hidden>
Date:   Thu Mar 15 18:03:04 2012 -0400

    Merge branch 'volk_32bit_fixes_maint' into maint

commit c4c985b2aed889bc49a4e30b1e8866bb214b03a2
Merge: 2de96be 263bdb4
Author: Johnathan Corgan <address@hidden>
Date:   Thu Mar 15 15:00:04 2012 -0700

    Merge branch 'master' into next

commit 263bdb48110bc36f1d844e6b444782b2102f8326
Merge: 4310205 3b81309
Author: Johnathan Corgan <address@hidden>
Date:   Thu Mar 15 14:59:40 2012 -0700

    Merge branch 'maint'

commit 3b81309702b17ac4042b8d4880238d1fa321b194
Author: Josh Blum <address@hidden>
Date:   Thu Mar 15 14:48:57 2012 -0700

    volk: set local includes first for precedence

commit 43224ac7be478cd93f46720377d95f1e53aef87e
Author: Tom Rondeau <address@hidden>
Date:   Thu Mar 15 17:16:18 2012 -0400

    volk: turning off sse implementation of complex dot product for 32-bit 
machines until it's fixed.

commit 313573dbf02749bc48fd48072f04df08374f2a54
Author: Tom Rondeau <address@hidden>
Date:   Fri Mar 9 10:52:06 2012 -0500

    volk: makes the float-to-int conversion consistent and fixes an overflow 
bug on 32-bit machines.
    
    Not currently used in GNU Radio, so no change in behavior there.

commit 17adb7016fd6618b729e344964b20a09e6c633b5
Author: Tom Rondeau <address@hidden>
Date:   Fri Mar 9 10:51:00 2012 -0500

    core: makes sure that the Fourier taps for the FFT filter are aligned.
    
    Creates a helper function to get access to fftw's malloc/free capabilities.

commit 5a55ae7098d58e5a1fc56b65110d9086d70c7124
Author: Philip Balister <address@hidden>
Date:   Thu Mar 15 14:28:26 2012 -0400

    gr_frequency_modulator_f : Convert from using libm sin/cos, to gr_fxpt 
sin/cos.
    
    Signed-off-by: Philip Balister <address@hidden>

commit 2de96be2ce56dc258714fcb2ef87e8cda03f72f7
Merge: 6085928 4310205
Author: Johnathan Corgan <address@hidden>
Date:   Thu Mar 15 08:49:23 2012 -0700

    Merge branch 'master' into next

commit 4310205cecee8f4bb22c056c9966f82b4260e169
Merge: 295a0da 65e316f
Author: Johnathan Corgan <address@hidden>
Date:   Thu Mar 15 08:49:11 2012 -0700

    Merge branch 'maint'

commit 65e316fdeff9c1c1c09d4fd6cb41166ae72a004a
Author: Nicholas Corgan <address@hidden>
Date:   Wed Mar 14 10:44:55 2012 -0700

    cmake: Windows uses size of void* to determine x86 vs. x64 and names 
installer .exe accordingly

commit 62c6323bdb06d7d3f103d3a75265d45ae6ce00b4
Merge: 83c6ee0 8e01315
Author: Johnathan Corgan <address@hidden>
Date:   Tue Mar 13 17:38:12 2012 -0700

    Merge remote branch 'gnuradio/maint' into gr-uhd-set-user-register

commit e383cfe2674fa6682a1392af8d9b9f090af1aec5
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 13 17:05:13 2012 -0700

    fcd: fixes for distcheck

commit 608592851b23fd05b50aa128d12624877c08518e
Merge: c732888 295a0da
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 13 18:33:04 2012 -0400

    Merge branch 'master' into next

commit 295a0da6e3378cfe7584ba5407f519f2a69c50eb
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 13 18:32:22 2012 -0400

    grc: update channel model block noise source seed to 0 to match other noise 
source defaults.

commit 92a047f5b33217337bc19cca6cfd860ebd29ab9e
Author: Philip Balister <address@hidden>
Date:   Tue Mar 13 13:21:57 2012 -0400

    qa_gr_fxpt : Remove debugging cout.
    
    Signed-off-by: Philip Balister <address@hidden>

commit e821790d16c21259681895a236d37693ff3a7c84
Author: Johnathan Corgan <address@hidden>
Date:   Tue Mar 13 09:49:20 2012 -0700

    fcd: update text files and copyright

commit a14aeb5f17035e767270c631a9c8d1059d7d5f16
Author: Johnathan Corgan <address@hidden>
Date:   Tue Mar 13 09:17:33 2012 -0700

    fcd: fix compiler and documentation warnings
    
    * Mismatch in parameter name in hidapi.h
    
    * Signedness error in hid-libusb.c
    
    * Disable unusued warning for TODO items in fcd_source_c.cc

commit 85beb37cac923798fa0ea6f27a3413e174e43367
Author: Michael Dickens <address@hidden>
Date:   Tue Mar 13 09:14:52 2012 -0700

    fcd: implement conditional build for MacOSX

commit c7328884281802be7fd973fe8150cabe72f81cf9
Merge: 2d54dd6 0d6871b
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 13 12:00:38 2012 -0400

    Merge branch 'master' into next
    
    Conflicts:
        gnuradio-core/src/lib/general/Makefile.am
        gnuradio-core/src/lib/gengen/.gitignore
        gnuradio-core/src/lib/gengen/Makefile.am
        gnuradio-core/src/python/gnuradio/gr/Makefile.am

commit 0d6871b3aaa175ed20061543ded6d9f8b4dcbc61
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 13 11:57:00 2012 -0400

    core: updated the documentation for the noise source to explain the seed 
better.
    
    Also changed the default seed to 0. Since the current distributions enabled 
only change with negative seeds, this causes no change in the behavior of these 
sources, but will hopefully not mislead users with the use of a positive number.

commit c50cdd6e1f8d4555728b23af9a60f5ec8590ca75
Merge: 7a3a0b5 b872e23
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 13 11:26:02 2012 -0400

    Merge branch 'probe'

commit b872e23b66b70784c38ecb78f606420c459e36db
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 13 10:28:57 2012 -0400

    core: adding new probe_signal from gengen into autotools build.

commit c8f59bae854cccb6897c27424cce1a428c337286
Author: Philip Balister <address@hidden>
Date:   Tue Mar 13 10:13:06 2012 -0400

    gr_fxpt : Add sincos function to class.
    
    Signed-off-by: Philip Balister <address@hidden>

commit 704afafe874735a8b260870efb1ed11c2c85eff4
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 12 10:11:01 2012 -0700

    fcd: complete cmake build

commit 41c94e0a107adc1f5b2bf8262cad86df0d04c052
Author: Ben Reynwar <address@hidden>
Date:   Mon Mar 12 13:28:07 2012 -0700

    Add test for probe_signal blocks.

commit 0cbaf1b350c5ef6fc25f429430f1c892e7844e01
Author: Ben Reynwar <address@hidden>
Date:   Wed Feb 29 16:03:43 2012 -0700

    Added gr_probe_signal_X and gr_probe_signal_vX.

commit 2d54dd698f1ec9574e54e6a31bc7356abdd3e4ec
Merge: bbfe6d6 7a3a0b5
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 12 09:58:01 2012 -0700

    Merge branch 'master' into next

commit 7a3a0b531c79925b8ea291471534e5a1c2693ba8
Merge: 502d746 8e01315
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 12 09:57:38 2012 -0700

    Merge branch 'maint'

commit 8e013157752f1b42665430fde0f1c6f7d7147153
Author: Josh Blum <address@hidden>
Date:   Mon Mar 12 09:55:54 2012 -0700

    cmake: add slackware detection

commit 9ef789c8cca6b3439ecce5fc7aa71d3b073acfd7
Author: Tom Rondeau <address@hidden>
Date:   Mon Mar 12 09:26:38 2012 -0700

    fcd: added FCD_API to code

commit 0cdbdc6e9f9c56e2820fc9474e108213be05325c
Author: Philip Balister <address@hidden>
Date:   Mon Mar 12 12:18:50 2012 -0400

    gr_fxpt.c : Remove unused code.
    
    The code in the #if 0 block is in the header file. Remove this section to
    avoid confusing people trying to figure out what this does.
    
    Signed-off-by: Philip Balister <address@hidden>

commit 72576bd2d87b83ccc1661b695278e0dee8fe21a4
Author: Johnathan Corgan <address@hidden>
Date:   Sun Mar 11 15:18:15 2012 -0700

    fcd: cmake build work in progress

commit 9f9b2f0b7527b1a82dfad5337c33fac5aef30ca4
Author: Alexandru Csete <address@hidden>
Date:   Sun Mar 11 09:24:03 2012 -0700

    fcd: fix grc import statement

commit d8ad6e8e04226d9edf0a7d6d06955ed5db68dfab
Author: Johnathan Corgan <address@hidden>
Date:   Sat Mar 10 11:09:10 2012 -0800

    fcd: moved items to current layout standard
    
    * Public header files moved from lib/ to include/fcd
    
    * Contents of apps/ moved to examples/ to get into gnuradio/examples,
      apps for programs to be installed into $PREFIX/bin

commit b6ecb24e7a0756f166b75476b276b8b7c5677bf0
Author: Johnathan Corgan <address@hidden>
Date:   Sat Mar 10 10:38:26 2012 -0800

    fcd: move HID and FCD libraries into own subdirs
    
    * These libraries are packaged here for convenience and are not considered
      part of GNU Radio proper.

commit 41f1464634963ed4327e89fe516c0ba7c0d78331
Author: Johnathan Corgan <address@hidden>
Date:   Sat Mar 10 09:56:21 2012 -0800

    fcd: incorporated into Doxygen docs

commit bbfe6d614e38ceb0fe8efbe8a5927d92ca9c72b1
Merge: 3fec740 502d746
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 10 07:58:17 2012 -0500

    Merge branch 'master' into next

commit 502d7466f7659154b015e6ce94eafad569604cb1
Merge: aabc6bd 1c15d2c
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 10 07:57:40 2012 -0500

    Merge remote branch 'benreynwar/maint'

commit 1c15d2ceefeacb261dcce2f70c3543f70862f4c0
Author: Ben Reynwar <address@hidden>
Date:   Fri Mar 9 18:00:20 2012 -0700

    Adding __repr__ to constellations.

commit 15b215a42472c478a8b45e1be293de3eca6d2ee9
Author: Johnathan Corgan <address@hidden>
Date:   Thu Mar 8 16:53:03 2012 -0800

    fcd: convert out-of-tree autotools build to in-tree
    
    This still needs doc directory conversion to new documentation
    system.

commit 7361ce25f30ddfcc7538fec4a8b4cb9044201a03
Author: Alexandru Csete <address@hidden>
Date:   Thu Mar 8 15:25:58 2012 -0800

    Initial import of out-of-tree files from Alexandru Csete

commit 3fec74030bd0de7b182d982193fd93252dbb52dc
Merge: 5c86c07 aabc6bd
Author: Johnathan Corgan <address@hidden>
Date:   Thu Mar 8 16:49:08 2012 -0800

    Merge branch 'master' into next

commit aabc6bd3ef6061cc48a8cf87be89a3f6094cf2fe
Merge: 57ad294 e9a9b3d
Author: Johnathan Corgan <address@hidden>
Date:   Thu Mar 8 16:48:31 2012 -0800

    Merge branch 'maint'

commit e9a9b3d602a4d715789ab1b83929ff3934bf4086
Author: Johnathan Corgan <address@hidden>
Date:   Thu Mar 8 16:48:22 2012 -0800

    build: updated ignores

commit 5c86c074b437f619754d90af0722ee03754e0aa9
Merge: 22d1f5c 57ad294
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 5 11:53:25 2012 -0800

    Merge branch 'master' into next
    
    Use merge strategy '-s ours' to skip release commits.

commit 22d1f5c3db78db84237041346cc4e72382fa658f
Merge: e0f885c 1864683
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 5 11:53:14 2012 -0800

    Merge remote branch 'gnuradio/master' into next

commit 57ad294b333d185cfd6952f01ea03f88370d2b8d
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 5 11:46:41 2012 -0800

    build: update revision to 3.5.3git

commit 30f452ce6597e41ee1df1ceffda6796fa4a70058
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 5 11:31:26 2012 -0800

    build: update revision to 3.5.2

commit a3232aa91a800a4b99dd1dd8324d3b182e11c973
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 5 11:23:40 2012 -0800

    build: update from canonical config files

commit 1864683c7036b47eee254e75b4a1db60dd3f5d26
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 4 15:56:56 2012 -0500

    testing something.

commit e0f885c8325f164334030429ae731e613de9add2
Merge: c53529f 4f0add1
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 3 10:27:15 2012 -0500

    Merge branch 'master' into next

commit 4f0add175f8e44922c15ed82d644597eceb65fb6
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 3 10:11:28 2012 -0500

    volk: include config.h to have rintf in windows/msvc.

commit c53529ff00012646f4aa47e820bddd48995ab094
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 3 10:11:28 2012 -0500

    volk: include config.h to have rintf in windows/msvc.

commit b0f3db9a0785d69d004d65054bb70a4dd70dcb65
Author: Tom Rondeau <address@hidden>
Date:   Fri Mar 2 16:21:30 2012 -0500

    grc: updating to new name of pfb synthesizer block.

commit d1f1c53fbc8ac7b8146af51cb104acb07cb7bdb2
Author: Tom Rondeau <address@hidden>
Date:   Fri Mar 2 16:15:31 2012 -0500

    examples: fixing synthesizer examples to use new block name.

commit 749b27b25818a292f6484c25501fad0faf748f6c
Author: Tom Rondeau <address@hidden>
Date:   Fri Mar 2 16:10:53 2012 -0500

    core: changed name of gr_pfb_synthesis_filterbank_ccf to gr_pfb_synthesizer 
to make it easier to write and remember.

commit 875f5185a7feecbb1d4a3426a443bd873b0abd4b
Merge: bc5494f 0a6f149
Author: Johnathan Corgan <address@hidden>
Date:   Thu Mar 1 17:02:07 2012 -0800

    Merge branch 'master' into next
    
    Conflicts:
        config/grc_volk.m4
        gnuradio-core/src/guile/tests/gengen_ctors.test
        gnuradio-core/src/lib/Makefile.am
        gnuradio-core/src/lib/general/.gitignore
        gnuradio-core/src/lib/general/Makefile.am
        gnuradio-core/src/lib/gengen/.gitignore
        gnuradio-core/src/python/gnuradio/gr/Makefile.am
        volk/include/volk/Makefile.am

commit 0a6f1494b8e462c13c8c48c69680832967ebec72
Merge: 088ca3e e8d6448
Author: Johnathan Corgan <address@hidden>
Date:   Thu Mar 1 16:37:58 2012 -0800

    Merge remote branch 'tom/safe_align'

commit bc5494fc83721b22b5c6a94e1300e112d6269313
Merge: 0f73b09 088ca3e
Author: Tom Rondeau <address@hidden>
Date:   Thu Mar 1 11:28:04 2012 -0500

    Merge branch 'master' into next

commit 088ca3e5ff1ea0c28bbc2f674382137d8b84fe51
Merge: e115a78 8f8b651
Author: Tom Rondeau <address@hidden>
Date:   Thu Mar 1 11:27:46 2012 -0500

    Merge branch 'maint'

commit 8f8b651fbec99dcdc437f5445974692f7fa09142
Author: Tom Rondeau <address@hidden>
Date:   Thu Mar 1 11:27:07 2012 -0500

    docs: setting up ability to link to example files in the Doxygen manual. 
Using the PFB channelize.py as a test.

commit e115a781c218c7dd48a26e7d231b58fe6f160f02
Merge: ba93a3b 4c509e6
Author: Tom Rondeau <address@hidden>
Date:   Wed Feb 29 21:25:14 2012 -0500

    Merge branch 'master' of gnuradio.org:gnuradio

commit 0f73b0991f4da55b118b4029e2e53fde64580caa
Author: Tom Rondeau <address@hidden>
Date:   Wed Feb 29 20:42:17 2012 -0500

    grc: grc PFB channelizer and synthesize to set channel map defaults on 
startup.

commit ed72fd930b6c7c23273c928d02b54587c0cac9a3
Merge: 030cfac 4c509e6
Author: Johnathan Corgan <address@hidden>
Date:   Wed Feb 29 11:51:19 2012 -0800

    Merge branch 'master' into next

commit 4c509e6ef6ce56c057ffb31db36ef2d7a23879f3
Merge: 0750b35 7ee3ea3
Author: Johnathan Corgan <address@hidden>
Date:   Wed Feb 29 11:51:03 2012 -0800

    Merge branch 'maint'

commit 7ee3ea3f089122d568b06f8d86111c2df9cf798a
Author: Nicholas Corgan <address@hidden>
Date:   Wed Feb 29 09:27:57 2012 -0800

    Changes Windows installer filename to match naming convention of Ubuntu and 
Fedora installers

commit 030cfac62db69b8eb19ae5a79ae6ec71d113b47b
Merge: 06b9d21 91bbef4
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 28 23:56:28 2012 -0500

    Merge branch 'synth' into next

commit 06b9d21dac84b97b8da1a72547bf936f30fe8340
Merge: de9ac76 d71f510
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 28 23:56:01 2012 -0500

    Merge branch 'next' of gnuradio.org:gnuradio into next

commit 91bbef469b054dfd56c03d9fc027972ec102a4a9
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 28 23:55:38 2012 -0500

    grc: adding new inputs to channelizer and synthesizer xml.

commit d71f5104ab3f4f8ec7292c3358670e6b8ce10fa7
Merge: 2dfcc2d 0750b35
Author: Johnathan Corgan <address@hidden>
Date:   Tue Feb 28 19:09:01 2012 -0800

    Merge branch 'master' into next

commit 0750b35b41b16de845c566e75b9d3bb19e008cd0
Merge: e0dec91 5f80187
Author: Johnathan Corgan <address@hidden>
Date:   Tue Feb 28 19:08:48 2012 -0800

    Merge branch 'maint'

commit 5f80187454db0e3072185b7090416fcbe7204bf8
Author: Nicholas Corgan <address@hidden>
Date:   Tue Feb 28 16:01:33 2012 -0800

    Installer filename more clearly separates "gnuradio", version, and distro

commit 68a36d3e2c78d477e9c793df9ec9f540aa5f327d
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 28 16:24:43 2012 -0500

    core: simple formatting.

commit 47d6864ea92cf10899d7beebf2cb15eb08c140f2
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 28 16:23:52 2012 -0500

    examples: adding an example of using the channelizer and synthesize 
together to reconstruct a signal.

commit 3d3d3c05291aebb1ad90d22f9674546347cb96d6
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 28 16:02:16 2012 -0500

    core: pfb channelizer: can now set a channel map to direct the channels to 
a specific output stream.
    
    Now, not all output channels must be connected; can connect M of N channels 
(M <= N) and use the channel_map to set which channel from the original 
wideband signal go to which output streams.

commit d15bed21e08f97b0ac510b49124c9231289820c2
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 28 12:36:00 2012 -0500

    core: pfb synth: can now set channel map and to use 1 or 2 sps on output.
    
    The channel map allows the user to set the streams anywhere in the channel 
output.

commit dd4cc588d7a34f82a63c6b23ca7a1fab736bfc10
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 20 10:12:57 2012 -0500

    core: wip on pfb synthesis. It works, but is a bit hacked together.
    
    Need to determine the best way to handle the two filter cases, with and 
without oversampling.

commit ba93a3b70cd335933aa57023b7d2945ed408a9cf
Merge: f2d8381 e0dec91
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 27 16:16:49 2012 -0500

    Merge branch 'master' of gnuradio.org:gnuradio

commit de9ac7602116aab499b7f05a17de7f8d17e9657a
Merge: 356bc1a 2dfcc2d
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 27 16:16:26 2012 -0500

    Merge branch 'next' of gnuradio.org:gnuradio into next

commit 2dfcc2dc875ae82c45ab32cd34d170dc20424fc7
Merge: 739ac87 e0dec91
Author: Johnathan Corgan <address@hidden>
Date:   Mon Feb 27 13:06:27 2012 -0800

    Merge branch 'master' into next

commit e0dec91086d82b23a9b47cc05c08ccb55cf1351c
Merge: cff2b9c b3f43a0
Author: Johnathan Corgan <address@hidden>
Date:   Mon Feb 27 13:06:15 2012 -0800

    Merge branch 'maint'

commit b3f43a05b809ce050add7f01ddc6c1c75635d490
Author: Philip Balister <address@hidden>
Date:   Mon Feb 27 15:14:16 2012 -0500

    Do not rewrite path to python interpreter for cross builds.
    
    If you rewrite the path to the python interpreter during a cross build, you
    end up with the path to the build environment python interpreter, which may
    not be the same as teh path on the target.
    
    Signed-off-by: Philip Balister <address@hidden>
    Signed-off-by: Josh Blum <address@hidden>

commit 356bc1a466d9c0f8977dc424a3eea3574c91e1c3
Merge: 739ac87 f2d8381
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 27 16:02:53 2012 -0500

    Merge branch 'master' into next

commit f2d83816f586f675ac88de73f5ecfec802519c4b
Merge: cff2b9c 855e29d
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 27 16:01:25 2012 -0500

    Merge remote-tracking branch 'balister/python-env'

commit 855e29df017d002ac2c52537ebde2dc6925baf34
Author: Philip Balister <address@hidden>
Date:   Mon Feb 27 15:14:16 2012 -0500

    Do not rewrite path to python interpreter for cross builds.
    
    If you rewrite the path to the python interpreter during a cross build, you
    end up with the path to the build environment python interpreter, which may
    not be the same as teh path on the target.
    
    Signed-off-by: Philip Balister <address@hidden>
    Signed-off-by: Josh Blum <address@hidden>

commit 739ac87e34242b0fbcccb4a8b10d3eb16ec2723d
Merge: 399bf08 cff2b9c
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 27 13:05:09 2012 -0500

    Merge branch 'master' into next

commit cff2b9ce9f899f495eba27839aef48001637df76
Merge: 314bc60 7e1ac13
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 27 13:04:21 2012 -0500

    Merge branch 'maint'

commit 7e1ac13d5558eaca2233c4be4c41307b5e61b8f5
Merge: 63b0520 e68ab85
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 27 13:03:36 2012 -0500

    Merge remote-tracking branch 'benreynwar/maint' into maint

commit e68ab8589ca235563f8c061fbb79d13793d1f21f
Author: Ben Reynwar <address@hidden>
Date:   Mon Feb 27 10:38:30 2012 -0700

    Fixed bug in digital_qam_demod.xml

commit 399bf08bf0b61f599001c990d3c0cfd24cc368f6
Merge: 49bba63 314bc60
Author: Johnathan Corgan <address@hidden>
Date:   Sun Feb 26 15:43:24 2012 -0800

    Merge branch 'master' into next

commit 314bc60002eb8a2e7a8ac351057bbaf8387fc467
Merge: ee91264 63b0520
Author: Johnathan Corgan <address@hidden>
Date:   Sun Feb 26 15:37:57 2012 -0800

    Merge branch 'maint'

commit 63b05200220bc2059259af089be0b562de6a19b4
Author: Johnathan Corgan <address@hidden>
Date:   Sun Feb 26 15:28:33 2012 -0800

    core: add null constructors to sync_* blocks

commit 49bba6365830b1ec66caa28c67be49d2ab091d9e
Merge: e5bf23d ee91264
Author: Tom Rondeau <address@hidden>
Date:   Fri Feb 24 15:59:20 2012 -0500

    Merge branch 'master' into next
    
    Conflicts:
        gr-digital/grc/Makefile.am

commit ee91264a484d35e4927d69f079db3b3e33f480b4
Merge: 86f0fd1 95ddbdd
Author: Tom Rondeau <address@hidden>
Date:   Fri Feb 24 15:58:45 2012 -0500

    Merge branch 'maint'

commit 95ddbdd12baadcb327eaf17ccdc75657f2f99cda
Author: Tom Rondeau <address@hidden>
Date:   Fri Feb 24 15:57:45 2012 -0500

    digital: forgot to include new xml in Makefile.am.

commit a4fb87611795e0609c195ed4d655397124cfc857
Author: Ben Reynwar <address@hidden>
Date:   Fri Feb 24 13:16:46 2012 -0700

    Added digital_constellation_receiver_cb.xml file

commit 86f0fd13c053846973a7f1a3649687fc9ea6cb27
Merge: dc963e9 f48d405
Author: Tom Rondeau <address@hidden>
Date:   Fri Feb 24 15:37:38 2012 -0500

    Merge remote-tracking branch 'benreynwar/minor_fixes'

commit f48d40518128ab5154eb2795f8ba9c1227beaf29
Author: Ben Reynwar <address@hidden>
Date:   Fri Feb 24 13:16:46 2012 -0700

    Added digital_constellation_receiver_cb.xml file

commit e8d644872837f4cbfc05851710531b2ac5259806
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 23 14:28:21 2012 -0500

    volk: float to short conversion is consistent between archs and tail cases. 
Rounds to nearest number.

commit e5bf23ddd93ba33fe92a835b24482fd4cf9ec3aa
Merge: 059e79a dc963e9
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 23 13:55:24 2012 -0500

    Merge branch 'master' into next

commit dc963e9c64ae990068bbcbc7860b9e24d773bd41
Merge: 7298614 40fc37e
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 23 13:55:09 2012 -0500

    Merge branch 'maint'

commit 40fc37e7966b66e53fd4ddf0b116c5ac82f98d35
Author: Philip Balister <address@hidden>
Date:   Mon Feb 20 14:44:16 2012 -0500

    Try really hard to get cmake to use compiler flags from the toolchain file.
    
    See: http://www.mail-archive.com/address@hidden/msg33248.html
    
    Also credit OpenEmbedded for doing something similar in the toolchain file
    they create.
    
    Signed-off-by: Philip Balister <address@hidden>

commit 5c6877db1b91ad6fafec9fce83bc7f9079493d39
Merge: 4f0b3fb 330cddf
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 23 11:14:44 2012 -0500

    Merge remote branch 'bistromath/volk_fix' into safe_align
    
    Conflicts:
        volk/apps/volk_profile.cc

commit 330cddf31208b843c0997c6fb05cb3facf31f536
Author: Nick Foster <address@hidden>
Date:   Wed Feb 22 08:46:55 2012 -0800

    Remove ORC invocation since // doesn't dissuade the generator.

commit 059e79a6c66fa8fae4fc92ca7283c7a07989232f
Merge: 5977d90 7298614
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 21 22:53:20 2012 -0500

    Merge branch 'master' into next

commit 72986143237c6b537ad73d47a914f1f1fa8501fc
Merge: e4693df eedd0f0
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 21 22:52:58 2012 -0500

    Merge branch 'maint'

commit eedd0f0b4346aea5fed16e0ff433b0d5bffe23b9
Author: Michael Dickens <address@hidden>
Date:   Tue Feb 21 22:52:09 2012 -0500

    qtgui: More search options for qwt libraries, specifically for OSX.

commit fa8ab7cb146287a9f0d8db67e3126ab4a867a201
Author: Nick Foster <address@hidden>
Date:   Tue Feb 21 15:41:27 2012 -0800

    Volk: add scalar const support to the profiler/QA code. Disabled 
volk_32fc_s32fc_multiply_32fc_a's Orc impl due to it not working.

commit 5977d9006bd7c81a35e347f946e5e7983145ff0c
Author: Marcus Leech <address@hidden>
Date:   Mon Feb 20 17:34:01 2012 -0500

    uhd: updated uhd programs to use stream_args concept from command line for 
more than just setting the scalar.

commit 991c8f4bb0c897decb0a62d15b3e44316a46cf95
Merge: 8a4a83a e4693df
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 20 10:17:59 2012 -0500

    Merge branch 'master' into next

commit e4693dfbab735914db1947031c62eef7844e7393
Merge: 34508cd 99c60be
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 20 10:17:53 2012 -0500

    Merge branch 'maint'

commit 99c60be53afc087922d11f0626303c8178f0ac7f
Merge: af94240 3a3ff1b
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 20 10:15:52 2012 -0500

    Merge branch 'maint' of gnuradio.org:gnuradio into maint

commit af942401b5251a0751d40af193fbbe938103263a
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 20 10:15:36 2012 -0500

    digital: fixed comments for new parameters.

commit 8a4a83a768d205a28b8deced03a0ed4289e6f60f
Merge: 748e3e8 34508cd
Author: Johnathan Corgan <address@hidden>
Date:   Fri Feb 17 13:51:00 2012 -0800

    Merge branch 'master' into next
    
    Conflicts:
        gr-vocoder/grc/Makefile.am
        grc/blocks/Makefile.am

commit 34508cd9001ecd8eef2fcfb3a087c573072b83ef
Merge: fed443d 3a3ff1b
Author: Johnathan Corgan <address@hidden>
Date:   Fri Feb 17 13:24:29 2012 -0800

    Merge branch 'maint'

commit 3a3ff1b581071f154efc2c01d34db67a0ebfffab
Author: Johnathan Corgan <address@hidden>
Date:   Fri Feb 17 13:24:09 2012 -0800

    vocoder: add xml blocks to autotools build

commit 0062ab7175ddfe161eb718557b155b79285fa3ea
Author: Johnathan Corgan <address@hidden>
Date:   Fri Feb 17 12:41:10 2012 -0800

    vocoder: fix typos in added block xml

commit 748e3e84fe921cf03adbd9f411105af6202df763
Merge: b0f11a1 fed443d
Author: Tom Rondeau <address@hidden>
Date:   Fri Feb 17 15:41:06 2012 -0500

    Merge branch 'master' into next

commit fed443d1ae6bb78b24de54be5daa9647c5368faa
Author: Tom Rondeau <address@hidden>
Date:   Fri Feb 17 15:40:04 2012 -0500

    core: protection if set_delay is called before the last delay update has 
finished.

commit 14e35939bd3ddf7077a0589424f99ad2c3e51a7f
Merge: 2fc3ae3 114cd4a
Author: Tom Rondeau <address@hidden>
Date:   Fri Feb 17 15:23:30 2012 -0500

    Merge branch 'dyn_delay'

commit 114cd4ae4b544cde983c7d7bd47cdd354877afde
Author: Tom Rondeau <address@hidden>
Date:   Fri Feb 17 11:39:59 2012 -0500

    core: in delay block, protect against repeated calls to set_delay with the 
same value.

commit b0f11a1d6f2d25528c820cab2bc2065e4f258854
Merge: 9eec189 3b3b7e3
Author: Tom Rondeau <address@hidden>
Date:   Fri Feb 17 10:30:19 2012 -0500

    Merge branch 'next' of gnuradio.org:gnuradio into next

commit 9eec189978d7e3a5b67da21191b391e464561816
Author: Tom Rondeau <address@hidden>
Date:   Fri Feb 17 10:28:46 2012 -0500

    howto: moving uninstall rules into correct location.

commit 2eee2b14349c1c36b79131fe327d9040eca6d140
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 16 14:36:13 2012 -0500

    copyright adjustment.

commit 7fce7e3b576b7775923d81a9048b8b6196fb4e13
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 16 14:32:37 2012 -0500

    core: core: change to the delay QA code.
    
    The full vector is received because of the switch to a gr_block, so we 
exted the expected_data vector; otherwise, the results are the same

commit 031c3410bcf43ccce6cc2a52f45cc359914c305e
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 16 12:50:58 2012 -0500

    core: allowing delay to be dynamic for runtime changes to set_delay.
    
    This converts the block from a gr_sync_block to a gr_block since it has to 
return and consume different amounts when the delay setting changes.

commit 3b3b7e31814ff0af2a017263d16f9af6bf8a3f18
Merge: c051c0f 2fc3ae3
Author: Johnathan Corgan <address@hidden>
Date:   Thu Feb 16 10:13:49 2012 -0800

    Merge branch 'master' into next

commit 2fc3ae341eac25901efc691be09969e408cbe849
Merge: d545481 12311ad
Author: Johnathan Corgan <address@hidden>
Date:   Thu Feb 16 10:13:32 2012 -0800

    Merge branch 'maint'

commit 12311ad384cd494bbab1a4ffb0b8699f28569e1b
Author: Michael L Dickens <address@hidden>
Date:   Thu Feb 16 11:57:22 2012 -0500

    small tweaks to get stream sizes "more correct"

commit 861b084aaae054d70e0f770a695359265c35e20c
Author: Michael Dickens <address@hidden>
Date:   Thu Nov 17 13:55:59 2011 -0500

    allow any input hardware audio rate; fix use of deprecated function 
'AudioHardwareGetProperty'

commit c051c0f0ca8def9a58377f167eb11b78c5e9cd12
Merge: 37021a4 d545481
Author: Tom Rondeau <address@hidden>
Date:   Wed Feb 15 22:45:08 2012 -0500

    Merge branch 'master' into next

commit d545481772f9576439d3c0c3be20de7a9990811f
Merge: dc266ca 1ba8d46
Author: Tom Rondeau <address@hidden>
Date:   Wed Feb 15 22:44:47 2012 -0500

    Merge branch 'maint'

commit 1ba8d466b0ef46a28fb1d215f2bb3c28ee8b0bcc
Author: Michael Dickens <address@hidden>
Date:   Wed Feb 15 22:43:54 2012 -0500

    digital: install OFDM examples into installed examples directory.

commit 4f0b3fbe765b9f4ce744e2c2c182715fc63756e2
Merge: ba3f1a4 2eaa0a6
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 14 19:43:51 2012 -0500

    Merge branch 'safe_align' of vortex.corganenterprises.com:gnuradio-trondeau 
into safe_align

commit 2eaa0a6e1e57cfc374c258c317ecb469fc49bf53
Author: Johnathan Corgan <address@hidden>
Date:   Tue Feb 14 15:37:57 2012 -0800

    build: fix autotools for gnuradio-core volkification

commit ba3f1a4e8d5879c91eb5c47cc7e7c3ac73b1989d
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 14 17:20:11 2012 -0500

    volk: added README file to explain how to run the benchmark tests and 
plotting tool.

commit f0a1631dad755d5abf28351f07b2bbf7773b37b8
Merge: ef1748e dc266ca
Author: Johnathan Corgan <address@hidden>
Date:   Tue Feb 14 12:32:52 2012 -0800

    Merge branch 'master' into safe_align
    
    Conflicts:
        gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc
        gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc

commit 37021a4c1393026de88725565ba23ebd6d0cc4d9
Merge: 3222590 dc266ca
Author: Johnathan Corgan <address@hidden>
Date:   Tue Feb 14 11:23:42 2012 -0800

    Merge branch 'master' into next

commit dc266ca38bdc59955f8c8d8a98291f078d7f4377
Merge: 1c41758 183d816
Author: Johnathan Corgan <address@hidden>
Date:   Tue Feb 14 11:19:16 2012 -0800

    Merge branch 'maint'

commit 183d816afa83e83bb39b722239c1245975b8e13e
Author: Martin Braun <address@hidden>
Date:   Tue Feb 14 17:38:16 2012 +0100

    Fixed GRC bindings for vocoder (this also fixes GRC example cvsd_sweep)

commit f69708ec3ca83d019a50396a5947abb24bee15d3
Author: Michael Dickens <address@hidden>
Date:   Tue Feb 14 11:08:53 2012 -0800

    uhd: fix source block xml file generation

commit 32225905cb4fef7364668fffc16c808ac6c3bee8
Merge: 665f4e0 1c41758
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 14 09:35:17 2012 -0500

    Merge branch 'master' into next

commit 1c4175858b4cfd34f15ae2014385923ae06b32c5
Merge: 6410e39 5fbdd91
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 14 09:34:58 2012 -0500

    Merge branch 'maint'

commit 5fbdd919e9a32710d118fa29018dfb3ffff43ed5
Author: Martin Braun <address@hidden>
Date:   Tue Feb 14 09:34:17 2012 -0500

    docs: removing old Doxygen groups (radar and usrp(2)).

commit ef1748e4efc40cc065fb5f1b40d710256dd37efa
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 13 20:53:51 2012 -0500

    volk: complex_to_arg doesn't actually use Volk. No need to benchmark it.

commit e36d6f1f766e702d147ca494e21131cc66f157dd
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 13 16:10:14 2012 -0500

    volk: can specify a table to calculate the percent improvement against 
instead of just the raw numbers.

commit 2597fe8ed82ee04c161c9f08534ae1b90d2b7d88
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 13 14:50:14 2012 -0500

    core: change alignment requirement.

commit ca8889bc5d83bf380832431ebb30c88ddef5a924
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 13 14:47:42 2012 -0500

    volk: better handling of plot for error bars. Older versions of pylab don't 
like the kwargs.

commit 4589b6d6f062e92fd84965eaf47d3fc30bdf516e
Author: Tom Rondeau <address@hidden>
Date:   Sat Feb 11 12:27:45 2012 -0500

    volk: added some documentation to the Doxygen manual explaining Volk and 
how to use it.

commit f671319ca9ccef8fb1590e676ff6bcb85d7ca5a1
Author: Tom Rondeau <address@hidden>
Date:   Sat Feb 11 09:06:45 2012 -0500

    core: reverting float_to_int to non-Volk due to precision/wrapping issues.
    
    Using the Volk function causes too much of a change in the output values 
right now. Will have to relook at it for the right thing to do. Keeping the use 
of vlen and scale, though.

commit 84cb8f63d0d96ede1a6a10940112ae5a087029fc
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 9 23:23:36 2012 -0500

    volk: better args for benchmarking volk tests; can specify a list of test 
numbers.

commit a9a2c632040d37562a64eb81ed7d4f136a7a774e
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 9 20:49:44 2012 -0500

    volk: improved GR benchmark and plotting utilities.

commit 4c048e77d0f7f78cd684534133a9312be936fcc6
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 7 22:18:00 2012 -0500

    volk: test commands for measuring type conversion performance.

commit 5a07519b2685fabab3e75380657a53d2161dc1a2
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 7 22:17:28 2012 -0500

    core: fixed alignment call for char_to_short.

commit 786058aacbe0ca662e14ea5f00f1c0872a599577
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 7 18:32:09 2012 -0500

    volk: adding an examples directory with scripts to benchmark and compare 
volk-optimized GR blocks.

commit 75bb99df4720789749c059a0207507a3cbdd3855
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 7 17:49:36 2012 -0500

    core: using volk for conjugate block and added QA code for it.

commit 3080cd75a6a10aab757e1e02fb99e81e2f3724d5
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 7 17:23:44 2012 -0500

    volk: adding complex conjugate kernel.

commit cdb328758dca9fa494956c0e62f5e78adf613982
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 7 16:59:50 2012 -0500

    volk: fixed complex multiply and conjugate kernel to use xor for 
conjugation.

commit f34b496341ceb73baffee6f8bf84ed197ffeeaf0
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 6 22:02:56 2012 -0500

    core: added Volk-optimized gr_multiply_conjugate_cc at one block with QA 
code.

commit 69210086c7ae98b93a63a1d810ee28b304a13520
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 6 22:02:09 2012 -0500

    volk: added a 32fc multiply conjugate kernel.

commit fb2a84add9706a046b4761021707d6bb97496a2e
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 6 10:32:18 2012 -0500

    core: added volk version of add_ff.

commit 298623615b249de459cd12b5507dab921fc3210b
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 6 10:31:28 2012 -0500

    volk: added unaligned version of adding 2 vectors.

commit 47c390286d49e00498a3443a3dcb9f83d11c7ecc
Author: Tom Rondeau <address@hidden>
Date:   Sat Feb 4 11:05:25 2012 -0500

    core: new multiply_const_ff and multiply_ff blocks done using Volk.

commit f028a198cb47e0486ad41a29bd3b3dcf0663d766
Author: Tom Rondeau <address@hidden>
Date:   Sat Feb 4 11:04:30 2012 -0500

    volk: new unaligned versions of float multipliers.

commit 3a21ccb8cdef50daa52f5d26293df3a03c821c99
Author: Tom Rondeau <address@hidden>
Date:   Sat Feb 4 11:03:40 2012 -0500

    sched: some added protections and checks for the alignment states.

commit ae663decab658be25ac01072fa2f5c8454bd6167
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 2 17:26:39 2012 -0500

    core: moving multiply_const_ff from gengen to general to take advantage of 
volk.
    
    Also adds SSE and AVX and unaligned Volk versions for this.

commit 665f4e0ecbdae17cbb0ee84a1a5b7ee37594c544
Merge: 5c36c2d 6410e39
Author: Tom Rondeau <address@hidden>
Date:   Fri Feb 10 11:16:13 2012 -0500

    Merge branch 'master' into next

commit 6410e390949ad760356f47e1f5a2dea97190a227
Author: Marcus Mueller <address@hidden>
Date:   Fri Feb 10 11:15:47 2012 -0500

    docs: applying operator fix to howto-write-a-block, too.

commit 5c36c2dd5aa47acfb678595ad69792affd13bfbf
Merge: 41107df 39f86af
Author: Tom Rondeau <address@hidden>
Date:   Fri Feb 10 11:14:28 2012 -0500

    Merge branch 'master' into next

commit 39f86af88f9ed7d0ff922aab5bb7c9da95f2c730
Author: Marcus Mueller <address@hidden>
Date:   Fri Feb 10 11:13:46 2012 -0500

    docs: swig_docs don't look at operators when building Python documentation.

commit dc339fb8c9455ac5089749d7e1d695e0d3642559
Merge: c2c8a53 ce7d355
Author: Tom Rondeau <address@hidden>
Date:   Fri Feb 10 11:10:48 2012 -0500

    Merge branch 'maint'

commit ce7d3555a1a550e29d20af1669a9c9d1e71c8c36
Author: Martin Braun <address@hidden>
Date:   Fri Feb 10 11:06:44 2012 -0500

    cmake: adding uninstall target for howto-write-a-block-cmake.

commit 41107dfc64e460d2a71536a1f16d69bb68e1960d
Merge: 83c5a8a c2c8a53
Author: Tom Rondeau <address@hidden>
Date:   Wed Feb 8 19:49:42 2012 -0500

    Merge branch 'master' into next

commit c2c8a53bee19e820859d01d8657821127c75b762
Author: Tom Rondeau <address@hidden>
Date:   Wed Feb 8 19:48:02 2012 -0500

    cmake: fix for handling fftw_threads as an optional library only.

commit 83c5a8a66d619423beec55f689640a89e2bd762b
Merge: 10ece2b f12f7ba
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 7 13:18:47 2012 -0500

    Merge branch 'master' into next

commit f12f7ba606d67155be4026ddf3f5ac44680556ae
Merge: 35b689e 8927390
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 7 13:18:26 2012 -0500

    Merge branch 'maint'

commit 8927390cbfc911bdc3008bfdedde1d30706faa5b
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 7 13:17:47 2012 -0500

    docs: better handling of html only for formulas.

commit 10ece2bbb3d2ba34ea18dadfb06ce6e6fd1ae6c3
Merge: b5eebec 35b689e
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 6 22:23:45 2012 -0500

    Merge branch 'master' into next

commit 35b689eb88a3534025848054d629c0bb368b66f0
Author: Marcus Leech <address@hidden>
Date:   Mon Feb 6 22:23:06 2012 -0500

    gui: better handling of buffers in oscope for stripchart/non-stripchart.

commit b5eebec60f4802e2be0e0ef51084f4f008ef60d7
Merge: f216463 110cb25
Author: Johnathan Corgan <address@hidden>
Date:   Mon Feb 6 17:07:23 2012 -0800

    Merge branch 'master' into next

commit 110cb25af95820fbfd1cb0ae1dc468126c704ead
Merge: b4be410 dada83f
Author: Johnathan Corgan <address@hidden>
Date:   Mon Feb 6 17:07:11 2012 -0800

    Merge branch 'maint'

commit dada83f8893f6da01814a1a48ad54aa5652f318a
Merge: bfa8985 f5e3300
Author: Johnathan Corgan <address@hidden>
Date:   Mon Feb 6 17:04:54 2012 -0800

    Merge remote branch 'ncorgan/package-version-fix' into maint

commit f5e33003152c693a87f96cb92b7f5a98b627f3b2
Author: Nicholas Corgan <address@hidden>
Date:   Mon Feb 6 15:24:37 2012 -0800

    CMake package uses "X.X.X" version number instead of "vX.X.X"

commit f2164639dffd6d43c07206342fa775c780c77646
Merge: 47b79cb b4be410
Author: Johnathan Corgan <address@hidden>
Date:   Mon Feb 6 14:59:01 2012 -0800

    Merge branch 'master' into next

commit b4be410fbaa05025b9d827c11135cbf79dc71089
Merge: 895bb2f bfa8985
Author: Johnathan Corgan <address@hidden>
Date:   Mon Feb 6 14:58:46 2012 -0800

    Merge branch 'maint'

commit bfa8985c8e93d35b246a007b70612ca287242e3e
Author: Johnathan Corgan <address@hidden>
Date:   Mon Feb 6 14:54:37 2012 -0800

    Revert "dpkg rejects "vX.X.X" version number because it doesn't start with 
a number, CMake assigns "X.X.X" version number to generated executables"
    
    This reverts commit c2a9dedc9ff7027c55ace3bf356bc452067e1b86.

commit 47b79cb6ed9544df04efe3f5e84003b6d8234024
Merge: 17bb7b9 895bb2f
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 6 17:33:50 2012 -0500

    Merge branch 'master' into next

commit 895bb2f9310ccf016779415ccd58b68176450e40
Merge: 09f0820 962d461
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 6 17:33:31 2012 -0500

    Merge branch 'maint'

commit 09f0820f2c275219d63c201c23deb77f8351fa35
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 6 17:32:23 2012 -0500

    grc: add nthread parameter to FFT-based blocks.

commit 1f0c6eed4cf60929aab39d9cfcc5f3506267b2de
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 6 17:31:52 2012 -0500

    core: updated missed vfc version of fft block to use nthreads.
    
    Also updates copyright dates.

commit 962d4615f4fbae3bc4a9ec09ed2f644dde8435eb
Merge: bea38e0 345c8ae
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 6 16:55:08 2012 -0500

    Merge branch 'maint' of gnuradio.org:gnuradio into maint

commit 17bb7b9dd517d5191f89ccf04fe906d2457b5c1b
Merge: 9bbedbb 50faa5c
Author: Johnathan Corgan <address@hidden>
Date:   Mon Feb 6 13:45:44 2012 -0800

    Merge branch 'master' into next

commit 50faa5cce07af2f052e2427a23997c86c947989f
Merge: 1b8958f 345c8ae
Author: Johnathan Corgan <address@hidden>
Date:   Mon Feb 6 13:45:30 2012 -0800

    Merge branch 'maint'

commit 345c8ae7a10af95d4f26cd53bfa8c07765d749ca
Merge: 6ba6593 c2a9ded
Author: Johnathan Corgan <address@hidden>
Date:   Mon Feb 6 13:44:16 2012 -0800

    Merge remote branch 'ncorgan/package-version-fix' into maint

commit bea38e035f1c0b6847acb239900d7652a786b78b
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 6 16:14:37 2012 -0500

    docs: fixed some markup of formulas between html and xml (and therefore the 
swigdocs).

commit c2a9dedc9ff7027c55ace3bf356bc452067e1b86
Author: Nicholas Corgan <address@hidden>
Date:   Mon Feb 6 13:12:42 2012 -0800

    dpkg rejects "vX.X.X" version number because it doesn't start with a 
number, CMake assigns "X.X.X" version number to generated executables

commit 49476017b7cf69ddd6739d5cd0d50d867e2c8436
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 6 15:32:43 2012 -0500

    core: fix a warning.

commit 9bbedbbd950427b39215f880725e0a47b4b0a310
Merge: c4d0b47 1b8958f
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 6 14:55:50 2012 -0500

    Merge branch 'master' into next

commit 1b8958f5ec9b5bcde84cdd03a3e8a96b696f9485
Merge: c886c62 6ba6593
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 6 14:55:35 2012 -0500

    Merge branch 'maint'

commit c886c620e6fb69f8beffe791470c345dbec90232
Merge: 7e10a26 ed7db7d
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 6 14:49:26 2012 -0500

    Merge branch 'master' of gnuradio.org:gnuradio

commit 6ba65930ba9a50b3c4618099b189fcfee5d015f0
Merge: d6126a6 3e030d3
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 6 14:48:32 2012 -0500

    Merge branch 'maint' of gnuradio.org:gnuradio into maint

commit c4d0b47fdbbbfee18d6dfc87c501731a0591fa57
Merge: f49facf 7e10a26
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 6 14:48:13 2012 -0500

    Merge branch 'master' into next

commit 7e10a26470d638afec9db3bd89ae3243fe0abd83
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 6 14:08:00 2012 -0500

    core: expose nthreads setting through to fft_filters.
    
    Can set nthreads as last arg to filter; defaults to 1 so no change in 
default behavior.

commit f49facf71cd1b31a8553de85377d956a3299f2d7
Merge: 89e32f4 ed7db7d
Author: Johnathan Corgan <address@hidden>
Date:   Mon Feb 6 11:13:09 2012 -0800

    Merge branch 'master' into next

commit ed7db7d9326508737e9aa217d338f4f8b80a9889
Merge: 1023c48 3e030d3
Author: Johnathan Corgan <address@hidden>
Date:   Mon Feb 6 11:12:38 2012 -0800

    Merge branch 'maint'

commit 3e030d338bb6d6213b3aac0ae66da3f02321e5dd
Author: Johnathan Corgan <address@hidden>
Date:   Mon Feb 6 11:11:04 2012 -0800

    howto: fix cmake swig header installation

commit d1a24646c652c81d52997f6048cd3ece29d18a3e
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 6 12:02:35 2012 -0500

    core: expose nthreads capabilities to gr_fft_vcc.
    
    Can set and get nthreads; defaults to 1, so no change in default behavior.

commit 9efac71df2d352878e86df54889973b5cf9164bf
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 6 12:01:57 2012 -0500

    core: add functions to set/get nthreads of gri FFT object.

commit 4defc0e618b04ceb71091ab3e3df62ca3e4858d8
Author: Marcus Leech <address@hidden>
Date:   Mon Feb 6 11:11:06 2012 -0500

    core: enable use of fftw's threading capabilities.
    
    Can set nthreads when creating an fftw class; defaults to 1, so there's no 
change in default behavior.

commit f4dc476d9113017d36623a101b726ce1f1aa7db2
Merge: 1023c48 d6126a6
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 6 11:05:14 2012 -0500

    Merge branch 'maint'

commit d6126a670383791dc8e24926b0d84e1c1fbefdac
Author: Marcus Leech <address@hidden>
Date:   Mon Feb 6 10:45:07 2012 -0500

    io: fix triggering and performance issues with oscope; specifically for the 
strip-chart features.

commit 89e32f4031d68b5f2a819f1923808958f931edb7
Merge: 6063ef0 1023c48
Author: Johnathan Corgan <address@hidden>
Date:   Sun Feb 5 10:44:40 2012 -0800

    Merge branch 'master' into next

commit 1023c48cc7e05a0d6c9ae72587304a86c57d6ca8
Merge: ae4770a e6805a2
Author: Johnathan Corgan <address@hidden>
Date:   Sun Feb 5 10:43:09 2012 -0800

    Merge branch 'maint'

commit e6805a25568a5ce24937039f57a6eb1df1f82aa9
Author: Johnathan Corgan <address@hidden>
Date:   Sun Feb 5 10:37:02 2012 -0800

    cmake: remove QUIET option from some listfiles
    
    * PKG_CHECK_MODULES only supports QUIET >=2.8.2, Ubuntu LTS has 2.8.0

commit 651301f7c0dc3ea58d2b770baeb8de0f42ceb609
Author: Johnathan Corgan <address@hidden>
Date:   Sun Feb 5 10:27:47 2012 -0800

    howto: various fixes cmake, cleanup
    
    * Fixed include dir variable, now works when gnuradio-core in custom prefix
    
    * Removed QUIET option, only works for cmake >=2.8.2, Ubuntu LTS has 2.8.0
    
    * Fixed library name for gruel search

commit 6063ef0108a5382427519e4b99555ac7a0eee730
Merge: 3bc34ff ae4770a
Author: Johnathan Corgan <address@hidden>
Date:   Fri Feb 3 14:25:03 2012 -0800

    Merge branch 'master' into next

commit ae4770a0781d5ecab3b5ccce2fe037c0c52407c5
Merge: 309ca76 2b87c2a
Author: Johnathan Corgan <address@hidden>
Date:   Fri Feb 3 14:24:49 2012 -0800

    Merge branch 'maint'

commit 2b87c2a7c11c4ee20b8f1356f39537043234c1b4
Author: Nicholas Corgan <address@hidden>
Date:   Fri Feb 3 12:10:23 2012 -0800

    Fixed mislabeled dependencies for Fedora 15

commit a3b19015cb1c896aef19a7817458878337b3f5e3
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 2 16:38:56 2012 -0500

    core: more fixes when moving files from gengen to general.

commit b3e538493f969526c704a3eb1b3c8d8c61be78f6
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 2 16:38:36 2012 -0500

    volk: adding new functions to Makefile.

commit c1927c72bbae3cf6fe96e3d20f3e7bb74469539a
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 2 16:37:53 2012 -0500

    volk: adding new Volk functions added in this branch to the volk_profile 
tool and installing it into $prefix/bin.

commit e8089db25b2e28824f11d27c9d98a4adef191736
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 2 16:36:47 2012 -0500

    core: moving multiply_cc and multiply_const_cc out of gengen and into 
general so they can make use of volk calls.
    
    QA code now explicitly tests the cc versions of these blocks.

commit 67d23bdecd3f15197bdf46f8c0cd66a6f754fea5
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 2 16:35:14 2012 -0500

    volk: improving performance of multiply_const and multiply two streams.

commit 3bc34ff378d08e623b020d84c495cbc000ffab97
Merge: 0371e7b 309ca76
Author: Johnathan Corgan <address@hidden>
Date:   Thu Feb 2 13:34:40 2012 -0800

    Merge branch 'master' into next

commit 309ca769afb74a091a5c923e1bb5fb71f535dee6
Merge: 00518ca 63ffe1a
Author: Johnathan Corgan <address@hidden>
Date:   Thu Feb 2 13:34:32 2012 -0800

    Merge branch 'maint'

commit c6519775ac7d1e9098ca2fb20c09e15ae8e60a4a
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 2 16:34:23 2012 -0500

    sched: better working alignment handling.
    
    Works with max_noutput_items and set_output_multiple.

commit 63ffe1ade4b582fc76a09139231dbf942c6ec85a
Author: Josh Blum <address@hidden>
Date:   Thu Feb 2 13:30:34 2012 -0800

    grc: better error for import gr fail

commit 89af584a24f470027874e30a2e238de3bb5f0d1f
Author: Josh Blum <address@hidden>
Date:   Thu Feb 2 13:25:50 2012 -0800

    grc: fix install permissions on grc_setup_freedesktop

commit 070a6c9ce93c2f2043a0145e253cc55f801f9433
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 2 14:25:53 2012 -0500

    volk: adding unaligned versions of complex multiply a constant and complex 
multiply 2 streams.

commit 0371e7b427008f6f5fc39cc98a39a73e68362b8a
Merge: 89d8421 00518ca
Author: Tom Rondeau <address@hidden>
Date:   Wed Feb 1 17:21:36 2012 -0500

    Merge branch 'master' into next

commit 7403f9f0611e44e91cc33d6aace182e041af2152
Merge: 9adfc42 f122d72
Author: Tom Rondeau <address@hidden>
Date:   Wed Feb 1 17:20:53 2012 -0500

    Merge branch 'maint' of gnuradio.org:gnuradio into maint

commit 00518cacb2620a18f3d473b8b7adcc21547034e6
Merge: ba6fee9 29aa72d
Author: Tom Rondeau <address@hidden>
Date:   Wed Feb 1 17:20:29 2012 -0500

    Merge branch 'master' of gnuradio.org:gnuradio

commit ba6fee9bc18efd2f84547f653de986bdf485472c
Merge: 8349e17 9adfc42
Author: Tom Rondeau <address@hidden>
Date:   Wed Feb 1 17:19:58 2012 -0500

    Merge branch 'maint'

commit 9adfc42e0296d969a498249d837e29bf46bf65a9
Author: Marcus Leech <address@hidden>
Date:   Wed Feb 1 17:15:59 2012 -0500

    uhd: fix for uhd_fft to work with basicRx d'board.

commit 8349e172965f67c08937c3c93f3772c55c892935
Merge: 3901b0b 23f191c
Author: Tom Rondeau <address@hidden>
Date:   Wed Feb 1 17:18:19 2012 -0500

    Merge branch 'uhd_fft_rxbasic'

commit 23f191c0a6cedece938d7daedaf7582694eab47d
Author: Marcus Leech <address@hidden>
Date:   Wed Feb 1 17:15:59 2012 -0500

    uhd: fix for uhd_fft to work with basicRx d'board.

commit 6385380c812a8cd1470073d01c7e8b6006b8f398
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 30 18:50:29 2012 -0500

    core: redo fft_filter (complex and float) with Volk.
    
    No need for sse implementation now but keeping code for reference.

commit 046385126d92cf9179ac84ede06d3d50e1c9030f
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 30 12:12:44 2012 -0500

    core: fixing up complex_to_xxx for using Volk where appropriate. Speed 
benchmark were used to decide which implementation to use.

commit 4769d5ff75520661ce52fae229482a96e651f7e2
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 30 00:23:11 2012 -0500

    core: complex_to_xxx (float, real, imag, arg) to volk.

commit cb458204245632ac7a571bfe96b90d3c55a2f01a
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 30 00:22:44 2012 -0500

    volk: adding complex to imag kernel.

commit 83d0bf5d513e516d700e552fa2773dd852a6608a
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 29 17:35:09 2012 -0500

    core: minor edits.

commit 812144f4c153dca385b65e79401c9f1d88b90173
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 29 17:34:06 2012 -0500

    core: switched complex to mag and mag_squared to use Volk functions.

commit d142fd9e31715bae85d65c4790f278143a784142
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 29 17:32:30 2012 -0500

    volk: added volk magnitiude squared functions (aligned/unaligned) for 
complex numbers.

commit 9c9b9a8aa05c7cde7cd11cd5d1e052630715d252
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 29 17:31:37 2012 -0500

    volk: added unaligned volk function for magnitude of a complex number.

commit d870487437b33d1a26eb8f5f5aaa414ca6ed24e0
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 28 19:31:33 2012 -0500

    volk: fix lower bound of int conversion.

commit 7ecd13dbeebb5083d309b2a74d158bb1bb26066e
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 28 19:29:45 2012 -0500

    core: update Makefile.am for new type converters.

commit f6075ca94945510eddc5581b552f5e61ce1d0c46
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 28 19:25:41 2012 -0500

    core: more type converters in Volk; adding char_to_short converter.

commit f63927a46517ea9c7e914feb9177896219b33a0d
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 28 19:25:04 2012 -0500

    core: more conversion work to Volk for type converters.

commit c9a420645f16f5c28fdcf05c1c09b9a91b95e640
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 28 15:11:50 2012 -0500

    core: QA codes for float_to_X and short_to_X (note: float_to_int needs 
work).

commit 7943c197eccdb16e6c42af5544b9cb34a089b360
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 28 15:11:17 2012 -0500

    core: cleanup short_to_float.

commit c05a75d0e1d28fe2c229a9a93ef42828929999b4
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 28 15:09:44 2012 -0500

    core: short_to_X: adding short_to_char block using Volk; made Volk version 
of short_to_float.

commit 9009ceb57a9eef4623216aa945cb0c4173c0ee2e
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 28 15:08:26 2012 -0500

    core: minor tweaks to float_to_X

commit 8f09eb204213492091fa8310b165c8ddb89b2801
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 28 12:49:00 2012 -0500

    volk: cleaned up float_to_X to be Volk-only and added vlen and scale to 
constructor to set the vector length and a free scaling with the data.

commit 89d8421f00af503cd5805bc240f044a1d4431315
Merge: f87aef6 29aa72d
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jan 27 14:01:21 2012 -0800

    Merge branch 'master' into next

commit 29aa72d4499361e661886dbfe7833bcc2c6f3746
Merge: 8ddd8fb 40e186f
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jan 27 14:00:52 2012 -0800

    Merge branch 'gr-uhd-async-msg-recv'

commit 2a2663d625847217a237acba0229738a81003eef
Author: Tom Rondeau <address@hidden>
Date:   Thu Jan 26 20:22:10 2012 -0500

    QA: type converter QA codes added and updated for Volk. Some small 
differences between Volk and non-Volk for rounding issues are made here.

commit 3737aa4b86af3b489ef3b91d8580bcd893295042
Author: Tom Rondeau <address@hidden>
Date:   Thu Jan 26 20:20:49 2012 -0500

    core: moved float_to_X type converters over to use Volk calls.

commit 42d9560a50bbbab143b48bda5a73a5379818ddbe
Author: Tom Rondeau <address@hidden>
Date:   Thu Jan 26 20:07:51 2012 -0500

    volk: float_to_int and float_to_char updated to clip instead of wrap 
around. The float to int clips at smaller than 2^32 because of the limits of 
the float representation.

commit d8b02979cef097971bc0656b904f7b51d19b03c9
Author: Tom Rondeau <address@hidden>
Date:   Thu Jan 26 20:07:26 2012 -0500

    volk: fix a warning.

commit 40e186f953abafe4fde19cf2cf34d61d801c31e2
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jan 26 15:01:09 2012 -0800

    uhd: add async message print option to apps

commit d825bb2bc1c7bc4105723ae5f699f283bc4f3c44
Author: Tom Rondeau <address@hidden>
Date:   Thu Jan 26 17:53:49 2012 -0500

    volk: float_to_short now clips the values instead of wrapping around.

commit b207aa2d76a8171681b0ff0a3b5342e8f0703ba9
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jan 26 14:06:37 2012 -0800

    uhd: add utility function to convert raw gr_message to async_metadata_t

commit f87aef68a654d665ff1a773647dc1d5c9c5c9786
Merge: 242626e 8ddd8fb
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jan 25 16:36:11 2012 -0800

    Merge branch 'master' into next

commit 8ddd8fbb0d780072081215db432aaf59d4a46dda
Merge: 3901b0b f122d72
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jan 25 16:35:59 2012 -0800

    Merge branch 'maint'

commit f122d72a1090d38d1a08f98c56e0d071f79fef0b
Author: Josh Blum <address@hidden>
Date:   Wed Jan 25 12:05:35 2012 -0800

    core: fix floor ambiguous overload in vcc fftw
    
    The msvc compiler doesnt like the ambiguous overload of floor.
    However, floor should not have an effect on the integer divide anyway.

commit 09be95bb8da5f41aff2fd2207fcdb6bb8f92c8cf
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 23 16:41:32 2012 -0500

    sched: better comments. Handling of noutput_items adjustment done better 
and documented.

commit 97f6e8152646c05b570671231d2bab428696aa89
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 23 16:40:36 2012 -0500

    build: look for local volk headers instead of installed.

commit 06f40e8dbef0b082e23703bc22775ec3458faf5b
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 22 17:51:13 2012 -0500

    sched: forgot to turn debugging off.

commit accc35f380e56af156153cd01540a46c7eb98f12
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 22 17:46:22 2012 -0500

    core: test case of using Volk to convert from float to short.

commit 32cbee3e091021741bb2bcf0d4a8bddd6581c8ab
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 22 17:46:11 2012 -0500

    core: link to Volk.

commit 6ac7576d32b8be601843c871327856ebd2b965d6
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 22 17:44:04 2012 -0500

    sched: first attempt at working with aligned data sets. A block has an 
indicator on whether or not the buffers are aligned; they can use this to 
determine which Volk function to use or if to use Volk at all.

commit 83c6ee03ada6a44788421ebfe813b7d594fc8a7a
Merge: 00b373f 2d80e59
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jan 21 08:22:20 2012 -0800

    Merge remote branch 'gnuradio/maint' into gr-uhd-set-user-register

commit 242626ea07d3c81d03a1e6e01c5995a03d0566ee
Merge: 976350d 3901b0b
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 21 10:43:54 2012 -0500

    Merge branch 'master' into next

commit 3901b0b7025a66ae04748e65b2bdd59e59e574df
Merge: d2ff8e3 2d80e59
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 21 10:42:15 2012 -0500

    Merge branch 'maint'

commit 2d80e59c2b26de65e5266b8c6fb4be118a7428a0
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 21 10:41:23 2012 -0500

    noaa: add pc file for gr-noaa to m4 file.

commit 976350d892b04f5d7cc4bf939f9cbf502206a476
Merge: 2899096 d2ff8e3
Author: Tom Rondeau <address@hidden>
Date:   Thu Jan 19 22:22:49 2012 -0500

    Merge branch 'master' into next

commit d2ff8e3438c83876bdcc587a76b40c7a4281d3c6
Merge: 748063b 6e3ec5d
Author: Tom Rondeau <address@hidden>
Date:   Thu Jan 19 22:18:48 2012 -0500

    Merge branch 'maint'

commit 6e3ec5d3697274f45bb83e68818402e50c1e23a6
Author: Tom Rondeau <address@hidden>
Date:   Thu Jan 19 22:14:31 2012 -0500

    docs: another try/except/rerun spot.

commit 748063b203b137fe30d0f2d26614859f4cbc45ea
Merge: fe88a1d 8720afb
Author: Tom Rondeau <address@hidden>
Date:   Thu Jan 19 21:55:27 2012 -0500

    Merge branch 'maint'

commit 8720afbfbe40c6e88345c2ddbeabe5d2ae4ff62e
Merge: 26de281 f58076f
Author: Tom Rondeau <address@hidden>
Date:   Thu Jan 19 21:49:43 2012 -0500

    Merge branch 'nosync' into maint

commit 26de2814ed10cb3a03d0209e8cbaf22540f2650e
Author: Tom Rondeau <address@hidden>
Date:   Thu Jan 19 21:31:14 2012 -0500

    core: fixed bug in FFT shift operation.

commit 00b373f8aaabe97092ba1697c18a8d0ef391e475
Merge: e0c2ea3 da8f675
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jan 18 22:46:41 2012 -0800

    Merge branch 'maint' into gr-uhd-set-user-register

commit 28990966c67d640c857957c471fad916f0d8a829
Merge: 893790b fe88a1d
Author: Tom Rondeau <address@hidden>
Date:   Wed Jan 18 20:01:39 2012 -0500

    Merge branch 'master' into next

commit fe88a1ddf623df701e5f3a0c4c8e4fd008570b83
Merge: 6b74855 da8f675
Author: Tom Rondeau <address@hidden>
Date:   Wed Jan 18 20:01:22 2012 -0500

    Merge branch 'maint'

commit da8f67595847f63358792f24ad88582f4c16efed
Author: Nick Foster <address@hidden>
Date:   Wed Jan 18 20:01:05 2012 -0500

    volk: fix for newer orc.

commit 893790b32204842085c4ccc561348ec2a09b7d78
Merge: 2683a0c 6b74855
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jan 18 08:58:30 2012 -0800

    Merge branch 'master' into next
    
    Conflicts:
        gr-noaa/Makefile.am

commit 6b7485547542647d8a1e0dbd7dd77f4563ac868d
Merge: b6a00c8 877e92e
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jan 18 08:57:42 2012 -0800

    Merge branch 'maint'

commit 877e92eb06f2603930a049ffc75e234b711fafa4
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jan 18 08:57:29 2012 -0800

    noaa: add pkgconfig file for C++ library

commit e0c2ea36f7f5ef9c4196199cd6504469a027ba58
Merge: 00a3bd5 9f41efc
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jan 17 16:31:50 2012 -0800

    Merge branch 'maint' into gr-uhd-set-user-register

commit 2683a0c0f240c2e42af2fae7cb91643b3f455111
Merge: 61b4f5e b6a00c8
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jan 17 16:28:07 2012 -0800

    Merge branch 'master' into next

commit b6a00c8ba86d5356d574d0c4166ed9c0255a9a90
Merge: 4beff39 9f41efc
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jan 17 16:25:54 2012 -0800

    Merge branch 'maint'

commit 9f41efcb0a98f035186d84deffa21f1c38141845
Author: Josh Blum <address@hidden>
Date:   Tue Jan 17 15:51:05 2012 -0800

    qtgui: better findqwt.cmake with standard paths

commit 7850d5f25168db322d76da9bc6cf3730c5d88d3e
Author: Josh Blum <address@hidden>
Date:   Tue Jan 17 15:48:02 2012 -0800

    gruel: hrt under bsd should use clock gettime

commit 8736ac20a1a7def9a024aa9c934b7b95ffdef373
Author: Josh Blum <address@hidden>
Date:   Tue Jan 17 15:42:25 2012 -0800

    cmake: fix for cmake 2.6 with library extras mode
    
    OUTPUT_NAME is a target output name that should work with both 2.6 and 2.8
    
    LIBRARY_OUTPUT_NAME is new to 2.8 and more specific

commit 00a3bd55cbb2247db1f48ac8d0d3ada7e2e8c098
Merge: 4b1b276 58aba98
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jan 17 12:09:32 2012 -0800

    Merge branch 'maint' into gr-uhd-set-user-register

commit 61b4f5e1a1141cee6c5ccb16d648f1d195f73c77
Merge: bd56b0d 4beff39
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 16 10:11:51 2012 -0500

    Merge branch 'master' into next

commit 4beff39af568adf54e30f434644f7b666db28a04
Merge: 5c4da90 58aba98
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 16 10:11:25 2012 -0500

    Merge branch 'maint'

commit 58aba98d66be4024f9da62944b1cd440bdeae35e
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 16 10:09:01 2012 -0500

    digital: fixing up BERT interfaces. Also added a gain control to the tx 
side (so options.amplitude is actually used).

commit f58076ffbba790fd93504ea1d38e39e278e663de
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 16 09:30:12 2012 -0500

    docs: another hack to check for errors and retry when building the swigdocs.

commit e9ba60e518193ddcbfb069270bb674b4e7964f25
Author: Marcus Leech <address@hidden>
Date:   Sun Jan 15 23:49:52 2012 -0500

    core: fix for off-by-one issue in strip chart. Increases buffer size for 
longer displays.

commit bd56b0d7d5ab684f2a22279164832756ec8e459e
Merge: 564b266 5c4da90
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 16 00:17:08 2012 -0500

    Merge branch 'master' into next
    
    Conflicts:
        grc/blocks/Makefile.am

commit 5c4da9040913bc999cb9e698851c9f38abc70038
Author: Marcus Leech <address@hidden>
Date:   Mon Jan 16 00:15:05 2012 -0500

    core: the burst_tag block can have user-defined keys and values for the 
tags when a burst is on or off instead of static values. Defaults are the same. 
Use set_true_tag and set_false_tag to override these.

commit 2a2411a598c222e2ef82b857c0b53e0a9d1daf3f
Author: Marcus Leech <address@hidden>
Date:   Sun Jan 15 23:49:52 2012 -0500

    core: fix for off-by-one issue in strip chart. Increases buffer size for 
longer displays.

commit 564b266eb1014b09f0e658686ca3dc7b8c5dae0d
Merge: 72d1ff0 53407a4
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 15 18:37:32 2012 -0500

    Merge branch 'master' into next

commit 53407a4e5bea98ce4f2566968acb577ac0700dfc
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 15 18:36:17 2012 -0500

    digital: added get/set functions to mpsk_receiver_cc for theta (phase 
offset), omega relative limit, and modulation order.

commit 72d1ff01ca68f798befc3d58b61bd30c76e42c4a
Merge: cdda4a5 cc0949b
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jan 13 08:07:43 2012 -0800

    Merge branch 'master' into next

commit cc0949bc08555163afdfb2062ec099f67136c970
Merge: 9ce3262 1fc3b14
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jan 13 08:07:26 2012 -0800

    Merge branch 'maint'

commit 1fc3b145a8cd8aa02cf31d71df483fe78759c18c
Author: Jaroslav Skarvada <address@hidden>
Date:   Fri Jan 13 08:06:47 2012 -0800

    Fix compilation with gcc-4.7

commit 4b1b276fdd0e98f25a3f357dab8453e17b1aa4cf
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jan 10 10:21:43 2012 -0800

    uhd: add API call to set user registers

commit cdda4a586bef2ba7300c04641ac9fb550566f859
Merge: aaf6444 9ce3262
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jan 7 12:25:30 2012 -0800

    Merge branch 'master' into next
    
    * Use -s ours to skip over release commits on master

commit 9ce32622bdf9244b3e3df379116b3fd1c1e0fb2d
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jan 7 12:22:31 2012 -0800

    build: update revision to 3.5.2git

commit d35c6bd9eeffc40c9a9a15e9a000df47990ff6d6
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jan 7 10:57:31 2012 -0800

    build: update revision to 3.5.1

commit ebdfd5e17d19b62feca218bd2a7ddbaec9ce0063
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jan 7 10:52:53 2012 -0800

    build: update canonical config files

commit aaf6444f6f51319491b7bafc70c2e641a551deb6
Merge: 1b80996 9c45fe5
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jan 7 11:28:14 2012 -0800

    Merge branch 'master' into next

commit 9c45fe54ec0a2573538662083b286b96ebc631f3
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jan 7 11:26:28 2012 -0800

    core: comment out QA debug output

commit 0aa47db21afc09b37ac4e0feebeaa624e5549714
Author: Tom Rondeau <address@hidden>
Date:   Fri Jan 6 15:07:35 2012 -0500

    docs: another recheck point in the siwg_doc code. If a parse error happens, 
try rereading up to 3 times.

commit 1b80996597fc1800c28e17f77b7cb09f9783d290
Merge: d94c47d e337d7c
Author: Tom Rondeau <address@hidden>
Date:   Fri Jan 6 14:44:51 2012 -0500

    Merge branch 'master' into next

commit e337d7ce6b89403d68cfe75177811ec23571abe5
Merge: ab7cfce 963b3dd
Author: Tom Rondeau <address@hidden>
Date:   Fri Jan 6 14:44:27 2012 -0500

    Merge branch 'maint'

commit 963b3dd91cd2204c601dc6325cc5b159e927054c
Author: Tom Rondeau <address@hidden>
Date:   Fri Jan 6 14:19:59 2012 -0500

    Remove some more warnings. I'm probably being a bit OCD about these ones, 
but it makes the build output so much nicer...

commit 1561b416702a26d53f0bbd5879925534c0ff82b2
Author: Tom Rondeau <address@hidden>
Date:   Fri Jan 6 14:00:03 2012 -0500

    volk: minor changes to fix some warnings.

commit 83b3e37d09181daa82584327d2614eeca38cf027
Author: Tom Rondeau <address@hidden>
Date:   Fri Jan 6 13:59:34 2012 -0500

    volk: tell Orc compiler to include math.h to find some generic functions 
(sqrt).

commit d2d0da6f500961e910be59ff52baaec256f4432d
Author: Tom Rondeau <address@hidden>
Date:   Fri Jan 6 11:51:42 2012 -0500

    Revert "volk: remove warning about implicit declaration of sqrt."
    
    This reverts commit 1fe488b97ce715ddcab6fa2e3640596a5f23a4e1.
    
    Broke it more than fixed it.

commit 0f3bb8be9d3eb2549de15c7192fcbeb57baf588d
Author: Tom Rondeau <address@hidden>
Date:   Tue Jan 3 17:15:23 2012 -0500

    build: have swig_doc catch the exception when the xml parsing fails on a 
not-complete file.
    
    The method sleeps for a second and tries again 3 times before fully 
failing. This seems a bit crass...

commit e3068517815363102043363556be654c5b47c5c9
Author: Tom Rondeau <address@hidden>
Date:   Tue Jan 3 17:09:42 2012 -0500

    build: not going to work. Removing changes to cmake files and no sync call.

commit d94c47d652d170760ffca728dc61e45d629fcc04
Merge: 72e8cc8 ab7cfce
Author: Tom Rondeau <address@hidden>
Date:   Tue Jan 3 16:30:59 2012 -0500

    Merge branch 'master' into next

commit ab7cfce4a78dbb95a7c8871f56f4cb037e5b1bb2
Merge: 0ab3f9f 5b9769b
Author: Tom Rondeau <address@hidden>
Date:   Tue Jan 3 16:10:30 2012 -0500

    Merge branch 'max_noutputs'

commit 5b9769b7d7f2734bf4c5e7aff347fa74da41b5d2
Author: Tom Rondeau <address@hidden>
Date:   Tue Jan 3 15:36:13 2012 -0500

    scheduler: added argument to wxGUI's stdapp that allows a user to specify 
the max_noutput_items when building a wxGUI application.

commit a6517c9fa394ccf48206979f1e02608055de6a0c
Author: Tom Rondeau <address@hidden>
Date:   Tue Jan 3 14:32:05 2012 -0500

    build: maybe towards a better way of getting Doxygen docstrings to build 
with -jN.

commit 72e8cc83d795ed49e1cb78e305e32dca892d0bed
Merge: 68301f5 0ab3f9f
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 2 22:49:15 2012 -0500

    Merge branch 'master' into next

commit 0ab3f9fa4ccd0e0f464dabc384832c315ef4296a
Merge: d87f671 12825f5
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 2 22:48:51 2012 -0500

    Merge branch 'maint'

commit 12825f5fdfffd831a36a04695176c4c46f0a03b5
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 2 22:47:59 2012 -0500

    digital: bug fix for FLL QA test. Use a seed to always generate the same 
test sequence.

commit 0644c4bf65b35b6494553cd75623f65e8e4a4ba3
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 2 19:50:35 2012 -0500

    scheduler: add default (large) max noutput_items to C++ run function.

commit 10d65867b80f796da27c82443734cc20e99b672e
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 2 19:27:29 2012 -0500

    scheduler: if the block is an interpolator that needs a minimum of some 
number of outputs based on the inputs, let it. This is an acceptable (actually, 
necessary) exception to the specified limit.

commit 68301f5ef8af45bfcfe8b66cf75631f322267a7b
Merge: dd84c8d d87f671
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jan 2 11:17:29 2012 -0800

    Merge branch 'master' into next

commit d87f67134ab6c28bc932b63c5315c33b0e293fd4
Merge: a64f220 4c6316e
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jan 2 11:17:24 2012 -0800

    Merge branch 'maint'

commit 4c6316e12456650b56fab2aa5bbca273a972b1c6
Author: Josh Blum <address@hidden>
Date:   Sat Dec 31 02:13:05 2011 -0800

    volk: fix overrule detection (cant reply on cpu name)
    
    Better detection for x86 and 32 or 64 bit.

commit 2ed887b69a3b15840830998c4e6157176d427f60
Author: Josh Blum <address@hidden>
Date:   Sat Dec 31 13:06:01 2011 -0800

    core: fix gr_udp_sink by including asio

commit a64f22095bb5263fc939dec41eb0c00a26e0692a
Merge: 9838bb0 cece444
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 2 11:34:45 2012 -0500

    Merge branch 'maint'

commit cece444e4de92535a53152fd090e9fa33f60b692
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 1 10:59:20 2012 -0500

    pfb: bug fix for ccf version of the PFB clock sync to handle the d_osps 
parameter better.
    
    The block now holds state between calls to work for the number of output 
symbols instead of requiring a certain number of available outputs (that may 
never be satisfied).
    
    This commit also changes the number of samples needed in the QA code for 
the constellation receiver for a faster test.

commit 230e11b80ccec9acf77c1da13230bc773dbbee28
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 1 21:36:47 2012 -0500

    scheduler: access to set max noutput_items in start method through Python.

commit 9716da257dcc3acbbc7ff8d9d79c1bc52c85b874
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 1 21:24:00 2012 -0500

    scheduler: first attempt at being able to set an upper limit on the 
noutput_items for all blocks in a flowgraph.

commit 810f72a7a3c7555636d64208886642970ea74188
Merge: 9838bb0 b53f0df
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 1 18:21:25 2012 -0500

    Merge branch 'maint'

commit b53f0dfb6bbd0d2c0233ba3ee192a551b111d907
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 1 10:59:20 2012 -0500

    pfb: bug fix for ccf version of the PFB clock sync to handle the d_osps 
parameter better.
    
    The number of output items is now set based on the d_osps and the check in 
the work function is not needed (actually, that check was wrong and should 
never have worked correctly, anyway).
    
    This commit also changes the number of samples needed in the QA code for 
the constellation receiver for a faster test.

commit 8bbb1388a1fd3519abe37514fceafaaf62844739
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 1 10:58:19 2012 -0500

    pfb: updated and hopefully better documentation of the PFB clock sync 
blocks.

commit dd84c8dfcb30617dbac56f49a57c1e363afe643b
Merge: 0cdc6e6 9838bb0
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 30 13:49:14 2011 -0500

    Merge branch 'master' into next
    
    Conflicts:
        gr-digital/examples/Makefile.am
        gr-digital/include/Makefile.am
        gr-digital/lib/Makefile.am
        gr-digital/python/Makefile.am
        gr-digital/swig/Makefile.am

commit 9838bb040af5eb21cd88dbc9aae8d4bdf2838854
Merge: 59ae7f8 6f0aee4
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 30 13:48:01 2011 -0500

    Merge branch 'maint'

commit 6f0aee4f7a200f87c6fbe23c12fb01cbda872608
Author: Josh Blum <address@hidden>
Date:   Thu Dec 22 19:45:50 2011 -0800

    gr: sync the filesystem before python can parse doxygen

commit 529ffdd0d60241a96b6daa72a1f942d6a92a3535
Author: Josh Blum <address@hidden>
Date:   Fri Dec 30 00:51:41 2011 -0800

    cmake: added swig version check

commit 59ae7f87cc52e28a39b04895f2977624552f6f1d
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 30 13:42:16 2011 -0500

    digital: somewhat strange buy necessary fix for autotools build with guile.

commit 6e52e9f86b40ccc38ee21068983936113e6b53dc
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 30 11:35:15 2011 -0500

    digital: added tag_nsamples placeholder into SNR probe block.
    
    The intent of this block is to be able to pass messages containing the SNR 
at a set number of samples.

commit 1091192d27aab20694e1597868df4962b39ad060
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 30 11:33:36 2011 -0500

    digital: adding SNR nsamples set/get functions in swig i file.

commit 8e134f11639deeadd0ed242e0f12360ef628d495
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 30 11:24:12 2011 -0500

    digital: fixed documentation of parameters.

commit ef4d48de26b64d89851a93fc5402b33fcc1a809f
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 30 11:10:23 2011 -0500

    digital: update to qa and example code for new constructor with 
tag_nsamples arg.

commit a4d62472975aaeb50fa96c360c4b24d3ad84cf6e
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 30 11:04:48 2011 -0500

    digital: the SNR estimator block now issues a tag with the SNR (key = 
'snr'). The number of samples between when the tag is sent is set in the 
constructor (default = 10000) and can be changed.

commit 0bf8934a7f1bf41916a5f7562b250c18a87034c7
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 30 10:58:58 2011 -0500

    digital: snr probe passing just the 0th input stream to SNR estimator.

commit 3d92c79e311f40cb2f3839b5ac68eab76c476408
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 30 10:58:04 2011 -0500

    digital: SNR estimators just take a complex vector; not full vector of 
complex vectors.

commit 36dda1f11620c6c9db63036d76a67b3be3f711bc
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 29 18:30:27 2011 -0500

    digital: added documentation for SNR estimators; made a Doxygen group for 
them. Also set the alpha value to a default of 0.001; most won't need to change 
this.

commit 062f4f37c8dd543cbd29ab4a4745534497c920a8
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 29 18:28:52 2011 -0500

    digital: fixed QA code for SNR estimator SVR name change.

commit 886e3c258ff40b4d10e7e8fc28912f14565a4fd1
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 29 15:38:49 2011 -0500

    digital: adding documentation for SNR estimators; added an estimator for 
M2M4 type that allows the user to set the kurtosis of the signal and noise, if 
known, to work with non-MPSK and non-AWGN channels (untested).
    
    Also, the technique is signal to variation ratio (SVR), not SVN. Couldn't 
read my own writing.

commit 2db40bb40eda996bf47417a04ec001acb422d3d9
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 29 12:38:27 2011 -0500

    digital: adding an example program for the SNR estimators with Python code 
to compare.

commit 91e29b5819955818671dae779203ffa8f49b66c4
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 29 12:37:14 2011 -0500

    digital: QA code for SNR estimators.

commit 55ff1160c9e0d49028c52296fa920428d30fd7c3
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 29 11:27:56 2011 -0500

    digital: fixing up blocks to use SNR est classes more appropriately.

commit 74c53aa4c5b9aeac590b803b12601bcc9c8b9b60
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 29 11:27:00 2011 -0500

    digital: added a probe (sink) for the new SNR estimators; also fixes up 
Makefiles and Swig files for SNR est blocks.

commit ceb18ce1c1342477d0704edfaa3e775830a999e4
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 29 10:54:52 2011 -0500

    digital: using impl SNR estimator classes instead of function pointers.

commit 858e3582a108cfea8040f59628698e9394558092
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 29 10:54:03 2011 -0500

    digital: made separate implementation classes for the different SNR 
estimators.

commit 6a78e0a8ae6dc17a12ab5e397f1452a1a363e7d1
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 23 13:28:06 2011 -0500

    digital: added a class, digital_mpsk_snr_est_cc, that estimates the SNR of 
an M-ary PSK signal.
    
    This block can calculate the SNR using 1 of 4 different methods specified 
in the block's constructor. They (tend to) trade off accuracy for computational 
performnace.

commit c1c68974a6677f6dd81b1fb6e3c129e8d08c1fd0
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 22 18:20:33 2011 -0500

    core: added accessors to get all settable values of the channel_model 
objects.

commit 5cd411a7e260b0721fecbac6c53b0717b2adf7e6
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 22 18:20:06 2011 -0500

    core: added accessors to noise_source to get type and amplitude of object.

commit 5faab4fbcf423cc614d53f0f3c557c2f055b7ed0
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 22 18:19:28 2011 -0500

    filters: added accessor functions to FFT and FIR filter classes to return 
vector of taps.

commit cb3289d1494339cb0ac20bed080a0d37b99ab4fb
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 22 18:00:47 2011 -0500

    digital: exposed setting FLL loop bandwidth factor in GRC; must have been 
overlooked initially.

commit 0cdc6e67f575f6c86ad12734f87cf83aed72b102
Merge: 1ea43f5 d0a7de0
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 21 10:56:51 2011 -0500

    Merge branch 'master' into next

commit d0a7de063ce737f186b3e750d1b01b1707b916a6
Merge: f88a1e6 8b05eb2
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 21 10:56:20 2011 -0500

    Merge branch 'maint'

commit 8b05eb2b8e3b8350e449bbe3f5fac37bc08e2850
Author: Thomas Tsou <address@hidden>
Date:   Wed Dec 21 10:55:09 2011 -0500

    uhd: bug fix for GIL issues in bin_statistics. The usrp_spectrum_sense.py 
program looks like it's working again.

commit 1ea43f51ad7ef8a43cfea22fa424da36011a0e9a
Merge: 25c494b f88a1e6
Author: Johnathan Corgan <address@hidden>
Date:   Tue Dec 20 13:33:09 2011 -0800

    Merge branch 'master' into next

commit f88a1e61f291e8384ee2c3357ccbddb807ac08a9
Merge: 6333ad7 f6a63cd
Author: Johnathan Corgan <address@hidden>
Date:   Tue Dec 20 13:32:53 2011 -0800

    Merge branch 'maint'

commit f6a63cd40001514d1118eb482e2926eb2dc7e685
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 18 18:15:21 2011 -0500

    digital: fixed QA code copy/paste error.

commit 6333ad7881a51e38f0f1b6b4180e23198ce90783
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 18 18:15:21 2011 -0500

    digital: fixed QA code copy/paste error.

commit 8af43d7dcdea3d7cd091bafd22ebf20d4df50edc
Author: Marcus Leech <address@hidden>
Date:   Sat Dec 17 15:38:31 2011 -0500

    uhd: adds support for different over-the-wire data formats for UHD fft and 
siggen apps.

commit 25c494b347a9e0c411c8cff0101f6c7c656464f0
Merge: 1f29a38 f395bd6
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 14 22:24:44 2011 -0500

    Merge branch 'master' into next

commit f395bd639c64ea7b61d1e5091f5af0b419a5b3a2
Merge: 7b3e152 e4cf0d1
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 14 22:24:37 2011 -0500

    Merge branch 'maint'

commit e4cf0d1b51b7bc9843e76e8d6e35097664b6f2b3
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 14 22:23:50 2011 -0500

    uhd: fixes to instantiating UHD devices to set the antenna and subdevice 
properly (patch from Sam Bretheim).

commit aa0cca173047fc268eb3acfcb7cc8cbb2d8c7581
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 14 22:21:51 2011 -0500

    uhd: removes usrpm that should not have been there anymore (patch from Sam 
Bretheim).

commit 1f29a384ecd6512f5cb0891dbd651aca8ced86ed
Merge: 21a79f6 7b3e152
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 14 22:15:05 2011 -0500

    Merge branch 'master' into next

commit 7b3e1522274a41bcc3b432817bb02c33b2e4f84c
Merge: 13e3ee1 933b97a
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 14 22:14:55 2011 -0500

    Merge branch 'maint'

commit 933b97a8ef36249e9cac5b8374ba79d61bdf58be
Author: Nick Foster <address@hidden>
Date:   Wed Dec 14 22:14:27 2011 -0500

    core: API exposure patch.

commit 21a79f683ef7c3b0c6337120d056fde452055254
Merge: 7353862 13e3ee1
Author: Johnathan Corgan <address@hidden>
Date:   Wed Dec 14 17:00:57 2011 -0800

    Merge branch 'master' into next

commit 13e3ee121c65c4db1b9e219284ff8ab7775822b6
Merge: 7ad9000 214764e
Author: Johnathan Corgan <address@hidden>
Date:   Wed Dec 14 17:00:46 2011 -0800

    Merge branch 'maint'

commit 214764eb597a8914c2935286f92b7d3e59ee0610
Author: Josh Blum <address@hidden>
Date:   Wed Dec 14 11:21:43 2011 -0800

    grc: the check for pygtk can fail with no X session
    
    However, the module will still import and we can perform the version check.
    This change to the cmake python module checker will make sure that the
    module was actually imported, even if the act of importing throws.
    I believe that this change to the checker is acceptable for all other 
modules.

commit 73538627386205c25b87f7657ab6e8dd774f4cd3
Author: Martin Braun <address@hidden>
Date:   Tue Dec 13 21:08:15 2011 -0500

    core: WAV sink is now threadsafe; do_update() therefore must be private.

commit 027413aa028afb66da739918bc4ed641600e767f
Merge: d29daf9 7ad9000
Author: Johnathan Corgan <address@hidden>
Date:   Tue Dec 13 14:16:32 2011 -0800

    Merge branch 'master' into next

commit 7ad9000642693deb1e18507fb9b0951c3849d17d
Merge: e1ad418 543f839
Author: Johnathan Corgan <address@hidden>
Date:   Tue Dec 13 14:15:37 2011 -0800

    Merge branch 'maint'

commit 543f8390edcab0201a68fabe86803b0d6f63ee34
Author: Julien Olivain <address@hidden>
Date:   Tue Dec 13 14:05:55 2011 -0800

    runtime: improve hier_block2 error messages

commit d29daf9d63b2fbcf141d2a7429a76c2bb1a28729
Merge: 080f2d2 e1ad418
Author: Johnathan Corgan <address@hidden>
Date:   Tue Dec 13 13:10:01 2011 -0800

    Merge branch 'master' into next

commit e1ad418028e103283775780663d078415590be31
Author: Josh Blum <address@hidden>
Date:   Tue Dec 13 10:50:42 2011 -0800

    uhd: added a finite acquisition call to usrp source

commit 080f2d212daac9297c7f3e3dbe7bd5a13b176c0d
Merge: e6a648a 0ee2298
Author: Johnathan Corgan <address@hidden>
Date:   Mon Dec 12 15:31:18 2011 -0800

    Merge branch 'master' into next

commit 0ee2298b82a20ab13da022e1991be13f5272d581
Author: Josh Blum <address@hidden>
Date:   Mon Dec 12 14:08:55 2011 -0800

    cmake: fix QUIET arg usage on PKG_CHECK_MODULES

commit e6a648a80786f58b79689a4cc5697aecf38f3f08
Merge: c51087b fc6151d
Author: Johnathan Corgan <address@hidden>
Date:   Sun Dec 11 22:32:16 2011 -0800

    Merge branch 'master' into next

commit fc6151d4516ee86b697602014b83fb08a88c30f0
Merge: 89f934b fa161e1
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 11 23:01:34 2011 -0500

    Merge remote-tracking branch 'jblum/cmake_qtgui_fix'

commit fa161e17f1b84f3132bb494baac48cc88179e2be
Author: Josh Blum <address@hidden>
Date:   Sun Dec 11 18:16:17 2011 -0800

    qtgui: include QT_USE_FILE only when enabled

commit 89f934bc25b60c2dfc27d9ac3f5ec1446406f68c
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 11 18:14:24 2011 -0500

    build: moved docs to be the first item checked/configured to give all other 
components access to ENABLE_DOXYGEN.

commit c51087bb7f005981f4b74c6a48f59a5982721951
Merge: 912cd08 fe21bc6
Author: Johnathan Corgan <address@hidden>
Date:   Sun Dec 11 13:07:11 2011 -0800

    Merge branch 'master' into next
    
    Conflicts:
        config/lf_warnings.m4
        volk/config/lf_warnings.m4

commit fe21bc676424196a228ba4fe9c924e3ae1954e07
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 11 15:40:25 2011 -0500

    docs: fixing format of link in simply_framer_sync. Helps older Doxygen 
versions understand the link format.

commit 8cee087b35b4692863a170c1a88e3fda36a005c6
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 11 14:43:51 2011 -0500

    Most of these warnings are coming from swig-generated sources. They are 
almost never an actual problem, so just turn the warning off.

commit c08487898c1be6a44f3cd19c0e7ff78095033efe
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 11 14:40:33 2011 -0500

    vocoder: fixed some unused vars warnings.

commit 1fe488b97ce715ddcab6fa2e3640596a5f23a4e1
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 11 14:39:57 2011 -0500

    volk: remove warning about implicit declaration of sqrt.

commit e24ad4b104cc6a7ef6e516ade324cfeea752d1c5
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 11 13:37:11 2011 -0500

    docs: fixed ending of if statement.

commit fe1e9b77d7f4b48af3ab309321dc79c74e79a290
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 11 13:13:39 2011 -0500

    volk: fixed some of the simpler warnings.

commit 90c6010d0f790af8a652213ffc1ee8db1cfb9b6d
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 11 12:27:14 2011 -0500

    docs: if DOXYGEN_ENABLE is false, don't build the swigdocs, either.

commit 912cd08e133dae9fa9ceec055ba23cd970a0c254
Merge: 9c3d747 ad88ab0
Author: Johnathan Corgan <address@hidden>
Date:   Thu Dec 8 21:36:10 2011 -0800

    Merge branch 'master' into next

commit 9c3d747ef044e346f5c92b5aa9531e523c82ea8e
Merge: 00420d3 64ce938
Author: Johnathan Corgan <address@hidden>
Date:   Thu Dec 8 21:34:39 2011 -0800

    Merge branch 'master' into next
    
    Used -s ours to skip over version change commit

commit ad88ab0f401c716699860b8c9deecbf5862a6993
Author: Timo Juhani Lindfors <address@hidden>
Date:   Thu Dec 8 21:32:41 2011 -0800

    gnuradio-core: fix typo in documentation

commit 00420d32081d8252bb37142b2be19a8a7c4dc4c4
Author: Johnathan Corgan <address@hidden>
Date:   Thu Dec 8 13:48:48 2011 -0800

    Removed autotools, gr-waveform, some cleanup
    
    Nick Foster owes Nick Corgan a six-pack of beer!

commit f52be4a8f0fa203ed206d0e0afc099856eb5bd03
Author: Johnathan Corgan <address@hidden>
Date:   Wed Dec 7 17:11:35 2011 -0800

    build: update revision to 3.6git

commit 64ce9383ad8330049dece61e6511f8c9de2b10b4
Author: Johnathan Corgan <address@hidden>
Date:   Wed Dec 7 17:10:05 2011 -0800

    build: update revision to 3.5.1git

commit 01dfb3d24d1b8806fd35b6edb39b86729cff6abc
Author: Johnathan Corgan <address@hidden>
Date:   Wed Dec 7 17:02:38 2011 -0800

    build: update version to 3.5.0

commit 8615b9d76c2062cadc0bd1a23070b998880f7c44
Author: Johnathan Corgan <address@hidden>
Date:   Wed Dec 7 17:02:26 2011 -0800

    build: update config.{guess,sub} with canonical ones

commit 9a3f3caf81837ff088491b61ebe8a38277cb1d78
Author: Timo Juhani Lindfors <address@hidden>
Date:   Wed Dec 7 15:09:38 2011 -0800

    grc: fix typos

commit bea71c727e74f35c97880c97d2ff7cd5ff08ead0
Author: Timo Juhani Lindfors <address@hidden>
Date:   Wed Dec 7 15:07:51 2011 -0800

    cmake: fix git describe special case handling

commit f6b13b858a677e4a809daf9fea42e32e772ecc3e
Author: Michael Dickens <address@hidden>
Date:   Tue Dec 6 20:45:20 2011 -0500

    qtgui: fix for OSX to find standard Qwt install without specifying it.

commit 67d0b6b38b25166557de48a8e829c303d95ddfbc
Author: Tom Rondeau <address@hidden>
Date:   Tue Dec 6 19:59:59 2011 -0500

    docs: fixes some warnings.
    
    There is way too much institutional knowledge in these makefiles now. 
Another reason I'm glad we're going to cmake, which is being kept more sane as 
all of the problems are already known.

commit 839e2ef95cc4f0a49027377e74a582e62e9cbaba
Author: Tom Rondeau <address@hidden>
Date:   Tue Dec 6 19:56:22 2011 -0500

    Fixed warnings generated by variable declaration order.

commit 1141e27bc0653fca31956459db9720ccce6fe754
Author: Tom Rondeau <address@hidden>
Date:   Tue Dec 6 19:55:53 2011 -0500

    volk: fixed autotools build when orc is available.

commit 379c75bf0591bdca4eb322d07934acc908b693a1
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Tue Dec 6 18:59:21 2011 -0500

    trellis fixing trellis grc files to know about gr-digital.

commit 8cc3b8984c1a71ccbb8a33534571c26ee7447587
Author: Tom Rondeau <address@hidden>
Date:   Mon Dec 5 11:00:34 2011 -0500

    volk: updated autotools Makefile to build with new headers.

commit 0370cfc853b00626b85e1b9d4491b92ca775eb3d
Author: Tom Rondeau <address@hidden>
Date:   Mon Dec 5 10:58:38 2011 -0500

    docs: more fixes for generated swig files. This worked before the merge, 
but this forces the build system to generate these before processing the other 
swig files.

commit 7209280a2b21fb31e5533a17047ed8c6ba5527f1
Merge: 5c15765 f536b39
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 4 11:19:37 2011 -0500

    Merge branch 'more_swigness_docs'

commit 5c1576570e156633c9531932baa79fda9ff9a573
Merge: 0e7c799 a6b5389
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 4 11:19:19 2011 -0500

    Merge branch 'master' of gnuradio.org:gnuradio
    
    Conflicts:
        docs/doxygen/Doxyfile.in

commit f536b394f20ef88b426bf4bb6e9b69f6efb9847e
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 4 11:12:51 2011 -0500

    docs: install gruel swig docs and other swig files into include/gruel/swig 
instead of include/gnuradio/swig.

commit d6ca16e2cf39c0063655d47d772a82e1103a2400
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 4 11:11:13 2011 -0500

    docs: remove xml-swig from autotools config.

commit fe2e6f8054ed8c6a19fe893553a0d05ce855179e
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 4 11:10:13 2011 -0500

    docs: better install of swig docs .i files since we actually have a 
variable to take care of it already.

commit 2f48e2a60e76072e5436dde860cd602c3882ce5c
Author: Tom Rondeau <address@hidden>
Date:   Sat Dec 3 12:13:23 2011 -0500

    docs: adding Python docstrings to gruel/pmt in cmake; dummy file make for 
autotools to build.

commit 40e8e55f47d201a2d74e674df39d5e19c82f3e1a
Author: Tom Rondeau <address@hidden>
Date:   Sat Dec 3 12:12:52 2011 -0500

    docs: adding a doc string for the gruel and gruel.pmt python modules.

commit 765252e74854c05288f3f99b26aea1f5bac7e9d6
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 1 11:40:04 2011 -0500

    docs: fixed Doxyfile to ignore cmake howto directory; enables namespace 
page to expose all PMT functions in the manual.

commit a6b5389139341784edf30d512aa42360d3a8cf02
Author: Josh Blum <address@hidden>
Date:   Thu Dec 1 09:21:11 2011 -0500

    volk: squashed changes 32f_s32f_multiply_32f_a 32fc_x2_dot_prod_32fc_u

commit 955a39bf4bfa67e6af4000d9df865518fbeedbfa
Author: Nick Foster <address@hidden>
Date:   Mon Nov 28 19:21:18 2011 -0800

    Volk: since we have a profiler, we don't need to iterate during QA, so this 
can go much faster
    
    Conflicts:
    
        volk/lib/testqa.cc

commit bb8f6c8115d39205ea566bf6b70f391f83168a4c
Author: Nick Foster <address@hidden>
Date:   Mon Nov 28 19:16:57 2011 -0800

    Volk: remove index max horizontal star from test, it shouldn't be there 
either

commit b61e2276d60386143874cc884572e0dc6697ea73
Author: Nick Foster <address@hidden>
Date:   Mon Nov 28 18:57:07 2011 -0800

    Volk: bring QA test changes into the profiler as well

commit 627889415a0749de29c3b81308bc67302d5a3ba3
Author: Nick Foster <address@hidden>
Date:   Mon Nov 28 18:42:35 2011 -0800

    Volk: fix 32fc dot product test. more investigation into ASM64 and ASM32 
impls is needed to determine if these have robust tail cases or not.
    also fixed max_star test by removing it -- can't return ptrs in current 
test framework, needs custom test.

commit de8845266b454e5f94d23799d23ccd50e2af8a8f
Author: Nick Foster <address@hidden>
Date:   Mon Nov 28 18:24:13 2011 -0800

    Volk: fix volk_32fc_s32f_magnitude_16i_a Orc implementation for saturating 
magnitudes
    
    Conflicts:
    
        volk/lib/testqa.cc

commit b0b474be32e94ec72fc982689464ecb3828fc778
Author: Nick Foster <address@hidden>
Date:   Mon Nov 28 18:02:19 2011 -0800

    Volk: fix volk_32f_x2_dot_prod_32f_u test (threshold increase)

commit 9700623365f4dd322989d57c93bf2f90e12f19eb
Author: Nick Foster <address@hidden>
Date:   Wed Nov 9 13:21:00 2011 -0800

    Volk: whoops

commit 7695ca06f1b565723f3fc302d7b7818e93d86a57
Author: Nick Foster <address@hidden>
Date:   Wed Nov 9 12:46:00 2011 -0800

    Volk: 32f_s32f_multiply_32f

commit 73727e316ae9addf8ffbc3b3473ace15d993d7b8
Author: Nick Foster <address@hidden>
Date:   Wed Nov 9 11:35:17 2011 -0800

    Volk: add 32fc_s32fc_multiply_32fc to profiler

commit 488f0c614f0e951314c686e7f168bc62cea250d5
Author: Nick Foster <address@hidden>
Date:   Wed Nov 9 11:32:47 2011 -0800

    Volk: added 32fc x scalar multiply, implemented in Orc & generic. Orc/SSE 
tested 10x faster than generic.

commit d56564f5e3d9ccefc9ac34c81dc8d061298301e7
Author: Josh Blum <address@hidden>
Date:   Wed Nov 16 17:41:11 2011 -0800

    cmake: moved post/pre inst/uinst files

commit 507c3a2eba8153ab285f0ec8c35598588382d1db
Author: Josh Blum <address@hidden>
Date:   Wed Nov 16 17:27:43 2011 -0800

    cmake: added support for monolithic packaging rpms + debs

commit edbfdf08d8e4bfa3ea725dc69089123537403ed6
Author: Josh Blum <address@hidden>
Date:   Mon Nov 21 21:38:06 2011 -0800

    volk: fix #466 deprecated string use, from Pinkava

commit 52c51c983d51ff725238c22571b2d466875a5f22
Author: Josh Blum <address@hidden>
Date:   Mon Nov 14 11:30:59 2011 -0800

    volk: conversion tweaks to build avx on MSVC

commit 6bf88fd950a9606d41d611ace8368f319a4b06e0
Author: Josh Blum <address@hidden>
Date:   Mon Nov 14 09:48:20 2011 -0800

    volk: avx support for MSVC

commit c2bf4895ca65c9c3f7efaf24c64bc8dae5716830
Author: Josh Blum <address@hidden>
Date:   Mon Nov 21 22:23:51 2011 -0800

    grc: force param text to black to guarantee readability

commit 2d88dd48d9563a561b5c851555c2ff4714fa66e3
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 30 14:45:19 2011 -0500

    docs: fixing variable for location of header files (SOURCE not BINARY).

commit a2de55ca27d20ee6bb6c7114469c4ea0b599ae92
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 28 15:44:12 2011 -0500

    docs: more appropriate variable to use when setting the include/headers 
directory.

commit 0408e48c26bfae60d4973e1f1128ac419d6268a2
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 28 01:11:27 2011 -0500

    docs: installing generated _doc.i files under autotools.

commit e173b0746bf10d9bb03c781f2567a5a51d6f6ebd
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 28 00:13:00 2011 -0500

    docs: removed unused xml-swig; replaced by doxyxml.

commit cfea46699bd0450bc2e11b5ec44dae1f57af4dbc
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 27 23:25:39 2011 -0500

    docs: better use of BUILT_SOURCES so I'm not overriding the standard build 
instructions for it.

commit c04d53d32513a48187aa51efc9e99e9a140a2689
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 27 20:27:35 2011 -0500

    docs: added doxygen and swig docs building tools into howto (cmake version 
only).

commit 355dbf5b35e2c4ebbce6c5d7d1ef5a3b0f5610ce
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 27 19:06:15 2011 -0500

    docs: Adding swig doc generation to Makefile.am files.

commit 70ca9beab2c6c22eb9b98818fe1b69def41eb0db
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 27 19:05:47 2011 -0500

    docs: forgot to have the generated .i files installed.

commit 752fd7f932824fbee08df243da3e8af39473727f
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 27 17:29:34 2011 -0500

    docs: fixing swig Doxygen file to ignore some files in qtgui.

commit b1b20afb9e864ab9109dab2f081af38f7f2b7ae7
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 27 17:02:33 2011 -0500

    docs: added python doxygen docs to gr-shd

commit 07bed9fa807f63fb155c6cbe1439e5871f4914dd
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 27 16:42:44 2011 -0500

    docs: added python doxygen docs to gr-wxgui

commit 19c40393dc56d6cf29650c61d291ae525ea5ed84
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 27 16:42:38 2011 -0500

    docs: added python doxygen docs to gr-vocoder

commit 431cb8e685b62b113c9be396a11876de8bba4c6b
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 27 16:42:28 2011 -0500

    docs: added python doxygen docs to gr-video-sdl

commit 4686d1be9682c569a88b2ee14a91381de4f0fc1e
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 27 16:42:17 2011 -0500

    docs: added python doxygen docs to gr-uhd

commit 28b0c4e9924fa749a5b6a95eb1d0a5ff53943261
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 27 16:42:09 2011 -0500

    docs: added python doxygen docs to gr-trellis

commit e36b920bebc555f6ef0126a38c9ff4ce7a95bd79
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 27 16:41:59 2011 -0500

    docs: added python doxygen docs to gr-qtgui

commit c8f9f435ca3006c835ef93de8c437443ea0ec88a
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 27 16:41:51 2011 -0500

    docs: added python doxygen docs to gr-pager

commit 96132193e83a620a24722c978a46e515ee0ddf66
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 27 16:41:43 2011 -0500

    docs: added python doxygen docs to gr-noaa

commit 6c50cfa96ee15892c67e56585ded57b0fe405f59
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 27 16:41:29 2011 -0500

    docs: added python doxygen docs to gr-comedi

commit 6e08854108887d23c4cac4b6e164205544c56099
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 27 15:51:43 2011 -0500

    docs: added python doxygen docs to gr-atsc.

commit 633fd3b6cfc6c735a5adf2e91328fed4c67d7f51
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 27 15:50:13 2011 -0500

    docs: added python doxygen docs to gr-audio.

commit 0a21e2584c226496af2aa3b361bed3d6bd91ba41
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 27 14:56:19 2011 -0500

    docs: autotools Makefile.am generates empty swig_docs .i files; builds in 
autotools and cmake.
    
    The autotools build does not auto-generate the Python documentation for 
each block like we do with the cmake build, but the empty .i files are required 
to build things regardless. The swig_doc.py and doxyxml files are distributed 
with the autotools build in case someone wants to generate this on their own 
(see README.doxyxml for how to do this).
    
    Only for gnuradio-core and gr-digital currently.

commit 435dc713e9ea5783729a2205a3c6fb9c9a3380b1
Author: Josh Blum <address@hidden>
Date:   Sun Nov 27 01:25:25 2011 -0500

    uhd: cleanup some -Wall warnings

commit ffa9e710f5a23ad83b611e77ed717bdb01ea9d24
Author: Tom Rondeau <address@hidden>
Date:   Sat Nov 26 12:07:49 2011 -0500

    docs: don't ignore the entire qtgui directory.

commit f5eff6ed08760b1a78fd1e5dc7eacff4fc0e5033
Author: Tom Rondeau <address@hidden>
Date:   Sat Nov 26 12:07:15 2011 -0500

    uhd: patch from Marcus Leech to add FFT update rate and averating on/off to 
command line options of uhd_fft.py.

commit 7b57dae20bb182561fcda78e5eeec44e44f0a9fb
Author: Josh Blum <address@hidden>
Date:   Thu Nov 17 07:59:50 2011 -0800

    grc: replaced doxygen extracted docs with python docstrings

commit 11d58fe2e58c83fffae0153b3d541e9928f04411
Author: Josh Blum <address@hidden>
Date:   Wed Nov 16 23:40:13 2011 -0800

    work on swig docs, added to core and digital

commit de849caeb9d689ab0ffd9d8279ba0cb1af925753
Author: Josh Blum <address@hidden>
Date:   Thu Oct 20 09:41:07 2011 -0700

    docs: grabbed support files from ben's repo and my repo

commit 0e7c799e4ef7a392a8ffe47170666908bfcb183f
Merge: c9c20b9 9a25332
Author: Tom Rondeau <address@hidden>
Date:   Sat Nov 12 18:30:13 2011 -0500

    Merge branch 'master' of gnuradio.org:gnuradio

commit c9c20b9051b997ab53a27869094648f15e0dccae
Author: Tom Rondeau <address@hidden>
Date:   Sat Nov 12 18:29:46 2011 -0500

    doc: ignored too much of qtgui; lost it's main page file.

commit 9a25332b706b1ffadf8cdf9b405e89c37a1e2278
Author: Josh Blum <address@hidden>
Date:   Wed Nov 9 06:50:50 2011 -0800

    cmake: only rely on target trick when not cross

commit 3de9e901ae188c305745880645118e5952bdbbde
Author: Josh Blum <address@hidden>
Date:   Tue Nov 8 21:25:42 2011 -0800

    cmake: fix for cmake 2.6 install w/ library fubar mode

commit 88a9bcb16f4be542f5bbc6a06a45d0cfc561dfe9
Author: Josh Blum <address@hidden>
Date:   Tue Nov 8 20:05:50 2011 -0800

    qtgui: add python include path (older name)

commit ed4023aee70008c47831c34e66fc16581ae024de
Author: Josh Blum <address@hidden>
Date:   Tue Nov 8 18:33:53 2011 -0800

    cmake: tweaks for swig generation module
    
    Also use deprecated python inc dirs variable to support older systems.
    
    Add current binary and source dir to include paths for dependency searcher.

commit 0899dfc0ef4cab909271bb9d70cc03c602ca9714
Author: Josh Blum <address@hidden>
Date:   Tue Nov 8 15:13:02 2011 -0800

    volk: replace separate_arguments with string replace (performs a whitespace 
split)

commit d4f209dcfef230e504179a9916c8167fa8d165f4
Merge: 24d572b 24da5f4
Author: Josh Blum <address@hidden>
Date:   Mon Nov 7 20:04:06 2011 -0800

    Merge remote-tracking branch 'jblum/uhd_next'

commit 24da5f495ca629113ea17f14e764af26a2285e73
Author: Josh Blum <address@hidden>
Date:   Mon Nov 7 18:33:05 2011 -0800

    uhd: change examples to use new stream api

commit d04404e1dd647b2de0f711a6ccba92e9dc21b823
Author: Josh Blum <address@hidden>
Date:   Thu Nov 3 21:38:26 2011 -0700

    uhd: added docs and removed unimplemented options in grc files

commit bf8984bac6551dc2a98d615431fb6c9b4bfb9f4e
Author: Josh Blum <address@hidden>
Date:   Thu Nov 3 20:03:44 2011 -0700

    uhd: rebase tweaks + update on command feature

commit 9058109de812a5a8c45a180131531b5ad10a9d7a
Author: Josh Blum <address@hidden>
Date:   Mon Oct 24 11:31:59 2011 -0700

    uhd: added set for RX/TX iq balance and dc offset

commit 8e60469acd6be356c64bfb27f58b393f3dd361cf
Author: Josh Blum <address@hidden>
Date:   Sun Oct 16 12:11:40 2011 -0700

    uhd: added set/get time/clock source calls

commit f3d2a28dc8d1abfe42435a4b5040eb20dd295479
Author: Josh Blum <address@hidden>
Date:   Sun Oct 16 11:49:11 2011 -0700

    uhd: added get_samp_rates calls

commit 1f3014a355c3eb320e77d2875058edac2c7c86de
Author: Josh Blum <address@hidden>
Date:   Sun Oct 16 11:41:23 2011 -0700

    uhd: use new type string for uhd source/sink types

commit d470318227a3275fe6cdc7ad6fd293c06da2a963
Author: Josh Blum <address@hidden>
Date:   Thu Oct 13 15:29:56 2011 -0700

    uhd: grc xml tweaks + streamer args

commit 017fb41de0843703810799c8a5d99d6b640437f9
Author: Josh Blum <address@hidden>
Date:   Tue Oct 11 10:26:55 2011 -0700

    uhd: restored source block recv single packet functionality

commit 861a185c6f964d1c0057b341db332bf9b6387ffb
Author: Josh Blum <address@hidden>
Date:   Mon Oct 10 20:49:01 2011 -0700

    uhd: preferable defaults for stream args

commit 011e784e1e51ae8a99ade2c95a43a463ab6902a9
Author: Josh Blum <address@hidden>
Date:   Sat Oct 8 11:27:31 2011 -0700

    uhd: added convenience constructor to stream_args_t

commit 84c3e0e0fb2df99213ed238ac4f032411d003b30
Author: Josh Blum <address@hidden>
Date:   Thu Oct 6 13:39:21 2011 -0700

    uhd: python/swig/grc tweaks until it works

commit 5b0ae93c8f319bbc367254172719d40f11a0f55b
Author: Josh Blum <address@hidden>
Date:   Thu Oct 6 09:26:40 2011 -0700

    uhd: backwards compat work which support streamer API

commit 24d572bc56f265f99b1994cd031df6bd15607ff3
Author: Josh Blum <address@hidden>
Date:   Sun Nov 6 09:11:10 2011 -0800

    volk: added some environment setup stuff

commit 1fe474ce91b5a4e6281e9ae1b78c87f1e2b72ccd
Author: Josh Blum <address@hidden>
Date:   Sat Nov 5 16:20:27 2011 -0700

    volk: building on msvc again with sse2 arch

commit a2894f6ad7d9cc79a343cc0b06e9fc23994c5c09
Author: Josh Blum <address@hidden>
Date:   Sat Nov 5 14:33:39 2011 -0700

    volk: work to improve compiler and multi-lib support

commit 3843d13a1e417ddc76b59d165b869c293c94ecfa
Author: Jason Abele <address@hidden>
Date:   Mon Nov 7 17:49:00 2011 -0800

    Use start()/stop() to get midpoint of uhd ranges

commit d539979ae3c10a7dc6284215441971249a76e13e
Author: Jason Abele <address@hidden>
Date:   Mon Nov 7 17:18:34 2011 -0800

    Set subdev spec after creating uhd source, before threads start
    
        Allows for more graceful exit when invalid subdev spec is used

commit bba957122090331181d7e27f22bc05934adba608
Author: Jason Abele <address@hidden>
Date:   Mon Nov 7 16:29:43 2011 -0800

    Fix initial gain setting for uhd_siggen[_gui].py

commit 81dbc190bebe6f623aa5603394dcc691110f55fb
Author: Josh Blum <address@hidden>
Date:   Sat Nov 5 13:54:35 2011 -0700

    cmake: tweaks to swig gen and updated howto modules

commit 2a0d169a5cc3856f77091cb755770b0e42d9fbd9
Author: Josh Blum <address@hidden>
Date:   Sat Nov 5 13:16:27 2011 -0700

    cmake: make the swig cxx file gen depend on the specified targets
    
    made a handy helper macro in grmisc to make this simpler

commit 0b3a4a2c43e9fd4e3cc03c694b408034954c9d74
Author: Josh Blum <address@hidden>
Date:   Fri Nov 4 21:44:10 2011 -0700

    cmake: fixed up swig deps properly for make -j*
    
    Also took the time to fix up the swig index file generation.
    This may have not-been auto-regenerating before as well.

commit 56fcd5f9b22af33976f9413d3a9d0aec41a7b556
Author: Josh Blum <address@hidden>
Date:   Mon Oct 31 23:18:11 2011 -0700

    cmake: created macro for libtool gen and disabled by default

commit ea013f3566f8277ed3742e8e17a8c9b9f60939da
Author: Josh Blum <address@hidden>
Date:   Sun Oct 30 18:33:53 2011 -0700

    gruel: added missing check GR_HAVE_NETINET_IN

commit 6532f8bdaaf9f35ffd1a7b8701ef09f0fcc21758
Author: Josh Blum <address@hidden>
Date:   Thu Nov 3 18:13:39 2011 -0700

    uhd: added buffer flush when source block is stopped
    
    This is useful for re-running the flowgraph,
    and avoids the problem of old data on the next run.

commit 640e859f564361270d8cd30d7fbff582ad228110
Author: Philip Balister <address@hidden>
Date:   Tue Nov 1 18:32:31 2011 -0400

    high_res_timer: Fix high_res_timer_now() for E100.
    
    Signed-off-by: Philip Balister <address@hidden>

commit 3259e2a6a4effa2e847f096094df36d37e781742
Author: Philip Balister <address@hidden>
Date:   Tue Nov 1 15:51:26 2011 -0400

    qtgui_sink_c : Fix update rate math.
    
    I botched the conversion to gruel high res timers. This patch fixes things.
    Checked on x86 byt hand adjusting update rate. We should expose the update
    rate setting to users.
    
    Signed-off-by: Philip Balister <address@hidden>

commit 037c5f60492f9201e23671fc87dd1ed0dd5cc5c9
Author: Josh Blum <address@hidden>
Date:   Sat Oct 29 16:46:19 2011 -0700

    grc: fix bug when displaying string params
    
    If the param contents evald successfully but not to a string,
    it would display None. This patch forces an exception,
    so the string will get auto-quoted and interpreted correctly.

commit 1063fc81a361b5ace17a51e756cb6c6b77d18971
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 29 11:12:05 2011 -0700

    build: update version to 3.5.0rc0

commit 7dcb1c86180afadda9e015c3806c4fb49a0cdfea
Merge: 8fd12ea 8357aa3
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 29 11:08:28 2011 -0700

    Merge remote branch 'gnuradio/master'

commit 8fd12ea87d77fd8f36c84aa75de58eeee22bfe3f
Merge: 735eaec 7a43937
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 29 11:03:46 2011 -0700

    Merge branch 'pager-update'

commit 7a439372b9fff02859af19cc6cb156a1cb4158c8
Author: Johnathan Corgan <address@hidden>
Date:   Thu Oct 27 13:03:31 2011 -0700

    pager: update full band demodulator to use gr-uhd

commit 8357aa3c88926f8e1b77f6e9aeff91e34402349f
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 27 19:16:21 2011 -0400

    trellis: applying patch to gitignore from Achilleas Anastasopoulos.

commit 99d47a9d2a013d4ee381b090244220b2fb60a517
Merge: 1fccc01 735eaec
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 27 18:59:10 2011 -0400

    Merge branch 'master' of gnuradio.org:gnuradio

commit 1fccc0189ace6f0c407711243f1df9989fad9e7a
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 27 18:25:02 2011 -0400

    digital: reverting GMSK mod/demod GRC blocks for old interface.

commit 339cf52ee2fb02e6859cac6235224722d3da7d2c
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 27 18:07:09 2011 -0400

    digital: reverting gmsk; doesn't use pfb arbitrary resampler, which doesn't 
work for some reason. Need to give this another look.

commit 735eaec9c601c4a68e2f0f34a91ca43ee2dc43ad
Author: Johnathan Corgan <address@hidden>
Date:   Thu Oct 27 13:55:16 2011 -0700

    noaa: updated applications to use gr-uhd
    
    Note: LRIT related files were removed; these were never finished

commit b4aa46b77c37932efb25d736f73f6fcf563242e0
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 26 21:35:03 2011 -0400

    digital: updates to interface in GRC. Actually tested in working GRC 
flowgraphs.

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.

commit fde3f39419a301d87bb460f9b857e3454d019aa9
Author: Josh Blum <address@hidden>
Date:   Tue Oct 25 16:19:53 2011 -0700

    cmake: fix for find* scripts
    
    Yes there was a misunderstanding and I read the docs wrong.
    This change uses the correct lib and inc dirs set by the pkg config macro.
    
http://techbase.kde.org/Policies/CMake_Coding_Style#Writing_CMake_Find-modules

commit a23f6624c6da8c850ed144916947a3dbff0db885
Merge: ad47d75 76c7d75
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 25 18:31:50 2011 -0400

    Merge remote branch 'jblum/master'

commit ad47d75bc010608d94abce0ba809e012a0f4b7a4
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 25 18:31:04 2011 -0400

    trellis: fixed doc examples to use gr-digital 
(test_viterbi_equalization1.py bombs out on something else, now).

commit efb131ee516c933e13516287a423764b794e2926
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 25 18:24:36 2011 -0400

    trellis: fixed the trellis examples to look in gr-digital for the 
constellation information.

commit f16368396d354e3206f75f5282aeea4ad382ab88
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 25 18:24:14 2011 -0400

    grc: tell the packet utility to look in gr.digital for packet_utils.

commit d26a6f2e650c22b932352a91f23e572ff18c38b4
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 25 17:28:50 2011 -0400

    cmake: adding uninstall rule to remove symlinks, too.
    
    I wish this could have been done in a single, compound IF, but
    cmake didn't like the OR for this one.

commit 76c7d75559762e833d8f6108717d711f364258a4
Author: Josh Blum <address@hidden>
Date:   Tue Oct 25 13:13:40 2011 -0700

    cmake: generate pyo and pyc files + python install macro work
    
    The generation rules now always generate the pyc and pyo files
    as one big group per install rule rather than individually.

commit 9c853b962d73565f2980789a32f347309bcc605f
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 25 14:50:14 2011 -0400

    reed-solomon: fixed the signed/unsigned warnings in the RS code.
    
    Some of these had to be done through type-casting since changing
    the actual data type would cause the tests to fail. make test
    still passes.

commit 112a6d92f4a82815f67c3558324373618657905e
Author: Josh Blum <address@hidden>
Date:   Tue Oct 25 11:25:54 2011 -0700

    cmake: only make libtool file when libtool found

commit c89c95cf2f46ea7394586b46ffc607dce60ac727
Merge: f05760f 26a1eb1
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 25 14:04:20 2011 -0400

    Merge branch 'maint'

commit 26a1eb1854896ec0181a417a13dea6b24949ad01
Merge: 64afdec 334f45e
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 25 14:03:49 2011 -0400

    Merge branch 'upstream/alsa-source-warning-fix' into maint

commit f05760f6c4daf7e7141bdf9f30533f6a4f716f70
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 25 14:02:16 2011 -0400

    docs: more ignore dirs for Doxygen.

commit aae6c1ef27f5cacb949832a5bc3d403c5853c77b
Author: Josh Blum <address@hidden>
Date:   Mon Oct 24 20:59:55 2011 -0700

    I'm sorry but llrintf had one of the best conversions of all time

commit dbfb897eaf9415074e75f180d996a6c55c6fa04e
Author: Josh Blum <address@hidden>
Date:   Mon Oct 24 16:34:25 2011 -0700

    cmake: added toolchain file for arm_cortex_a8_native builds

commit 428c7f36bd1eaa88c3e61a99dd7f2a2c84409f28
Author: Josh Blum <address@hidden>
Date:   Mon Oct 24 15:46:03 2011 -0700

    cmake: restored extraction of git describe
    
    why was this removed?

commit efa787acd096693b76b74c2cdc595a29315ccde0
Author: Josh Blum <address@hidden>
Date:   Mon Oct 24 15:09:59 2011 -0700

    cmake: set the enable variable to have parent scope
    
    Basically, this is a bug fix because the caller needs
    to have the var changed from the user provided value.

commit 07378363172b0478a14ccac10fa1a0c1446fcfe6
Author: Josh Blum <address@hidden>
Date:   Mon Oct 24 14:19:23 2011 -0700

    msvc: fixed rint implementations in config.h
    
    Fixed the rint and rintf functions to work properly.
    Would love to use boost::math::round implementation,
    but these functions also get included and used in C.
    
    Also added llrint and llrintf just because.

commit e099b30869a7784e0caf806f187068b83f34dc37
Author: Josh Blum <address@hidden>
Date:   Mon Oct 24 13:12:11 2011 -0700

    atsc: fix consistent linkage on atsc_make_fs_checker

commit 71e891fdcf11411e6b102a0a2faaca0f1ce2c0f9
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 25 12:21:28 2011 -0400

    qtgui: removed files for dependency on qwtplot3d. We don't use it anymore 
and don't have a plan to in the future.

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.

commit e9f4580047977cd319d1991060e2d78f15f27f8f
Author: Josh Blum <address@hidden>
Date:   Mon Oct 24 10:02:55 2011 -0700

    qtgui: fixed typo for name of export define
    
    This was a typo, but it was ok before the library fubar
    because the define was explicitly set.
    Now that things are more automatic,
    it needs to follow convention.

commit 645ad4ae1423926f0fb893bbb5d3463b2c17623a
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 24 11:34:55 2011 -0400

    core: really fixed this on 32-bit machines (actually tested). Forced to 
promote to a 64-bit int to handle the overflow, so this is going to take a hit 
on 32-bit machines.

commit c2908fcffe42589a63bcfc63718454965fdec12b
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 24 00:44:37 2011 -0400

    docs: distribute doxygen logo file.

commit 2cc26e4d8b835683ff0289e3cea2e2120738cf2a
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 24 00:19:16 2011 -0400

    core: fixed float_to_int for 32-bit machines.

commit acd378df821766371f6ea8673e0eabee6cbf3223
Author: Philip Balister <address@hidden>
Date:   Sun Oct 23 22:13:03 2011 -0400

    Remove checks for OpenGL from configure.
    
    Signed-off-by: Philip Balister <address@hidden>

commit 722dab931587258ae2963a937d003b2f6b3b4105
Author: Philip Balister <address@hidden>
Date:   Fri Apr 29 15:09:16 2011 -0400

    qr-qtgui-sink : Set lower limit of FT size to 256 from 1024.
    
    Signed-off-by: Philip Balister <address@hidden>

commit 639e14e2a563215eae3f0e5608091d816bfb6f9c
Author: Philip Balister <address@hidden>
Date:   Fri Apr 29 14:51:07 2011 -0400

    qtqui-sink : Do not run the FFT unless updating the display.
    
    Signed-off-by: Philip Balister <address@hidden>

commit ead053858d4f8e2c3f258c09f65f6fe59d404deb
Merge: c63bb24 faf7dea
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 23 21:11:08 2011 -0400

    Merge branch 'cmake_foo2'

commit c63bb2453d9d0e0fc63de9eb9ce54249abacedd1
Merge: 469cb5f 9b58dc9
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 23 21:10:59 2011 -0400

    Merge branch 'master' of gnuradio.org:gnuradio

commit faf7dea043728056bed5a7eb0529162eb7d9f932
Author: Josh Blum <address@hidden>
Date:   Sun Oct 23 15:43:03 2011 -0700

    the libraries

commit 469cb5fd92ca7d1899e64b011d371f04e8830911
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 23 17:52:13 2011 -0400

    core: Making gnuradio-core dependent on Volk. This means you HAVE to have 
Volk build in order to build GNU Radio. Volk is now a 'first-class citizen.'

commit 529e942f6456d45c957fe8248e7621c956c5f2f1
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 23 17:22:25 2011 -0400

    core: added a test for float_to_int overflow clipping.

commit 7112e308a6b0b84387c73460c4c8d1e8ff9f3b5a
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 23 17:12:32 2011 -0400

    core: Added type conversion int->float (issue #192). Added with a gri file 
and also added a gri file for float->int to perform function inside 
gr_float_to_int. Also added QA code for the new block.

commit 9b58dc91c0bf5a87128a24d8e22a8e19aa974c9f
Author: Josh Blum <address@hidden>
Date:   Sat Oct 22 13:29:44 2011 -0700

    cmake: make python checks optional for cross builds

commit 27fb36ed7b07b5055b47ae5509235acf816094e3
Author: Josh Blum <address@hidden>
Date:   Sun Oct 23 10:59:22 2011 -0700

    cmake: removed problematic/unused parsing of git describe
    
    It became problematic when the git describe output changed
    to only have the first term before the dash: no rev count or hash.
    The parsing was copied from gr_git.m4.
    The result is not used so its ok to remove.

commit fea70a9c312ebf9cfcf8b5ddb60db3b6a3004248
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 22 14:16:13 2011 -0700

    build: update version to 3.5.0git

commit 9bdb16e9e618943daaf61e256b087ac91504872e
Merge: d13928b 64afdec
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 22 14:07:02 2011 -0700

    Merge branch 'master' into next
    
    Use merge strategy '-s ours' to skip version change on master

commit 64afdec6d5db9f85c5db0a923d6fc3f54441e74f
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 22 14:05:38 2011 -0700

    build: update revision to 3.4.2git

commit d13928b6520b10f4f3c17283315394d0fe5d8d60
Merge: 8862a01 2382e38
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 22 13:49:46 2011 -0700

    Merge branch 'master' into next
    
    Use merge strategy '-s ours' to skip version change on master

commit 2382e38aa96922fb9b9e577490d561775c8ae392
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 22 13:24:28 2011 -0700

    build: update version to 3.4.2 (release)

commit 8862a015e320b6c08e6836fe75322005ba4a9dda
Merge: da55633 262d3e6
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 22 13:23:38 2011 -0700

    Merge branch 'master' into next

commit 262d3e6b67ef9731a1dec276fb550be4f91b73d2
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 22 13:19:23 2011 -0700

    build: update config.{guess,sub} from canonical source

commit da5563356afe3f50eb2560b5106a81776da7a43f
Merge: 1468be3 31268cf
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 22 14:25:13 2011 -0400

    Merge remote branch 'jblum/cmake_fixes' into next

commit 1468be3299036606b678664ba84d0c0870266c9c
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 22 12:05:08 2011 -0400

    docs: don't need to distribute README files in docs component. Just the 
install path.

commit 55dfc072f20a9a698259cb1db2242918a031f37b
Merge: 59c90da 8820891
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 21 20:26:16 2011 -0400

    Merge branch 'next' of gnuradio.org:gnuradio into next

commit 59c90da32afc7c9f71ee5a2e5db89cf978a9ad84
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 21 19:43:35 2011 -0400

    uhd: added some documentation to the UHD main page on standard option 
parser options and creating a source and setting the parameters.

commit d053db2aec8fe9640f7a33b6804d68281c02f820
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 21 19:43:05 2011 -0400

    uhd: added subdevspec option to UHD examples and sets antenna based on 
option.

commit f896ce03e8fbe6baf18ea7b6e5bbe74f7e67c25a
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 21 19:04:06 2011 -0400

    digital: added subdevspec option to digital UHD examples.

commit 3e7ca8bfb95658dd9204e1d859e572b82e3b80d4
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 21 18:51:07 2011 -0400

    uhd: fixing uhd apps to take a subdev spec; also changing to more general 
uhd parameter of 'args' instead of 'address' which defaults to the first uhd 
dev found.

commit fef8376c0be52cf065b59925abe69209bdcfc1ee
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 21 18:07:49 2011 -0400

    docs: Removing some more unnecessary stuff.

commit 29299eb3ddadbbbe782127a24e314bbb349422fe
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 21 18:06:47 2011 -0400

    docs: updating documentation. More build instructions/information in 
Doxygen. Added logo to doxygen manual, too.

commit e57c8a4f2c1846211c01583feeeb931cc98e8ff9
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 21 17:23:41 2011 -0400

    docs: Fixed the include path to always find the right path.

commit 31268cfb68965dbcf3df4912059f0c5b6d744626
Author: Josh Blum <address@hidden>
Date:   Fri Oct 21 12:40:43 2011 -0700

    core: runtime.i dont include gr_tag.i, avoids pmt dependency

commit 9789365e056ccf1373a59f0e63f6f94f83f5073f
Author: Josh Blum <address@hidden>
Date:   Thu Oct 20 22:38:57 2011 -0700

    tags: added swigging for gr_tags header

commit 7b1c5abe410470d25e49d0dadd265c430aaca1ec
Author: Josh Blum <address@hidden>
Date:   Thu Oct 20 22:36:24 2011 -0700

    pmt: fix #446 by putting pmt swig into namespace

commit e44d194f944aa0a66a543286a36fa05c34c4db3e
Author: Josh Blum <address@hidden>
Date:   Thu Oct 20 19:49:00 2011 -0700

    cmake: more tweaks for version extraction when git not found

commit 1c95e89b0eafe063770ff98ee09f566843d1a68c
Author: Josh Blum <address@hidden>
Date:   Thu Oct 20 18:58:05 2011 -0700

    cmake: parse the version.sh and git describe to model the m4 files

commit dd41a603b923092fb08595f88b036d0677e5e6d4
Author: Josh Blum <address@hidden>
Date:   Thu Oct 20 15:15:08 2011 -0700

    misc fix missing installed files/tweaks

commit 882089131a00da2475d4e843ff203b2e474ff6ed
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 20 14:48:47 2011 -0700

    docs: installing README files.

commit f4ed279bba9924bf63b9b883906e7c83887fb3fe
Author: Josh Blum <address@hidden>
Date:   Thu Oct 20 14:40:15 2011 -0700

    utils: added cmake support for the gr-utils

commit dfe18fee44d1c03af186aeacd2adc97b6b129297
Author: Josh Blum <address@hidden>
Date:   Thu Oct 20 14:15:25 2011 -0700

    volk: give priority to generated includes (helps with dirty tree)

commit ab6f8142da17ee70effd469f20a41821b4bc4513
Author: Josh Blum <address@hidden>
Date:   Thu Oct 20 14:00:14 2011 -0700

    removes gcc warning, dont need symbol export on plain c structs

commit c643c9b022ef9c8afd4d32f91927f120a92b2ead
Merge: 9925e69 793e907
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 20 12:15:04 2011 -0700

    Merge branch 'next' of gnuradio.org:gnuradio into next

commit 9925e69cdaedbcf373145199355d655880e65cdc
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 20 12:13:54 2011 -0700

    build: fixed missing file in Makefile.am.

commit 793e9070ce7d88b818b3f4d8809a07fdf50afda0
Author: Josh Blum <address@hidden>
Date:   Thu Oct 20 11:28:14 2011 -0700

    filter: fixed x86 checking logic when not x86

commit 873fae042f658c68bc3e9aea0ba3d86603414848
Merge: 8dec45a d9545ca
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 20 11:20:03 2011 -0700

    Merge branch 'next' of gnuradio.org:gnuradio into next

commit 8dec45ada7e92f425a876494d5daf85fd3825e98
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 20 11:19:33 2011 -0700

    core: fixing AM_CPPFLAGS in viterbi/Makefile.am

commit b82f5bd2a53ec0f8973c0057410c784cc7771943
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 20 11:04:00 2011 -0700

    vocoder: fixed signed/unsigned warning.

commit ccfac187cf86122be5760cb1e2a0bba3a58821c7
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 20 10:46:35 2011 -0700

    volk: fixed signed/unsigned comparison warnings.

commit d9545ca52708f66b5762e0ae597002beadd34631
Merge: 77a2d01 8be1f3f
Author: Josh Blum <address@hidden>
Date:   Wed Oct 19 21:47:09 2011 -0700

    Merge branch 'master' into next

commit 8be1f3f82e0f17583cecab9c8a4763dda4ebc1e7
Author: Josh Blum <address@hidden>
Date:   Tue Oct 18 17:31:48 2011 -0700

    grc: tweaks for colors, added 64 int, vector darken

commit 77a2d01cd2fce5a4e401a217c93fa13b76839162
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 19 17:37:37 2011 -0700

    Somehow, these headers got duplicated. Removed from core, are in gr-digital.

commit b0748f4a1605c74c473c434d0a366d2e72c152ce
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 19 17:37:19 2011 -0700

    Fixed Makefile.am trailing backslash for autofoo build.

commit c1721c76bd67962a1d29e520dfea0789a14d0aa9
Author: Josh Blum <address@hidden>
Date:   Wed Oct 19 13:35:46 2011 -0700

    tags: made tags object oriented

commit 97be31ab2bc2ce5cca1dd48568c5387f9af423f0
Author: Josh Blum <address@hidden>
Date:   Wed Oct 19 14:02:13 2011 -0700

    grc: added throttle tag to blocks that throttle

commit 604ae82b9f31d8b5d7775810ab2fa06b7595bea0
Merge: d8d886d eb95f43
Author: Josh Blum <address@hidden>
Date:   Wed Oct 19 16:53:11 2011 -0700

    Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

commit d8d886d42ef9966e0578f39f180348e908965f7a
Author: Josh Blum <address@hidden>
Date:   Wed Oct 19 16:45:24 2011 -0700

    usrp: updated installed examples

commit eb95f431badf197b249131a3119a92bd5317621b
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 19 16:40:14 2011 -0700

    Removed usrp(2) directories.

commit e34107884e9a31dbfed62856aa12b1f572139105
Author: Josh Blum <address@hidden>
Date:   Wed Oct 19 16:39:37 2011 -0700

    cmake: added conditional check for compiler flags

commit be300d920fe1b7a3eb738565cddd10624ec62a75
Merge: a57f748 e30b824
Author: Josh Blum <address@hidden>
Date:   Wed Oct 19 16:37:33 2011 -0700

    Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

commit a57f7484a1b1ba18b66334675ce6458b00d40626
Author: Josh Blum <address@hidden>
Date:   Wed Oct 19 16:21:50 2011 -0700

    swig: fix rules for generated index files

commit e30b824e9165bff69f09121631c3d5a706cbbd39
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 19 15:10:58 2011 -0700

    Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. 
Also removes related M4 and dependency requirements for USRP-related libs.

commit 49a1ad2cd002200a3b37f40117cf69e1a07a9222
Merge: 0a63491 fdeae2e
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 19 15:10:51 2011 -0700

    Merge remote-tracking branch 'jcorgan/pager-update' into next

commit cba101dc802b4d4fa8db42ff40d25995d50f2491
Author: Josh Blum <address@hidden>
Date:   Wed Oct 19 13:21:51 2011 -0700

    core: forgot to remove extra under

commit 0a6349115f99ae70aa17b9a7b82d3cda45449750
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 19 11:52:14 2011 -0700

    Removed radio-astronomy; updated and replaced by simple-ra in cgran 
(https://www.cgran.org/wiki/simple_ra).

commit f6686319fc0c6fbc29ac54dfb863e180969d99f7
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 19 11:51:17 2011 -0700

    examples: updated config files for removed examples.

commit a374cce43be078540adfbbaba347b7b690ab8d83
Author: Josh Blum <address@hidden>
Date:   Wed Oct 19 11:50:44 2011 -0700

    digital: added missing symbol export in digital_constellation

commit 4a009b8ba9399875941378482a806075d34df79d
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 19 11:50:24 2011 -0700

    examples: removed multi-antenna examples.

commit ba915a6414853efee5a0713e710de2932d29b688
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 19 11:49:53 2011 -0700

    examples: removed multi_usrp examples.

commit 6cbbc621792070eac6d38f8e3fe9355be8ad17c9
Author: Josh Blum <address@hidden>
Date:   Wed Oct 19 11:48:05 2011 -0700

    core: added transcendental to cmake build

commit 53eef84f65168d0ca569fc4aa0dc2266e551c1d0
Merge: fb21620 52b42b9
Author: Josh Blum <address@hidden>
Date:   Wed Oct 19 11:29:01 2011 -0700

    Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

commit fb2162069ff725ff430729624605c40cbfaa356b
Author: Josh Blum <address@hidden>
Date:   Wed Oct 19 11:16:52 2011 -0700

    grc: dont set the HLKM stuff unless win32

commit 7ed8b43e654ef613faf39c4298c15180b4114b1d
Author: Josh Blum <address@hidden>
Date:   Wed Oct 19 11:16:25 2011 -0700

    cmake: fix that component depends on component hack

commit 0d2db7f6d168cc38634e0a2da2a08bcadc19a420
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 19 11:08:15 2011 -0700

    uhd: fixed examples to use new find_devices command.

commit 5f35546ced679cc41e21a5858e18908b64e38956
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 19 11:07:55 2011 -0700

    uhd: fixed swig file to make guile build happy.

commit 1cfa3791dab83b7bae1e4138f92e37364bd1c5ed
Author: Josh Blum <address@hidden>
Date:   Wed Oct 19 10:59:51 2011 -0700

    cmake: added ability to support -DENABLE_XXX=FORCE

commit cfba63c8dbe0d0b998f58f49d14fc43c290e7cfb
Author: Josh Blum <address@hidden>
Date:   Wed Oct 19 10:10:34 2011 -0700

    uhd: added uhd.find_devices to python

commit b35d84eb447f44b547d928e5741feab7660c39e6
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 19 10:23:53 2011 -0700

    digital: fixed digital narrowband examples to set the sample rate based on 
the symbol rate, not the bitrate, of the modulation.

commit 41247b7598d7beb2e53947a7125b81e07996941e
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 19 10:01:44 2011 -0700

    digital: fixed digital ofdm examples to use args instead of address and 
better default.

commit 7e985e7f553a863df37cf39bfd2bd958d82ea46c
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 19 09:58:03 2011 -0700

    digital: fixed digital narrowband examples to use args instead of address 
and better default.

commit 792e9780cd48177a13416e5926b77f30526ae3ec
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 19 09:52:26 2011 -0700

    uhd: updating examples to use args and better default for all UHD examples; 
also fixed the wfm_rcv blocks to use new PLL constructor.

commit 52b42b9e958be6908ab5279bbe4ecea8b2464ee8
Merge: 3b08bd8 6474548
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 18 20:46:04 2011 -0700

    Merge branch 'master' into next
    
    Conflicts:
        gnuradio-core/src/lib/general/general.i

commit 3b08bd8312f7499a3ffcaba147f5fe7a66f91ba4
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 18 20:41:09 2011 -0700

    digital: xml is so picky. This fixes the problems with the new GRC blocks 
in issue #449.

commit 4dba84e382b961700959c3c044a7b42a04be040e
Author: Josh Blum <address@hidden>
Date:   Tue Oct 18 17:40:11 2011 -0700

    howto: changes as per tom's suggestions

commit 6474548641d8b611adf6c5a08aa3da06508d77bf
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 18 16:19:47 2011 -0700

    wxgui: saner defaults to wxgui plotters from issue #450.

commit f76eab20ff3811690f5dcbaa04d2c4e41f4b298b
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 18 16:16:04 2011 -0700

    added transcendental block from jblum/transcendental (reworked for master 
branch).

commit 48cf49a0bab1e8e8d80a1c4161f451e575190e1e
Author: Josh Blum <address@hidden>
Date:   Tue Oct 18 12:51:43 2011 -0700

    digital: added mising install rules for moved ofdm xml files

commit 3d49591fef7f23d1de21542dd99742610d675221
Author: Josh Blum <address@hidden>
Date:   Mon Oct 17 23:50:35 2011 -0700

    added some more python dash B

commit 161910c66e88c081d267f4b2b699f7431f287279
Merge: 41ce01b f664585
Author: Josh Blum <address@hidden>
Date:   Mon Oct 17 23:40:51 2011 -0700

    Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
    
    Conflicts:
        gnuradio-core/src/lib/filter/gr_dc_blocker_cc.h
        gnuradio-core/src/lib/filter/gr_dc_blocker_ff.h
        gnuradio-core/src/lib/general/gr_ofdm_demapper_vcb.h
        gr-digital/include/digital_ofdm_cyclic_prefixer.h
        gr-digital/include/digital_ofdm_frame_acquisition.h
        gr-digital/include/digital_ofdm_frame_sink.h
        gr-digital/include/digital_ofdm_insert_preamble.h
        gr-digital/include/digital_ofdm_mapper_bcv.h
        gr-digital/include/digital_ofdm_sampler.h

commit f664585ddddeb040d1cd285d0b9dfb41c4979b91
Merge: 1c7bd64 a01c424
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 17 22:52:28 2011 -0700

    Merge branch 'master' into next

commit a01c42495ecd9f3a8b34c3e10cfd0e9fec1f26c4
Merge: a69e35b 6a274e1
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 17 22:52:18 2011 -0700

    Merge branch 'maint'

commit 6a274e19aac8b0b3066af5b6990f563ec3170221
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 17 22:50:21 2011 -0700

    qtgui: missed something before.

commit 1c7bd647877ca835a410df903c478c99ead92b27
Merge: 6fcf521 a69e35b
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 17 21:04:33 2011 -0700

    Merge branch 'master' into next

commit a69e35b2d9b5a07c86603a39b16111565258b41a
Merge: 641a601 b915604
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 17 21:04:25 2011 -0700

    Merge branch 'maint'

commit b9156049149863d75e77dc619ce4d96f8ec0eafc
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 17 20:49:17 2011 -0700

    qtgui: a few more fixes for qwt 5.2/6.0.

commit 6fcf521394ed256f4e75d52e986e63e38f2ec56b
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 17 20:16:33 2011 -0700

    digital: adding OFDM GRC blocks to gr-digital.

commit 58f6261298a2f7dbf4c798f2dbaac0022f3f89ba
Merge: 2885d6b 641a601
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 17 11:39:09 2011 -0700

    Merge branch 'master' into next

commit 641a60118ac5955bcb9d820874c13fe149b1095c
Merge: 2d5a6f8 006712e
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 17 11:38:51 2011 -0700

    Merge branch 'maint'

commit 006712e264f7659c40212e8acf1611c7a227655a
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 17 11:28:40 2011 -0700

    build: fixed last warning generated from bootstrap under autoconf 2.68.

commit 2885d6b4ef76558c04f4337e953ac7c5f00a5c14
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 17 10:39:21 2011 -0700

    ofdm: removed old ofdm examples directory. All examples are now in 
gr-digital.

commit fef3fe57c75ce6011c87bc894472639d385fcb21
Merge: 0732471 a4dbd97
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 17 13:37:04 2011 -0400

    Merge branch 'next' into dig_ofdm

commit 41ce01bd6f602009b83422550b0b91bddd830c84
Merge: 5179a1e a4dbd97
Author: Josh Blum <address@hidden>
Date:   Mon Oct 17 07:35:56 2011 -0700

    Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

commit a4dbd973fc6376bacf3c45e63aba61a471c468b3
Merge: e0fdd93 2d5a6f8
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 16 22:14:29 2011 -0400

    Merge branch 'master' into next
    
    Conflicts:
        gr-qtgui/lib/Makefile.am

commit 2d5a6f86fd3047748a9f816548e2901b02838734
Merge: bbee6d5 45c2212
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 16 21:34:24 2011 -0400

    Merge branch 'maint'

commit 45c2212608ca66b5fadbc860771e042198e1ebcd
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 16 19:45:29 2011 -0400

    qtgui: more compatability issues.

commit 0319e05a4bb9a41082d00e334ac1647314dfaacd
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 16 18:39:45 2011 -0400

    qtgui: wip: working to make plots backwards compatible with qwt 5.2.

commit df09ce46e6783352e09981f61f1f25f1db1ab68c
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 16 17:56:51 2011 -0400

    qtgui: adjusting intensity knobs and auto scale in waterfall works in qwt6.

commit bade47de8c8e9fe92ae7a777260e900d6c708f09
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 16 17:35:24 2011 -0400

    qtgui: fixed waterfall color map issue under qwt6.

commit 4496fae2deea200755225c007a26f4c7be0470e9
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 16 16:32:41 2011 -0400

    qtgui: waterfall plot mostly working under qwt6 (plots, but updates to 
scale and color not working yet).

commit 4ba2c75f9109b750f8c04b60a04f2100e33e9416
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 16 00:23:32 2011 -0400

    qtgui: constellation plot working again under qwt6.

commit 33158da478cb0db5739663556e8dbeccbf08d7c9
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 16 00:19:10 2011 -0400

    qtgui: Time domain plot working againt under qwt6.

commit 25fd6e0324dc8296b66a3c9b8e628d6738f15fe7
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 15 18:23:04 2011 -0400

    qtgui: wip: updating qtgui to work with QWT 6 (and trying to maintain 
backwards compatability to 5.2). This wip works for just the fft plots.

commit 32ef4974395913878f252434c21a63a259bb9b97
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 15 16:32:35 2011 -0400

    qtgui: avoids a simple warning.

commit 0d72c2c86f762279f944c576904d5c6af4895a7b
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 15 13:45:00 2011 -0400

    build: needed boost_filesystem lib added (found under ubuntu 11.10; they're 
getting pickier).

commit 9e22f254561137e9236460ce00bea525aa4d65f9
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 15 13:44:22 2011 -0400

    config: fixing up for new rules in automake.

commit 9ef30ab61c213a8e45d35768425f5759d27c14a8
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 15 11:20:33 2011 -0400

    build: fixed a bug with missing boost filesystem lib.

commit bc98dc91bbad8d70bd0b45eb5077cc37da605b98
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 15 10:38:46 2011 -0400

    config: fixed qwt checks to be available over more versions.

commit 5179a1ead31e678d575890fb2e413c62bf00c255
Author: Josh Blum <address@hidden>
Date:   Sat Oct 15 07:37:37 2011 -0700

    gr: changed the way trellis/gengen generated.i is made

commit 5805acef268354468b84e856b7144e3aa2435600
Merge: 1259a01 e0fdd93
Author: Josh Blum <address@hidden>
Date:   Fri Oct 14 21:16:34 2011 -0700

    Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

commit e0fdd93625a6234ba0d9cabf6e6abfc4df9a2ec6
Merge: a27f67c bbee6d5
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 14 18:29:14 2011 -0400

    Merge branch 'mergme/grc_work' into next

commit 07324710bdf7eba63417e5591ff37c7641a3f7ab
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 14 17:56:33 2011 -0400

    digital: added set_freq function to narrownband tunnel's main top block.

commit 83bf767d281406878bd04bb7c553109dbf3a4afe
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 14 17:55:57 2011 -0400

    digital: wip: working on tunnel.py for OFDM.

commit fe23a0981507ee47f929026b10c77e990df56104
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 14 17:47:10 2011 -0400

    digital: renamed OFDM benchmark codes; no real need to say what they are in 
an ofdm directory.

commit e011b5bb0bcb24fc43bd689d003cdf19d36581b9
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 14 17:46:20 2011 -0400

    digital: fixed narrowband channel model adder to take a signal amplitude to 
determine the SNR.

commit 1033576a2c839edce1c82b7e1466501d800e3a06
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 14 17:46:06 2011 -0400

    digital: add channel model for OFDM signals to a file.

commit 241e4f82049fd1a5ac434ade2c6bfe040f278405
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 14 17:35:16 2011 -0400

    digital: removed unnecessary benchmark_ofdm.py

commit c7493e83269d7358da0ba7fbd4beee8f0f6be2e8
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 14 17:34:31 2011 -0400

    digital: fixed OFDM benchmark code to work over-the-air with UHD.

commit a27f67c7c8d083d6e07ca10161c0ce93b029ad86
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 14 17:11:36 2011 -0400

    docs: added a page on PFBs and put them in their own doxygen group. Helpful 
explination on how to use them and where to find more info.

commit 620971bdb6554cf2a248b26a6dd5a069dbb9c873
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 14 16:18:43 2011 -0400

    fixed a couple of typos.

commit 68ac497f17af5af435b535d0dccbd930be0fc1d3
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 14 13:05:25 2011 -0400

    docs: Updated some docs and made it so GRC can pull docs in from other 
components like vocoder and digital.

commit d6b2864470e44aeac3775909a24b9a734e9a369d
Merge: 73ccc57 06f576d
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 12 23:03:04 2011 -0400

    Merge branch 'dig_ofdm' of github.com:trondeau/gnuradio into dig_ofdm

commit 73ccc57f0f8c25162b8a3410e8a9e59c9e824a45
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 12 23:02:56 2011 -0400

    digital: changed modulation_utils2 to modulation_utils and update all files 
using it.

commit 06f576d2f8670e308ee5b47445f7377de6eeaed8
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 12 23:01:41 2011 -0400

    digital: fixed QA tests for ofdm.

commit d53109a88522d243bf684ffe1a9aad2801c52f07
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 12 22:42:55 2011 -0400

    digital: OFDM using new psk and qam modules for constellations. Also, 
psk2->psk updated in all files and examples.

commit d47f0aeab7343fb033352e2ddb787c1dc95d660d
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 12 22:13:45 2011 -0400

    digital: sneaking in a fix to cpm.py here. Working with benchmark_tx. Also 
adding some print statements to benchmark script to indicate what type of 
source/sink is being used.

commit 60b3bd32aa145522a1eaf9978e594ed13b9a6bc5
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 12 19:02:47 2011 -0400

    digital: moved over all c++ blocks to gr-digital. Benchmark tx/rx still 
working.

commit bbee6d500f0e47e3543fbaffcef67f0fdbb71e37
Author: Josh Blum <address@hidden>
Date:   Sat Oct 8 14:24:13 2011 -0700

    grc: append index to duplicated ports

commit 71cb9ff97828abb1ff58916b6dc58e478ac0abd6
Author: Josh Blum <address@hidden>
Date:   Sat Oct 8 13:29:40 2011 -0700

    grc: rename complex/float ports so its obvious

commit 413964379c19fce5c2c0ad25d1de968a68744f4d
Author: Josh Blum <address@hidden>
Date:   Sat Oct 8 10:23:00 2011 -0700

    grc: added new IO types
    
    Added all complex/real float/integer types.
    Used volk naming convention: fc32, etc...
    
    The port type checking now relies on IO size,
    therefore a short vector of length 2 can connect to a complex short,
    a float can connect to an int.
    Basically, the same size checking done in gnuradio runtime.

commit 0e16a28047d07afc6e4d31839d804dca0d0de31e
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 12 17:43:35 2011 -0400

    digital: removed psk and qam from gnuradio-core; unnecessary now.

commit b83d2ac592baf8135c889d5725d0e9fc53c4fab8
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 12 17:34:55 2011 -0400

    digital: unnecessary import.

commit a2af88f65c730fa29e31a3d6e80cc111d1fbd430
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 12 17:34:35 2011 -0400

    digital: I didn't think this was needed, but apparently, it is.

commit 9edab7aec9c59ad56956d19c34539f26aec069af
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 12 17:31:39 2011 -0400

    digital: benchmark_tx and benchmark_rx are working to/from file.

commit 1c3f94bb119b76db9159941ace08c318c5a3fbba
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 12 17:22:20 2011 -0400

    digital: wip: changes to get benchmark_ofdm_tx to produce output (runs but 
untested/verified).

commit 5f0bc5a2096012d6a94f72e20190ab8b3e0b4f88
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 12 17:01:44 2011 -0400

    digital: wip: moved all OFDM examples and blks2impl to gr-digital.

commit d1e3108c8705289d194300ca9fad1c22f579be9b
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 12 16:57:51 2011 -0400

    digital: moved narrowband examples to their own directory (to make room for 
OFDM examples).

commit 1259a01a9479071bd1729a9c9496444f0a72509b
Merge: 71c0f14 06860c3
Author: Josh Blum <address@hidden>
Date:   Tue Oct 11 21:35:35 2011 -0700

    Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
    
    Conflicts:
        gr-digital/include/digital_constellation.h

commit 06860c309153890a6a42babfbedf230eb24f0042
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 9 23:31:34 2011 -0400

    docs: adding gitignore for gr-audio/doc

commit 6d5040371d73b5b12ed6946ddaa4e86c6c81826f
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 9 23:30:09 2011 -0400

    docs: force a directory to be checked for generated PMT include file to 
remove a warning.

commit c182a39e22f44b0d1fe1e56d123b564ba1cf6a98
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 9 23:29:40 2011 -0400

    docs: include the doc directory in gr-aduio.

commit 79b68aa7f9f67a3ce2f48582bc062e8c5cba2413
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 9 21:58:40 2011 -0400

    docs: adding doc directory, Doxygen page, and README for audio package.

commit 7ba45cf3452123a4c08a4aa535da76b793d2eaf2
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 9 19:23:33 2011 -0400

    docs: adding uhd Doxygen documentation page and README file.

commit 811e6f6185967656c2b044f9872a3401fea7c305
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 9 18:04:16 2011 -0400

    adding gitignore files to new directories.

commit a8824153f56cfd1d442422ede0f9cd2f4ee2231e
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 9 18:01:32 2011 -0400

    doc: adding qtgui Doxygen documentation page and a README file.

commit b0acaef8de114d51920d8c7945481c5ca7b7d104
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 9 18:00:06 2011 -0400

    docs and qtgui: adding Doxygen documentation for each class. Also changed 
the default behavior for the qtgui_sink_f to turn the constellation plot off by 
default (doesn't make sense with out the Q part, too).

commit e2b943d6ea4e92d5364a5a31b2feb34d54990b08
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 9 17:48:32 2011 -0400

    qtgui: sneaking in a fix to add an include directory to gr-qtgui.

commit f878223cfebb10d228c29b09531e4a519df76d19
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 9 17:47:01 2011 -0400

    docs: fixing copy-paste spelling error.

commit 14346c7c655a7652fc63b7613b2012995384c7b3
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 9 17:44:59 2011 -0400

    config: sneaking in a fix for gr-digital and adding some requirements to 
make an include directory to gr-qtgui.

commit 2656ad175c70322902b960db5ac649c7bbfa0572
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 9 17:10:12 2011 -0400

    docs: adding README.vocoder and a Doxygen page for the vocoder block.

commit 34c8a8e591ec0dabe6e9bab0d65d3eae27ebb2db
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 9 16:55:33 2011 -0400

    docs: This adds documentation to gr-digital in the form of a README.digital 
and a digital modulation page for the Doxygen manual. The manual's main page 
has been updated to link to the new digital modulation page.

commit 1ccc199c649c4d391eb544de7d29e292023125a3
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 9 16:40:53 2011 -0400

    digital: adding Doxygen group digital

commit aea83c80c6f69f4c303261e1e0d2a0ba89a1ecb2
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 9 16:40:02 2011 -0400

    digital: updating documentation; adding everything to group 'digital'

commit 71c0f14a46f85027b95f2f5f6d3d219cc9e3783e
Author: Josh Blum <address@hidden>
Date:   Sat Oct 8 17:11:12 2011 -0700

    gr: the CMakeLists.txt took a chill pill

commit 63b87bf4e6e9a2f1112c17c57796b69b3b8a2b3e
Author: Josh Blum <address@hidden>
Date:   Sat Oct 8 13:43:32 2011 -0700

    gr: minor tweaks for MSVC compatibility

commit 369834c83e26ac090dbac48c8c8e885ba210665a
Author: Josh Blum <address@hidden>
Date:   Sat Oct 8 12:50:46 2011 -0700

    gr: updated cmakelists after merge for additional files

commit da19886cfec78db4a4db0f8e2a34afe796da9057
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 8 15:29:50 2011 -0400

    gcell: removed gcell and gr-gcell

commit 177b9cd631f25c69c6bbd1f6167402f13d708918
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 8 15:28:57 2011 -0400

    uhd examples: updated all GRC USRP-based examples to UHD examples.

commit fcc0ce92dd20cc231fc79dab3d47fbb3d5487f98
Merge: 7a2d39f 3b1a26e
Author: Josh Blum <address@hidden>
Date:   Sat Oct 8 11:56:36 2011 -0700

    Merge branch 'next' of http://gnuradio.org/git/gnuradio into digital

commit 7a2d39f425f6bc5df6a4f7206d3fa10f8e1e67c3
Merge: b06328b f29a49a
Author: Josh Blum <address@hidden>
Date:   Sat Oct 8 11:56:02 2011 -0700

    Merge branch 'next' into digital

commit a4f3c09ae4714da5ed1d5289e2f59bb864bf4074
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 8 14:41:11 2011 -0400

    wxgui: Updating constellation plot to work with gr-digital.

commit fdeae2e2a5e4a6856b2beb6768159bf34a8cd44b
Author: Johnathan Corgan <address@hidden>
Date:   Fri Oct 7 18:27:20 2011 -0700

    gr-pager: update to use gr-uhd instead of gr-usrp

commit 3b1a26e6e610aed2aa8dee3bb747184f51447cf6
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 7 17:40:59 2011 -0400

    uhd: removing old USRP util files that have been replaced in gr-uhd/apps.

commit 9e1810646ae9253ee8346cedbc0168a4956f7f1e
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 7 17:39:33 2011 -0400

    uhd: adding uhd_rx_nogui app to uhd apps directory.

commit c4f3e0a671f3d756b96fa4671726348499712af3
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 7 17:00:12 2011 -0400

    uhd: added UHD versions of siggen and siggen_gui.

commit 334f45e5599fd816d614a4b2a3092b0ac2d2904e
Author: Philip Balister <address@hidden>
Date:   Fri Oct 7 16:08:06 2011 -0400

    audio_alsa_source : Fix warning on 32 bit builds.
    
    On machines where sizeof(long) = sizeof(int) the code for calculating
    scale factors produced an overflow warning. This change simplifies the
    code by eliminating the shift. The compiler should calculate the constant
    at compile time anyway.
    
    Signed-off-by: Philip Balister <address@hidden>

commit a74499854ddddc8d5090f0cd0c34c8222a496a7a
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 7 15:50:12 2011 -0400

    uhd: improved uhd_fft; fixed panel names and some minor behavior issues.

commit 61529fca22b0e8cd3c8a126b5cefed75ec3e5895
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 7 11:14:35 2011 -0400

    digital: minor bug fix to rx_voice demo.

commit 57c67969b4790cc13166836c4183d3b895c743f0
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 7 10:40:07 2011 -0400

    Removed empty usrp directory.

commit fcc3780747a4ab650a676b6908d602db7a9f9cb0
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 7 10:39:43 2011 -0400

    digital: updated rx and tx voice examples to work over the air with UHD.

commit e1180546037845728fa0aed892ab751f6924f361
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 7 10:39:38 2011 -0400

    digital: minor bug fix

commit 2f75b230e1a54ce10900ad37520dd03ff01685e8
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 7 10:38:14 2011 -0400

    digital: Removed old digital mod blocks. Modified gmsk to work over the air 
again.

commit ee09a80f9962e9c69101b714442104ae0e329459
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 20:02:56 2011 -0400

    digital: removed old digital and digital-bert scripts that will no longer 
work. All of these have been replaced in gr-digital/examples.

commit 255b44a62b72bb8c20d2f4bf36f3e462e5863a4a
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 20:00:17 2011 -0400

    digital: adding bert and tunnel to makefile.

commit 15a1188de39473ec40d3222218e1dc1c187a5923
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 19:54:50 2011 -0400

    digital: debugging to get digital BERT tests to work over the air with UHD 
(verified).

commit 3abc2178eaca897d8944e69ea0eccc07adb5e397
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 19:35:48 2011 -0400

    digital: fixed BERT test.

commit 132a3c185b47263398d38b6b454e5c990b02b52f
Merge: e0e396d 42b034d
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 18:57:39 2011 -0400

    Merge branch 'digital' of github.com:trondeau/gnuradio into digital

commit 42b034d07f7d27f3c645bebd0aed01f358e669bb
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 18:53:06 2011 -0400

    digital: copied tunnel.py over to gr-digital/examples and updated it to use 
UHD. So far so good. Testing on multiple computers now.

commit 646f625d0b16159e03efb64409fe55ac1d07249a
Merge: 3e8c312 f9b6786
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 18:23:58 2011 -0400

    Merge branch 'next' into digital

commit f9b6786c6b4ea6dd1c7435bd0dfa30ef38b727c1
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 18:21:40 2011 -0400

    Removing reference to usrp examples directory. All usrp and usrp2 directory 
examples are now in gr-uhd/examples.

commit 21beeed3c257e43b557edf01114fc752d4123125
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 17:04:47 2011 -0400

    uhd: moved fm_tx_2_daughterboards and usrp_spectrum_sense to 
gr-uhd/examples. Neither are working properly quite yet.
    
    Removed all usrp examples from gnuradio-examples/python/usrp and removed 
directory.

commit 887b369981ebf3e6f69d8e761d83dd556d2ae2d4
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 16:00:11 2011 -0400

    uhd: removed examples that don't make sense with UHD. Fixed up 
gr-uhd/examples Makefile.

commit cb73357b39c38a7d25f2c8177794e319fd8b83ec
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 15:26:20 2011 -0400

    uhd: Moved usrp_wxapt_rcv from examples to gr-uhd/examples and made work 
with UHD.

commit 8523d8a0fa1dba59d45defc27cd630901c91e76e
Merge: 34fbf0c 178590c
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 14:41:43 2011 -0400

    Merge branch 'master' into next

commit 178590c3afae08ccafd3db711e2cfa65c841403f
Merge: ab8b8c0 1a3383b
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 14:41:32 2011 -0400

    Merge branch 'maint'

commit 1a3383b19e089d6a8975b991fefe749cac396109
Author: Josh Blum <address@hidden>
Date:   Thu Oct 6 05:05:31 2011 -0700

    uhd: suppress harmless swig warnings

commit 34fbf0c82a09be1f14fc85829317a2ee4bf0b793
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 14:37:12 2011 -0400

    uhd: Moved USRP analog TV receiver examples to gr-uhd/examples. They seem 
to run with the UHD, but I can't really test them since there's no NTSC signals 
around...

commit 20906e630e091350c523064840ea4f606b023357
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 14:05:50 2011 -0400

    uhd: removing usrp2 examples. Not bothering with QT version for now and the 
wfm_rcv is already handled after conversion from usrp.

commit b5e0b08ac7cdb84920c60d459a80d052e646f447
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 14:03:20 2011 -0400

    uhd: cleaning up and updating some script info.

commit 1c2abf432e69d18ec8b100be8cd9b67e202ff3b2
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 14:02:40 2011 -0400

    uhd: converted usrp_wfm_rcv_sca to gr-uhd/examples and made work with UHD. 
Seems to work but could use more testing.

commit 4934d9141e242da856e9f83b69d3a48745874496
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 13:48:04 2011 -0400

    uhd: moved usrp_wfm_rcv_fmdet to gr-uhd/examples and started converting to 
UHD. Getting a segmentation fault currently. Don't know when the last time this 
worked properly was.

commit 408868b41f0c81168199a531aab4db426f9e5d23
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 13:47:24 2011 -0400

    Formatting and normalizing freq limits.

commit 8c23919f8f5c70735313101b163fc3543eba5232
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 12:38:06 2011 -0400

    uhd: minor fixes to examples

commit 745cc9972841d6ee3211a6e837b23710db23ff5f
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 12:37:28 2011 -0400

    uhd: moved usrp_wfm_rcv2_nogui from examples to gr-uhd/examples and made 
work with UHD.

commit 6e8f5922b826213c976cd36c7411fd315ef7f456
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 12:01:46 2011 -0400

    Added FFF version of pfb_arb_resampler to Python hier block (where only the 
rate is required).

commit 413f7d21d202828f1128a5bce320ad366b7075a0
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 12:01:18 2011 -0400

    uhd: moved usrp_wfm_rcv_pll to gr-uhd/examples and made work with UHD.

commit 15cb28c64e97b6e7147af832aec990d2dd130760
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 11:58:27 2011 -0400

    Added floating point version of arbitrary resampler.

commit ab8b8c0a683c09db5bb8a715b12f1d012bea0d48
Merge: f3f2885 774373b
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 6 09:41:11 2011 -0400

    Merge branch 'upstream/alsa-sink-warning-fix'

commit 8f6bea8826537467deade2af88f4e357f09408fc
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 5 00:12:57 2011 -0400

    uhd: removing example files now in gr-uhd/examples

commit 738580860ea0b481b341b1487099a7f9d5cf614d
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 4 22:46:44 2011 -0400

    uhd: moved WFM recever and no-gui receiver to gr-uhd/examples and made work 
with UHD.

commit 0fb09639fbbdae15e8efce953999eba8e4c223a2
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 4 17:26:23 2011 -0400

    uhd: moved NBFM examples to gr-uhd/examples directory and made work with 
UHD.

commit ed1e88e7da68513cd80dda770dc2034391e71917
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 4 17:05:18 2011 -0400

    uhd: fixed this example to correct for sample rate offsets when setting a 
UHD device.

commit 54fc9167ab58dc203ec7c651b1752664d8205982
Merge: 6d722ac f3f2885
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 4 14:12:39 2011 -0400

    Merge branch 'master' into next

commit f3f2885ac08704910592b9091b6817aa71599003
Merge: cb23b7a f2a11d9
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 4 14:12:05 2011 -0400

    Merge branch 'shd'

commit f2a11d98f65f245410190ee2f7cabff12e58a696
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 4 13:34:24 2011 -0400

    shd: Changed version requirements for libshd.

commit dfda3abece86bd3ba4ad51214726827cbc705c30
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 4 12:58:50 2011 -0400

    shd: changed name from xmini to smini in GR interface; needs to be matched 
in the s-mini firmware.

commit b205e8cda30fb3a20e2d0d0409c12e58417d92f3
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 4 12:56:09 2011 -0400

    shd: changed gr-shd names from xmini to smini

commit 6d722ac1d496aae386652c2a5f7876e48d1baef5
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 4 11:54:09 2011 -0400

    uhd: moved usrp_am_mw_rcv from examples to gr-uhd/examples and made work 
with UHD. Needs more testing.

commit c31f55b0d3ed62f006b99c9df9d12cc63f06a568
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 4 11:29:40 2011 -0400

    uhd: moved usrp/max_power.py to gr-uhd/examples. This _should_ work for 
both USRPs and USRP2 series, but is only tested for a USRP2 (N210, actually).

commit 97280002b62c2a89a32362a826325f5e70b8b860
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 3 20:43:53 2011 -0400

    uhd: removing multi-antenna stuff frmo gnuradio-examples

commit 8f06fda1f4c19d06e4a4f9da22b2d692148fe4bc
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 3 20:42:55 2011 -0400

    uhd: moved fm_tx4 from gnuradio-examples to gr-uhd/examples

commit 2c9a6806be22be2d9034204343a0f893890a6132
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 3 20:42:01 2011 -0400

    uhd: build script changes for multi-antenna examples

commit 0cb63ce3180cca0df6bbf3dcebe0290bcfbe2760
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 3 20:37:35 2011 -0400

    uhd: moved multi-antenna scripts from gnuradio-examples to gr-uhd/examples. 
Does not work yet.

commit cdaa06a97f98180214d07f8f44ed5bdd8f30ac3c
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 3 19:20:05 2011 -0400

    uhd: fixing copyright and M4 files for HF apps.

commit f29a49a40a3f706ae14d7d69c536d87eff3b53db
Author: Josh Blum <address@hidden>
Date:   Mon Oct 3 15:29:39 2011 -0700

    trellis: make the lib/swig depend on the generated targets

commit 3045dae57b25613940d683cf76218db2a01a284b
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 3 18:21:07 2011 -0400

    uhd: fixing hf_explorer to take the UHD address as an option.

commit 6dd32838b1365bedadabeeca2d3c87bc584608f8
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 3 18:20:37 2011 -0400

    uhd: again, just the basics of getting hf_radio to work with UHD (and the 
'new' top_block/hier_block2 structure)

commit 774373b4d09cab2ce341207161f0a27901bcea10
Author: Philip Balister <address@hidden>
Date:   Mon Oct 3 14:48:09 2011 -0400

    audio_alsa_sink : Fix warning on 32 bit builds.
    
    On machines where sizeof(long) = sizeof(int) the code for calculating
    scale factors produced an overflow warning. This change simplifies the
    code by eliminating the shift. The compiler should calculate the constant
    at compile time anyway.
    
    Signed-off-by: Philip Balister <address@hidden>

commit 01bed8dae8b636b216c0ce980430df7191ecc594
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 3 17:22:37 2011 -0400

    UHD: moving HF apps from gnuradio-examples to gr-uhd/examples. Did the 
minimum possible work to convert HF Explorer to use UHD.

commit ef7ab8e0e0965fd7b964bcfb23e7bfde16d7de42
Author: Josh Blum <address@hidden>
Date:   Mon Oct 3 13:59:24 2011 -0700

    core: make the lib/swig depend on the generated targets

commit 75528ddaae7159173576ae9a574cb3ebcda39a8c
Author: Josh Blum <address@hidden>
Date:   Fri Sep 30 10:22:07 2011 -0700

    howto: updated modules for newer swig macro

commit e0e396d541673260fcab7b48f3c462b390b508c8
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 30 12:46:42 2011 -0400

    digital: first pass at BERT receiver.

commit 270aa295165e2d7ebb63f2bef7c756480ed0c3f5
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 30 12:41:51 2011 -0400

    Fixed stupid mistake in new method.

commit cb75ebb2dfd7e2f26dfd0909c07f70e1776c7d11
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 30 12:31:57 2011 -0400

    digital: first pass at implementing a BERT transmitter. Works storing 
samples to file.

commit 68e482626119f5e9b3782f8655debf1dd8d22979
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 30 12:31:19 2011 -0400

    Added a method to get the current timing rate from the pfb clock sync block.

commit de4405ab0d8f6c423baadc15ab7d9fa11b6898c4
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 30 12:30:07 2011 -0400

    digital: modified generic_mod_demod so mod and demods have same options in 
the same order.

commit 4f8d9d561f0ad23901df8df65293d7257d782a01
Author: Josh Blum <address@hidden>
Date:   Thu Sep 29 11:30:44 2011 -0700

    swig: added comments + fun w/ regexps

commit 15ae41670740284947ef59dac1adec4338045d0b
Author: Josh Blum <address@hidden>
Date:   Thu Sep 29 01:16:46 2011 -0700

    swig: added python script to auto-extract dependencies

commit 74ec2b60cc48dacca26f7dbf4f9ca9110ac9b53a
Merge: 9e73c4e 21e9139
Author: Josh Blum <address@hidden>
Date:   Wed Sep 28 23:03:30 2011 -0700

    Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

commit b06328b4adee941fe62f12a848cc903097711bdd
Merge: 3f7db0a 3e8c312
Author: Josh Blum <address@hidden>
Date:   Wed Sep 28 22:59:51 2011 -0700

    Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital
    
    Conflicts:
        gr-digital/lib/Makefile.am
        gr-digital/python/__init__.py

commit 3f7db0afa99caeecb18428d7514dadd380d88d56
Merge: 60fd23a 9e73c4e
Author: Josh Blum <address@hidden>
Date:   Wed Sep 28 22:16:41 2011 -0700

    Merge branch 'next' into digital
    
    Conflicts:
        gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h
        gnuradio-core/src/lib/general/general.i
        gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.cc
        gnuradio-core/src/lib/general/gr_pll_freqdet_cf.cc
        gnuradio-core/src/lib/general/gr_pll_refout_cc.cc
        gnuradio-core/src/python/gnuradio/gr/qa_pll_carriertracking.py
        gnuradio-core/src/python/gnuradio/gr/qa_pll_freqdet.py
        gnuradio-core/src/python/gnuradio/gr/qa_pll_refout.py

commit 3e8c3125da6234c4d1f8c0eaf869bc86923cb292
Author: Tom Rondeau <address@hidden>
Date:   Tue Sep 27 17:13:05 2011 -0400

    digital: fixed differential/non-differential. Defaults to differential now, 
too.

commit 199487167956a6149d1a895397b72d2525b39742
Author: Tom Rondeau <address@hidden>
Date:   Tue Sep 27 16:59:41 2011 -0400

    digital: fixed up benchmark codes to handle receive, too. Over-the-air 
tests worked.

commit b6cd070a9b6422672409bfb43232db265a31998b
Author: Tom Rondeau <address@hidden>
Date:   Tue Sep 27 16:59:04 2011 -0400

    digital: making a parent class for the UHD interface since most of the 
functions are duplicated between receiver and transmitter. Made a receiver 
interface, too.

commit 9e73c4e8372bc581d686d5e82a808894d41523ec
Author: Josh Blum <address@hidden>
Date:   Tue Sep 27 11:56:52 2011 -0700

    core: add link with librt for shm_* calls

commit 21e9139fb2ec13ec38287b36d6399c12b00b37c6
Merge: e3b56bf cb23b7a
Author: Johnathan Corgan <address@hidden>
Date:   Tue Sep 27 10:32:41 2011 -0700

    Merge branch 'master' into next

commit cb23b7a23ca8a1b1331e3d70e97425b1d52b2222
Merge: 77f5aa4 5b1c7b7
Author: Johnathan Corgan <address@hidden>
Date:   Tue Sep 27 10:32:29 2011 -0700

    Merge branch 'maint'

commit 5b1c7b73d0cb2dbbf944c3be670a7f2d74547e0f
Author: Josh Blum <address@hidden>
Date:   Mon Sep 26 21:22:13 2011 -0700

    swig: language independent exception handler

commit 12b5f9c37eebe694d34e0d3976393dad1e0f99d5
Author: Tom Rondeau <address@hidden>
Date:   Tue Sep 27 12:55:26 2011 -0400

    digital: bug fixes for digital mods. Adding fist pass at a UHD benchmark 
transit chain. Automatically selects the right samples/symbol and sample rate 
to achieve requested bitrate.

commit 4fec8eba2eb3d362319c8e09bf370edaa10cd1b9
Merge: 79e7183 e3b56bf
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 26 23:23:14 2011 -0400

    Merge branch 'next' into digital
    
    Conflicts:
        gnuradio-core/src/lib/general/general.i
        gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.cc
        gnuradio-core/src/lib/general/gr_pll_freqdet_cf.cc
        gnuradio-core/src/lib/general/gr_pll_refout_cc.cc
        gnuradio-core/src/python/gnuradio/gr/qa_pll_carriertracking.py
        gnuradio-core/src/python/gnuradio/gr/qa_pll_freqdet.py
        gnuradio-core/src/python/gnuradio/gr/qa_pll_refout.py
        gr-digital/lib/digital_constellation_receiver_cb.cc
        gr-digital/python/Makefile.am
        gr-digital/python/__init__.py
        gr-digital/python/generic_mod_demod.py
        gr-digital/python/pkt.py
        gr-digital/python/psk2.py
        gr-digital/python/qam.py

commit e3b56bfd879f16c2fa1f284f330ed3df6a211ec1
Merge: 18201a6 77f5aa4
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 26 21:25:26 2011 -0400

    Merge branch 'master' into next

commit 05870f5408cb8e6015a9051cf52855551ef647a4
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 26 17:57:01 2011 -0400

    docs: fix Doxygen so it gets all generated files in builddir if this is 
different than srcdir.

commit 77f5aa4f1985e0605b5ed07994a2af7dac2d2a8d
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 26 17:57:01 2011 -0400

    docs: fix Doxygen so it gets all generated files in builddir if this is 
different than srcdir.

commit 79e7183bda0e3850c79dee7f086a8676311607fa
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 26 16:16:54 2011 -0400

    digital: removed hier directory

commit 440488461ae86754e24fb576b5a9e54a94ae11f4
Merge: 7d8aa3f a6890ef
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 26 16:16:03 2011 -0400

    Merge branch 'digital' of github.com:trondeau/gnuradio into digital

commit 7d8aa3f5d03ce72188bd443573a107c470928d9f
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 26 16:14:58 2011 -0400

    digital: removed hier directory in gr-digital; put c++ hier blocks into 
lib/include/swig.

commit 2ccb1266791d0e7c6a58ccd56df1b00647d52b46
Author: Josh Blum <address@hidden>
Date:   Mon Sep 26 12:13:54 2011 -0700

    uhd: cmake support for example application

commit 1ff42298b8c5216587ecddcd3a3571def2e5fa21
Merge: 4aa4411 18201a6
Author: Josh Blum <address@hidden>
Date:   Mon Sep 26 12:04:27 2011 -0700

    Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

commit 461725e514dcf5e2f7fa3e83249467ef28766869
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 26 14:59:01 2011 -0400

    digital: moved header files from lib to include in gr-digital.

commit 924479da09f02241d4fdc51429605f696c305ff5
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 26 14:58:16 2011 -0400

    digital: updated build files for new gr-digital/include directory.

commit a39ad83b38b67235baeda2f3c98d1f5b7723fe90
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 26 13:54:36 2011 -0400

    digital: adding include directory for public header files.

commit 18201a678610a608a4c952122ce6dc9430e8e2d1
Merge: dc88c64 dd63208
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 26 13:20:09 2011 -0400

    Merge branch 'master' into next

commit dd63208289584f764ad69f36fbd552def3c761e5
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 26 13:17:39 2011 -0400

    uhd: can't be const to go into tag_work, which might change it.

commit 8b7db9d512f7d441bd6742eddf66fe6ae6caf3df
Merge: 95379f5 ab2d778
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 26 11:49:12 2011 -0400

    Merge branch 'mergme/uhd_tags_impl_on_master'

commit ab2d7789629cdbfc7091100bfbe8ef02a05aec7e
Author: Josh Blum <address@hidden>
Date:   Mon Sep 26 08:30:08 2011 -0700

    uhd: tweaks for some minor details

commit 4aa4411f2a3f184760ff5f534eec015f557f80c9
Author: Josh Blum <address@hidden>
Date:   Sat Sep 24 20:38:19 2011 -0700

    gruel: added missing pmt swig install rule

commit dc88c64b25bf4c4f28e1e0097c8c579b36e3a079
Merge: 6a58bfd 95379f5
Author: Johnathan Corgan <address@hidden>
Date:   Sat Sep 24 13:33:47 2011 -0700

    Merge master into next, skipping version number change

commit 95379f54e43f6e4b81d0a25e64d5f5323bf9a146
Author: Johnathan Corgan <address@hidden>
Date:   Sat Sep 24 13:32:55 2011 -0700

    Update revision to 3.4.2git

commit 6a58bfd31a30d9b3aaf56cd961c5947bccc75711
Merge: 8bdd742 2e378ce
Author: Johnathan Corgan <address@hidden>
Date:   Sat Sep 24 13:17:11 2011 -0700

    Merge 'master' into next, skipping version change commit

commit 2e378ce7d2d00096c700864ea8897b9a572125f5
Author: Johnathan Corgan <address@hidden>
Date:   Sat Sep 24 13:04:54 2011 -0700

    Update revision to 3.4.1 release

commit f139fb7bf2a13f6c61c416de1c35db04ce509240
Author: Josh Blum <address@hidden>
Date:   Sat Sep 24 11:58:19 2011 -0700

    howto: various fixes for howto example

commit 8bdd742763271b30245ebe6bf83d60fbd2a26512
Merge: 9194f95 f90b2a1
Author: Tom Rondeau <address@hidden>
Date:   Sat Sep 24 14:34:52 2011 -0400

    Merge branch 'master' into next

commit f90b2a14787bb345c00f3121bc11934c3dca9092
Merge: 5249ba0 4020755
Author: Tom Rondeau <address@hidden>
Date:   Sat Sep 24 14:34:10 2011 -0400

    Merge branch 'keep1n'

commit 9194f9573f65faf4f3c2e0f43598cc7433e461ec
Merge: 2e6df0c 5249ba0
Author: Johnathan Corgan <address@hidden>
Date:   Sat Sep 24 11:31:35 2011 -0700

    Merge branch 'master' into next

commit 5249ba01cded451215d46bd35b924f5b923d617a
Merge: 1371c92 1ad2ce6
Author: Johnathan Corgan <address@hidden>
Date:   Sat Sep 24 11:31:29 2011 -0700

    Merge branch 'maint'

commit 1ad2ce69ea04aa3a3837ecacc7089452bb937973
Author: Johnathan Corgan <address@hidden>
Date:   Sat Sep 24 11:29:15 2011 -0700

    gr-noaa: fix PLL to generate output, then update error

commit 2e6df0c3084b29648648148b1bd5aeddc63fe00f
Merge: 3522239 1371c92
Author: Johnathan Corgan <address@hidden>
Date:   Sat Sep 24 11:19:17 2011 -0700

    Merge branch 'master' into next
    
    Conflicts:
        gr-qtgui/apps/usrp_display.py

commit 1371c92be1ed0a4b371915168eecacd00fc3538c
Merge: c825caf 9479dac
Author: Johnathan Corgan <address@hidden>
Date:   Sat Sep 24 11:10:26 2011 -0700

    Merge branch 'maint'

commit 9479dac98e305441fbbb0121836c98d8106369dc
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jul 26 16:49:17 2011 -0700

    comedi: fix to use comedi 0.8 API
    
    (this was done on master but not maint, backporting)

commit 3c70ea18b9d8ee131523d36533c92fb760186193
Author: Josh Blum <address@hidden>
Date:   Sat Sep 24 10:27:45 2011 -0700

    uhd: added tags_demo c++ example application

commit 7da9d688406db097f518b3eed2047fde60e1aa0e
Author: Josh Blum <address@hidden>
Date:   Fri Sep 23 13:51:31 2011 -0700

    uhd: tweaks + tested working tags implementation

commit 91ace5a39a171ec7367c4030a1739d2f709eaed6
Author: Josh Blum <address@hidden>
Date:   Thu Sep 22 20:03:47 2011 -0700

    uhd: added documentation and tag implementations

commit be67ead62f6c5d9abcb319cf2e6f1727fe4618d8
Author: Thomas Tsou <address@hidden>
Date:   Mon Aug 22 12:40:31 2011 -0700

    gr-uhd: remove unused _tmp_buffs variable
    
    The code section that used this variable was removed in
    
    Commit 081497e7 "uhd: work on gr_uhd_source work() function to reduce 
latency"

commit 40193f0b6ca030db990ec98a3b5059e918f7aaf3
Author: Josh Blum <address@hidden>
Date:   Tue Sep 20 16:05:53 2011 -0700

    uhd: added kwargs to construct individual struct elements in tune_request_t

commit 60fd23a703bb16065717159bdd5ec9edf03d7302
Merge: 7635fe5 a6890ef
Author: Josh Blum <address@hidden>
Date:   Sat Sep 24 10:24:44 2011 -0700

    Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital

commit 3773bb9cebbeeb82f3ebfd4ca3d1f65e18a601b7
Merge: 3e7c061 3522239
Author: Josh Blum <address@hidden>
Date:   Sat Sep 24 10:05:04 2011 -0700

    Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

commit 3e7c061f3020bf6d5cf5cff47a144e9a23f427ea
Author: Josh Blum <address@hidden>
Date:   Sat Sep 24 08:34:46 2011 -0700

    howto: updated find gruel and core modules to match recommended style

commit 35222394b0515b91d814d8f17df75048782d1238
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 23 17:51:52 2011 -0400

    qtgui: removed usrp and usrp2-specific apps; replaced with a UHD version.

commit d00fed7b141aa45ae4013aee2b157c11f34fc631
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 23 17:37:15 2011 -0400

    qtgui: moved actual examples to new examples directory.

commit c825caf1a86c5cefd20fdd222d915011ef43fbae
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 23 17:21:39 2011 -0400

    examples: fixed import statements.

commit c802032c0198c872ee09b1ec93ce7531f654715c
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 23 17:20:46 2011 -0400

    trellis: fixed import statements; fixed test_cpm to convert numpy stuff to 
types GNU Radio blocks can handle.

commit 801465fe8dbac9905ac74aeb5c3dc308d3328d98
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 23 17:03:32 2011 -0400

    examples: fixed examples (pfb and tags) to print an error when python 
modules are not available.

commit b6f2b4138be9dc9d250dda819f901872c13876be
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 23 17:02:45 2011 -0400

    qtgui: fixing import statements in qtgui apps to print an error if extra 
python modules are not available.

commit a6890ef825050050f0d68ae64b3b2b03f89a959b
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 23 16:36:49 2011 -0400

    updated QA codes for fixed PLL blocks.

commit 79b9c12f12f58f2ed7ae3c6444343ac71363c511
Merge: daf509e 518ba05
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 23 14:51:17 2011 -0400

    Merge branch 'master' into next

commit 518ba0510a6607011f2c3257dd57bf623033c0b9
Merge: b5bcd15 2742d43
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 23 14:51:03 2011 -0400

    Merge branch 'maint'

commit 2742d43825361b5594b6ddac600397554945aea0
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 23 14:50:44 2011 -0400

    fixed QA code for PLL changes

commit bffea9f3793b8c20bc2e492caeaa69fde90098ee
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 23 14:20:10 2011 -0400

    fixing PLL's using new control_loop class so their output update is done at 
the right time; were lagging by a sample before.

commit daf509ec3febdd0d33c11caddb85e3d7d1638be3
Merge: 4059269 b5bcd15
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 23 14:08:12 2011 -0400

    Merge branch 'master' into next

commit b5bcd15e8d269583a02869e8f341155239f9fa18
Merge: 0a9233a ebf5cda
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 23 14:07:56 2011 -0400

    Merge branch 'maint'

commit ebf5cda9fcfb49ee5ea23169283fb66627651b12
Merge: ccc9855 a209853
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 23 14:07:35 2011 -0400

    Merge branch 'maint' of gnuradio.org:gnuradio into maint

commit ccc98551c8f8a4f1c4ba52647037d9eb84a94b29
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 23 14:06:15 2011 -0400

    fixing PLL's so their output update is done at the right time; were lagging 
by a sample before.

commit 4020755d7e46b78acad4a55b1d65ffabd66ccb35
Author: Tom Rondeau <address@hidden>
Date:   Thu Sep 22 16:29:46 2011 -0400

    Fixing keep_one_in_n to allow for large values of n. Performs tag 
propagation locally.

commit 942fa1c2e226ac00ac8ac0d8ca1538f7015d0c5a
Merge: bb98061 4059269
Author: Josh Blum <address@hidden>
Date:   Thu Sep 22 12:51:09 2011 -0700

    Merge branch 'next' of gnuradio.org:gnuradio into next
    
    Conflicts:
        gnuradio-core/src/lib/general/gr_correlate_access_code_tag_bb.h
        volk/bootstrap

commit 4059269b4261c891923658a6faa0fa780888449b
Merge: 27941c3 0a9233a
Author: Tom Rondeau <address@hidden>
Date:   Thu Sep 22 14:18:14 2011 -0400

    Merge branch 'master' into next

commit 0a9233a7ab7f14a2056a494d4ad9f6c1e09988d0
Merge: d44d733 a209853
Author: Tom Rondeau <address@hidden>
Date:   Thu Sep 22 14:18:02 2011 -0400

    Merge branch 'maint'

commit a209853b61970254a17e06a68849848850c60fe0
Author: Josh Blum <address@hidden>
Date:   Fri Sep 16 13:16:27 2011 -0400

    grc: one line fix to fix port duplicator when removing ports
    
    was an issue when removing more than one port

commit bb98061115a2c7299fb24ed90ba48786118bf32e
Author: Josh Blum <address@hidden>
Date:   Wed Sep 21 23:38:38 2011 -0700

    trellis: performed generation re-work on gr-trellis lib

commit f55fe0bd647131388bfbfa1637317660df59b86b
Author: Josh Blum <address@hidden>
Date:   Wed Sep 21 12:30:15 2011 -0700

    core: re-work gengen generation (hope its simpler)

commit ecd4271b0b71a832ef5c2c74dc14f05df7be8d93
Author: Josh Blum <address@hidden>
Date:   Wed Sep 21 07:55:24 2011 -0700

    core: attempt at fixing up generation logic in gengen (filter, trellis TODO)

commit d44d733a5fc8dfc2700b26013c68ebc65a7ff8c3
Author: Tom Rondeau <address@hidden>
Date:   Wed Sep 21 10:34:39 2011 -0400

    core: Doxygen comments for added tag name parameter.

commit efe4b714c067348d54b64a572e5309bea5765674
Author: Tom Rondeau <address@hidden>
Date:   Wed Sep 21 10:33:51 2011 -0400

    volk: a way of doing -B in python that is 2.5 compatible (picked from Josh 
Blum's work).

commit 6b4fb9612f5ea460c79e80facba01c504a3d5049
Author: Josh Blum <address@hidden>
Date:   Sat Sep 17 15:00:33 2011 -0400

    volk: use glob rather than parsing makefile for kernels

commit 8524736fe3c5812b5e8e0a85af45c4775a2d4ca2
Author: Josh Blum <address@hidden>
Date:   Sat Sep 17 09:26:19 2011 -0400

    cmake: modified find files to better follow coding guide
    
    
http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/readme.txt?root=CMake&view=markup

commit 45b4f703ae4e3871f233b76d3114630e2e4c527d
Author: Josh Blum <address@hidden>
Date:   Sat Sep 17 10:52:57 2011 -0400

    volk: check that python -B can be used

commit cdc6339e5acef2755f25a92bd4c2587df9a75619
Author: Josh Blum <address@hidden>
Date:   Sat Sep 17 10:52:42 2011 -0400

    volk: alternative to -B that wont break on python 2.5

commit 7635fe5b3892a674228a801e6e4fd107ddcf4266
Author: Josh Blum <address@hidden>
Date:   Fri Sep 16 01:50:38 2011 -0400

    digital: added cmake support for moved grc files and examples

commit a06aead65824c201ca275b89aee096cd16b28caf
Merge: 7628cff 46168fb
Author: Josh Blum <address@hidden>
Date:   Thu Sep 15 17:50:51 2011 -0400

    Merge branch 'digital' of git://github.com/trondeau/gnuradio into digital

commit e067d22c9363fe20e01b8bc5df0725f108ee4e81
Author: Josh Blum <address@hidden>
Date:   Mon Sep 12 14:21:07 2011 -0700

    audio: may have to link Carbon

commit 6926847510ba9d342cacb8126f1cdd1503e5b387
Author: Josh Blum <address@hidden>
Date:   Tue Sep 13 20:24:18 2011 -0400

    cmake: added ENABLE_DEFAULT to disable components by default

commit 46168fbd1e3dfb68cafe2b512641c67e2a6b5d80
Author: Tom Rondeau <address@hidden>
Date:   Tue Sep 13 12:28:57 2011 -0400

    digital: moved tx/rx_voice from gnuradio-examples into gr-digital. Tested 
and working with new dbpsk,dqpsk,d8psk.

commit 74f835a3168db5336d36e6c9651eb5d6a0d35ec4
Author: Tom Rondeau <address@hidden>
Date:   Tue Sep 13 12:01:13 2011 -0400

    digital: moving more examples from gnuradio-examples to gr-digital and 
added examples to Makefile.am.

commit a3b31f7bdfb283419574e91c8c06f7e369733200
Author: Tom Rondeau <address@hidden>
Date:   Tue Sep 13 11:34:05 2011 -0400

    digital: modifying example dir gitignore to ignore any generated samle 
files.

commit b5cdc4a13233c2c6cf5920b477623d5cdffc0d3b
Author: Tom Rondeau <address@hidden>
Date:   Tue Sep 13 11:26:45 2011 -0400

    digital: psk and dxpsk GRC blocks working.

commit dc7442b6b2ff456eeef442360f5ffd375f30af83
Author: Tom Rondeau <address@hidden>
Date:   Tue Sep 13 11:00:42 2011 -0400

    grc: removing more blocks from general grc tree that are now in digital.

commit ad08a308cb2e4261c878521bd41ce5635d7dc280
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 12 20:29:31 2011 -0400

    digital: fixed GRC blocks for blocks moved to gr-digital.

commit 31459c668fc3494fd54b535a2082d9076632de3b
Author: Josh Blum <address@hidden>
Date:   Mon Sep 12 14:30:52 2011 -0700

    cmake: updates to build after latest next merge

commit 622efcc7886dcf83274109f1ad5b5a82a6179e9b
Merge: e12553e 27941c3
Author: Josh Blum <address@hidden>
Date:   Mon Sep 12 14:23:26 2011 -0700

    Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

commit 1dcc69dbebd9fac1b7277657223369e3e9b19b7b
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 12 14:28:10 2011 -0400

    shd: adding a very rudimentary siggen application to test gr-shd tx driver.

commit ee61647bf27e252c48cd32580eacb47f56d1f377
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 12 14:27:44 2011 -0400

    shd: fixing up SHD examples.

commit e12553e7202b2c8a636c99ad3bf53ca288aba17f
Author: Josh Blum <address@hidden>
Date:   Sat Aug 13 09:23:55 2011 -0700

    grc: only perform python checks when not building cross

commit efaa238cb8b27e079b254150f1cfd9c163b509fd
Author: Josh Blum <address@hidden>
Date:   Thu Jul 28 13:12:38 2011 -0700

    cmake: support for importing executables when doing cross build

commit 5f7e76b4fd89fbaf4c0cf72ff53c7c91381ccfad
Author: Josh Blum <address@hidden>
Date:   Sat Aug 20 09:07:57 2011 -0700

    cmake: set the library path for unix machines

commit 6fb1b3341a44a5ac3b0b516709820ca9cc418c26
Author: Josh Blum <address@hidden>
Date:   Sun Sep 11 11:06:27 2011 -0700

    filter: detect correct bit width on x86 compiler

commit 27941c31a357492ad901f260c32cd73d258f4d1b
Merge: 34d725a b540fb4
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 9 18:03:45 2011 -0400

    Merge branch 'master' into next
    
    Fixed some strange conflicts where a Makefile.am and .gitignore were 
disappeared.

commit b540fb4fccc03b1699809d7b74e4a211f5417524
Merge: 0c9ec72 ba17695
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 9 17:28:19 2011 -0400

    Merge branch 'correlate_tag'

commit 0c9ec724a6f5e1dc234bb8b3158726310a3bb0cb
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 9 17:08:23 2011 -0400

    tags: adding tags examples to build distribution.

commit 7fa533e2b04423e31159b10fb4c54554fe93ea0e
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 9 16:34:49 2011 -0400

    tags: updated uhd_burst_detector with a better energy detector. Works well 
when receiving bursty NBFM signals.

commit fc2865413eb271534820137779302b8668335234
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 9 16:34:11 2011 -0400

    tags: fixed fwrite line for the right item size number.

commit 34d725a16b695be59f04f2b4eb503532d1cbfe2f
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 9 17:08:23 2011 -0400

    tags: adding tags examples to build distribution.

commit 033df438c9ba31e7c878682b1b09e88f44e34e7e
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 9 17:07:38 2011 -0400

    fixing doxygen comment typo.

commit 0e86a5f357d40de759c804cc704dd907c50b02d7
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 9 16:34:49 2011 -0400

    tags: updated uhd_burst_detector with a better energy detector. Works well 
when receiving bursty NBFM signals.

commit 2c0a3dc882306e772ede8a69925c23227bfcaf96
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 9 16:34:11 2011 -0400

    tags: fixed fwrite line for the right item size number.

commit ce84e42e13163f5cd3a045bee21165aed37ef932
Merge: bef3c39 4244980
Author: Tom Rondeau <address@hidden>
Date:   Thu Sep 8 11:00:32 2011 -0400

    Merge branch 'next' of gnuradio.org:gnuradio into next

commit 24bdbc8d2d7331ef2a9555269d3f3219de3638b2
Merge: f230d8c 6e21a10
Author: Tom Rondeau <address@hidden>
Date:   Thu Sep 8 11:00:10 2011 -0400

    Merge branch 'master' of gnuradio.org:gnuradio

commit c091c56ee98f0f2eca891ebc23524925f7d1a74a
Author: Matt Ettus <address@hidden>
Date:   Wed Sep 7 15:25:41 2011 -0700

    logpwrfft.py -- need to average the square, not square the average.  Then 
do proper scaling (no more 3dB kludge).

commit bef3c39119ade000abde89bb29a9ba7f0dfd2de8
Merge: 492446d f230d8c
Author: Tom Rondeau <address@hidden>
Date:   Thu Sep 8 10:58:05 2011 -0400

    Merge branch 'master' into next

commit f230d8cf60eccfc4f38c863943cf32d106d09d0b
Merge: 0f43bdb 9294fef
Author: Tom Rondeau <address@hidden>
Date:   Thu Sep 8 10:55:12 2011 -0400

    Merge branch 'logpwrfft_fix'

commit d50ffb57b3adc09fe81d01c3fdb09dcdf55afef2
Author: Josh Blum <address@hidden>
Date:   Wed Sep 7 23:14:57 2011 -0700

    core: added source deps to swig files (regen on *.h,*.i)

commit 42449803a4c5140b8287d00a53b5cbc5355b88ed
Merge: 492446d 6e21a10
Author: Tom Rondeau <address@hidden>
Date:   Wed Sep 7 23:06:10 2011 -0400

    Merge branch 'master' into next

commit 9294fefab33c3374ea7d2bf8901895f338c1fff9
Author: Matt Ettus <address@hidden>
Date:   Wed Sep 7 15:25:41 2011 -0700

    logpwrfft.py -- need to average the square, not square the average.  Then 
do proper scaling (no more 3dB kludge).

commit 6e21a1078c833ec54a84a61c1afd2d8d21e8a8f7
Author: Tom Rondeau <address@hidden>
Date:   Tue Sep 6 20:26:00 2011 -0400

    trellis: removing generated files.

commit 8743a23066d779dbfbd6d93467cd9cd36fd00e01
Author: Tom Rondeau <address@hidden>
Date:   Tue Sep 6 18:18:11 2011 -0400

    shd: adding a component gr-shd as an interface to the Symplex Hardware 
X-Mini system. Mostly cribbed from gr-uhd.

commit 7628cff158a4bddaef5f38dc649ea9047008ed48
Merge: f535cd0 65fbbb8
Author: Josh Blum <address@hidden>
Date:   Mon Sep 5 22:35:52 2011 -0700

    Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital
    
    Conflicts:
        gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.h
        gnuradio-core/src/lib/general/gr_pll_freqdet_cf.h
        gr-digital/lib/digital_constellation.h
        gr-digital/lib/digital_constellation_receiver_cb.h
        gr-digital/lib/digital_fll_band_edge_cc.h
        gr-digital/lib/digital_mpsk_receiver_cc.h

commit ca86c6f82d81bbc57bfe898afb8489a419ddbe63
Merge: 0ea2505 492446d
Author: Josh Blum <address@hidden>
Date:   Mon Sep 5 21:15:49 2011 -0700

    Merge branch 'next' of gnuradio.org:gnuradio into next
    
    Conflicts:
        gr-trellis/src/lib/trellis_permutation.h

commit ba176952d750565b55112310b4d22820bbfc04f9
Author: Nick Foster <address@hidden>
Date:   Mon Jul 25 18:48:36 2011 -0700

    Add gr_correlate_access_code_tag_bb, issues tags instead of annotating 
samples
    correlate_access_code_tag_bb: modified to account for correlator lag.

commit 492446d2ec6ed85d6437bb35caf4700b02930147
Merge: 52f9290 0f43bdb
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 2 12:15:24 2011 -0400

    Merge branch 'master' into next
    
    * master:
      Minor fixes in turbo GRC blocks
      Minor fixes in turbo GRC blocks and one more example added.
      Added pccc combined turbo decoder and corresponding GRC block
      More examples and turbo decoder blocks added.
      Added more turbo encoder/decoder blocks and examples.
      Added SCCC encoder/decoder grc blocksi and examples. Also moved all grc 
blocks related to trellis inside the gr-trellis/grc directory
      added grc directory in gr-trellis
      updated Makefile.am and block_tree.xml to reflect changes in grc file for 
gr-trellis
      Moved grc files from grc/block to gr-trellis/grc

commit 0f43bdb085f98e1182dbd940db9ed1fb52119186
Merge: 772518c 02a3246
Author: Tom Rondeau <address@hidden>
Date:   Fri Sep 2 12:14:57 2011 -0400

    Merge branch 'turbo'

commit 02a32461e2f625f02ecbbe41354d59bf8dd5452b
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Thu Sep 1 17:33:53 2011 -0400

    Minor fixes in turbo GRC blocks

commit 19d1206555052d8d8deb2e625d465e955637e510
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Thu Sep 1 16:47:45 2011 -0400

    Minor fixes in turbo GRC blocks and one more example added.

commit 65fbbb8f752ebf522ac2628f850445e66a278e2f
Author: Tom Rondeau <address@hidden>
Date:   Thu Sep 1 16:06:44 2011 -0400

    grc: moved GRC blocks that were put into gr-digital into gr-digital/grc and 
refactored for new API.

commit 4f6e8d801bc6f4e43e956bd9b21d2904451a1233
Author: Tom Rondeau <address@hidden>
Date:   Thu Sep 1 16:06:07 2011 -0400

    Fixed the PFB clock sync block when asking for multiple samples per symbol 
out.

commit 194cb7f405858fdcd76f8e7595d4970f4a2da984
Author: Tom Rondeau <address@hidden>
Date:   Thu Sep 1 15:35:12 2011 -0400

    Fixing GRC files for new API to loop blocks.

commit 0e962fd8e859f313c9483d6c3444200977a70022
Author: Tom Rondeau <address@hidden>
Date:   Thu Sep 1 12:11:07 2011 -0400

    digital: adding CPM C++ hier block, which adds a hier directory to 
gr-digital. Reworked build system to include this in the libraries and modules 
built.

commit ceb1aae53c56e64cb7f3ad7c1ae42a6d68d909ef
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Wed Aug 31 23:01:56 2011 -0400

    Added pccc combined turbo decoder and corresponding GRC block

commit 30618d2fcaefacfd3d2fc904405630a1ce482fe3
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Wed Aug 31 20:42:22 2011 -0400

    More examples and turbo decoder blocks added.

commit 238029328976662d88d5444ff4b9c1521b360e1b
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Wed Aug 31 20:10:06 2011 -0400

    Added more turbo encoder/decoder blocks and examples.

commit 8f6be2790220af5b4628de7daee3be4b494e3b3e
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Wed Aug 31 19:35:58 2011 -0400

    Added SCCC encoder/decoder grc blocksi and examples. Also moved all grc 
blocks related to trellis inside the gr-trellis/grc directory

commit e17dbbcda50bdb851227c67e68c9d3e2e7732468
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 30 22:52:44 2011 -0400

    digital: added gitignore file to hier dir.

commit da5b87db20a34c84b3d03f87a668632997d58457
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 30 22:51:15 2011 -0400

    digital: fixed up build to make libdigital_hier.la; does not swig or get 
built into full library yet. Passes distcheck.

commit ff8ce00c0457c213dcad0b1b460a5d0db1b7d155
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 30 22:11:56 2011 -0400

    digital: moved newly added CPM and GMSK hier blocks to gr-digital.

commit 6ca8b00d225cb02691068510dd9069d71bcc1e62
Merge: 245ef56 b124986
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 30 18:02:31 2011 -0400

    Merge remote branch 'mbant/cpm' into digital
    
    Conflicts:
        gnuradio-core/src/lib/general/Makefile.am
        gnuradio-core/src/lib/general/general.i
        gnuradio-core/src/lib/hier/Makefile.am
        grc/blocks/Makefile.am

commit 245ef56d20f1c947e3c0f42e2edf15515e00db10
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 30 17:40:42 2011 -0400

    digital: adding GMSK as a modulation type. Updated to use PFB-based clock 
recovery alg instead of M&M.

commit 9b89276c58516cc9d3be817a96d68483c60a26f7
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 30 17:40:31 2011 -0400

    digital: minor formatting fixes.

commit b827a9b538a6df1e74af02041624b77e71dc38ae
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 30 17:03:54 2011 -0400

    digital: fixing a few things left out in conversion to gri_control_loop 
children.

commit ea7cd530c1f9ba58c6d0582d6381b1ea1f104d6d
Merge: 317e832 ba3a315
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 30 16:36:13 2011 -0400

    Merge branch 'digital' of github.com:trondeau/gnuradio into digital

commit 317e8321472cb9e921757636b561897b12199195
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 30 16:35:30 2011 -0400

    digital: adding a script to add channel conditions to a saved file and 
output to another file.

commit ba3a3158456cfc866204071183ccdd773f0ab5a2
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 30 11:08:13 2011 -0400

    digital: converted mpsk_receiver to use gri_control_loop parent class. 
Updated QA code for this, too. Again, had to change the expected data since the 
loop converges at a different rate; tested by setting alpha and beta to old 
values and it worked with old data still.

commit c63d077ba9fe98eb6b963b0d91ffa2c61048288d
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 30 10:40:16 2011 -0400

    digital: formatting comments for line length.

commit 6b774f7fd055650628d4e6679e0e32b31b3af5c6
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 30 10:36:50 2011 -0400

    digital: made other QA codes executable

commit db2cfb25b719511c3ca01bcbadf5ef35a43f4319
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 30 10:36:10 2011 -0400

    digital: converted FLL block to use gri_control_loop parent class.

commit 38ee7ad424f470826db6e0a31b85442a12464e15
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 30 10:29:04 2011 -0400

    digital: reformatting documentation for line length.

commit 52f9290374a64fef2ff2c0f9199166bed27fc955
Merge: 64bb30a 772518c
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 30 10:21:36 2011 -0400

    Merge branch 'master' into next

commit 772518ceb9cebefb8bb8ecc9edd63570f38de514
Merge: 54881f8 67ac7a2
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 30 09:59:20 2011 -0400

    Merge branch 'maint'

commit 67ac7a2420eedb7221384b560fbc57efe6115eb8
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 30 09:59:08 2011 -0400

    GRC: fixed error in XML format; need to declare XML type first.

commit e8f68c3db6b4391ba88d36c42f2ce077a02c0c7b
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 29 21:42:42 2011 -0400

    Updating QA code for PLL blocks. Setting gains using new loop bw concept 
changes the behavior slightly so new values were necessary. By explicitly 
setting alpha and beta to the previous values still worked, though.

commit 9dc241fc48ac4e286cfd51c3bddde0b9f0f40988
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 29 21:42:15 2011 -0400

    Updating all three PLL blocks to use new control_loop parent class.

commit 5784b0c53c6d19b7a74f82e57c816beecd8b5edb
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 29 17:58:25 2011 -0400

    digital: fixing qa code to test new dqpsk; a few minor formatting changes.

commit f94ceff1f608bd5d1c67e3ff662fb2c659e61aa8
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 29 17:39:40 2011 -0400

    digital: fixed qpsk modulators to enable dqpsk.

commit 41cf2b306a210c3600c1c35a8e952679a94c00a6
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 29 17:37:38 2011 -0400

    digital: created a separate DQPSK constellation that does not gray code 
inside the block. This forces a slower decision making routine but allows 
differential encoding. Gray coding is done using pre_diff_code.

commit 54881f8803d4f796dde2af031e6f1a37df9445f1
Merge: 50cde24 f4cc788
Author: Tom Rondeau <address@hidden>
Date:   Sat Aug 27 16:44:32 2011 -0400

    Merge branch 'master' of gnuradio.org:gnuradio

commit 2edf5df55faf494e54fe8ddc5e23d0b767cd82e4
Merge: 20e992b 6f79b8b
Author: Tom Rondeau <address@hidden>
Date:   Sat Aug 27 16:44:15 2011 -0400

    Merge branch 'maint' of gnuradio.org:gnuradio into maint

commit 64bb30a80b931f3816a2998adfd1e9623d076654
Merge: 79158bb 50cde24
Author: Tom Rondeau <address@hidden>
Date:   Sat Aug 27 16:43:56 2011 -0400

    Merge branch 'master' into next

commit 50cde24aea52d66d69313a490f7eab78a5085849
Merge: 081497e 20e992b
Author: Tom Rondeau <address@hidden>
Date:   Sat Aug 27 16:41:41 2011 -0400

    Merge branch 'maint'

commit b29d77324666696d10397a379cce394e8e43156b
Author: Tom Rondeau <address@hidden>
Date:   Sat Aug 27 16:33:49 2011 -0400

    digital: wip: dqpsk needs work.

commit d2a856cf1d85eb2f36101874cad16905c7442377
Author: Tom Rondeau <address@hidden>
Date:   Sat Aug 27 16:33:23 2011 -0400

    digital: working on adding a dqpsk modulation block.

commit 56500df87ed591e645d57bbaa67a8e49942de909
Author: Tom Rondeau <address@hidden>
Date:   Sat Aug 27 16:32:29 2011 -0400

    digital: updating constellation receiver's QA code.

commit 35fd5072f4a1eba6d02e3c4615dfde33783f876f
Author: Tom Rondeau <address@hidden>
Date:   Sat Aug 27 16:30:56 2011 -0400

    digital: made digital constellation receiver a child of the second order 
control loop class and cleaned up the interface.

commit 20e992b24ee70e515f08e8c5c2386c054141890f
Author: Tom Rondeau <address@hidden>
Date:   Sat Aug 27 16:15:00 2011 -0400

    grc: adding ctcss squelch block to GRC.

commit 8af791009ad280f8830dada145a78292a19dde81
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 22 20:13:13 2011 -0400

    utils: fixed typo

commit 79158bb4f97b2f71a77351edcdfbfe0f9005c4bd
Merge: a80d01b f4cc788
Author: Johnathan Corgan <address@hidden>
Date:   Mon Aug 22 11:52:35 2011 -0700

    Merge branch 'master' into next

commit f4cc7884c608a7ec1969e68b73e12cdbcc26145c
Author: Thomas Tsou <address@hidden>
Date:   Mon Aug 22 11:34:57 2011 -0700

    gr-uhd: readd displaced alias for single_usrp_sink
    
    Insert alias for single_usrp_sink mistakenly removed in
    
    Commit 893f946b "gr-uhd: add async metadata source block"

commit 0ea25051b5126d9761e49ceeb0e5d76aaecd2ca3
Author: Josh Blum <address@hidden>
Date:   Sat Aug 20 18:43:56 2011 -0700

    uhd: changes to support amsg block w/ cmake

commit cedf14f3f5b56ad26c0471355b603a1be153b9d5
Merge: be41f9c a80d01b
Author: Josh Blum <address@hidden>
Date:   Sat Aug 20 18:31:59 2011 -0700

    Merge branch 'next' of gnuradio.org:gnuradio into next

commit a80d01bb47362c4fce7dfe1a13f1be630cc1f231
Merge: 3585237 9e08857
Author: Johnathan Corgan <address@hidden>
Date:   Fri Aug 19 19:07:44 2011 -0700

    Merge branch 'master' into next

commit 9e0885793a455493c796c024f7d42678fecd14a5
Merge: 0d22057 893f946
Author: Johnathan Corgan <address@hidden>
Date:   Fri Aug 19 19:05:44 2011 -0700

    Merge remote branch 'ttsou/async'

commit 0d2205758561682fed5490fb783b3eea380a387a
Author: Johnathan Corgan <address@hidden>
Date:   Fri Aug 19 19:05:05 2011 -0700

    Revert "gr-uhd: post received async messages to user supplied msg queue"
    
    This reverts commit 25b1550dba377b6dc86bee3e6f269a721efee655.

commit 893f946b7a652497994309092fe84fb33504852c
Author: Thomas Tsou <address@hidden>
Date:   Fri Aug 19 14:50:55 2011 -0700

    gr-uhd: add async metadata source block
    
    Add asynchronous message "block" that is independent of normal
    gnuradio scheduler. The block instantiates a thread to wait
    for asynchronous messages from UHD and encapsulates them in a
    gr_message posted into a message queue.
    
    The interface is empty because the block is internally driven
    and accessed through the the constructor specified message
    queue.

commit be41f9cce02a3955e392e02fdc5e3fe7e69e1f7e
Author: Josh Blum <address@hidden>
Date:   Fri Aug 19 15:57:24 2011 -0700

    gruel: removed merge junk in makefile

commit cd90f0c5252cf40309992f4ca6c2b7c8cf07508d
Author: Josh Blum <address@hidden>
Date:   Fri Aug 19 09:07:13 2011 -0700

    cmake: put that time.h compat header back (needed w/ benchmark apps on msvc)

commit f535cd0f1fbc7cfc753f5abbe99251a50cd32acb
Author: Josh Blum <address@hidden>
Date:   Wed Aug 17 13:20:18 2011 -0700

    small tweaks for windows building

commit fb2f45cdddc41d5aba177204aa419cea3a0aea49
Merge: e6ed4fa 626018e
Author: Josh Blum <address@hidden>
Date:   Wed Aug 17 12:30:09 2011 -0700

    Merge branch 'next' into digital

commit e6ed4fa7bb0d253adbf0cf2ae4da7c301b3c971f
Merge: 40a9071 ed564be
Author: Josh Blum <address@hidden>
Date:   Wed Aug 17 11:56:33 2011 -0700

    Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital
    
    Conflicts:
        gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h
        gnuradio-core/src/lib/general/gr_fll_band_edge_cc.h
        gnuradio-core/src/lib/general/gr_pll_refout_cc.h
        gr-digital/lib/digital_constellation_receiver_cb.cc
        gr-digital/lib/digital_constellation_receiver_cb.h
        gr-digital/lib/digital_costas_loop_cc.h

commit 3585237423cfc588b36e3a1d74c6596665c47f1d
Merge: 1d24c91 dc16937
Author: Johnathan Corgan <address@hidden>
Date:   Mon Aug 15 08:44:10 2011 -0700

    Merge branch 'master' into next

commit ed564be6c78a3e22b3c98862834192f8b20bc551
Author: Tom Rondeau <address@hidden>
Date:   Sun Aug 14 22:32:01 2011 -0400

    digital: cleaned up Costas loop code by switching over to the 
gri_control_loop class to handle the inner loop. Had to add it to 
digital_swig.i to properly wrap the parent functions into Python.

commit 7e47bddafc6b27c623137c6d76f460e608952fcc
Author: Tom Rondeau <address@hidden>
Date:   Sun Aug 14 22:07:43 2011 -0400

    Convering the PLL refout block to use the gri_control_loop class to take 
care of the internal loop. The error and what to do with the phase and freq are 
left to this block. It also changes the interface so that the PLL's gains are 
determined by the loop bandwidth.

commit 6bd1605b265b5dff8cbdca0b20b0c5685c752ec7
Author: Tom Rondeau <address@hidden>
Date:   Sun Aug 14 22:05:48 2011 -0400

    Adding a control_loop class that takes care of setting the loop gains and 
the standard loop advance function. This should be used as a parent class of 
any block that uses a 2nd order control loop (like the PLL, clock recovery, etc 
blocks).

commit dc16937c935f10a16de8969ca592b6019639d52b
Author: Eric Blossom <address@hidden>
Date:   Sat Aug 13 16:06:21 2011 -0700

    Allocate 10 additional USB PIDs to Bdale.

commit d7cd2472c8d7fedfe486e19b06b4f5180e02ebd9
Author: Eric Blossom <address@hidden>
Date:   Sat Aug 13 16:02:03 2011 -0700

    Update details on Bdale's existing USB PID allocation.

commit 1d24c91fcd2e0da6e14c3d45def0329c99a6c39f
Merge: 6ae0e7c 25b1550
Author: Johnathan Corgan <address@hidden>
Date:   Sat Aug 13 15:17:10 2011 -0700

    Merge branch 'master' into next

commit 25b1550dba377b6dc86bee3e6f269a721efee655
Author: Johnathan Corgan <address@hidden>
Date:   Fri Aug 12 12:33:22 2011 -0700

    gr-uhd: post received async messages to user supplied msg queue

commit 4ea3b61709d2a2c747e8690c4062ac75c09cf9ac
Author: Tom Rondeau <address@hidden>
Date:   Wed Aug 10 22:42:58 2011 -0400

    digital: fixing naming of logging files.

commit 25a0f8cc6aeb4ce8d11d643f6f8b2d9552002709
Author: Tom Rondeau <address@hidden>
Date:   Wed Aug 10 22:38:13 2011 -0400

    fixing constellation plotter to gracefully handle the end of a file.

commit 57860e0199c005f26b4942cc7ed5e5acf829a68b
Author: Tom Rondeau <address@hidden>
Date:   Wed Aug 10 22:37:51 2011 -0400

    Cleaning up; adding a different dbpsk that uses differential coding. The 
normal bpsk is non-differential by default, but can be set to use differential 
with the right flag.

commit 612be3956603941f6cf530c090eba02d26d33bcd
Author: Tom Rondeau <address@hidden>
Date:   Wed Aug 10 22:35:17 2011 -0400

    digital: updated constellation receiver to use loop bandwidth and damping 
factor instead of setting alpha and beta independently. Also cleaning up Costas 
loop a bit more.

commit aed7404ad43d5e0c5dd2c79a7d205ea6748cff28
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 9 22:18:19 2011 -0400

    digital: fixing up receiver code. Almost there...

commit 61db1684fdda602d18134b2e8c510bb7e33245fc
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 9 21:50:13 2011 -0400

    digital: setting up receive path to use new timing loop API, FLL API, new 
gain names/settings. Also added concept of gray coding to generic mod/demod and 
reworked bpsk/qpsk modulators so both work.

commit 386a73c53aeb36bdf10e28fc5366385faebe78b2
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 9 20:55:47 2011 -0400

    digital: fixed complex M&M to output the error signal as a float. Also 
changed the error value limit since we were hitting it constantly before.

commit 594cc158335fe4b25c251fe4698ccb6a35ed170f
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 9 20:54:48 2011 -0400

    digital: added M&M clock recovery loop as an option to compare against 
polyphase filterbank.

commit b6fd6bb30811a1a6cd039a13003cdc819d8f2141
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 8 22:31:51 2011 -0400

    digital: adding a timing offset example.

commit d8942c7b6a2889ef56ee5c3533503528fb07be15
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 8 22:25:48 2011 -0400

    digital: reworking pfb_clock_sync block for better construction of diff 
taps, more accesors.

commit 626018eb037808cdc32b5eb1907ae9d5f80d3e55
Author: Josh Blum <address@hidden>
Date:   Thu Aug 4 10:33:49 2011 -0700

    cmake: re-imagining of how to write a block w/ cmake and boost unit test

commit a498339d2950955f258ae282b61f60e4e6e647d3
Author: Josh Blum <address@hidden>
Date:   Thu Aug 4 10:31:15 2011 -0700

    cmake: specify all the boosts, remove dummy sys/time.h for msvc build

commit 2a134bd58fa95c2bee43611b86a3e479a3f989cf
Author: Josh Blum <address@hidden>
Date:   Wed Aug 3 20:17:48 2011 -0700

    cmake: moved unique target macro into python where its used

commit 1c595293862954149f5815d77347bd9b5e62289c
Author: Josh Blum <address@hidden>
Date:   Wed Aug 3 16:50:52 2011 -0700

    core: removed modification of includedir for pc file, its not needed and 
was messing it up

commit c468f4903f8ade606bbfe0889954007f3b70198f
Author: Josh Blum <address@hidden>
Date:   Wed Aug 3 11:58:52 2011 -0700

    atsc: forgot to add gruel to the list of deps for unit test, also chmod +x 
unix unit test scripts

commit f19b9b8b2f0366af4e61cb7b831960b826c5cce9
Author: Josh Blum <address@hidden>
Date:   Wed Aug 3 01:58:49 2011 -0700

    atsc: did work on symbol visibility and minor tweaks in qa code for MSVC

commit 8abd6a443e72439f4c7e77bc0c6f5b54bb70f8e7
Author: Josh Blum <address@hidden>
Date:   Wed Aug 3 00:12:43 2011 -0700

    rs: reasonable workaround for compiling reed-solomon under MSVC

commit 6ae0e7c152e83e9156725984f9b0305a240427c9
Merge: aed2d2e 62768ee
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 2 20:47:57 2011 -0400

    Merge branch 'master' into next
    
    * master:
      patch: applying Alexandru Csete's patch (that I though I already 
applied...)

commit 62768eedf8f68680ef3a672a27025227e22ccbb0
Merge: c491449 6f79b8b
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 2 20:47:38 2011 -0400

    Merge branch 'maint'
    
    * maint:
      patch: applying Alexandru Csete's patch (that I though I already 
applied...)

commit 6f79b8be8f7edb8cc6f18b6a12ede2858d65b681
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 2 20:46:50 2011 -0400

    patch: applying Alexandru Csete's patch (that I though I already applied...)

commit 40a9071074b2ec0f6daf74e50e131b89b9f66226
Merge: 5a20a73 7125a92
Author: Josh Blum <address@hidden>
Date:   Tue Aug 2 12:48:35 2011 -0700

    Merge branch 'next' into digital

commit 7125a92e1bf7483656af6ef8dcc0be7626a30a82
Author: Josh Blum <address@hidden>
Date:   Sat Jul 30 10:31:02 2011 -0700

    core: dont set boost vars for gnuradio-core.pc
    
    If this is useful, it should be in gruel.pc; but gruel.pc has no private 
libs or boost dirs.
    Also, the substitution of absolute boost library paths is bad for cross 
builds (even native ones)

commit fbe4a14d8fb6d6696bd0ac8a4921ba1269601d78
Author: Josh Blum <address@hidden>
Date:   Tue Aug 2 12:45:26 2011 -0700

    cmake: language tweak for component group description

commit 3af9fe4ed6a3ab26dac03cf8843ecd9a72ccdec5
Author: Josh Blum <address@hidden>
Date:   Tue Aug 2 12:42:45 2011 -0700

    cmake: set plat_specific when determining GR_PYTHON_DIR, this makes it use 
lib64 on rh64 machines

commit 605f4a3b71dc57264131dce81321550169a6e1f4
Author: Tom Rondeau <address@hidden>
Date:   Sat Jul 30 17:09:48 2011 -0400

    updating PFB clock sync to use loop bandwidth and damping factor instead of 
setting gains independently.

commit 42c894fbd0a43f216975275d25e2cb02d38c0961
Author: Tom Rondeau <address@hidden>
Date:   Sat Jul 30 17:04:28 2011 -0400

    digital: update documentation.

commit 6fd12da36b2a790fe536a0f621f04513a6762374
Author: Tom Rondeau <address@hidden>
Date:   Sat Jul 30 16:04:12 2011 -0400

    digital: Add a costas loop example program. Updates FLL example program to 
include phase offset setting.

commit a6fa43a9075e5123c741090622c80598a7e84c3a
Author: Tom Rondeau <address@hidden>
Date:   Sat Jul 30 15:59:44 2011 -0400

    digital: updated Costas loop again. The damping factor is now set by 
default and is no longer part of the constructor. All variables are exposed in 
gets and sets, though, for any purposes.

commit 6876cd276ed2e3f74161b2301f33941218fc7882
Author: Tom Rondeau <address@hidden>
Date:   Sat Jul 30 15:58:40 2011 -0400

    digital: better behavior of FLL code and added gets and sets for the 
frequency and phase estimates.

commit a3551b0a34b02fcdb0f339b3bdb16b31c47dc1a3
Author: Tom Rondeau <address@hidden>
Date:   Sat Jul 30 15:57:23 2011 -0400

    digital: cut down number of samples in constellation_receiver QA code to 
make shorter test time.

commit 3a7aaf7885dd5c2014a090ce197b317dcd99cad5
Author: Tom Rondeau <address@hidden>
Date:   Sat Jul 30 13:12:18 2011 -0400

    digtial: Added an example script to show/test the behavior of the FLL.

commit 5d5abdb77fef4daafcfec88aaac76995a2c0884a
Author: Tom Rondeau <address@hidden>
Date:   Sat Jul 30 12:41:58 2011 -0400

    digital: added QA code for FLL algorithm. Updated generic_mod_demod to use 
new FLL in digital instead of gr.

commit 68dc13c1557cb15f842315022142acbae2f348d9
Author: Tom Rondeau <address@hidden>
Date:   Sat Jul 30 12:41:09 2011 -0400

    digital: moved fll_band_edge into gr-digital.

commit 0eb52f1683ea6c5869e1c8141a3f756e1dc8997a
Author: Tom Rondeau <address@hidden>
Date:   Sat Jul 30 12:40:03 2011 -0400

    digital: moved fll_band_edge out of gnruadio-core.

commit e1b4e60823c2b938500932b0868d88698e48d525
Author: Tom Rondeau <address@hidden>
Date:   Sat Jul 30 11:28:47 2011 -0400

    core: made significant improvements in FLL algorithm. Now converges very 
nicely.

commit 609a0cbd99a04824e4e3ad9ca558102146bb9011
Author: Josh Blum <address@hidden>
Date:   Fri Jul 29 18:22:26 2011 -0700

    cmake: tweaks + fixes for components/packaging

commit 5a20a73f54a0cc07fffcdb0a259cee7e26fb0ad6
Author: Josh Blum <address@hidden>
Date:   Fri Jul 29 11:25:54 2011 -0700

    gruel: fix for merge conflict verbose that got saved

commit 8bc1c4dc5a8d31594e8768a10e05b4b0172e733e
Merge: 8c824bf 8b3c4cc
Author: Josh Blum <address@hidden>
Date:   Thu Jul 28 17:02:58 2011 -0700

    Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital
    
    Conflicts:
        gnuradio-core/src/lib/filter/gr_cma_equalizer_cc.h
        gnuradio-core/src/lib/general/gr_constellation_decoder_cb.h
        gnuradio-core/src/lib/general/gr_costas_loop_cc.h
        gnuradio-core/src/lib/general/gr_lms_dfe_cc.h
        gnuradio-core/src/lib/general/gr_lms_dfe_ff.h
        gr-digital/lib/Makefile.am
        gr-digital/lib/digital_binary_slicer_fb.h
        gr-digital/lib/digital_clock_recovery_mm_cc.h
        gr-digital/lib/digital_clock_recovery_mm_ff.h
        gr-digital/lib/digital_correlate_access_code_bb.h
        gr-digital/lib/digital_crc32.h
        gr-digital/lib/digital_mpsk_receiver_cc.h
        gr-digital/python/Makefile.am
        gr-digital/python/__init__.py
        gr-digital/python/generic_mod_demod.py
        gr-digital/python/pkt.py
        gr-digital/python/psk2.py
        gr-digital/python/qam.py

commit 8c824bf2e3e6758aff05ee4b5f4d3f106a13c672
Author: Josh Blum <address@hidden>
Date:   Thu Jul 28 11:26:14 2011 -0700

    cmake: added -ldl flag to cppunit when pkg config is used

commit 152db0ca6a8771ab4c95a6d4410ca749085ec157
Author: Josh Blum <address@hidden>
Date:   Thu Jul 28 09:55:06 2011 -0700

    cmake: be a little more robust when checking source code version

commit 250f4ac60afdc5e502c8ab69ced8267f0e14e590
Merge: c87a532 aed2d2e
Author: Josh Blum <address@hidden>
Date:   Thu Jul 28 09:39:53 2011 -0700

    Merge branch 'next' of gnuradio.org:gnuradio into next

commit c87a532824beb6d04ce4bc4cdfb66f9dbe5a8faf
Author: Josh Blum <address@hidden>
Date:   Thu Jul 28 09:37:45 2011 -0700

    filter: fixed file extension on filter CMakeLists neon code

commit aed2d2eacca0f045bb9594b20c1253776c342a08
Author: Tom Rondeau <address@hidden>
Date:   Wed Jul 27 21:48:14 2011 -0400

    fixed some more warnings; mostly in doxygen or order of variable 
initialization.

commit 0a8bf57af56126ab5254f66c4e707266c2df49be
Merge: 302bd2d c491449
Author: Tom Rondeau <address@hidden>
Date:   Wed Jul 27 21:09:33 2011 -0400

    Merge branch 'master' into next
    
    * master:
      Fixed warnings generated from improper includes in swig interface file.
      Fixed doxygen warning in gr-uhd

commit c491449c8e402efdf49e978c74ddbb684807c645
Author: Tom Rondeau <address@hidden>
Date:   Wed Jul 27 20:48:45 2011 -0400

    Fixed warnings generated from improper includes in swig interface file.

commit 65bf558971770af350a71244f3c95af25b720662
Author: Tom Rondeau <address@hidden>
Date:   Wed Jul 27 20:48:25 2011 -0400

    Fixed doxygen warning in gr-uhd

commit 7919aa977544a5c30dd1a9e98fdf0d5f56750581
Merge: 097b9bd 302bd2d
Author: Josh Blum <address@hidden>
Date:   Tue Jul 26 22:29:53 2011 -0700

    Merge branch 'next' of gnuradio.org:gnuradio into next

commit 302bd2d7125ba1a973433a9ef7cd9afba2d47438
Merge: cc8f5c0 7758990
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 26 23:37:15 2011 -0400

    Merge branch 'master' into next
    
    * master:
      doxygen: fixed doxygen warnings.
      Fixed type warning.
      Fixed warnings about doxygen format.
      Fixed return warnings.
      Fixed warnings about variable intialization order.

commit 77589906a859cacabd502dbfe93a72889d3fa83c
Merge: 8cb0981 8e1f9ce
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 26 23:36:53 2011 -0400

    Merge branch 'maint'
    
    * maint:
      doxygen: fixed doxygen warnings.
      Fixed type warning.
      Fixed warnings about doxygen format.
      Fixed return warnings.
      Fixed warnings about variable intialization order.
    
    Conflicts:
        volk/include/volk/volk_complex.h

commit 8e1f9ce7dde6ba00cdaf6df8f08a602e4a3843b5
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 26 22:42:51 2011 -0400

    doxygen: fixed doxygen warnings.

commit 11c2435ef12e417851067bac2adcd9f3d21908d0
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 26 22:00:49 2011 -0400

    Fixed type warning.

commit f6318ef04d03be8f2e039d4fa71eba9105758783
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 26 22:00:18 2011 -0400

    Fixed warnings about doxygen format.

commit b623dff43ad12b7539184950074ba5b0ecbf34fb
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 26 21:59:27 2011 -0400

    Fixed return warnings.

commit 50b82d2e096e556209e7efdd47e4b67a46d54235
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 26 21:58:37 2011 -0400

    Fixed warnings about variable intialization order.

commit 8b3c4ccf922c602ae77dad7f3911b16bdd0112d3
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 26 20:59:49 2011 -0400

    digital: reworking code so digital examples work. BPSK seems to work fine 
offline.

commit cc8f5c0dc6ca9ae6053343ee8efaf26884aa39cb
Merge: d0112ef 8cb0981
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jul 26 17:00:04 2011 -0700

    Merge branch 'master' into next

commit 8cb0981894000e8239ee2425b4e99ded9841604a
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jul 26 16:49:17 2011 -0700

    comedi: fix to use comedi 0.8 API

commit d0112efa115d049a4bad62a1c6faac05332c8cf5
Merge: c6c7737 7ab44e1
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jul 26 16:44:18 2011 -0700

    Merge branch 'master' into next

commit 7ab44e1b23a1a9307b5edfc12dcd4f4b7c834a6e
Merge: 7e2b45b 12719c3
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jul 26 16:39:49 2011 -0700

    Merge branch 'maint'

commit 12719c3632c5c09e759aa9ad9baaa95f672cee46
Author: Josh Blum <address@hidden>
Date:   Sat Jul 9 19:39:30 2011 -0700

    core: added missing io.h includes on cc files
    
    Added to the cc files which were missing io.h and
    required compatibility declarations in io.h to compile.
    Applies to compiling under MSVC with cmake work branch.

commit e4c4e9c9567e669b78b145975daa0c1ad00182ca
Author: Josh Blum <address@hidden>
Date:   Sat Jul 9 19:30:40 2011 -0700

    core: added missing config.h includes on cc files
    
    Added to the cc files which were missing config.h and
    required compatibility functions defined in config.h.
    Applies to compiling under MSVC with cmake work branch.

commit 097b9bd5b2374c381380bc26f40677f8bf470c25
Author: Josh Blum <address@hidden>
Date:   Tue Jul 26 11:47:51 2011 -0700

    wxgui: fix to install wxgui python into gnuradio site-packages, not top 
level

commit ebcf1e9e180c7a8e9147ce441c5e9ab9056ecb13
Author: Tom Rondeau <address@hidden>
Date:   Mon Jul 25 00:14:45 2011 -0400

    digital: reworking code so digital examples work. BPSK seems to work fine 
offline.

commit 228568d539787925ee535403faf25fc31f75a32a
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 24 18:00:26 2011 -0400

    digital: updates to build for gr-digital examples.

commit 9be3761d689f512bd1faaaec40baa41ef15286e2
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 24 17:47:18 2011 -0400

    digital: working digital transmit benchmark script to file.

commit 59c20a3fbdb0860ab4d8a14eb39980a6c46087f7
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 24 17:46:07 2011 -0400

    digital: modifications to make Python scripts in digital usable.

commit bed68a6d8545b9b24f3933fc4c6f792de34939c2
Author: Josh Blum <address@hidden>
Date:   Sun Jul 24 12:53:32 2011 -0700

    cmake: changed module include guards to model after builtin cmake modules

commit 199ab116e54a5d8b8bf82d0d18569ccfe2114fd8
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 24 15:41:36 2011 -0400

    digital: moving Python digital stuff to gr-digital. Fixing some build 
issues.

commit aad02c6dc09d044c112f29bebec4cc79b0e13aab
Author: Josh Blum <address@hidden>
Date:   Sun Jul 24 12:27:21 2011 -0700

    video-sdl: solution for proper swig directory windows

commit 58915e7c595b8acf4cc33ca1ff4c04fa2522ba10
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 24 14:26:07 2011 -0400

    digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA 
code for it.

commit 3ec035bf42838ac92d7aaaa9f9616b877267bd96
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 24 14:25:54 2011 -0400

    digital: rename QA test to represent the function we are testing.

commit 1cb52da49230c64c3719b4ab944ba1cf5a9abb92
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 24 13:25:27 2011 -0400

    digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code 
for it.

commit a3425a6fbc0e90825ced32008e6f536542cb6501
Author: Josh Blum <address@hidden>
Date:   Sun Jul 24 09:32:14 2011 -0700

    vocoder: added missing examples subdir add

commit 03e8904ef8800a96cad1d3131eb5cf351b5d4fb5
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 24 12:28:26 2011 -0400

    digital: adding QA code for LMS DD equalizer.

commit 3f7cf37a4da765aaabe89fc1723f1fc1c372ca4d
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 24 11:41:16 2011 -0400

    digital: made clock recovery QA code executable.

commit a6430ec1e6de530416bdad29bf2345d2dbeb9587
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 24 11:40:49 2011 -0400

    digital: fixed name of costas loop QA test block; made qa_binary_slicer_fb 
executable.

commit cae2a212a963d420dcdf0ec581dee32d90321fe6
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 24 11:39:59 2011 -0400

    digital: added some QA tests for the clock_recovery_mm block.

commit a4ff45eb7d8d45ad540f89358da2c2a041a2560f
Author: Josh Blum <address@hidden>
Date:   Sun Jul 24 00:09:02 2011 -0700

    video-sdl: video sdl builds on windows with MSVC as well

commit 2ac512b0d209600834425141f18d111524ad1348
Author: Josh Blum <address@hidden>
Date:   Sat Jul 23 23:35:44 2011 -0700

    video-sdl: cmake build support for gr-video-sdl component (unix only)

commit 7f622fef32225552811ccffa6b55fa6b2ad08f23
Author: Josh Blum <address@hidden>
Date:   Sat Jul 23 23:17:06 2011 -0700

    comedi: cmake build support for gr-comedi component (linux only)

commit 8752b611c5351c61ba83ffc93fee23091f187e4b
Author: Josh Blum <address@hidden>
Date:   Sat Jul 23 22:47:36 2011 -0700

    atsc: added cmake support for gr-atsc (unix only)

commit c6c773757ef16aa8edac173a5b9bca270a658b9f
Author: Josh Blum <address@hidden>
Date:   Sat Jul 23 11:54:16 2011 -0700

    misc_next_branch_tweaks_to_build_on_osx_and_windows

commit 3017c8ea2981709c927c782faed302c05f0d6ac2
Author: Josh Blum <address@hidden>
Date:   Sat Jul 23 11:29:00 2011 -0700

    vocoder: updated cmake build for new blocks (also fixed some tests)

commit 1904b3817207810031b95efca0fd59406a7fe661
Merge: 2165d0c dcee8e7
Author: Josh Blum <address@hidden>
Date:   Sat Jul 23 09:52:29 2011 -0700

    Merge branch 'next' of gnuradio.org:gnuradio into next
    
    Conflicts:
        gr-trellis/src/lib/trellis_constellation_metrics_cf.cc

commit 2165d0c4ce0d0555b17682a2d0a9741a1f2a5a25
Author: Josh Blum <address@hidden>
Date:   Sat Jul 23 00:35:45 2011 -0700

    gr: tweaks to build cmake branch on osx

commit dcee8e7416b849234bc09e1ae8a2acb1d3d21e3a
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jul 22 16:21:40 2011 -0700

    gr-vocoder: added G.723 40K ADPCM encoder, decoder, and audio loopback 
example

commit 359715c34d390a07699d0fe22eb1ad1a7dac01c5
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jul 22 16:08:19 2011 -0700

    gr-vocoder: added G.723 24K ADPCM encoder, decoder, and audio loopback 
example

commit 7d4199a45036bbc10d749437cd8730434b51aec6
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jul 22 15:11:24 2011 -0700

    gr-vocoder: added G.721 32K ADPCM encoder, decoder, and audio loopback 
example

commit d6334f04e0b20b8b017692126ca9754776a63011
Author: Josh Blum <address@hidden>
Date:   Fri Jul 22 14:57:27 2011 -0700

    volk: make volk a gr component in the top level

commit 01981660bf39fa59002f0908ae3e44475f046465
Author: Josh Blum <address@hidden>
Date:   Fri Jul 22 14:19:17 2011 -0700

    uhd: also setup uhd library linking for swig

commit 17ef212c684e13e744a4e4258f7fed2dcbc9a5be
Author: Josh Blum <address@hidden>
Date:   Fri Jul 22 11:55:52 2011 -0700

    trellis: added symbol visibility defines to gr-trellis, builds on MSVC and 
linux

commit 513febb1932f18f1123e530632032263c2322d9e
Author: Josh Blum <address@hidden>
Date:   Fri Jul 22 11:52:24 2011 -0700

    cmake: generate shell script for each test because its nicer to diagnose 
problems

commit 6e83524a35127636b7a7ac2b9becb3915e98e7bb
Author: Josh Blum <address@hidden>
Date:   Fri Jul 22 11:39:09 2011 -0700

    volk: fix bug in finding machines by using absolute path

commit a988e3d4f96b2eb9461cd31761ecd2bbe310d42a
Author: Nick Foster <address@hidden>
Date:   Fri Jul 22 10:04:20 2011 -0700

    volk: modified cmake pkgconfig to look for Orc > 0.4.11

commit eb43a23b777d2438d22b67ae6dfd9b4d69406593
Author: Nick Foster <address@hidden>
Date:   Wed Jul 20 16:29:43 2011 -0700

    Volk: add in mutex capability to archs.xml. Turns out some compilers can do 
both 32-bit and 64-bit compilations, and this breaks Volk. Only works in CMake 
right now.

commit ec2d3a033616386dbf8f8b2e7010a4d0a5ec3132
Author: Josh Blum <address@hidden>
Date:   Fri Jul 22 10:33:13 2011 -0700

    gr: added API macros for noaa and pager, also renamed the ones for digital 
and vocoder to be consistent

commit d760edf9fb851d97c972a69690b26114dd998157
Author: Josh Blum <address@hidden>
Date:   Thu Jul 21 22:18:42 2011 -0700

    vocoder: added symbol visibility defines to gr-vocoder, builds on MSVC and 
linux

commit a444c2a5cf19333f981d007be7f6ecb96f85bb6a
Author: Tom Rondeau <address@hidden>
Date:   Thu Jul 21 23:35:03 2011 -0400

    digital: moving correlate_access_code to gr-digital.

commit be7f6400a03e0294aee51b084899b38ed0e83180
Author: Tom Rondeau <address@hidden>
Date:   Thu Jul 21 23:34:37 2011 -0400

    digital: using new psk2 to build the constellation and no longer use blks2

commit b192751f34ecca720adf64c90660b9e965cfd40e
Author: Josh Blum <address@hidden>
Date:   Thu Jul 21 16:14:08 2011 -0700

    digital: added symbol visibility defines to gr-digital, builds on MSVC and 
linux

commit c79eb945a803ea4330c687bd441b250af56d6fac
Author: Josh Blum <address@hidden>
Date:   Thu Jul 21 00:05:05 2011 -0700

    vocoder: added cmake support for gr-vocoder (unix only)

commit 404840194223637c34a71fd45c1bc8438889f57d
Author: Josh Blum <address@hidden>
Date:   Wed Jul 20 20:57:28 2011 -0700

    digital: added cmake support for gr-digital (unix only)

commit accb9f2fe8fd8f6a1e114adac5b15304b0e0012d
Author: Josh Blum <address@hidden>
Date:   Wed Jul 20 19:04:32 2011 -0700

    gr: squashed cmakelists.txt into one commit

commit f914499f4a96fe69ab9cd8dba48f8e3bfc7a54e5
Author: Josh Blum <address@hidden>
Date:   Wed Jul 20 18:38:36 2011 -0700

    core: API declaration macros for core class and function symbols

commit f7185e3468e7d24b8f726dd717157cf2fed4b19a
Author: Tom Rondeau <address@hidden>
Date:   Wed Jul 20 21:35:31 2011 -0400

    digital: removed LMS and CMA equalizers from core that are supplanted in 
gr-digital.

commit 1e1798393381fe7472a7cdb5b2c3c90d7ae753fb
Author: Josh Blum <address@hidden>
Date:   Wed Jul 20 18:06:44 2011 -0700

    core: declare erf in case it was missing in math.h and provided for by the 
build system

commit ed34b5a0c7daea43bfac330350bc0c7334b36c77
Author: Josh Blum <address@hidden>
Date:   Wed Jul 20 18:06:14 2011 -0700

    gr: replaced uses of snprintf with boost format in common code build by MSVC

commit d0a611585d3a44d1a432f3e5692feeb984ad0123
Author: Josh Blum <address@hidden>
Date:   Wed Jul 20 18:05:06 2011 -0700

    core: removed files that included <strings.h>

commit ed950948ea424f3670be1f5ffc96be922ab5e3c9
Author: Josh Blum <address@hidden>
Date:   Wed Jul 20 17:56:41 2011 -0700

    gruel: support for windows API set realtime scheduling

commit 947ae1cf5c16f5b3c6222b6ee9ad1a3b4075dd25
Author: Josh Blum <address@hidden>
Date:   Wed Jul 20 17:55:28 2011 -0700

    gruel: API declaration macros for gruel class and function symbols

commit 1b7ad9d18f777d2efe50fc67d1613d5de7b2ffee
Merge: 1f10b8e c058046
Author: Tom Rondeau <address@hidden>
Date:   Wed Jul 20 20:41:29 2011 -0400

    Merge branch 'next' of gnuradio.org:gnuradio into next

commit 1f10b8eeb2be3eef7adfaba3aa407ab362088792
Author: Tom Rondeau <address@hidden>
Date:   Wed Jul 20 20:37:54 2011 -0400

    trellis: fixed bug in trellis constellation metrics on when to include 
config.h.

commit b835094682f214366f7b8c0220134817c4f34157
Author: Josh Blum <address@hidden>
Date:   Wed Jul 20 17:36:08 2011 -0700

    volk: snagged the volk changes from cmake branch

commit af686ad1711bae807624ee18671d25236e47e7f4
Author: Josh Blum <address@hidden>
Date:   Wed Jul 20 15:17:48 2011 -0700

    core: removed uses of c99 dynamic arrays for MSVC compile

commit 2ed243a36f9f19d10a552a350f856726e8e64b30
Author: Josh Blum <address@hidden>
Date:   Wed Jul 20 12:20:40 2011 -0700

    gr: replaced uses of snprintf with boost format in common code build by MSVC

commit 1c25b884b67449de3f8ff6d4c2a2e8c83ae1f74f
Author: Josh Blum <address@hidden>
Date:   Wed Jul 20 12:01:55 2011 -0700

    core: hack needed for gri wisdom on windows because you cant pass file 
descriptors across library boundaries

commit 72d080886d544b3ac974ed31e9fa526b4fb3036e
Author: Josh Blum <address@hidden>
Date:   Wed Jul 20 12:00:28 2011 -0700

    core: use gendir envvar to optionally generate makfile.gen into the build 
dir

commit 08936428827ff801db174e8a2db1cf26ecff857c
Author: Josh Blum <address@hidden>
Date:   Sat Jul 9 19:39:30 2011 -0700

    core: added missing io.h includes on cc files
    
    Added to the cc files which were missing io.h and
    required compatibility declarations in io.h to compile.
    Applies to compiling under MSVC with cmake work branch.

commit 34488d41f4bb066fb506f6851e92daf02609262b
Author: Josh Blum <address@hidden>
Date:   Sat Jul 9 19:30:40 2011 -0700

    core: added missing config.h includes on cc files
    
    Added to the cc files which were missing config.h and
    required compatibility functions defined in config.h.
    Applies to compiling under MSVC with cmake work branch.

commit 059720cc223e839ffa411a5974dcdec2b631ffe1
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 19 23:34:49 2011 -0400

    digital: removed gr_costas_loop from gnuradio-core that is replaced in 
gr-digital.

commit f6e1b8f01d767edae193bdbda3307f37c94527bc
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 19 23:34:24 2011 -0400

    digital: removed references to modulators that were moved to gr-digital.

commit 7b54b63c58dd4474a3f8192b43f0799447f79ee8
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 19 22:07:27 2011 -0400

    digital: moved clock_recovery_ff/cc to gr-digital.

commit 3f94d49bae62301349f31959c34c690b5c47fc2b
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 19 21:30:19 2011 -0400

    digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA 
code. Removed constellation_decoder and everything that dependedon it. Must 
switch everything to digital_constellation_decoder now. Also moved gmsk to 
gr-digital. Make check passes.

commit c0580462f19d99a97b7955b9215bd08eab24cd5b
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jul 19 09:31:10 2011 -0700

    gr-vocoder: adds alaw encoder, decoder, and audio loopback example

commit b80502b71eb27f9329b5d5e641bd0dd5ad0d7cdd
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jul 19 09:06:58 2011 -0700

    gr-vocoder: adds ulaw encoder, decoder, and audio loopback example

commit 877683e50587cc208d2869efa0273351784dcb76
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jul 19 08:01:33 2011 -0700

    gr-vocoder: moved g72x out of gnuradio-core, renamed g7xx

commit 0d30c802c947fe3a6db3ee8a4907e167debe477f
Merge: e90497c 7e2b45b
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jul 19 07:25:00 2011 -0700

    Merge branch 'master' into next

commit 7e2b45b89137a3cc2b1cdb066577c323545cfcb7
Author: Moritz Fischer <address@hidden>
Date:   Tue Jul 19 07:21:36 2011 -0700

    volk: fix whitespace in Python script

commit e90497c104ea2eb3854e1081e32ffab07d26a314
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 18 17:01:23 2011 -0700

    gr-vocoder: distcheck fixes

commit 2c1ac6a86dada1a16fa4d112781678c595af46b2
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 18 16:42:17 2011 -0700

    gnuradio-examples: removed digital_voice examples

commit 2efdfbb5cc8b9c76dec861fea8396a8f011df1c2
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 18 16:39:20 2011 -0700

    gr-vocoder: removed gr-codec2-vocoder

commit b409a4b0c6131e01fc5a03c0fc31caa4829b0dec
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 18 15:54:43 2011 -0700

    gr-vocoder: re-implemented gr-codec2-vocoder inside gr-vocoder

commit c067ea65d7433d4111b344ded6dfbf089062cf33
Merge: 7d328d3 c925602
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 18 12:01:52 2011 -0700

    Merge remote branch 'ttsou/codec2' into wip/vocoders
    
    Conflicts:
        config/Makefile.am
        configure.ac

commit 7d328d30b395cde3bfbe5d3ee2e4ffcd46255e03
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 18 11:46:35 2011 -0700

    gr-cvsd-vocoder: removed from tree

commit 53cb984afd6f4dcb65f413dc9c4d8277eb8cc7d5
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 18 11:21:59 2011 -0700

    gr-vocoder: re-implemented gr-cvsd-vocoder in gr-vocoder

commit 71d382debf95d37a0d388fa37476fbf60f0e9714
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 18 10:25:07 2011 -0700

    gr-gsm-fr-vocoder: removed from tree

commit 30754b17df67a808e7c960d4f3c94a6b05557a17
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 18 06:28:05 2011 -0700

    gr-vocoder: reimplemented gr-gsm-fr-vocoder in gr-vocoder

commit a6a51938fabe4cbcd6de596b479a4f8c343deb86
Merge: 37d2e0e ece528d
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 18 05:44:42 2011 -0700

    Merge remote branch 'gnuradio/next' into wip/vocoders

commit ece528da43f561eaa4f6de46f7bdab976cc85547
Author: Tom Rondeau <address@hidden>
Date:   Mon Jul 18 07:01:33 2011 -0400

    digital: fixing imports and build/dist for gr-digital.

commit 37d2e0ecdb74183d40a4097c6404d252acea5fd1
Merge: fd1a28f 4daafa4
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jul 17 16:13:53 2011 -0700

    Merge remote branch 'gnuradio/next' into wip/vocoders

commit fd1a28f693ed41d4bba9f1c800e79693e4c55ed2
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jul 17 16:06:56 2011 -0700

    gr-vocoder: add skeleton top-level component

commit 4daafa4e7d91b01e64cd8260fcbb9a97708524ba
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 17 18:34:34 2011 -0400

    digital: reverting back to ofdm, pkt, and modulation_utils in gnuradio-core 
to master. Moved new versions under gr-digital.

commit f7b9a0c6922c86cd54c1300ab45209d8e2db13df
Merge: caa4af8 04409d2
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 17 17:25:57 2011 -0400

    Merge branch '8psk' into next
    
    Conflicts:
        gr-msdd6000/src/Makefile.swig.gen

commit 04409d2ba42ac5b372a7b6bb7e9c8de5722d76d7
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 12 23:05:25 2011 -0400

    trellis: fixing trellis build and qa structure. run_tests.in adds 
gr-digital to the PYTHONPATH so that the QA code can import digital_swig.

commit 0b3d5b1a3238d9f72bcdef6aa3131776fb572175
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 12 23:02:47 2011 -0400

    fixing build for constellation code. Had to make some changes to the qa 
code to import the right stuff after being changed from sitting in 
gnuradio-core.

commit 54a1ae3aeea9709e436bb2fc69ae47aeffd1cb29
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 12 22:59:59 2011 -0400

    fixing build

commit 4f760496574a79379eff07e3d7cec33592be5b1b
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 10 22:38:18 2011 -0400

    audio: fixing alsa source like we did for alsa sink before.

commit 9d385102eb45a3eb4b55ec6c2c414d909d6e705d
Merge: 02bc52c 1aeb7d0
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 10 21:40:50 2011 -0400

    Merge branch 'master' of gnuradio.org:gnuradio

commit 02bc52c1abfbe5a3473577ef2377825d683a7bab
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 10 20:44:59 2011 -0400

    qtgui: missed this when updating time info.

commit 0b82040fc377c288da9395b62ffd5ef1b334027b
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 10 20:32:04 2011 -0400

    digital: removed new constellation blocks from gnuradio-core.

commit 7efeff11a41392c55d2e2a620c17b9e1bda21205
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 10 20:30:25 2011 -0400

    digital: work on build to make gr-trellis dependent on gr-digital.

commit f232855f93d4bccf08b9836943b55c25c2ef0055
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 10 20:29:27 2011 -0400

    digital: moving more constellation blocks into gr-digital. Builds, make 
check needs work.

commit 7dfb50a3deec474bb8896cfbfc8d51928908bd17
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 10 20:28:47 2011 -0400

    digital: fixed variable ordering to remove warning.

commit caa4af889f54a696d3a533c77c5016df82f2987c
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jul 8 19:01:10 2011 -0700

    build: fix incorrect version on next branch

commit 2cad94708515537d889bc0e1444472db81ee8ba5
Merge: 6c9de15 1aeb7d0
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jul 8 18:36:32 2011 -0700

    Merge branch 'master' into next

commit 1aeb7d085556edd23fbab0584603354895b9af6d
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jul 8 18:24:46 2011 -0700

    gr-usrp: fix missing Makefile.am entry

commit 85477e81354597c40b37b75e5b9eb0af3c3fa4a2
Merge: 666cd2d 85a8b62
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jul 8 17:41:09 2011 -0700

    Merge remote branch 'nick/volk_cmake'

commit 666cd2dd6818fb66e538fa52957f3a23d68e7b94
Merge: 5938a37 9bfe75f
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jul 8 10:23:31 2011 -0700

    Merged jblum/new_volk into master

commit c9256024ea6b6956f7969fc742d6514810db9812
Author: Thomas Tsou <address@hidden>
Date:   Wed May 25 15:15:08 2011 -0700

    vocoder: codec2: add block for David Rowe's Codec2

commit 6c9de15d04721c9c77b2c8bf5e6202461eeb1c29
Merge: ec4c3c3 5938a37
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jul 6 19:11:10 2011 -0700

    Merge branch 'master' into next

commit 5938a37512ec66872adf28b260cb1d2bfefa9602
Merge: b7d8980 f5c18ec
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jul 6 19:11:06 2011 -0700

    Merge branch 'maint'

commit f5c18ec56d270c5cbc67bd12bfc22973583239e3
Author: Michael Dickens <address@hidden>
Date:   Wed Jul 6 19:04:29 2011 -0700

    gr-audio: fix missing Makefile.am clause
    
    Date: Tue, 5 Jul 2011 23:16:48 -0500
    Message-ID: <address@hidden>
    From: Ryan Pape <address@hidden>
    To: address@hidden
    Subject: [Discuss-gnuradio] OSX 10.6 Audio Library Error
    
    I'm having trouble with a new install on OSX 10.6.  I've done this enough
    times on other OSX versions but I am drawing a blank.    Can anyone help me
    out?  Can't find Core Audio libs?
    
    Traceback (most recent call last):
      File "./dial_tone.py", line 24, in <module>
        from gnuradio import audio
      File "/usr/local/lib/python2.6/site-packages/gnuradio/audio/__init__.py",
    line 22, in <module>
        from audio_swig import *
      File
    "/usr/local/lib/python2.6/site-packages/gnuradio/audio/audio_swig.py", line
    26, in <module>
        _audio_swig = swig_import_helper()
      File
    "/usr/local/lib/python2.6/site-packages/gnuradio/audio/audio_swig.py", line
    22, in swig_import_helper
        _mod = imp.load_module('_audio_swig', fp, pathname, description)
    *ImportError:
    dlopen(/usr/local/lib/python2.6/site-packages/gnuradio/audio/_audio_swig.so,
    2): Symbol not found: _AudioComponentFindNext*
      Referenced from: /usr/local/lib/libgnuradio-audio-3.4.1git.0.dylib
      Expected in: flat namespace
     in /usr/local/lib/libgnuradio-audio-3.4.1git.0.dylib

commit ec4c3c3c2893b9f068ca11ad623a77d9b12f60a8
Merge: 0ff8efa b7d8980
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 4 21:07:29 2011 -0700

    Merge branch 'master' into next

commit b7d8980a6e9e070609b4270ad51d8a91ebfb60b2
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 4 21:00:18 2011 -0700

    gnuradio-examples, gr-audio: moved audio Python and C++ examples into 
gr-audio
    
    This begins a transition of examples from a separate gnuradio-examples 
component
    into an examples directory with the component they go with.  In this commit:
    
    gnuradio-examples/c++/audio/   => gr-audio/examples/c++
    gnuradio-examples/python/audio => gr-audio/examples/python
    
    The system installation directory remains 
$PREFIX/share/gnuradio/examples/audio

commit 0ff8efadfbd68def82b360db461ae9adb52f176f
Merge: 250998d 2930812
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jul 3 18:00:24 2011 -0700

    Merge branch 'master' into next

commit 2930812784e1b2d9325efccc163448e14118af7c
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jul 3 17:51:24 2011 -0700

    gr-utils: move non-GUI apps using old libusrp(2) into gr-usrp or gr-usrp2
    
    One step (of many) to convert GNU Radio to use new Ettus Research UHD 
driver.

commit 250998de9bf1dc3550e33309b316268f857499a2
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jul 3 16:32:23 2011 -0700

    msdd6000: removed from tree, obsolete

commit f2b3a24eeb7d37111f856ee0d14525611706bb9b
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jul 3 16:07:29 2011 -0700

    sounder: removed from tree, obsolete

commit e18740dee59e76432fd1ff62feadf7ad77215c1d
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jul 3 16:01:08 2011 -0700

    radar-mono: removed from tree, obsolete

commit f4bfaf0382f6a516db6e1eed82a6de1e7217dd19
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jul 3 15:56:05 2011 -0700

    gpio: removed from tree, obsolete

commit b25fa9d98bf9e27d036bf3cd44fa996fd0b5b51b
Merge: 3baf863 9810b88
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jul 3 12:13:42 2011 -0700

    Merge branch 'master' into next

commit 9810b8820631c610f981016276d4def432549b5f
Merge: f6fedf2 b0a1625
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jul 3 12:13:26 2011 -0700

    Merge branch 'maint'

commit f6fedf278c08fb0083808c6baf42ba2972a43ef1
Author: Josh Blum <address@hidden>
Date:   Sun Jul 3 11:35:55 2011 -0700

    gr: added to the .gitignores to various components for in-tree builds

commit 0943610314d15abeecd0547de9541560bf373811
Author: Josh Blum <address@hidden>
Date:   Sun Jul 3 11:35:16 2011 -0700

    uhd: typo fix for initing a new clock_config()

commit 281e0124e14348a65d5fec1d97ff4317f435c4b4
Merge: 2cdc486 ae0efeb
Author: Josh Blum <address@hidden>
Date:   Sun Jul 3 10:55:53 2011 -0700

    Merge branch 'uhd/per_mb_ref_source' of gnuradio.org:jblum

commit b0a162579ededbcbc16889a4f948da6096564f26
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jul 3 08:27:13 2011 -0700

    Fix URL in ChangeLog

commit 3baf863bc0418960ff120fabaa703e710f604377
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jul 1 11:38:36 2011 -0700

    Fix sensitivity accessor in gr_frequency_modulator_fc.
    
    Since this was corrected after the 3.4 API freeze, it is going into
    the 3.5 branch.

commit 0a24c0b23396c6adefcc61b2d16658ab2b56974c
Merge: b9d2979 2cdc486
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jul 1 11:35:37 2011 -0700

    Merge branch 'master' into next

commit 2cdc48643f354589acfcc6bd65f65dd5792ff508
Merge: a672268 b1df724
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jul 1 11:31:23 2011 -0700

    Merge branch 'single_pole_iir_const'

commit b1df72440bacd929485d051500b7a34e5c184759
Author: Johannes Schmitz <address@hidden>
Date:   Fri Jul 1 11:31:05 2011 -0700

    gnuradio-core: make accessor const in gr_single_pole_iir

commit a67226819f965e10be6c0dff7d8222252b325ab8
Merge: 9bf3635 33c0072
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jul 1 11:19:57 2011 -0700

    Merge branch 'quad_demod_gain_accessors'

commit 33c00729c9720c2254cb0fa9daad5994aeba1ab7
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jul 1 11:19:32 2011 -0700

    gnuradio-core: use common coding style for accessor in quadrature_demod_cf

commit 4c503b6ab621cb15724a6f5ddc6f399d945b42bf
Author: Alexandru Csete <address@hidden>
Date:   Fri Jul 1 11:12:47 2011 -0700

    gnuradio-core: add accessors for gain property of quadrature_demod_cf
    
    Date: Tue, 17 May 2011 21:52:02 +0200
    Message-ID: <address@hidden>
    From: Alexandru Csete <address@hidden>
    To: address@hidden
    Subject: [Patch-gnuradio] set/get gain for quadrature_demod
    
    Greetings,
    
    The attached patch adds set/get gain accessors to the
    quadrature_demod_cf block, inspired by the similar changes to the
    frequency_modulator block few days ago.
    
    Alex

commit ae0efeb9c39942027835980a2e7f271a3b9a557c
Author: Josh Blum <address@hidden>
Date:   Wed Jun 29 18:29:53 2011 -0700

    uhd: added per motherboard reference source option (includes mimo cable)

commit 9bf36359d2cab2cc36adee529429e6b693448154
Author: Josh Blum <address@hidden>
Date:   Wed Jun 22 23:35:19 2011 -0700

    grc: qtgui windows have scrollbars (thanks jason)

commit e13fcfbd9d82ea37610c5423229fa3a228fa604d
Merge: 5ce630c 233621d
Author: Tom Rondeau <address@hidden>
Date:   Wed Jun 22 16:33:45 2011 -0700

    Merge pull request #2 from benreynwar/8psk
    
    Constell obj

commit 233621d6bbc3c68109998d0e68ffc7df7de69eb4
Author: Ben Reynwar <address@hidden>
Date:   Tue Jun 21 15:51:40 2011 -0700

    gr-digital, gr-trellis: Fixing gr-trellis to work with constellation now 
that it is in gr-digital.

commit 081497e75e89ab1343ee020013f5fd05275b6188
Author: Josh Blum <address@hidden>
Date:   Sat Jun 11 11:03:11 2011 -0700

    uhd: simplify the work function, added TODOs for tags

commit d9955bc0ba633ebd4bb2964b656f47cd05ccd05f
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Mon Jun 13 18:38:03 2011 -0400

    added grc directory in gr-trellis

commit 192f4a6614fb347c6bf5acb9cac0d190bb33089d
Author: Ben Reynwar <address@hidden>
Date:   Mon Jun 13 13:44:17 2011 -0700

    Fixed error in m4 config file.

commit f73984a6b43af4c4795af4b91657cc7b1ff49dae
Merge: 2c8b1d9 5ce630c
Author: Ben Reynwar <address@hidden>
Date:   Mon Jun 13 13:30:19 2011 -0700

    Merge branch '8psk' of https://github.com/trondeau/gnuradio into 8psk

commit 5ce630cbce6460b739b175257ce0d717095a55f4
Merge: 86553ec f0143c5
Author: Tom Rondeau <address@hidden>
Date:   Mon Jun 13 12:35:42 2011 -0400

    Merge branch 'master' into 8psk
    
    Conflicts:
        gr-qtgui/lib/qtgui_time_sink_c.cc
        gr-trellis/src/lib/Makefile.am
        gr-trellis/src/lib/calc_metric.h
        gr-trellis/src/lib/trellis.i
        gr-trellis/src/lib/trellis_constellation_metrics_cf.i
        gr-trellis/src/lib/trellis_metric_type.h
        gr-trellis/src/lib/trellis_sccc_encoder_XX.i.t

commit 938eea97126e985927bc15091d3ad148ed593578
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Sun Jun 12 17:07:02 2011 -0400

    updated Makefile.am and block_tree.xml to reflect changes in
    grc file for gr-trellis

commit a8a9f157e738461dec3a969992b6ec7bcc0b01f0
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Sun Jun 12 17:05:46 2011 -0400

    Moved grc files from grc/block to gr-trellis/grc

commit b9d297910b0a04fc567e929cf4d80d0c61a8f885
Merge: e1fd603 f0143c5
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 11 21:25:48 2011 -0700

    Merge master into next, skipping revision change

commit e1fd603f0457e596ce59ac1ec3805fe4119296d2
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 11 21:16:37 2011 -0700

    Update revision to 3.5.0git

commit f0143c5d557ca7e4bf05c26f410da13520df91e5
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 11 21:13:27 2011 -0700

    Update revision to 3.4.1git

commit 441a3767e05d15e62c519ea66b848b5adb0f4b3a
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 11 20:54:36 2011 -0700

    Update revision to 3.4.0

commit 7aaa8fa6878c3af427f22fa0220773cd5d330a5f
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 11 15:25:18 2011 -0700

    Update config.sub and config.guess with latest canonical versions

commit add65c9ceae949592a9719175575f88da217790a
Author: Don Ward <address@hidden>
Date:   Sat Jun 11 14:46:18 2011 -0700

    Allow disabling shm vmcircbuf tests at configure time

commit 3bf9846d5839ddbd74d010a29444acb503d3a743
Merge: 2db51b4 26b6694
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 11 14:32:50 2011 -0700

    Merge remote branch 'burx/burx_updates_for_rel_3pt4'

commit 2db51b4014848ef761b3a53684d3437e1de0b347
Author: Josh Blum <address@hidden>
Date:   Sat May 14 23:33:32 2011 -0700

    grc: removed var sink taps example, its no longer supported, weird, and not 
useful

commit 665b6e550bb344abddd111c51b2bd1fb10f042c4
Author: Josh Blum <address@hidden>
Date:   Wed May 18 10:24:52 2011 -0700

    grc: disable pythonw on darwin, apparently not needed

commit d3d68e529063dceaec49e7ca06b8dc3b1f7bde0f
Author: Josh Blum <address@hidden>
Date:   Wed Jun 8 09:51:30 2011 -0700

    gr-uhd: enable 8 channels in grc uhd blocks

commit bba53da8418681d03ffd504042900bdd316f8e58
Author: Josh Blum <address@hidden>
Date:   Tue Jun 7 23:05:49 2011 -0400

    added high_res_timer_epoch to give ticks at the epoch

commit fd509d44bfa14375dce396e712869be257903fc7
Author: Josh Blum <address@hidden>
Date:   Tue Jun 7 23:04:42 2011 -0400

    qtgui: make a common function for the time label creation in waterfall

commit bbf11bb338a4a88a1f270f77649212fea0b0cab0
Author: Josh Blum <address@hidden>
Date:   Tue Jun 7 22:55:41 2011 -0400

    qtgui: removed all traces of highResTimeFunctions.h

commit eae515a2356a140e4407945eed21e56b90bb98d9
Author: Josh Blum <address@hidden>
Date:   Tue Jun 7 22:39:07 2011 -0400

    qtgui: removed most of the functions in highResTimeFunctions.h

commit 1418dccc89f554202e33d4d743c910407e8710a6
Author: Josh Blum <address@hidden>
Date:   Tue Jun 7 22:27:35 2011 -0400

    qtgui: partially switch to gruel high res timer

commit b8a8ed2c47556986f1f76abcfc8e6948c5053505
Author: Josh Blum <address@hidden>
Date:   Tue Jun 7 22:27:02 2011 -0400

    gruel: adding high resolution timer to gruel

commit 697562c3d4319ab6f13e4c2910a853409731595d
Author: Josh Blum <address@hidden>
Date:   Tue Jun 7 21:48:02 2011 -0400

    qtgui: replace timespec with typedef so its easier to replace

commit 275d14afc2b2f4088db204213cf14ab75499cc4e
Merge: 233f960 54301ae
Author: Tom Rondeau <address@hidden>
Date:   Tue Jun 7 21:06:33 2011 -0400

    Merge branch 'mergeme/fix/trellis/metrics_typo'

commit 86553ec410b1074bc4258b22027c5d31443d12ec
Author: Tom Rondeau <address@hidden>
Date:   Mon Jun 6 11:36:24 2011 -0400

    digital: converting LMS algorithm to use the gr_adaptive_filter structure 
and making naming consistent (so CMA and LMS look and behave similary with 
different error and upate functions).

commit 23ee6269df6f139ef6b85e7f404d452c10bb63a8
Author: Tom Rondeau <address@hidden>
Date:   Mon Jun 6 11:35:28 2011 -0400

    digital: formatting CMA code; adding get_ functions and renaming things for 
consistency.

commit 233f960474f86bc8cc519ce7257b29d8615c4000
Merge: 024c79a a23a0a4
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 5 15:36:47 2011 -0400

    Merge branch 'master' into turbo

commit 024c79a7fb13c08bae7b97079a245f711ecf12a7
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 5 15:36:00 2011 -0400

    trellis: fixed Makefile by removing non-existant file names.

commit 7293ac44d02280407f2b8dfd265eafe33178086f
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 3 17:57:32 2011 -0400

    digital: fixing comments on LMS DD equalizer

commit 92770a5a7fc8a662c33256a08e3eb16be593eb59
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 3 17:56:47 2011 -0400

    digital: adding GRC block for LMS DD equalizer.

commit 6ffd5d207483b05b0137608a428563b3cead3d26
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 3 17:56:27 2011 -0400

    digital: fixing 8psk constellation object to properly slice.

commit 7d1d1902c54dc8feeb5742592e28403011602708
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 3 17:14:28 2011 -0400

    digital: adding an LMS decision-directed equalizer block.

commit 1db1cabf26f9f543e35ae7082917fc1cdd5d6853
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 3 17:14:05 2011 -0400

    digital: adding some comments to the swig file

commit dfe571b314543018b421066f502ff1e65576e2ee
Merge: 781de9e a23a0a4
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 3 09:51:57 2011 -0400

    Merge branch 'master' into 8psk

commit 12e4796cd3a7830759c8961bc7ebb1fd0d3673cc
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Thu Jun 2 18:26:33 2011 -0400

    Updated some of the examples in gr-trellis to use the options parser

commit a23a0a46c3bf446cbe09d71bc8e10b061256ef56
Merge: 24157d6 7829d14
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 2 11:38:37 2011 -0400

    Merge branch 'tr_master'

commit 7829d145d3a00b64a9e203008a6ea4847e966388
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 2 11:11:17 2011 -0400

    core: fixed documentation for dc blocker.

commit 7ed92966c100c0e70152a87ed730750b60f2903f
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 2 11:04:24 2011 -0400

    QA: adding QA code for DC blocker block. Tests impulse response for complex 
and float, long and short form for each.

commit 297613170b84640c8a91c9a50374385883c837ff
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 2 10:40:30 2011 -0400

    grc: fixing DC blocker block to handle i/o type.

commit 85a8b62ff4b4382e216ea88661fc32c6f30b724f
Author: Nick Foster <address@hidden>
Date:   Mon May 30 23:25:15 2011 -0700

    volk: make fptrs in volk.h visible

commit 8879533b9222c8d4f39ab938d57fd4c0adcca96b
Author: Nick Foster <address@hidden>
Date:   Mon May 30 21:17:14 2011 -0700

    Added volk_typedefs.h to the generated sources and installed headers.

commit 9955ef951e213cba02735cc90944cdb0aca49285
Author: Tom Rondeau <address@hidden>
Date:   Wed May 25 16:51:16 2011 +0100

    grc: adding DC blocker GRC block.

commit b0b248eadb35bfcca178f97d5ba0160c5d3717eb
Author: Tom Rondeau <address@hidden>
Date:   Wed May 25 16:50:25 2011 +0100

    filter: adding floating point version of DC blocker alg.

commit e45053b962d8a8c3d6615950397cb6429a34e336
Author: Tom Rondeau <address@hidden>
Date:   Wed May 25 16:49:57 2011 +0100

    filter: changing name of moving average class to remove name conflicts.

commit 09f5b9606b57631d27d3abd868dcf5fe7eca6d12
Author: Tom Rondeau <address@hidden>
Date:   Wed May 25 16:29:22 2011 +0100

    filter: adding a DC blocker algorithm.

commit 24157d63c841b59eedf7f05bfb6c03ea638c5c89
Merge: e896fec f5d6c32
Author: Tom Rondeau <address@hidden>
Date:   Wed May 25 10:39:46 2011 +0100

    Merge branch 'tr_master'

commit f5d6c321dcdba35189b120795dccad5b12ce8939
Merge: a442150 ee85200
Author: Tom Rondeau <address@hidden>
Date:   Wed May 25 02:02:12 2011 -0700

    Merge pull request #1 from tttx/pmt-swig-fix
    
    Pmt swig fix

commit 54301ae213e065c216c2389c64fd6cdb0f64cfea
Author: Josh Blum <address@hidden>
Date:   Wed May 25 00:11:29 2011 -0400

    trellis: fix typo, had include config.h logic reversed

commit ee852007b1c0dbeeed6edeb9d5b8b07fed13df91
Author: tttx <address@hidden>
Date:   Tue May 24 15:22:13 2011 -0400

    update python installed files

commit 4598466e739c458e4fc54724411634ad3867c75a
Author: tttx <address@hidden>
Date:   Tue May 24 15:21:39 2011 -0400

    fixing file tracking

commit 1ba972517c6aa00270382f51e76bdc125f626746
Author: tttx <address@hidden>
Date:   Tue May 24 15:20:21 2011 -0400

    fixing pmt swig python installed files

commit e896fec51f576a169c8751573af3dcd90c80669f
Author: Tom Rondeau <address@hidden>
Date:   Tue May 24 12:07:39 2011 +0100

    gr-utils: updating gr_plot_psd.py to protect against zero-length arrays in 
get_data.

commit 86ecca0758e0ad014e14d8e38f2e3ff989c6b04a
Author: Nick Foster <address@hidden>
Date:   Fri May 20 21:47:55 2011 +0100

    Volk: runtime NEON detection based on /proc/self/auxv

commit 2e67e743c616ed557f7adda7de138adc06152584
Author: Nick Foster <address@hidden>
Date:   Fri May 20 16:01:20 2011 -0700

    Volk: Use "unsafe" math optimizations (read: NEON) in GCC on NEON arch

commit d9e32f2b36808dd98648a01b2d6fa0915df96573
Author: Nick Foster <address@hidden>
Date:   Fri May 20 15:48:05 2011 -0700

    Volk: modify NEON test flag

commit 95377fea8f83bfaf956704e961c15d687848cb5c
Author: Nick Foster <address@hidden>
Date:   Thu May 19 15:05:18 2011 -0700

    Volk: first stab at NEON support. Using compile-time detection.

commit e8610bae2cf87440a1c836e3b72b45b60130df34
Author: Nick Foster <address@hidden>
Date:   Wed May 18 18:10:59 2011 -0700

    volk: remove justifiable obscenity from volk_prefs.c

commit 3a41b3208e222965e908c6a04e3ab05379c782c4
Author: Nick Foster <address@hidden>
Date:   Wed May 18 18:03:26 2011 -0700

    Volk: added alignment prop to each machine. call volk_get_alignment() to 
get your machine's reqd alignment for malloc.

commit c80e7b00de836a388013a002008c7256481414cb
Author: Nick Foster <address@hidden>
Date:   Wed May 18 13:39:57 2011 -0700

    Volk: renamed everything else to _a instead of _a16, makefiles included

commit 5f145a323af39c631e55e760e69a797126a54eb3
Author: Nick Foster <address@hidden>
Date:   Wed May 18 13:20:50 2011 -0700

    Volk: rename functions _a instead of _a16

commit 9d2ee4d74d312fd788f02a85b1d24ac16e4eb4eb
Author: Nick Foster <address@hidden>
Date:   Wed May 18 13:19:48 2011 -0700

    Volk: rename aligned functions to just _a instead of _a16

commit 781de9ee2986e96f201e796b5371d6bcb6324982
Author: Tom Rondeau <address@hidden>
Date:   Wed May 18 12:12:17 2011 +0100

    filter: Adding a concept of output samples per symbol to the PFB clock 
recovery alg, mostly so you can pass on 2+ samples per symbol to a follow-on 
equalizer.

commit 900e227bd6a78609d3f4017291af944edae9a3dd
Author: Tom Rondeau <address@hidden>
Date:   Wed May 18 11:05:50 2011 +0100

    core: minor changes to clean up adaptive filter code.

commit 8edabae54b3b7c64180d734d4525a94e2a2d1ac8
Author: Tom Rondeau <address@hidden>
Date:   Wed May 18 11:05:10 2011 +0100

    digital: set number of samps per symbol for the equalizer. Also, explicitly 
set the initial taps of the adaptive filter to 0+j0

commit a442150fe2aefac17db65f298057f15be4cbded0
Author: Tom Rondeau <address@hidden>
Date:   Tue May 17 17:21:33 2011 +0100

    gr-uhd: fixed uhd apps; don't try to set the clock; default antenna unless 
specified; proper name for tune result.

commit 9bfe75fd7c6a7069db2d2a98195faabf6ba248e2
Author: Josh Blum <address@hidden>
Date:   Fri May 13 13:58:01 2011 -0700

    volk: do not install library-only headers

commit 3752974f8c132b5ea55f3ea0f8e9c072c83855cc
Merge: 8584298 f53fef3
Author: Tom Rondeau <address@hidden>
Date:   Fri May 13 17:28:18 2011 +0100

    Merge branch 'master' into 8psk

commit c00901263795fe436e2d5aea7d2eb08d8bd81f64
Author: Josh Blum <address@hidden>
Date:   Thu May 12 20:11:41 2011 -0700

    volk: added header implementation files to generation rule dependencies

commit 24e6571eba6fce28a950f98887fe506d699f8356
Author: Nick Foster <address@hidden>
Date:   Thu May 12 18:35:19 2011 -0700

    Volk: I keep pulling tests out for testing and forgetting to put them back 
in...

commit 7d349848c60f99f9906cb57d0ebe3c7dd35096bd
Author: Nick Foster <address@hidden>
Date:   Thu May 12 17:39:11 2011 -0700

    Volk: avx impl for 32f_s32f_convert_32i

commit bfb812a4ae8ec750d4452be7ce6b31d33de5796d
Author: Nick Foster <address@hidden>
Date:   Thu May 12 16:55:56 2011 -0700

    Volk: changed size of memory alignment in QA code to 32 for AVX support

commit 88d41e8bc991476880d40d2369018e9adf0011ff
Author: Nick Foster <address@hidden>
Date:   Thu May 12 16:17:46 2011 -0700

    Volk: added an AVX impl (of 32f multiply) just to see if it's any faster. 
It's not.

commit a346b0d610e2952e9ffc45363425e4f2becea109
Author: Nick Foster <address@hidden>
Date:   Thu May 12 16:04:32 2011 -0700

    Volk: Forgot to put sse4.1 support in sse4_2 and avx machines

commit c2532b7bed67cdb4d628b3ad95821c3d67480212
Author: Nick Foster <address@hidden>
Date:   Thu May 12 15:58:29 2011 -0700

    Volk: uncomment most of the profiler tests

commit 52662c938d42c6dab110c015719ba3d98f491f96
Merge: a56dad2 b0e781a
Author: Josh Blum <address@hidden>
Date:   Thu May 12 15:57:42 2011 -0700

    Merge branch 'volk_cmake' of github.com:bistromath/gnuradio into 
new_volk_cmake
    
    Conflicts:
        volk/lib/CMakeLists.txt

commit b0e781a55387e02ef8126219ccfe8b3c48a838f5
Author: Nick Foster <address@hidden>
Date:   Thu May 12 15:39:56 2011 -0700

    Volk: move configuration into ~/.volk instead of ~/.gnuradio, add ability 
to create dir in profiler if not exist

commit 256304ee92f49b536358252693a2083f211e1e37
Author: Nick Foster <address@hidden>
Date:   Thu May 12 15:27:59 2011 -0700

    Volk: fixed pkgconfig install

commit 644d155a1f5dbc10985c2e0a7c0df4d7680cbf31
Author: Nick Foster <address@hidden>
Date:   Thu May 12 15:23:35 2011 -0700

    Volk: fix volk.pc.in

commit a1b9b5c16c53bedfe8ebab39055a36dee387a9a4
Author: Nick Foster <address@hidden>
Date:   Thu May 12 15:07:31 2011 -0700

    Volk: forgot to add prefs.c/h to git...

commit c21132e07100c62182a27a8e282cb72463dd2963
Author: Nick Foster <address@hidden>
Date:   Thu May 12 14:50:48 2011 -0700

    Volk: actually return the preferred arch

commit 30fdc38d20d4e38908059b6e351c550de5741621
Author: Nick Foster <address@hidden>
Date:   Thu May 12 14:21:17 2011 -0700

    Volk: profiling works. loads prefs on init. volk_rank_archs looks in prefs 
first.

commit 2c8b1d999e7388c4513149615b5c7ebedb854d35
Author: Ben Reynwar <address@hidden>
Date:   Thu May 12 13:17:06 2011 -0700

    Fixing typos in grc xml files.

commit f53fef3d2bc39b2020b8bce3d88b43569dd16605
Author: Tom Rondeau <address@hidden>
Date:   Thu May 12 16:29:33 2011 +0100

    core: adding get/set sensitivity accessors to frequency_modulator_fc block.

commit b50dbc4498842fecd7f0c6adc22f25726f8d27d3
Author: Nick Foster <address@hidden>
Date:   Wed May 11 21:45:03 2011 -0700

    Volk: Profiler is in apps/ now. Added name to function info. Going to 
C++-ify the whole thing.

commit 0b3658687ac902763ffa4d1c0f574e470b3c28db
Author: Ben Reynwar <address@hidden>
Date:   Wed May 11 00:17:09 2011 -0700

    Moved generic psk and qam modulation into gr-digital.

commit f6c10234d42f5b6913002ca3cd5723b9c5270f7c
Author: Ben Reynwar <address@hidden>
Date:   Tue May 10 23:14:30 2011 -0700

    Modifying gr_trellis for gr_constellation -> digital_constellation change.

commit e3997ada93a25569a05bbfd615d73d00cee6eca5
Author: Nick Foster <address@hidden>
Date:   Tue May 10 21:52:23 2011 -0700

    Volk: initial profiling support. Profiling works, reading doesn't yet. Need 
to add name field to volk arch_defs

commit a56dad2b5caf5167f4c93a15b86c304c0077a0a6
Author: Josh Blum <address@hidden>
Date:   Tue May 10 18:24:35 2011 -0700

    volk: move generation rules into lib + cleanup

commit 796527604c579951fbd5fbc3e5ed41a17b61610e
Author: Nick Foster <address@hidden>
Date:   Tue May 10 14:47:35 2011 -0700

    Volk: allow setting of build type (debug, release, etc) from command line

commit 51f9487bc6b8162ba10b8841475abcc26b220459
Author: Josh Blum <address@hidden>
Date:   Tue May 10 14:23:12 2011 -0700

    volk: added orc support to the cmake build

commit 21d6870a6ef5284a5941dce1484bcfff6684ffea
Author: Josh Blum <address@hidden>
Date:   Mon May 9 20:31:56 2011 -0700

    volk: cmake support for volk (gcc + msvc)

commit 3381729bb788e2d4f158d8efb6196a45e1620946
Author: Josh Blum <address@hidden>
Date:   Tue May 10 12:31:09 2011 -0700

    volk: generate two machine structs which are conditional on LV_HAVE_ORC

commit 3303ac16c2b161a4db8cb37b728e0173910ee865
Author: Tom Rondeau <address@hidden>
Date:   Tue May 10 17:40:03 2011 +0100

    gr-uhd: fixed apps Makefile for distribution.

commit 2bdca228868089f423dbeab2970f5e0a219fdef2
Author: Tom Rondeau <address@hidden>
Date:   Tue May 10 16:30:41 2011 +0100

    gr-uhd: adding gitignore file to uhd apps dir.

commit 69c11ed7ac1105913e55ccb6cd9116ba7adc934d
Author: Tom Rondeau <address@hidden>
Date:   Tue May 10 16:29:54 2011 +0100

    gr-uhd: Makefile.am for UHD apps.

commit 50646fa13731ce8dd6382a0f54766d839e634fc5
Author: Tom Rondeau <address@hidden>
Date:   Tue May 10 16:29:38 2011 +0100

    gr-uhd: UHD version of usrpx_rx_cfile.py.

commit b7dd6da5c0ddaa1f39419e2a3e3e050f3652230c
Author: Tom Rondeau <address@hidden>
Date:   Tue May 10 16:20:08 2011 +0100

    gr-uhd: adding antenna selection ability to uhd_fft.py.

commit 6736e9623fe35bfac53886c41766f166331fd4ca
Author: Tom Rondeau <address@hidden>
Date:   Tue May 10 15:03:53 2011 +0100

    gr-uhd: adding uhd_fft.py app

commit 7554d2103b0cf1939a545d92ce38dcc2995b21a2
Author: Tom Rondeau <address@hidden>
Date:   Tue May 10 12:05:22 2011 +0100

    examples: usrp2_wfm_rcv added support for WBX boards. From patch submitted 
by Elvis Dowson.

commit 74df52ebefb8835564cedcd06d9c08aaa186ebca
Author: Tom Rondeau <address@hidden>
Date:   Tue May 10 12:01:17 2011 +0100

    build: updated SDCC error message on failure. We don't support version 3, 
so this should make that better understood.

commit ffbe7a0e951808ee972054b2182b97986595a9c5
Author: Josh Blum <address@hidden>
Date:   Mon May 9 20:22:46 2011 -0700

    volk: implement type-agnostic operators for volk_complex

commit 52b4aee1bde356f05bb017536968a8ec77e3878b
Author: Nick Foster <address@hidden>
Date:   Mon May 9 18:44:08 2011 -0700

    Volk: Each QA test runs in separate Boost test case so it prints statistics 
for you.

commit b3a85a74862636a2168d028f3e1bbdb07107edc8
Author: Josh Blum <address@hidden>
Date:   Mon May 9 10:45:28 2011 -0700

    gnuradio: revert bootstrap changes
    
    Its so simple, but seems to not work well on some machines.

commit 8584298ae45ad1a0210e5d4ed67cdfae64a93c7c
Author: Tom Rondeau <address@hidden>
Date:   Mon May 9 16:33:39 2011 +0100

    gr-qtgui: adding the various windows as initial options for the qtgui sink 
in GRC.

commit 97fd10af58ecd4effcf1715eed502836e3c2e1da
Author: Tom Rondeau <address@hidden>
Date:   Mon May 9 12:13:50 2011 +0100

    gr-qtgui: makes time sink a sync_block (since it is) and uses 
set_output_multiple instead of forecast. The result is that multiple streams 
maintain constant relationship, which they did not before. This should also 
prevent us from having to keep so much book-keeping of the indecies, and we 
will hopefully be able to clean this up soon.

commit a72bde633dda63c4471111894ca6b92a87318d5f
Merge: bdd0bd4 207a2ae
Author: Tom Rondeau <address@hidden>
Date:   Sun May 8 19:58:43 2011 +0100

    Merge branch 'master' into 8psk

commit bdd0bd405c2ea645395917c1abb91c964210c4d9
Author: Tom Rondeau <address@hidden>
Date:   Sun May 8 17:04:32 2011 +0100

    build: committing updated Makefile.swig.gen files.

commit c7fca756d4f880cfeea7c4b4b3319203ae7d6e90
Author: Tom Rondeau <address@hidden>
Date:   Sun May 8 17:04:08 2011 +0100

    digital: fixing qa code; adding (untested) GRC block for DxPSK demods.

commit 1cbe1cae4dd4d651b676bedb060343a7c651f880
Merge: ed4e996 cbf76b8
Author: Tom Rondeau <address@hidden>
Date:   Sun May 8 16:50:32 2011 +0100

    Merge branch '8psk' of github.com:trondeau/gnuradio into 8psk

commit cbf76b863bfd62ca22913b84bc705908a817b664
Merge: 918d53d 6c3623b
Author: Tom Rondeau <address@hidden>
Date:   Sun May 8 11:54:44 2011 -0400

    Merge branch '8psk' of github.com:trondeau/gnuradio into 8psk
    
    Conflicts:
        gr-digital/lib/digital_costas_loop_cc.cc
        gr-digital/python/qa_costas_loop_cc.py

commit c40ef84defaeed0c9ec70e45a7e4019fa6d6e1b2
Author: Josh Blum <address@hidden>
Date:   Fri May 6 14:27:48 2011 -0700

    volk: various backports from MSVC building
    
    1) Added support for __cpuid intrinsic under MSVC
    
    2) Fixed disambiguation for std::abs overload in qa code
    
    3) Fixed bit128 union, the ifdefs were completely wrong

commit 5b4c7d27e9d49ab58df1f1d9350dcaf64c60a1ce
Author: Josh Blum <address@hidden>
Date:   Fri May 6 12:41:16 2011 -0700

    volk: top-level common header cleanup
    
    Since we already have a volk_common.h,
    moved the attributes, API declaration,
    and c-linkage macros into volk_common.h
    
    This change removes volk_attributes.h,
    in favor of one common include header.
    The implementation headers that require
    attributes now include volk_common.h
    
    This change removes the emit_omnilog.py script,
    in favor of pre-processor macros in volk_common.h
    In addition, extern C is only defined when in C++
    and in GCC because non-GCC does not have complex.h

commit 12413747c90754482582e16c95b551e1b36c6074
Author: Josh Blum <address@hidden>
Date:   Fri May 6 11:25:00 2011 -0700

    volk: removed volk_registry.h, it was superseded by the machines

commit f9f3509dabe429953afc30ca7672b167dc4b5523
Author: Josh Blum <address@hidden>
Date:   Fri May 6 11:01:57 2011 -0700

    volk: make volk_machine_xxx.cc c-safe
    
    Initialize each machine struct using C constants,
    (rather than relying on C++ to copy objects).
    
    Each machine file is far simpler,
    because we know what archs are in a machine,
    we can generate exactly the right code.
    
    In addition, rename the file extensions to .c so we know its C only.

commit 701b1c520865388a4287c6a3f63afb3ce2626cf1
Author: Josh Blum <address@hidden>
Date:   Thu May 5 19:02:03 2011 -0700

    volk: make volk_machines.cc c-safe
    
    Initialize the list of machine structs w/ pointers,
    this does not rely on C++ initialization and is smaller.
    
    In addition, rename the file extension to .c so we know its C only.
    
    Interesting note, this also fixes a bug when compiling under MSVC,
    the machines list initialization seemed to have problems prior to this 
change.

commit 207a2ae73bd5d6cab201bb57ed8db64fd54cfd90
Merge: 7a91b82 a92cb89
Author: Tom Rondeau <address@hidden>
Date:   Mon May 2 12:35:16 2011 +0100

    Merge branch 'mergeme/grc/cross_platform_work'

commit 7a91b8226f71d75b027beb466f965bbba97c07a8
Merge: e1558e1 517bee3
Author: Tom Rondeau <address@hidden>
Date:   Mon May 2 11:25:17 2011 +0100

    Merge branch 'mergeme/uhd/gain_names'

commit e1558e1c529d7840a7f6abd366b023cffe3d630e
Merge: b3d9611 bab5e5c
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 28 14:23:01 2011 +0100

    Merge branch 'mergme/audio/api_macro'

commit 42783746a78bf4d094e6ff9b6971b565e9ac59dd
Author: Josh Blum <address@hidden>
Date:   Tue Apr 26 22:59:13 2011 -0700

    gnuradio: support out-of-tree bootstrap
    
    Run bootstrap from any directory and it will work.
    The bootstrap script determines the source directory,
    and cds into that directory to run each auto* command.
    
    The bootstrap files also print that they are run,
    and there is a place to add-in future sub-projects.

commit a5e2d9e5baf869ae961fbb5820447290d6d9c7c8
Author: Josh Blum <address@hidden>
Date:   Tue Apr 26 21:55:48 2011 -0700

    volk: reorganization of generation sources and generated files
    
    All generation sources have been moved to the gen/ subdirectory.
    Bootstrap and volk_register.py generate the files into to gen/ subdirectory
    in an effort to cleanly separate the static/generated parts of the build 
tree.
    
    Define top_gendir in Makefile.common, all generated sources listed in 
Makefile.ams
    are prefixed with $(top_gendir) to differentiate them from static in-tree 
sources.

commit d941ba31677804fe382d76fca17fc044d12777f5
Author: Josh Blum <address@hidden>
Date:   Tue Apr 26 21:41:34 2011 -0700

    volk: removed cppunit from the build (not used anymore)

commit b3d961180d52536485173bd4a3dcee44550a70f6
Merge: 9d3c897 7033384
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 24 23:27:41 2011 -0400

    Merge branch 'mergme/qtgui/api_exports'

commit 703338443db476e19fc42f57e5d9f76ff7ec1751
Author: Josh Blum <address@hidden>
Date:   Sun Apr 24 19:33:23 2011 -0700

    qtgui: added GR_QTGUI_API declaration to qtgui library classes and functions

commit 9d3c8971076bb1c05d61692002963fad967667b0
Author: Josh Blum <address@hidden>
Date:   Sun Apr 24 19:05:24 2011 -0700

    qtgui: use the timespec_reset function
    
    Its more proper, and the assignment is c99 only.

commit bab5e5cab6562b0c163e8c925e76e84a12eeff20
Author: Josh Blum <address@hidden>
Date:   Sun Apr 24 19:02:18 2011 -0700

    audio: filled in the GR_AUDIO_API macro (since we now have 
gruel/attributes.h)

commit 88f157a1a71e0a3603a912e437ad5d2c07ffc8b9
Merge: c7b491e 371ca93
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 24 10:23:05 2011 -0400

    Merge branch 'qtgui_time'
    
    Conflicts:
        gr-qtgui/apps/pyqt_example_f.py

commit 371ca93c2a1506d22db69fb96b2cf7d4ed132535
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 24 10:18:07 2011 -0400

    gr-qtgui: adding GRC component for time_sink block.

commit 475f9770aa03072b4b6214f61bd75c1a083fae88
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 24 02:47:56 2011 -0400

    gr-qtgui: splitting qtgui.i into its complex and float .i files to keep 
with the general standard.

commit f11a20190f36d3f7864f932118d157425e988d0a
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 24 02:45:38 2011 -0400

    gr-qtgui: Adding float interface to qtgui_time_sink and example program.

commit 5af704f3d36497506d50f685c9e2a930da0a0282
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 24 02:02:48 2011 -0400

    gr-qtgui: adding example for using the new qt_time_sink_c interface.

commit 83c1463ef9aa550d8c44cd259cf14dea433e1973
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 24 01:59:10 2011 -0400

    gr-qtgui: making (somewhat more) consistent case for function names.

commit 11de76b9214a59930ac8d8c031880b5bd293973d
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 24 01:47:05 2011 -0400

    gr-qtgui: adding function and slot to set a time display curve's color.

commit 43a3a7296412dc52216e7f63856a86945f4ba438
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 24 01:30:08 2011 -0400

    gr-qtgui: clean up

commit e251c885f19281ef918987e09c2aac1af6a952c2
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 24 00:31:39 2011 -0400

    gr-qtgui: provide function and slot for setting the labels of a time curve.

commit 350611ddd9295ba8af6ea5913630ec0670208b43
Author: Tom Rondeau <address@hidden>
Date:   Sat Apr 23 23:56:52 2011 -0400

    gr-qtgui: multiple connections working, each with their own color.

commit 0877adb2e194c9dfad2484519b2979e2bed93958
Author: Tom Rondeau <address@hidden>
Date:   Sat Apr 23 15:11:17 2011 -0400

    gr-qtgui: Passing vectors of data to update plot for stability; also moving 
responsibility of keeping track of plot updates out to qtgui_sink instead of 
inside plot qidget.

commit 01f44f64c916b4aa38bc81662d2c8b82c4cc0b57
Author: Tom Rondeau <address@hidden>
Date:   Sat Apr 23 14:30:32 2011 -0400

    gr-qtgui: moving towards allowing time plot to have multiple connections.

commit bbb5e850224aca9dae15d24bd898cc56232327c9
Author: Tom Rondeau <address@hidden>
Date:   Sat Apr 23 12:00:54 2011 -0400

    gr-qtgui: setting up ability to have multiple connections to the time sink.

commit 240ff2e7468d1651ad0b7557c061bb46aed8a4a3
Author: Tom Rondeau <address@hidden>
Date:   Sat Apr 23 11:29:15 2011 -0400

    gr-qtgui: cleaning up; don't delete d_main_gui.

commit ca8e6096da49c825c14ac05962bb7747f84c2ba6
Author: Tom Rondeau <address@hidden>
Date:   Sat Apr 23 11:01:10 2011 -0400

    gr-qtgui: time domain sink now shows and receives updates.

commit 8b7b6e297e0d929aac2a604229a675d7fa46c3b1
Author: Tom Rondeau <address@hidden>
Date:   Sat Apr 23 10:59:36 2011 -0400

    gr-qtgui: no need to check the version here since we require >4.4

commit c7b491e220394efde4828b443237dcea10cbae45
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 21 23:28:31 2011 -0400

    volk: fixing volk M4 so that nothing of Volk exists and its configure does 
not run if --disable-volk is used.

commit 75162ae5263e215ac99daa595b89ea6736a7c6dc
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 21 19:13:50 2011 -0400

    gr-qtgui: adding .i file for time domain plot and updating Makefiles.

commit f41530726eb2ef70a4683faa9f5e4760b67d7d5f
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 21 19:11:03 2011 -0400

    gr-qtgui: adding time-domain only plotter.

commit c0692647cce3c136dee4d92f8e99a77539dbd0bd
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 21 19:10:27 2011 -0400

    gr-qtgui: adding time-domain plot specific event updater.

commit a4ac44d7adbd9c6cdd107ec7985e294fea81845a
Author: Josh Blum <address@hidden>
Date:   Thu Apr 21 11:02:28 2011 -0700

    grc: fix hier block generation w/ multiple pad blocks

commit a92cb89b5529728d9fce781aff85916b3879fbdd
Author: Josh Blum <address@hidden>
Date:   Fri Apr 15 13:09:55 2011 -0700

    grc: added logic to discover the path to the python interpreter
    
    Rather than simply exec-ing the application w/ "python",
    use the same interpreter that executed grc w/ full path.
    
    Added code to handle the following exceptions:
    - for a wx app on mac osx, use the pythonw interpreter
      (this was in the m4 file, but its easier as a runtime check)
    - for a no gui app on linux, prepend xterm cuz its nice
      (we were already doing that but its now restricted to linux)

commit 7ba2647977f9b302969208fa8548d1ca8dcddd4b
Author: Tom Rondeau <address@hidden>
Date:   Mon Apr 18 23:07:31 2011 -0400

    gr-qtgui: adding copyright dates to qtgui files.

commit 2d20c7ff92a2bf93affb242631958ad2d5d7a189
Author: Tom Rondeau <address@hidden>
Date:   Mon Apr 18 22:56:35 2011 -0400

    gr-qtgui: fixing up examples and adding noise to float example.

commit 517bee34087044336f83c4717734d3d1f5ff5b02
Author: Jason Abele <address@hidden>
Date:   Mon Apr 18 18:46:37 2011 -0700

    Expose named gain stages in gr-uhd via swig

commit 6f6cef02f4d2f7750c8dcda847dda0df61407b9a
Author: Jason Abele <address@hidden>
Date:   Mon Apr 18 14:02:37 2011 -0700

    Added necessary swig to get i2c_writes through dboard_iface

commit f71d959e20603a3f19e37a85c531d0c022f4658c
Author: Nick Foster <address@hidden>
Date:   Mon Apr 18 10:13:30 2011 -0700

    Revert some extraneous changes from another branch

commit de771b0303298e7761f3c5350323565d05c5ee6d
Author: Nick Foster <address@hidden>
Date:   Mon Apr 18 10:11:57 2011 -0700

    Volk: remove some dead files from Makefile.am

commit b31f891208f8a1c3605f4db2297cc6b6f4b37aca
Author: Josh Blum <address@hidden>
Date:   Sun Apr 17 19:37:44 2011 -0700

    volk: added VOLK_API macro to external symbols

commit 0b3e4f25eea1eef3e8a45fdb6d1bcc1ec57d1321
Author: Josh Blum <address@hidden>
Date:   Sun Apr 17 23:03:18 2011 -0700

    volk: replace references to __attribute__((aligned... with cross platform 
macro
    
    This replaces all aligned(16) and aligned(128) (which were incorrect).
    
    Attribute macros are on the left because this makes gcc and ms compilers 
happy.

commit a56b291edf063604ea40391f40771eda99d8eb40
Author: Josh Blum <address@hidden>
Date:   Sun Apr 17 17:39:15 2011 -0700

    volk: added attributes header (copied from gruel)

commit 208dcc510e6b6beedf2479a598a90d32c19e1274
Author: Josh Blum <address@hidden>
Date:   Sun Apr 17 17:29:45 2011 -0700

    volk: updated lib and include .gitignores for in-tree build

commit a484de90ccf45ca7029497a66d089bd4c781c40f
Author: Nick Foster <address@hidden>
Date:   Sun Apr 17 16:11:11 2011 -0700

    Volk: make_makefile_am.py changes for include dirs

commit 513020d87912569691601cc2c49ca3331959fa63
Author: Nick Foster <address@hidden>
Date:   Sat Apr 16 23:05:09 2011 -0700

    Volk: modified archs.xml to put Orc higher prio than old SSE/SSE2, since 
Orc gives better results than those platforms on avg
    Test cases changed to take ~1s each on my i7 laptop

commit cd0cc571d90fd2e0b8c9376ce07150db5f405fb7
Author: Nick Foster <address@hidden>
Date:   Sat Apr 16 15:38:57 2011 -0700

    Volk: Compiles and runs with or without Orc installed.

commit 52f77cf961279fc9167b101df6c7a6282a1fb0ad
Author: Nick Foster <address@hidden>
Date:   Sat Apr 16 14:31:20 2011 -0700

    Volk: Orc support back in there, QA code now runs, functionally complete

commit 668da8bd8874ae71a819d55f046e39c964a4270b
Author: Nick Foster <address@hidden>
Date:   Sat Apr 16 10:47:10 2011 -0700

    Volk: manual funcs implemented, QA code runs. Barfs due to missing Orc arch.

commit 8b04d29221719239b52a300a338513f05746ed7f
Author: Nick Foster <address@hidden>
Date:   Sat Apr 16 10:05:43 2011 -0700

    Volk: split n_archs out of arch_defs[0], began to add _manual support

commit 7ae3c05f4ab5e694608c9146aa842ea185a0417a
Author: Nick Foster <address@hidden>
Date:   Fri Apr 15 23:26:07 2011 -0700

    Volk: Link Orc into libvolk.so instead of as a separate installed lib

commit 7c48568abc3f0aa918e199f68acca5740250ee5d
Author: Nick Foster <address@hidden>
Date:   Fri Apr 15 23:04:29 2011 -0700

    Volk: hack Orc back in

commit d59273f379d7ab997e50c1dd8b0ac3dfc7bd1e33
Author: Nick Foster <address@hidden>
Date:   Fri Apr 15 22:48:13 2011 -0700

    Volk: lib compiles & links & works for hand test. testsuite doesn't due to 
lack of _manual() capability.

commit 8608fc3ae5f891eb5c11345a9b6102fdc8ae2393
Author: Nick Foster <address@hidden>
Date:   Fri Apr 15 17:51:28 2011 -0700

    Volk: volk.c is now generated. manual build works OK.

commit e96213a7da0c74cb0818de7d08d8f6478484364e
Merge: 013542d a694c92
Author: Tom Rondeau <address@hidden>
Date:   Fri Apr 15 18:29:27 2011 -0400

    Merge branch 'uhd/pkg_config_file'

commit 129ebd4dd46e92760f431c766ba61781f5885c41
Author: Nick Foster <address@hidden>
Date:   Fri Apr 15 13:53:32 2011 -0700

    volk: forgot to add this one

commit 1877a842c81a78edd14d725b20a05b29b84c7b52
Author: Nick Foster <address@hidden>
Date:   Fri Apr 15 12:11:08 2011 -0700

    Volk: volk_machine structures generated, volk_machines is instantiated. 
Testing manually works OK. All that's left is top-level volk.c and Automake 
wrangling.

commit 013542dfd77bab9b7f9e5d50edbecb7c60a3d460
Merge: 8963e2f c685ac7
Author: Tom Rondeau <address@hidden>
Date:   Fri Apr 15 14:13:44 2011 -0400

    Merge branch 'master' of gnuradio.org:gnuradio

commit c685ac7d5a0aa44ac93a1e4859b547cca1d6b3f8
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 14 21:42:53 2011 -0400

    gr-qtgui: updating examples to explicitly shut down flow graphs.

commit 26b669474ea199179c431b29217ba85baad1f9a1
Author: JohnOrlando <address@hidden>
Date:   Thu Apr 14 17:51:56 2011 -0500

    Fix tuning issue above 2.2 GHz, and use DDCs for fine tuning now.

commit 8963e2faec46cb22f2107fe6a2e775c894566bd2
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 14 16:48:52 2011 -0400

    gr-qtgui: updating required Qt library to v4.4 instead of v4.2. This has 
been a requirement for a while (FormLayout introduced in 4.4) but nevery 
required by configure.

commit af1d0a61d01c7c17dedcb5388ed8a077213d4b4f
Author: Josh Blum <address@hidden>
Date:   Thu Apr 14 10:49:23 2011 -0700

    grc: replaced asserts in gui subdirectory

commit 66d7b23402dd9c366bb6c824d693274ccf3868db
Author: Josh Blum <address@hidden>
Date:   Thu Apr 14 10:40:36 2011 -0700

    grc: replaced asserts in base subdirectory

commit 4cdd41c1046cef12601602bd38dc8ebf42d1550d
Author: Josh Blum <address@hidden>
Date:   Thu Apr 14 10:05:33 2011 -0700

    grc: replaced asserts in python subdirectory

commit 8fb43aa9093fbbb5c9d8b9418c144dbf33730127
Author: Josh Blum <address@hidden>
Date:   Thu Apr 14 09:39:07 2011 -0700

    grc: define __doc__ for license in case its optimized out (that was easy)

commit 4f41cde8c65a76cfd74d40ec24b530ef3fe4a5f4
Author: Josh Blum <address@hidden>
Date:   Thu Apr 14 09:37:27 2011 -0700

    grc: remove integrity checks, we wont need them when I'm done

commit e762abc703e3224b54466685bf51b3fa90ee8edc
Author: Josh Blum <address@hidden>
Date:   Wed Apr 13 22:18:12 2011 -0700

    grc: stop the top block after qapp exec for qtgui generation

commit 5fffe801f95f2ef8bddf51aea8ed260eae0bf7b8
Author: Nick Foster <address@hidden>
Date:   Wed Apr 13 18:32:28 2011 -0700

    Volk: make_makefile_am.py changes to generate cflags, ldflags. no 
conditional linking yet.

commit 9b7d444aaebbe0708e9703bce30c63b63bc81825
Merge: 258186d e8ff9ef
Author: Nick Foster <address@hidden>
Date:   Wed Apr 13 17:18:14 2011 -0700

    Merge branch 'master' of http://gnuradio.org/git/gnuradio into cpuid
    
    Conflicts:
        volk/Makefile.common
        volk/lib/qa_utils.cc

commit a694c92b56ca502f8a8c7f5d1b93e1a8690697a0
Author: Josh Blum <address@hidden>
Date:   Wed Apr 13 16:47:33 2011 -0700

    uhd: added package config file support for libgnuradio-uhd

commit e8ff9ef4bb77517428e1208ff4b3551a38107bbd
Merge: 117bf31 b7f8d86
Author: Tom Rondeau <address@hidden>
Date:   Tue Apr 12 22:30:12 2011 -0400

    Merge branch 'master' of gnuradio.org:gnuradio into qtgui2

commit 117bf31ca76a2751f7e9dfd06860211b7fc14205
Author: Mike Cornelius <address@hidden>
Date:   Tue Apr 12 21:55:51 2011 -0400

    gr-qtgui: exposing double-click events through spectrumdisplayform and 
through to Python.

commit 41ad09b4f22228dd555ea73f2078cb9ff056b979
Author: Mike Cornelius <address@hidden>
Date:   Mon Apr 11 00:48:29 2011 -0400

    gr-qtgui: adding double-click point selector to main gui widgets.

commit 9ad807544990bf4a4a8f5fb746f33b796258f9ee
Author: Mike Cornelius <address@hidden>
Date:   Sun Apr 10 22:55:17 2011 -0400

    gr-qtgui: fix the interface file.

commit ef619231cd6f8b6fcf4548a8422aafd3d2d07a17
Author: Mike Cornelius <address@hidden>
Date:   Sun Apr 10 22:24:37 2011 -0400

    gr-qtgui: rearranging swig directory to allow other .i files; adding a 
qtgui2 interface file.

commit 043ebada1dc7b258ed4558adaa037ac7e3dc97ca
Author: Mike Cornelius <address@hidden>
Date:   Sun Apr 10 22:10:42 2011 -0400

    gr-qtgui: adding new qtgui_util.h to handle plot picker machinery.

commit b7f8d86f0e0f022ad44fc5293ffc4cb52c85de20
Author: Tom Rondeau <address@hidden>
Date:   Tue Apr 12 18:20:11 2011 -0400

    grc: fixing grc block for dxpsk2 demods to use the right parameters.

commit 1c6d4023303198397e0a43f2f1c68877903f3b2f
Author: Tom Rondeau <address@hidden>
Date:   Tue Apr 12 16:30:46 2011 -0400

    Adding GRC block for the PFB channelizer filterbank.

commit 1046a3301307a2d2d5ab9c3279e78e89519be101
Author: Tom Rondeau <address@hidden>
Date:   Tue Apr 12 16:24:15 2011 -0400

    Adding GRC block for the PFB synthesis filterbank.

commit 8efd760f619754937bd69e90c628a3f90e2928b1
Author: Tom Rondeau <address@hidden>
Date:   Tue Apr 12 11:02:32 2011 -0400

    Small bug fix so M&M block asks for the right number of items.

commit 4d6f2a34a6380270e6ac6c5ea37f1dbac7acb9f6
Merge: ec0edce 11e91cd
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 10 19:39:58 2011 -0400

    Merge branch 'qtgui'

commit 11e91cdd442f9232382986f9d974b230554fabe2
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 10 17:54:07 2011 -0400

    gr-qtgui: ignore GRC-built py file of grc_qt_example.grc.

commit 65dd7abbe7310d6e064712ac2507312c50304345
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 10 17:53:08 2011 -0400

    gr-qtgui: fixes problem with initial axes not showing up properly.

commit 16ec5a3bf5a22cc72423d975666878eeadd2cf3c
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 10 17:21:38 2011 -0400

    gr-qtgui: exposing set_update_time to Python.

commit c4050c5bdb55ce14565d0ade84bd518cc8c27ec5
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 10 17:13:15 2011 -0400

    gr-qtgui: removed OpenGL calls; we still link against the QTOPENGL_LIBS 
because of some dependencies in Qwt.

commit 6a4bef7a8076864ab574fef6b3fd4e93824988cc
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 10 16:50:02 2011 -0400

    gr-qtgui: adding a GRC example for QtGui graphs.

commit 4ffbb545436f60acd80e1b28714e76bf502b0a2e
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 10 16:33:21 2011 -0400

    gr-qtgui: updating example apps so the wrapped instance of the qtgui is not 
a class member; this ensures proper cleanup on exit.

commit 42caa092c83be06df3c2f38a39285096bf8a4cfe
Author: Tom Rondeau <address@hidden>
Date:   Sat Apr 9 23:16:02 2011 -0400

    gr-qtgui: removing Guile-specific stuff since there is no way QtGui will 
work with Guile yet. Changed Python QA to complete properly.

commit ed4e99647d02c89678d3aba36e6867a1dfea0978
Author: Tom Rondeau <address@hidden>
Date:   Sat Apr 9 22:36:04 2011 -0400

    gr-digital: bumping up the signal amplitude into the costas loop for the 
8PSK slicer.

commit 6c3623b0b084ce9328557ebd3cd487c484ee1c5b
Author: Tom Rondeau <address@hidden>
Date:   Sat Apr 9 18:36:27 2011 -0400

    gr-digital: adding dbpsk, dqpsk, and d8psk demodulators to gr-digital.

commit cd73f4af9ed50369c47655f9ebb29a4a1ad56f1d
Author: Tom Rondeau <address@hidden>
Date:   Sat Apr 9 16:24:16 2011 -0400

    gr-digital: moved dbpsk, dqpsk, d8psk into the gr-digital space. Mods 
tested and working in GRC.

commit ec0edceb88e9603aedd4f6dd7a8a73702ce59547
Author: Josh Blum <address@hidden>
Date:   Sat Apr 9 14:15:05 2011 -0500

    grc: added int to float support

commit d543b6847b02371c3e63fcc517333a2e41aed15d
Author: Tom Rondeau <address@hidden>
Date:   Fri Apr 8 22:36:16 2011 -0400

    gr-digital: formatting constellation block for our style; adding 8PSK 
constellation.

commit c6d7be41abc63a9e5b52a12ef05d578f09797054
Author: Tom Rondeau <address@hidden>
Date:   Fri Apr 8 21:44:52 2011 -0400

    gr-digital: updating build for consetellation object move.

commit 78078fe0015fe87b15777b94858f5110e65244c5
Author: Tom Rondeau <address@hidden>
Date:   Fri Apr 8 21:43:25 2011 -0400

    gr-digital: moved consetellation object into gr-digital space.

commit 2ce3ebb921bba17a11eda2253b5670b8a50684e9
Author: Tom Rondeau <address@hidden>
Date:   Fri Apr 8 16:26:54 2011 -0400

    gr-digital: Updated Costas loop QA to work with all tests wth new API.

commit 73a22b09349a1645d74701941e82215f390d71bb
Merge: 20678e6 21b64f0
Author: Tom Rondeau <address@hidden>
Date:   Fri Apr 8 15:37:53 2011 -0400

    Merge branch 'constell_obj' into 8psk

commit 21b64f070a3eb38ab044529a6ddd9cd6b6d0a2cb
Merge: d7093fd 5c358af
Author: Tom Rondeau <address@hidden>
Date:   Fri Apr 8 15:37:29 2011 -0400

    Merge branch 'master' into constell_obj
    
    Conflicts:
        gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h
        gr-audio-oss/src/Makefile.swig.gen
        gr-audio/swig/Makefile.swig.gen

commit 20678e6dc1c2812a6b9abc3a8bf47f368a602f0d
Author: Tom Rondeau <address@hidden>
Date:   Fri Apr 8 14:09:13 2011 -0400

    gr-digital: introducing a new blind equalizer based on minimizing the 
kurtosis. Does not work yet.

commit 5c358afd00347f5da7a59dd73ea79cd3df26659d
Merge: e84ec72 f2e366c
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 7 17:20:24 2011 -0400

    Merge branch 'master' of gnuradio.org:gnuradio

commit e84ec722cb8643b8e8156514fab77c9199832e7c
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 7 17:20:08 2011 -0400

    core: missed a line in the Makefile for int_to_float.

commit 82c41716e7ad1642266fefa819b60e674142e79b
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 7 16:40:54 2011 -0400

    core: adding QA code for int_to_float block.

commit f2e366cc4c9929cb2ca70038783b98f9672f6abe
Author: Josh Blum <address@hidden>
Date:   Wed Mar 30 19:18:35 2011 -0700

    grc: added python checks for weird python interpreters

commit 11837de659a69d1d8aaf353a046f06ef7c260c5c
Author: Josh Blum <address@hidden>
Date:   Tue Apr 5 10:38:47 2011 -0700

    grc: fix for generating top block when in run to completion mode

commit e36dc98e5f5aa82b146007c0379b6e55eca40578
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 7 11:09:51 2011 -0400

    core: adding a type converter - int -> float.

commit 6d080314a1e4619f96685f8c4514f4bc37a5c1e3
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 7 10:53:05 2011 -0400

    gr-digital: exposing accessors of CMA equalizer through swig and into GRC. 
Also added protection from exploding error calcs by clipping.

commit 9fc0750bbe5987efe36c571526e432f6ed6858bb
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 7 09:54:31 2011 -0400

    gr-digital: adding CMA equalizer to gr-digital. This replaces the 
gr_cma_equalizer_cc in gnuradio-core and uses the complex-in, complex-out, 
complex-taps version of the gr_adaptive_filter.

commit 5addd18bf0b5d4900220adc5da571d789a0d7fea
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 7 09:52:14 2011 -0400

    gr-digital: Adding a ccc version of the adaptive filter (to use complex 
taps).

commit 209bf6ec91df1f54120b1745edb225c1c7cc2aa5
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 7 09:51:57 2011 -0400

    gr-digital: getting rid of warnings from costas loop block.

commit 4a5c3dd3efaa5a57835e3561b33215d1fcfc7646
Author: Tom Rondeau <address@hidden>
Date:   Wed Apr 6 17:27:44 2011 -0400

    volk: adding missing boost library flags for alternative installs of boost 
libs.

commit 831134234e5ab6d3a29f21f89b338c9656328946
Merge: b30c793 eca5501
Author: Tom Rondeau <address@hidden>
Date:   Wed Apr 6 17:10:16 2011 -0400

    Merge branch 'master' into 8psk

commit 997e8dd482eb88bcf34a0014aab7da5986548d8e
Author: Tom Rondeau <address@hidden>
Date:   Wed Apr 6 00:27:52 2011 -0400

    gr-qtgui: finishing off removing references to 3D plotting in UI file.

commit 8f53f5a782a6500d191ba557b37e7e3785cf6e02
Author: Tom Rondeau <address@hidden>
Date:   Wed Apr 6 00:22:29 2011 -0400

    gr-qtgui: removing references to 3D waterfall plot and changning QtGui API 
to remove bool that turns it on/off.

commit b0f876b55549db96920c2b3bfee32de6748096af
Author: Tom Rondeau <address@hidden>
Date:   Wed Apr 6 00:07:00 2011 -0400

    gr-qtgui: cleaning up unnecessary plotting calls.

commit 484b6a0715f2ed6e4f460ee05887e1e5c98c1e2f
Author: Tom Rondeau <address@hidden>
Date:   Wed Apr 6 00:05:05 2011 -0400

    gr-qtgui: don't delete the SpectrumDisplayWindow; as a QWidget, it takes 
care of itself when the parent is deleted.

commit c5fd71cf8e03617a902291e85c589f3ff37e3fd8
Author: Tom Rondeau <address@hidden>
Date:   Mon Apr 4 23:41:09 2011 -0400

    gr-qtgui: missed lock call that was just deleted.

commit fb89b81971ecb6859936ee484d31f5bd3e665f62
Author: Tom Rondeau <address@hidden>
Date:   Mon Apr 4 23:38:37 2011 -0400

    gr-qtgui: removing uncessary file of qtevents and objects.

commit 414ff0e69704f8c75edfc2ad3284a9c1bba5e50c
Author: Tom Rondeau <address@hidden>
Date:   Mon Apr 4 23:37:58 2011 -0400

    gr-qtgui: removing unnecessary mutex and qtevent objects.

commit a43ea214e1ccf8dd8f4420198ecb67884d64de46
Merge: 2653d20 eca5501
Author: Tom Rondeau <address@hidden>
Date:   Mon Apr 4 22:22:58 2011 -0400

    Merge branch 'master' into qtgui

commit eca5501969aa6175562b7e70b350cf3e6ddec603
Author: Tom Rondeau <address@hidden>
Date:   Mon Apr 4 08:12:21 2011 -0400

    pfb: fixed documentation for PFB-based clock sync.

commit 2653d20527b9c8b431b9bfcd396bc2a03a8a950b
Author: Tom Rondeau <address@hidden>
Date:   Fri Apr 1 10:59:33 2011 -0400

    gr-qtgui: wip trying to figure out segfaults.

commit 0966037079d9e2af5778f1418c17d29352286406
Author: Tom Rondeau <address@hidden>
Date:   Fri Apr 1 10:02:21 2011 -0400

    build: updating Makefiles for newer linker requirements.

commit 9166da7a6250da1026d19c4220a7a7244d4b06cf
Author: Don Ward <address@hidden>
Date:   Wed Mar 30 16:34:34 2011 -0700

    build: add missing linker defines for Win32

commit 833a93d071b6183d8a3b07f892992919885b459f
Author: Johnathan Corgan <address@hidden>
Date:   Wed Mar 30 15:41:20 2011 -0700

    build: update config.guess and config.sub from canonical source
    
    In volk, these are now actual files instead of symlinks

commit 2431806a922c58e7f1b262f7d2696289b71e5c5c
Author: Don Ward <address@hidden>
Date:   Wed Mar 30 15:36:36 2011 -0700

    usrp: cleanup misc usage

commit b57a41327409d9f93e5c896d0a7a3327b61f2f8b
Author: Don Ward <address@hidden>
Date:   Wed Mar 30 15:32:11 2011 -0700

    volk: fix missing Boost flags

commit 918d53d764736fe2be79e1a6e08aba7d2e75f56d
Author: Tom Rondeau <address@hidden>
Date:   Wed Mar 30 00:06:55 2011 -0400

    gr-digital: updatign QA code to new interface of Costas Loop.

commit 1a43b1c6d705710a58b4bbd3bcb4000766425091
Author: Tom Rondeau <address@hidden>
Date:   Wed Mar 30 00:01:01 2011 -0400

    gr-digital: cleaning up and commenting.

commit d44bed65837cffef9f17cc2cdc3dee2c65e5f984
Merge: faa2445 25ee0ce
Author: Johnathan Corgan <address@hidden>
Date:   Tue Mar 29 07:48:56 2011 -0700

    Merge remote branch 'jblum/wip/gr_block_pure_virtual'
    
    * jblum/wip/gr_block_pure_virtual:
      uhd: cleanup uhd usrp source/sink with virtual inheritance
      audio: cleanup audio source/sink with virtual inheritance
      runtime: changes to block headers to allow pure virtual sub-classes 
(interfaces)

commit faa244588108ccb506d4973d0b824565924468a1
Merge: 113a144 3ff8f7a
Author: Johnathan Corgan <address@hidden>
Date:   Tue Mar 29 07:48:39 2011 -0700

    Merge remote branch 'jblum/wip/throttle'
    
    * jblum/wip/throttle:
      throttle: cleanup conditional code and reimplement with boost posix time
      runtime: changes to block headers to allow pure virtual sub-classes 
(interfaces)

commit b30c79326c3eedf5ebf20be62306f0511b98a0e7
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 29 00:48:49 2011 -0400

    gr-digital: restructured Costas loop to be specified in terms of the 
damping factor and natural frequency instead of randomly setting the gains. 
Much more robust in simulation.

commit aa7098456732b705e8de1d939fe9ce96243816d9
Author: Tom Rondeau <address@hidden>
Date:   Mon Mar 28 22:22:14 2011 -0400

    gr-digital: adding GRC components for Costas loop.

commit a6c20fcd651e111dbb835b7d2becc822cd8ec552
Author: Tom Rondeau <address@hidden>
Date:   Mon Mar 28 22:21:49 2011 -0400

    gr-digital: adding QA code for Costas loop block.

commit f6e8da2d7cb16c68a3e3683a0e81c84eda73dabf
Author: Tom Rondeau <address@hidden>
Date:   Mon Mar 28 22:20:03 2011 -0400

    gr-digital: renaming block to avoid name collision with stuff in 
gnuradio-core.

commit 58b27b537b66cd8d4225bf9a62a0afda22e9c387
Author: Tom Rondeau <address@hidden>
Date:   Mon Mar 28 18:04:27 2011 -0400

    digital: fixing up build structure. Compiles now.

commit 4c54956b748980cd60153aa6f4f1afbd42a8bb06
Author: Tom Rondeau <address@hidden>
Date:   Mon Mar 28 18:04:06 2011 -0400

    digital: configuration files for building gr_digital

commit 71cea6540c959d2cffde47b2b0be72b320890077
Author: Tom Rondeau <address@hidden>
Date:   Mon Mar 28 17:38:26 2011 -0400

    pager: fixed naming in PC file.

commit 485be49c4f81db57a78e333e9bd99cd2c77b1e7a
Author: Tom Rondeau <address@hidden>
Date:   Mon Mar 28 17:36:51 2011 -0400

    gr-digital: adding a new top-level block for digital comms work.

commit 113a144a09f7620bc7a3bf03eda23c7bdc1b19f6
Author: Tom Rondeau <address@hidden>
Date:   Mon Mar 28 16:34:36 2011 -0400

    audio: added missing header to Makefile.

commit 25ee0ce936a3088bfef694810ea6322f19dac3f2
Author: Josh Blum <address@hidden>
Date:   Wed Mar 16 15:20:44 2011 -0700

    uhd: cleanup uhd usrp source/sink with virtual inheritance
    
    The uhd block implementations now inherit from sync block.
    And the redundant constructor in source/sink has been removed.

commit f8ce10742ab6b9ac170432ae78d2ee2d6c538d72
Author: Josh Blum <address@hidden>
Date:   Wed Mar 16 15:07:37 2011 -0700

    audio: cleanup audio source/sink with virtual inheritance
    
    The audio implementations now inherit from sync block (as they used to).
    And the redundant constructor in audio source/sink has been removed.

commit 35a4938e598f6be6034e21ef1818c412a16a22d1
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 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: 2b852ae dd97932
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 7563ab82b34600219daf45555a00de79dd254fdb
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 27 19:21:58 2011 -0400

    gr-qtgui: tightening up and cleaning up some memory leaks.

commit efc646ac1231f2381d860df92b2399cbd84f0ec9
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 27 19:07:05 2011 -0400

    gr-qtgui: improvements to python test apps.

commit 79fa80423ab962e550b57c1bde49673394d8e0db
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 27 18:17:17 2011 -0400

    gr-qtgui: cleaning up handling of mutex

commit 4c4fab942ddb6b685947bf089b127dfa756de7c4
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 27 15:03:14 2011 -0400

    gr-qtgui: fixing up the Makefile for proper dist. Passes make distcheck.

commit 0726044c8c608826253d732512b56f0c88e0c55c
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 27 14:25:15 2011 -0400

    gr-qtgui: making necessary changes to build a python package and export 
qtgui; also preserves old convention of 'from gnuradio.qtgui import qtgui'. 
Some of the examples have been updated to use the new (cleaner) convention.

commit 9ebfa393e94a5614fccac987a7044bc66814af78
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 27 14:15:41 2011 -0400

    gr-qtgui: small correction in Python QA code with new structure.

commit 3ddd1f9c2e30cb7f3b9848210b84e263d2af9938
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 27 14:12:32 2011 -0400

    gr-qtgui: typo correct in M4 file.

commit 147143f58f50210c5ad2dc66d00d12237183d428
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 27 14:11:26 2011 -0400

    gr-qtgui: qtgui builds and passes make check under new structure.

commit b7f96d543b35b8d5a401ced3afbc0aff2d7043db
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 27 13:41:32 2011 -0400

    gr-qtgui: fixed some signed/unsigned comparison warnings.

commit 59fc7194d5e7f486605d2df2d3e83e30d1b5a653
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 27 13:26:48 2011 -0400

    gr-qtgui: moving qtgui apps to the apps directory.

commit 2f8c2f9211bdfe5b599f2aa75ad7ce045688bed8
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 27 13:12:51 2011 -0400

    gr-qtgui: updating M4 file for new directory structure.

commit 4a1dfe6b13a6ea839e1e6f4792d5f8992c495594
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 27 13:10:40 2011 -0400

    gr-qtgui: wip: moving and renaming files for new structure.

commit 43b9359fabe5c153a02081ae56047b9e121dce02
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 27 12:59:52 2011 -0400

    gr-qtgui: moving Python files to new structure; get rid of src directory.

commit c102d4f510339f78184d292c8126e5d3721bb0b9
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 27 12:56:22 2011 -0400

    gr-qtgui: moving gitignore to new location.

commit befadabc2f18b483c71250adfd7dbf42f66b16f0
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 27 12:55:16 2011 -0400

    gr-qtgui: restructuring qtgui directory to new layout.

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: 139a574 7bad569
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: 8cee6c5 068fbaa
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 26 15:17:09 2011 -0400

    Merge branch 'master' of gnuradio.org:gnuradio

commit d24a3fa25cd213b7a0aeab07da232bdce904af80
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 26 12:16:37 2011 -0400

    Adding phase detector in Costas loop for 8PSK.

commit 068fbaa83fbc931abb4ea22c5ab738e1cb6fb3bb
Merge: 64dac6a 511e31d
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: 972fc99 64dac6a
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 0be37540ed3f01075abf61baeed3abf30856724f
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Thu Mar 24 16:20:21 2011 -0400

    updated gr-trellis documentation

commit 258186d5ca2e811ced7ea637fd16e3ed3bb5573e
Author: Nick Foster <address@hidden>
Date:   Tue Mar 22 16:55:07 2011 -0700

    Interim commit.

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: 3c3aff0 4d1426b
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 4d1426b8db5be20583a6efb380d564a55a28fd09
Author: Johnathan Corgan <address@hidden>
Date:   Wed Mar 16 09:46:14 2011 -0700

    howto: updated ignores

commit 70bd1d100583964431b6a9c51b12e7ecd98f733b
Author: Johnathan Corgan <address@hidden>
Date:   Wed Mar 16 09:26:56 2011 -0700

    build: updated version to 3.4.0git

commit 4cd06fadac972d4cac559c15488bc39823063afe
Merge: 4ad736e 1d70ed2
Author: Johnathan Corgan <address@hidden>
Date:   Wed Mar 16 08:18:30 2011 -0700

    Merge remote branch 'gnuradio/next'
    
    * gnuradio/next: (806 commits)
      gruel: added missing ignores
      gruel: fixed swig interface file to dereference pmt_t.
      qtgui: fix distcheck error
      gruel: fixing structure. Passes make check.
      gruel: SWIGing Gruel into Python to access PMTs.
      gnuradio-examples: add C++ audio examples using new gr-audio
      created gruel/attributes.h to house compiler specific attribute macros
      audio: remove obsoleted individual top-level components
      gr-audio: added README and default config fix
      volk: simplify the get new method for the aligned pool
      grc: moved all usrp1 and usrp2 stuff out of grc and into gr-usrp*/grc
      grc: swap store the subprocess object rather than the pid when executing
      qtgui: removed python directory that was added, never used
      uhd: use %ignore to hide warnings and fix errors
      Added/updated ignore files.
      Fixing gr_filter_design program to import from gnuradio Python package.
      audio: high prio for platform specific audio osx
      audio: added windows and osx audio source files
      audio: added config checks for other audios, added jack and port
      audio: make prefs look like old audio, removed old audio.py
      ...

commit 1d70ed2bd928d52a383e688949cc7f747dd584fa
Author: Johnathan Corgan <address@hidden>
Date:   Tue Mar 15 21:04:24 2011 -0700

    gruel: added missing ignores

commit 338b01e7b5ecad7e324098a2671d3fa650be035e
Merge: 1ecc511 b4bd3e4
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 15 13:46:02 2011 -0400

    Merge branch 'next' of gnuradio.org:gnuradio into next

commit 1ecc511ad673f37498ebc29147c776ca9b4b6490
Merge: b812a91 eb3a4fe
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 15 12:53:40 2011 -0400

    Merge branch 'pmtswig' into next

commit eb3a4fe528452415eb877b2b76e1006fc47bc655
Author: Tom Rondeau <address@hidden>
Date:   Tue Mar 15 12:30:27 2011 -0400

    gruel: fixed swig interface file to dereference pmt_t.

commit b4bd3e47189932b42ce821bb7076fce811b3e3eb
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 20:31:38 2011 -0700

    qtgui: fix distcheck error

commit 22deb62a872413bdeff63e4fb565b4bcce2c6508
Merge: f3d3734 4d5096c
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 20:07:36 2011 -0700

    Merge remote branch 'jblum/mergeme/qtgui/grc' into next
    
    * jblum/mergeme/qtgui/grc: (27 commits)
      qtgui: removed python directory that was added, never used
      qtgui-grc: added suport in main template for theme icon
      qtgui-grc: minor tweaks to the various things
      qtgui-grc: added read-only thermo widget to range block
      qtgui-grc: fix for list option working in chooser block
      qtgui-grc: added check for pyqwt in config
      grc: added function args to probe block and documentation
      grc: rework the probe blocks and how they fit into grc
      qtgui-grc: moved slider to range, added knob and gui tweaks
      qtgui-grc: use a vboxlayout for the top_layout
      qtgui-grc: made slider widget components (counter/slider) optional
      qtgui-grc: add engineering notation to entry and label + other tweaks
      qtgui-grc: enable start/stop control through qt widgets
      qtgui-grc: rename the text entry and label blocks
      grc-qtgui: creaded check box widget with qtgui, cleanup label code
      grc-qtgui: added variable text box and static text widgets
      grc-qtgui: pick correct signal overload for variable chooser
      grc-qtgui: added radio button support, tweaks, more options
      grc-qtgui: work on variable chooser block
      grc: work on generator for gui flowgraphs to simplify generation
      ...

commit f3d373492fe415ced2bbf0be3f8e6da66576fcdc
Merge: a82c461 bf9c138
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 20:03:08 2011 -0700

    Merge remote branch 'jblum/wip/attributes' into next
    
    * jblum/wip/attributes:
      created gruel/attributes.h to house compiler specific attribute macros

commit a82c461cbb39ebeaaec2a51221a7d2caa835b8bb
Merge: f4e78c7 888beeb
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 20:01:29 2011 -0700

    Merge remote branch 'jblum/mergeme/volk/remove_posix_memalign' into next
    
    * jblum/mergeme/volk/remove_posix_memalign:
      volk: simplify the get new method for the aligned pool
      volk: replace posix_memalign with something cross platform

commit f4e78c76520abc950bf34188cf61cd30f4d26188
Merge: 44f06ca 21158d4
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 20:00:21 2011 -0700

    Merge remote branch 'jblum/wip/grc/kill_process' into next
    
    * jblum/wip/grc/kill_process:
      grc: swap store the subprocess object rather than the pid when executing

commit 44f06ca629900ea1ac77ddfc80d6f4202db25e6c
Merge: 90243cb 069dabd
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 19:59:29 2011 -0700

    Merge remote branch 'jblum/mergeme/qtgui/use_gruel_thread_mutex' into next
    
    * jblum/mergeme/qtgui/use_gruel_thread_mutex:
      qtgui use gruel thread mutex:

commit 90243cbeca81a47da7760247787546ac4ed722cb
Merge: a12b611 e73c25f
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 19:52:00 2011 -0700

    Merge remote branch 'jblum/mergeme/misc/gruel_thread_simplification' into 
next
    
    * jblum/mergeme/misc/gruel_thread_simplification:
      gruel thread simplification:

commit a12b611f1fb5e409cefd311aa2537168e65d6f46
Merge: 3dd7ff3 aedfa8e
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 19:49:08 2011 -0700

    Merge remote branch 'jblum/mergeme/misc/gr_flowgraph_include_iterator' into 
next
    
    * jblum/mergeme/misc/gr_flowgraph_include_iterator:
      gr_flowgraph.cc explicit include of <iterator>

commit 3dd7ff3e738ed37e94bc9ee63a45c922417a4830
Merge: cd3c58c 239c586
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 19:45:40 2011 -0700

    Merge remote branch 'jblum/mergeme/misc/use_boost_math_round' into next
    
    * jblum/mergeme/misc/use_boost_math_round:
      use boost::math::iround in gr_histo_sink_f.cc and gr_wavfile_sink.cc

commit cd3c58cd66533fc66a8be4021c2c9074abd34b30
Merge: 7df5b10 8e5f4bc
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 19:44:49 2011 -0700

    Merge remote branch 'jblum/mergeme/misc/use_boost_math_trunc' into next
    
    * jblum/mergeme/misc/use_boost_math_trunc:
      use boost::math::trunc in gr_frequency_modulator_fc.cc

commit ee849707c09335f4c682151044a0e65321f7939d
Author: Tom Rondeau <address@hidden>
Date:   Mon Mar 14 21:00:13 2011 -0400

    gruel: fixing structure. Passes make check.

commit 4d5096c8b084c5832256dc2cd8bb617ee93d94a4
Merge: 7df5b10 fcebe22
Author: Josh Blum <address@hidden>
Date:   Mon Mar 14 16:57:13 2011 -0700

    Merge branch 'wip/qtgui/grc' into mergeme/qtgui/grc
    
    Conflicts:
        grc/grc_gnuradio/Makefile.am

commit a611da7044175fede5f8ecfe13a055f5680fd3f9
Author: Tom Rondeau <address@hidden>
Date:   Mon Mar 14 19:33:03 2011 -0400

    gruel: SWIGing Gruel into Python to access PMTs.

commit 7df5b10ddcd64309a5c299f662a4cd62a7d175ab
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 15:20:19 2011 -0700

    gnuradio-examples: add C++ audio examples using new gr-audio
    
    * gnuradio-examples/C++/audio/dial_tone

commit bf9c13870fa9766b68dbfeda9307c4a0aa5e2963
Author: Josh Blum <address@hidden>
Date:   Mon Mar 14 11:23:19 2011 -0700

    created gruel/attributes.h to house compiler specific attribute macros
    
    replaced instances of __attribute__ with __GR_ATTR from attributes.h
    
    what else has compiler specific attributes?
    volk - volk is stand-alone, needs its own attributes.h
    gcell - not touching that, probably gcc only anyways
    usrp2 firmware - does not matter to host build

commit c16a01e08e7b4fa3a7660fac785d2095053b323e
Merge: 5748eff e2c5a9f
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 10:27:36 2011 -0700

    Merge remote branch 'jblum/wip/gr-audio' into wip/gr-audio
    
    * jblum/wip/gr-audio:
      gr-audio: added README and default config fix

commit 5748eff26f835bffedb41bd5748ccbaefbe1e02f
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 10:26:56 2011 -0700

    audio: remove obsoleted individual top-level components

commit e2c5a9ff423aaf2b86faac6bb39a8724fdc2aac8
Author: Josh Blum <address@hidden>
Date:   Mon Mar 14 10:17:02 2011 -0700

    gr-audio: added README and default config fix

commit 2ce363d4e82c2f7b7f83f1a9283c33b9793bac2d
Merge: 07bd878 d1f8773
Author: Johnathan Corgan <address@hidden>
Date:   Mon Mar 14 09:41:14 2011 -0700

    Merge remote branch 'jblum/wip/gr-audio' into wip/gr-audio
    
    * jblum/wip/gr-audio:
      audio: high prio for platform specific audio osx
      audio: added windows and osx audio source files
      audio: added config checks for other audios, added jack and port
      audio: make prefs look like old audio, removed old audio.py
      audio: register arches with priorities, ex: prefer alsa over oss
      audio: added oss support to gr-audio
      audio: use conf files to specify default arch
      audio: moved the grc audio blocks into gr-audio dir
      audio: moved alsa support files into subdirectory
      audio: work on swig support, it imports
      audio: work to get alsa support in, lets see if this works before adding 
more
      audio: added audio factory registry and top level includes
      audio: skeleton for gr-audio component

commit 888beebf6015d9a88dbd1c3c842cf2490899a99b
Author: Josh Blum <address@hidden>
Date:   Mon Mar 14 09:33:00 2011 -0700

    volk: simplify the get new method for the aligned pool

commit 4ad736e21f45f64fd616bb53f54e45e1c63e7330
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 13 23:22:23 2011 -0400

    Fixing gr_filter_design program to import from gnuradio Python package.

commit 07bd878bc30f7ab54afc1e2f0055419388c3c992
Author: Josh Blum <address@hidden>
Date:   Sun Mar 13 17:33:33 2011 -0700

    grc: moved all usrp1 and usrp2 stuff out of grc and into gr-usrp*/grc
    
    Moved grc xml files, python wrappers (USRP1 only), probe apps + freedesktop 
files.
    
    When the gr-usrp and gr-usrp2 directories are removed, grc will not have to 
change.
    
    Minor change: the freedesktop files are always installed now.
    This does not mean that they are installed properly with xdg,
    it just means that the runtime can have access to the icons.

commit 47a87580034ee78feb7ce5bbd3b1f9f6806d375d
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 13 17:22:22 2011 -0400

    Adding test to use free or munmap to USRP2 ethernet buffer.

commit 21158d425ff8d8b1ba8bbc6a89609b33fb4252b4
Author: Josh Blum <address@hidden>
Date:   Sun Mar 13 11:36:03 2011 -0700

    grc: swap store the subprocess object rather than the pid when executing
    
        For some reason os.kill(p.pid, SIGKILL) does not work on windows.
        However, the subprocess p.kill() works just fine for both systems.

commit fcebe220ba4690a4c339daa3d0909aad7776e631
Author: Josh Blum <address@hidden>
Date:   Sat Mar 12 18:02:28 2011 -0800

    qtgui: removed python directory that was added, never used

commit b812a91c0beb33ff755f4426f36a2a3e2c9b295c
Author: Josh Blum <address@hidden>
Date:   Sat Mar 12 17:46:00 2011 -0800

    uhd: use %ignore to hide warnings and fix errors

commit 6673be777cd5395ae867e67db8c95aa09066617a
Author: Johnathan Corgan <address@hidden>
Date:   Sat Mar 12 15:47:40 2011 -0800

    Added/updated ignore files.

commit 04a2f7d44984ebce10c27ae5271d5fe9782cb6f0
Author: Tom Rondeau <address@hidden>
Date:   Wed Mar 9 23:08:42 2011 -0500

    Fixing gr_filter_design program to import from gnuradio Python package.

commit cef9e33e01e946d82564f517de501cafcb5b1f32
Author: Nick Foster <address@hidden>
Date:   Wed Mar 9 17:30:02 2011 -0800

    Volk: first steps to conditional compilation/multiple obj files.

commit d1f8773301dba43e382a88d1fccb52a6197412c7
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 16:29:43 2011 -0800

    audio: high prio for platform specific audio osx

commit 5f4976ea2701d6f3ebe35eef7cc939f98a28ec88
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 16:27:43 2011 -0800

    audio: added windows and osx audio source files

commit ef276a8ba31f920ac469b84466338e8693e43a2e
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 16:10:31 2011 -0800

    audio: added config checks for other audios, added jack and port

commit a83d1cf1518827e8b5398bcecef1c8216808ee7c
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 14:31:44 2011 -0800

    audio: make prefs look like old audio, removed old audio.py

commit 78f735f4174c2a0fe275da41252e227226af5b3b
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 13:39:07 2011 -0800

    audio: register arches with priorities, ex: prefer alsa over oss

commit 8bd65a04463692e6f179a5fc4f23d73782103781
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 12:51:53 2011 -0800

    audio: added oss support to gr-audio

commit 0ac77af7db957f8746282b60d57e04d65f7d9054
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 12:31:28 2011 -0800

    audio: use conf files to specify default arch

commit 0644b009591f4c63ed05a8095a0c54c1501bac71
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 11:44:35 2011 -0800

    audio: moved the grc audio blocks into gr-audio dir

commit 6d1d64ebacc156f4df5401dac427b316dd22265d
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 11:28:09 2011 -0800

    audio: moved alsa support files into subdirectory

commit 4cba8db90fe1412232a4c1a20d834f6ce606baf0
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 11:17:04 2011 -0800

    audio: work on swig support, it imports

commit 24d30ff306a906b21ad724c07a95caed24659887
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 10:29:53 2011 -0800

    audio: work to get alsa support in, lets see if this works before adding 
more

commit 77da72f511647d458b62ffefaa94662b78d7f7d3
Author: Josh Blum <address@hidden>
Date:   Wed Mar 9 00:52:55 2011 -0800

    audio: added audio factory registry and top level includes

commit b9b5318101d596b8f06cf5640ddceb90bdb9235c
Author: Josh Blum <address@hidden>
Date:   Tue Mar 8 23:13:13 2011 -0800

    audio: skeleton for gr-audio component

commit b013372e7e02461bf5e67845b333030eee164bea
Author: Josh Blum <address@hidden>
Date:   Tue Mar 8 16:33:17 2011 -0800

    volk: replace posix_memalign with something cross platform

commit c86acebd1ab6adf994f49dab1669fcbbb6324637
Author: Josh Blum <address@hidden>
Date:   Mon Mar 7 23:52:40 2011 -0800

    qtgui-grc: added suport in main template for theme icon

commit 9121b75d68a0c90deee814edffe387480b52019b
Author: Josh Blum <address@hidden>
Date:   Mon Mar 7 18:40:57 2011 -0800

    qtgui-grc: minor tweaks to the various things

commit 8eeba059728257812924ed5b70b9e1e97d98886f
Author: Josh Blum <address@hidden>
Date:   Mon Mar 7 16:08:36 2011 -0800

    reverted accidental change to keep 1 in n block

commit 51bcf966e09e15bd97822608b236f02fd379ea87
Author: Josh Blum <address@hidden>
Date:   Mon Mar 7 13:16:19 2011 -0800

    qtgui-grc: added read-only thermo widget to range block

commit 0f9de85118b29f9cd5e832ea05e6438adf89e0fb
Author: Josh Blum <address@hidden>
Date:   Mon Mar 7 13:15:43 2011 -0800

    qtgui-grc: fix for list option working in chooser block

commit 7e2bd5adbf9828e6ca671ff5a176bff7ab48c557
Author: Josh Blum <address@hidden>
Date:   Mon Mar 7 12:52:02 2011 -0800

    uhd: fix generation typo on uhd grc blocks io direction

commit d658659c4cb72385f921a03c37bb58b452190aab
Author: Josh Blum <address@hidden>
Date:   Mon Mar 7 12:45:06 2011 -0800

    qtgui-grc: added check for pyqwt in config

commit 4e0fb789e55e26bc16990a257c57494f3d3e6100
Author: Josh Blum <address@hidden>
Date:   Mon Mar 7 11:43:34 2011 -0800

    grc: added function args to probe block and documentation

commit 7070c10d7ac59adcd597c18ec2c83b1b59ed87e9
Author: Josh Blum <address@hidden>
Date:   Sun Mar 6 11:18:27 2011 -0800

    grc: rework the probe blocks and how they fit into grc
    
    Removed the source on all probe blocks.
    Advertise the probe-able function in the docs.
    Added missing signal probe block.
    Removed probe function and variable sink blocks.
    Removed all supporting grc_gnuradio python files.
    
    Added variable_function_probe block that can probe arbitrary functions on a 
block.
    All the code needed by the function probe is available is the make tag.
    
    To display the value of a probe block, use the variable probe block, and a 
gui widget.
    To disply the value of a stream, do the same but use the signal probe block.
    Simple see :-)
    
    If more types other than floats need to be read from the stream,
    the signal probe should be extended.

commit 19c0865b4b6c94f86679151e9f52c99331b1f0b9
Author: Josh Blum <address@hidden>
Date:   Sat Mar 5 20:37:40 2011 -0800

    qtgui-grc: moved slider to range, added knob and gui tweaks

commit 942e26851291e023dabf372b7dc38bd089dbd237
Author: Don Ward <address@hidden>
Date:   Sat Mar 5 20:22:36 2011 -0500

    volk: fixing configuration for Cygwin builds.

commit 028f105b345c937f69aa5701e0de7761a2c6fcf3
Author: Josh Blum <address@hidden>
Date:   Fri Mar 4 09:08:37 2011 -0800

    qtgui-grc: use a vboxlayout for the top_layout

commit 5bffcb2b1443f85bf695b48b57e6b16634ba331c
Author: Josh Blum <address@hidden>
Date:   Thu Mar 3 22:16:55 2011 -0800

    qtgui-grc: made slider widget components (counter/slider) optional

commit 47096a9ec323ad88c83afbaefa4686284449048c
Author: Josh Blum <address@hidden>
Date:   Wed Mar 2 22:13:11 2011 -0800

    qtgui-grc: add engineering notation to entry and label + other tweaks

commit fedf4fbc9d217926ecbb1917d3c995516d88a8a9
Author: Josh Blum <address@hidden>
Date:   Tue Mar 1 18:18:53 2011 -0800

    qtgui-grc: enable start/stop control through qt widgets

commit fb5d1b80dc97bf940079b5a4b3b3f35002cc60aa
Author: Josh Blum <address@hidden>
Date:   Tue Mar 1 18:05:34 2011 -0800

    qtgui-grc: rename the text entry and label blocks

commit a09e0096cf717c137126cd5fb721c0331a1a8df6
Author: Josh Blum <address@hidden>
Date:   Tue Mar 1 13:03:36 2011 -0800

    grc-qtgui: creaded check box widget with qtgui, cleanup label code

commit 931332448227a6b509a9b39bb68044fa55d8b1cb
Author: Josh Blum <address@hidden>
Date:   Tue Mar 1 00:32:55 2011 -0800

    grc-qtgui: added variable text box and static text widgets

commit c86fb3460c14cc308f0809e08f3fb460f70c08d9
Author: Josh Blum <address@hidden>
Date:   Mon Feb 28 19:15:29 2011 -0800

    grc-qtgui: pick correct signal overload for variable chooser

commit d829499725251ce5d1b9fd81a83cb92e0f3ebce3
Author: Josh Blum <address@hidden>
Date:   Mon Feb 28 16:51:55 2011 -0800

    grc-qtgui: added radio button support, tweaks, more options

commit c1ff442c8b450e7b0e41cd7b717d7368de3e6898
Author: Josh Blum <address@hidden>
Date:   Mon Feb 28 11:09:40 2011 -0800

    grc-qtgui: work on variable chooser block

commit 47f621a14c9a6e3696155dd5a223da40bcb7721c
Author: Josh Blum <address@hidden>
Date:   Sun Feb 27 23:18:11 2011 -0800

    grc: work on generator for gui flowgraphs to simplify generation
    
    generator does not differentiate between notebooks and controls,
    they are all block, but block are now sorted by variables present in the 
make
    
    also adjusted categories listed in the wx and qt widget related blocks

commit f0537a7da4571bd6aaab273a0588eaef04121648
Author: Josh Blum <address@hidden>
Date:   Fri Jan 21 15:20:45 2011 -0800

    grc: moved wxgui blocks and python into gr-wxgui/grc
    
    Prefixed wxgui blocks with WX GUI in the block names.
    Added category to wxgui variables blocks (not in the main block tree.xml)

commit 2c263e9640f2812b241d724286aaa1f13c57935f
Author: Josh Blum <address@hidden>
Date:   Fri Jan 21 14:33:27 2011 -0800

    qtgui: work on variable chooser

commit e30f0a7ca02801732ad7a25ab83e1d27dc45c6ce
Author: Josh Blum <address@hidden>
Date:   Thu Jan 20 22:31:31 2011 -0800

    grc: added tabbed widget in qtgui for grc
    
    created gui_hint type to handle tab descriptor + position markup,
    and to handle the generation of the name of the parent widget.
    No support python modules required in gr-qtgui.

commit a284640decd1fd6634f35bd1e20fd69b9194a7b6
Author: Josh Blum <address@hidden>
Date:   Tue Jan 18 22:42:48 2011 -0800

    qtgui: use pyqwt widgets in grc variable slider block

commit 9ae8997e5f682bc16e58c0a0bba21794dbd705c5
Author: Josh Blum <address@hidden>
Date:   Mon Dec 6 22:46:39 2010 -0500

    qtgui: created a forms module with a slider and text box, implemented in grc

commit 0e076c5835ea624c25e7be964e946d9f6425f414
Author: Josh Blum <address@hidden>
Date:   Sun Dec 5 19:15:37 2010 -0500

    qtgui: an attempt at a slider form

commit 7ed83c72dbd079a50a421661a874c3ac94a34bd6
Author: Josh Blum <address@hidden>
Date:   Sun Dec 5 17:21:07 2010 -0500

    grc: added qtgui support to grc (just added sink)

commit 75538e12300cb0d593792a986841ba2df9997c54
Author: Josh Blum <address@hidden>
Date:   Tue Mar 1 16:31:14 2011 -0800

    uhd: work on gr_uhd_source work() function to reduce latency
    
    Wait on a single packet to become ready, then receive available packets 
without timeout.

commit 75c53194d36b4c3b02373b4feb916e6a9ad69b83
Author: Josh Blum <address@hidden>
Date:   Mon Feb 28 17:03:47 2011 -0800

    uhd: only set has_time_spec when nchan > 1
    
    Its important for multi-channel continuous,
    but not wanted in single-channel non-continuous.

commit d7093fd06d0ec37f6ba2841d202fe90f4fa3661e
Author: Ben Reynwar <address@hidden>
Date:   Sun Feb 27 23:14:26 2011 -0700

    Fixed to make compatible with python 2.4

commit 069dabd73ff66ad93223bbeec2c157c37eb0a8fc
Author: Josh Blum <address@hidden>
Date:   Sun Jan 23 23:37:18 2011 -0800

    qtgui use gruel thread mutex:
    
    Replace pthread mutex usage with gruel thread mutex
    to make the code portable on systems without pthreads.

commit e73c25fb9226029f0e50052b1ffacedb3a78622b
Author: Josh Blum <address@hidden>
Date:   Mon Jan 24 00:34:28 2011 -0800

    gruel thread simplification:
    
    Removed get_new_timeout from thread.h (usrp2_vrt carryover) Basically it 
was created because of a misunderstanding of the time types; and its only ever 
called once. This also removes thread.cc
    
    Call posix_time::milliseconds in usrp2 control.cc. Notice that it passes a 
time_duration rather than a ptime (aka system time).
    
    Added #include <deque> to gr_buffer.h. It turns out that boost 
posix_time.hpp implicitly included the deque header which was missing from 
gr_buffer.h
    
    Replaced the include for thread.hpp with only the includes for the boost 
thread types mentioned in gruel/thread.h. Also, making use of the scoped_lock 
typedef that comes with boost thread locks. boost 3.5 safe.

commit aedfa8ec254f1def125167a77a50bb0eec4ab00c
Author: Josh Blum <address@hidden>
Date:   Mon Jan 24 12:23:58 2011 -0800

    gr_flowgraph.cc explicit include of <iterator>
    
    Added explicit include of <iterator>,
    which was implicitly included by <vector>.
    
    Affects platforms where vector does not automatically pull in iterator.

commit 239c5860be82936e00cfec16a4e1f06f1a004c59
Author: Josh Blum <address@hidden>
Date:   Sat Feb 26 14:49:53 2011 -0800

    use boost::math::iround in gr_histo_sink_f.cc and gr_wavfile_sink.cc
    
    this provides a round implementation on platforms w/o c99 standard

commit 8e5f4bc89af1682b258ecb1bc46b04d24ea3addd
Author: Josh Blum <address@hidden>
Date:   Sat Feb 26 14:48:34 2011 -0800

    use boost::math::trunc in gr_frequency_modulator_fc.cc
    
    this replaces the need for a conditional trunc implementation in config.h

commit 1aa94c0ddbe9f610ed3a431a0980084d85e7311e
Author: Ben Reynwar <address@hidden>
Date:   Sun Feb 27 17:04:18 2011 -0700

    Updated copyright notice dates.

commit 3a5d052979b8a624f5d290fa2c23486d9d8dc94a
Author: Ben Reynwar <address@hidden>
Date:   Sun Feb 27 17:03:44 2011 -0700

    Minor bug fixes (from last two commits)

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.

commit c783c2f959ef53b75a279ce91ce23f68fd2566ae
Merge: 315f45c a02bb13
Author: Ben Reynwar <address@hidden>
Date:   Sun Feb 27 13:46:47 2011 -0700

    Merge branch 'next' into constell_obj

commit 315f45c234e2fa84fc83641c8404cc5fcdb8412e
Author: Ben Reynwar <address@hidden>
Date:   Sun Feb 27 13:40:48 2011 -0700

    Removing docstring generation from this branch.

commit aaabfd9202f1008f5902aac73ff811242fbb1f1b
Author: Ben Reynwar <address@hidden>
Date:   Sun Feb 27 09:32:29 2011 -0700

    Added testing module for constellation_receiver.

commit af9c07be1d9594490dc5ecf69552fcf41ed2e100
Author: Ben Reynwar <address@hidden>
Date:   Sun Feb 27 09:32:02 2011 -0700

    Added utility python sequence comparison scripts for use in testing.

commit a02bb131f68d5aa66093310c393562671e389778
Merge: da9e63b 5bb8acf
Author: Josh Blum <address@hidden>
Date:   Fri Feb 25 16:11:48 2011 -0800

    Merge branch 'gr_uhd_next' into next

commit 5bb8acf24e4913d2a969db70476af65c498b032f
Author: Josh Blum <address@hidden>
Date:   Fri Feb 25 15:34:04 2011 -0800

    uhd: added sensors api to gr-uhd blocks and swig support

commit b4bab6dfd97f69ce0ef5ae324503e164c9174de3
Author: Josh Blum <address@hidden>
Date:   Fri Feb 25 12:12:57 2011 -0800

    uhd: fix export typo and specify export define when building lib

commit da9e63bf4110c06d9a38f2bde3a665f1ae4addae
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 22 18:08:54 2011 -0500

    howto: Was over-zealous before. The TESTS should remain firmly in the if 
GUILE block.

commit 1e9881f41043eeca497ff6ed4a7fc9d810a7fb5b
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 22 17:02:11 2011 -0500

    howto: cleans up the Python build structure for howto; reverts back to 
making it's own howto module not under gnuradio.

commit 4e33fbc5b96d01870ddfc76d11baae7194894d9f
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 22 15:03:44 2011 -0500

    howto: fixes for howto build structure. Passes check but does not pass 
distcheck.

commit c75954de55b6197946a2f166e1dfa8ef902f7b68
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 22 12:25:47 2011 -0500

    howto: I think this is a better fix than the last one. The modules are now 
imported from gnuradio.

commit ffcb81f146225aaf9d61936f33b9212356413a92
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Tue Feb 22 13:25:02 2011 -0500

    Added Makefile.gen back to repo

commit 96a174f10af9b9b16cbb921622672ab6fedc822d
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Mon Feb 21 18:58:58 2011 -0500

    added pccc decoder + examples

commit 38fe2e1ba02029998f8feb46fccd0608eb181def
Author: Ben Reynwar <address@hidden>
Date:   Sun Feb 20 09:13:55 2011 -0700

    Constellation objects accept n-dimensional points. (i.e. n complex numbers 
correspond to one symbol value.)

commit a36d479a99488037aadbd36714829ff673bf0226
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Sun Feb 20 13:10:15 2011 -0500

    added pccc (parallel concatenated convlutional code) encoder

commit 77a448850c14b37b0c4098bd2f3fc836af34f907
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Sun Feb 20 10:31:26 2011 -0500

    updated documentation

commit 6454b7f23db35e87d7ab9a6d7a266e846277191e
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Sun Feb 20 10:13:46 2011 -0500

    added sccc_decoder block (without the metrics part)

commit 9bc24753ce556492bb222ca4b91e15fb1fcf0f32
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Sun Feb 20 09:22:32 2011 -0500

    added a scaling parameter in trellis_sccc_decoder, needed
    for sum-product metric calculation

commit 00c5b9c5923b774b0a0a7ddd89737f4a64fd1903
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Sat Feb 19 11:42:42 2011 -0500

    added sccc turbo decoder block + example test_sccc_turbo1.py

commit f737dc447be394e509907acec90a6a4492e16995
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Fri Feb 18 23:55:50 2011 -0500

    templated siso_combined
    removed Makefile.gen from git tracking

commit 4475307c9465514457dc16ad515508de560215eb
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Fri Feb 18 20:43:55 2011 -0500

    removed "audio" dependencies from test files in gr-trellis

commit ea76761275b68744f05550ddab612f551baad75a
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Fri Feb 18 20:35:23 2011 -0500

    core algorithms such as viterbi/siso were refactored
    and implemented using templates.
    Minor renaming of some files

commit 2ed9e3bc58dacd41dff201d8365f7bd04fc56462
Author: Achilleas Anastasopoulos <address@hidden>
Date:   Thu Feb 17 23:16:01 2011 -0500

    inital commit of turbo stuff:
    added sccc encoder block + minor fixes

commit 501aa52bc54937a1042e2b24c5e637e2122f3afe
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 17 17:17:18 2011 -0500

    howto: moving install path back to howto/ to get it to work.

commit ca64a7a905b1a5fa5e74dd730591f0f7e0ff3929
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 17 15:48:41 2011 -0500

    volk: Properly sets up package config script if Orc is not found for Volk.

commit ff5f0ed3b609cecf8becf8eb3d518a3ecf7fecef
Merge: 26fc07e 0907998
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 17 15:19:45 2011 -0500

    Merge branch 'pmt_serial_tags' into next

commit 090799813fee5305fc080297ce43cccc662c9f6e
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 17 12:15:36 2011 -0500

    guile: removing calls to check for guile and guile-dev. GNU Radio can once 
again be built without Guile.

commit 26c81b79e28f3d4d9a5eb5b5a56338371ff118ce
Author: Nick Foster <address@hidden>
Date:   Wed Feb 16 17:30:16 2011 -0800

    Fixed mktables for the old non-runtime volk.

commit 0eeeb636a89c5086293bae31511316e4200ad2f9
Author: Nick Foster <address@hidden>
Date:   Wed Feb 16 17:20:09 2011 -0800

    Volk_runtime now does self-initialization. You can call volk_xxx_a16() just 
like in volk.c.
    The first run of each function does the rank_archs call. Subsequent calls 
proceed with no overhead.
    volk_init is still being generated but not used at all.

commit 8ac430070308f83e8d88f6ae8cf802ccf5a9cf82
Author: Nick Foster <address@hidden>
Date:   Wed Feb 16 15:20:10 2011 -0800

    take libvolk_runtime out of the testqa linkage

commit 5d10579e79b35a3d80af967b73dfe72f7ce14740
Author: Nick Foster <address@hidden>
Date:   Tue Feb 15 23:37:12 2011 -0800

    volk: temporarily removed avx arch.
    
    when -mavx is used, gcc will promote SSE instructions to their AVX 
equivalents. while this is a benefit on AVX architectures,
    it makes it really difficult to selectively enable code based on 
architecture at runtime. GCC suggests compiling different
    files with different flags and loading them at runtime. GCC can take a 
flying leap.

commit 1bf5a3ea4bbb9fd6baf72eb876778d2652c97f2c
Author: Nick Foster <address@hidden>
Date:   Tue Feb 15 22:28:38 2011 -0800

    reverted mktables deletion until i get my act together and make it go 
straight from python -> .h

commit 88c389e1166cf5427cfabc012502337999c2b68f
Author: Nick Foster <address@hidden>
Date:   Tue Feb 15 22:25:54 2011 -0800

    Revert "Removed some mktables stuff since it's passe"
    
    This reverts commit d364316fa2e047890af09c7bdeed776d6391b3db.

commit fd03c0ee7cb9af71a5e0292569b626ba3dabd885
Author: Nick Foster <address@hidden>
Date:   Tue Feb 15 21:59:19 2011 -0800

    Moved the fn indices gen from volk.c to volk_registry.h so the qa code has 
access to the static stuff

commit d364316fa2e047890af09c7bdeed776d6391b3db
Author: Nick Foster <address@hidden>
Date:   Tue Feb 15 21:28:43 2011 -0800

    Removed some mktables stuff since it's passe

commit 2387618a492c73ec029599027daeaeebe937e7a7
Author: Nick Foster <address@hidden>
Date:   Tue Feb 15 18:58:42 2011 -0800

    comments

commit 1633e9371a0bce876757f1c2c3e4054436b57950
Author: Nick Foster <address@hidden>
Date:   Tue Feb 15 18:48:56 2011 -0800

    cpuid: No more compile-time CPU checks. Compiles everything that gcc allows.
    Configure- and compile-time checks modified to only compile architectures 
that the compiler will handle.
    This means that volk will compile every arch that your gcc will compile, no 
matter if your CPU can execute the instructions or not.
    This lets you cross-compile volk.
    volk_rank_archs will be deferred to runtime. This has not been done yet.

commit cf4c96c754fee998b14df771d78f086b08ecbd80
Author: Josh Blum <address@hidden>
Date:   Tue Feb 15 14:42:35 2011 -0800

    uhd: tweaks for swig/python init file

commit e10ea35d7a32c525145877f2ef39642fc68d8c3f
Author: Ben Reynwar <address@hidden>
Date:   Sun Feb 13 19:44:41 2011 -0700

    Added constellation object unit test.

commit 7fea5a1532e2c9d65406745fa7a18cf5ea3395ad
Author: Ben Reynwar <address@hidden>
Date:   Sun Feb 13 19:43:19 2011 -0700

    Fixing bugs in qam.py.

commit 6e09949418f7c7c0fe21b4bd69d2f4ff079ce941
Author: Ben Reynwar <address@hidden>
Date:   Sun Feb 13 19:42:48 2011 -0700

    Added rotational symmetry info to gr_constellation.

commit 0c7d7678defe24eb2a20ef6726c9aa57cf012d38
Author: Ben Reynwar <address@hidden>
Date:   Sun Feb 13 19:39:50 2011 -0700

    Added gr_constellation_decoder2_cb block.

commit 59396c1cd15c275b1fb8453b69219863bc5c788f
Author: Josh Blum <address@hidden>
Date:   Fri Feb 11 10:29:35 2011 -0800

    uhd: added mboard param to get time now and added get time last pps

commit e96d9617fdaf5b83e9711b924decebbefacabd15
Author: Josh Blum <address@hidden>
Date:   Thu Feb 10 14:31:40 2011 -0800

    uhd: incremented compat number for new api support

commit 8c1ff29bf925728b323f7036ca4ab09fec5e18df
Author: Josh Blum <address@hidden>
Date:   Thu Feb 10 12:34:49 2011 -0800

    uhd: added set and get clock rates to gr-uhd blocks and grc wrappers

commit 77f646ca0f578698ff5121a0b3360bd536f8d48d
Author: Josh Blum <address@hidden>
Date:   Thu Feb 10 12:07:11 2011 -0800

    uhd: tweaks to the grc blocks

commit 7787d1fc1aecc7b59e476c31865b4f32348cb729
Author: Josh Blum <address@hidden>
Date:   Thu Feb 10 00:56:55 2011 -0800

    uhd: replaced multi/single usrp stuff with just one usrp wrapper

commit e4df34e785651787930b2b2fcd4c9fbdeac5d8fc
Author: Ben Reynwar <address@hidden>
Date:   Wed Feb 9 14:19:40 2011 -0700

    Changed constellation objects so that codings besides gray code can be used.

commit 222465e2bc9ffc7f378c698876f44b3f722e0d37
Author: Josh Blum <address@hidden>
Date:   Wed Jan 26 13:32:56 2011 -0800

    uhd: channel = 0 defaults for single interfaces get_dboard_iface

commit 8afa393725c2bfda7c341b7202acfa40cc3245d2
Author: Jason Abele <address@hidden>
Date:   Fri Jan 21 19:24:33 2011 -0800

    Added first pass at swigging dboard iface

commit 26fc07eac6a3029e2d7361b1502f69e7592e708b
Merge: b806f6e 5a23954
Author: Johnathan Corgan <address@hidden>
Date:   Tue Feb 8 14:37:52 2011 -0800

    Merge branch 'master' into next, using strategy "ours" to skip
    master-only commits.

commit 5a23954a11aa028a20baa905d7bbb29fe62803f6
Author: Johnathan Corgan <address@hidden>
Date:   Tue Feb 8 14:36:02 2011 -0800

    build: update revision to 3.3.2git

commit 592153b2b94ae12e85598fa4a32feb5849bb6163
Author: Johnathan Corgan <address@hidden>
Date:   Tue Feb 8 14:32:03 2011 -0800

    build: update version number to 3.3.1

commit 67d35b59edb77c262264d3c7ee5fb30d9e7166a4
Author: Johnathan Corgan <address@hidden>
Date:   Tue Feb 8 14:31:47 2011 -0800

    build: update config.guess and config.sub from canonical source

commit 765c9f6e947d6dd765d1f33f3d4668f0c69486ee
Author: Ben Reynwar <address@hidden>
Date:   Sun Feb 6 16:42:36 2011 -0700

    Added tests to qa_trellis.py.

commit d10b330e60e62ff031785d96ec98c455c5c562eb
Author: Ben Reynwar <address@hidden>
Date:   Sun Feb 6 16:39:26 2011 -0700

    Added comments to fsm.h

commit 4b42ab554e45e4326466976028ed25123746205f
Author: Ben Reynwar <address@hidden>
Date:   Sun Feb 6 14:02:44 2011 -0700

    Added trellis_constellation_metrics_cf.  It is equivalent to 
trellis_metrics_c but it uses the constellation object's calc_metric method.  
This method is also added here.  trellis_metric_type.h is moved to 
gr_metric_type since constellation object is now dependent on it.

commit cb35c3e28f277717d8f9f849636768d57720487f
Author: Josh Blum <address@hidden>
Date:   Wed Feb 2 19:40:16 2011 -0800

    gruel: generate pmt_serial_tags with python, removes guile dependency

commit b806f6e95cd917e54884841c8e7928204ecd78f8
Author: Tom Rondeau <address@hidden>
Date:   Wed Feb 2 14:21:46 2011 -0500

    volk: updating to readd unaligned dot product under new name scheme.

commit 736874202f15222fa3ec10ceeb1815e8a595ed3a
Author: Tom Rondeau <address@hidden>
Date:   Wed Feb 2 13:55:15 2011 -0500

    volk: cleaning up makefile issues after merge.

commit 800686701206e438e5a5d645242137f9285c4fa9
Merge: 023167c 6503e3b
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 1 23:19:28 2011 -0500

    Merge branch 'volk_rename' into next
    
    Conflicts:
        volk/include/volk/Makefile.am
        volk/lib/Makefile.am
        volk/lib/qa_volk.cc

commit f450ed2d99672832eb8ca10af4c3be9a1dc81a96
Author: Ben Reynwar <address@hidden>
Date:   Tue Feb 1 13:02:42 2011 -0700

    Forgot to add qpsk.py in last commit.

commit 2e7d6f638181231bad0a8fd2fa6fb72cf6ad1f7c
Author: Ben Reynwar <address@hidden>
Date:   Mon Jan 31 23:25:36 2011 -0700

    Added QPSK constellation object.

commit c72e8c84f565cf3be61780515fa6f7f3dfd73218
Author: Ben Reynwar <address@hidden>
Date:   Mon Jan 31 22:30:34 2011 -0700

    Tidied qam.py

commit f2196f9ca883114d2c39beb59489387a43b8bff7
Author: Ben Reynwar <address@hidden>
Date:   Mon Jan 31 22:30:15 2011 -0700

    Added BPSK constellation object.

commit 8f81162fbd94c708e71caf2f402588db4d1d82c6
Author: Ben Reynwar <address@hidden>
Date:   Sun Jan 30 21:58:09 2011 -0700

    Added ofdm_frame_sink2.  Like ofdm_frame_sink but uses constellation object.

commit 0e8c354254481d57af568af9250a8e9ea4f6904d
Author: Ben Reynwar <address@hidden>
Date:   Sun Jan 30 21:33:24 2011 -0700

    Modified python level OFDM to use constellation object.

commit 44ad2b33d0b86f0ffe95d025fefa2c774cf80c85
Author: Ben Reynwar <address@hidden>
Date:   Sun Jan 30 13:36:24 2011 -0700

    Fixed Makefiles to generate swig_doc.i

commit 6503e3b21978b71908400c994148836bec4a97b9
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 30 12:35:07 2011 -0500

    volk: Updating build structure to work when orc is not installed.
    
    Distcheck passes for me if liborc is installed or not.

commit d1d4c8fd9dcf852cef9c274363182209c6761145
Merge: f6547e1 023167c
Author: Ben Reynwar <address@hidden>
Date:   Sun Jan 30 09:50:36 2011 -0700

    Merged upstream from next

commit f6547e103e6cae44ff2a81b0f83675ccc897f2e9
Author: Ben Reynwar <address@hidden>
Date:   Thu Jan 27 12:36:31 2011 -0700

    Minor changes to a benchmark example in gnuradio-examples/python/digital.

commit 7323d193b541e009666b2f5a7ea5b8cd05646a8a
Author: Ben Reynwar <address@hidden>
Date:   Thu Jan 27 12:06:14 2011 -0700

    Minor typo in comments.

commit a3ee5073e1035154a3331ec7ab4f1842095b7ed4
Author: Nick Foster <address@hidden>
Date:   Wed Jan 26 17:19:29 2011 -0800

    Volk: fix for 32fc_s32f_magnitude_16i orc impl.

commit e34a484084a5224ec3412bd7d6c6f285301f5d43
Author: Nick Foster <address@hidden>
Date:   Wed Jan 26 15:47:56 2011 -0800

    Volk: renamed volk_32fc_32f_power_32fc_a16 to volk_32fc_s32f_power_32fc_a16

commit 5ebd9ef2580aa36cd3a636c6257bd4b80b2380f8
Author: Nick Foster <address@hidden>
Date:   Wed Jan 26 15:44:40 2011 -0800

    Volk: find built headers instead of installed ones

commit 2a4c4f89187bf75caa34c7bc52fc32310a75c9f2
Author: Nick Foster <address@hidden>
Date:   Wed Jan 26 15:28:35 2011 -0800

    Volk: fixed volk_8i_s32f_convert_32f_a16_orc_impl.

commit 023167ca8a85ab597f9e59302733f71809a8afbd
Author: Tom Rondeau <address@hidden>
Date:   Tue Jan 25 21:36:01 2011 -0500

    volk: Adding explicit links to local volk libraries. Required to prevent 
breakage when adding new volk kernels.

commit f47466012c733526e04f8ceeb66a3677eec38cd9
Author: Nick Foster <address@hidden>
Date:   Tue Jan 25 18:20:36 2011 -0800

    Volk: Orc impl for complex multiply fixed. Maybe some room for optimization.

commit 108a594c0838ad21f93cba6597d1f66af097b157
Author: Tom Rondeau <address@hidden>
Date:   Tue Jan 25 10:37:49 2011 -0500

    volk: New volk kernel for conjugate dot products with unaligned buffers.
    
    Note: need to convert this to new naming standard.

commit 34fc10385fbe41ba5475b21135c802e9660235ad
Author: Josh Blum <address@hidden>
Date:   Tue Jan 25 01:16:31 2011 -0800

    uhd: typo fix setime_unknown_pps -> set_time_unknown_pps in grc xml 
generator

commit 19f4afaa4e3871e4a709e2774393bba6b6f6759a
Author: Ben Reynwar <address@hidden>
Date:   Sun Jan 23 21:43:42 2011 -0700

    Fixed minor bug in fsm.cc for fsms with 1 state.

commit 52c9710d9335dc5f0c7bcd0b4ffa076866fe3968
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 23 15:21:18 2011 -0500

    Forced initialization of arrays to avoid warnings.

commit 606681bd0ab4abf43e0c3eab3c847a198269ca88
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 23 15:21:11 2011 -0500

    Needed to specify the use of boost::filesystem library.

commit 20b7917f3853b510f213a78decca5061a6ae6892
Merge: 499bb14 5aeb617
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 23 13:12:24 2011 -0500

    Merge branch 'mergeme/volk/x86_cpuid_simplification' into next

commit 499bb149412e9b01419f82c755e6845338ba3b58
Merge: 0bc402f fc806ce
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 23 12:56:28 2011 -0500

    Merge branch 'mergeme/qtgui/use_boost_posix_time' into next

commit fc806ce5d72807a47d479aecaddb2239722d5fb0
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 23 12:52:07 2011 -0500

    Removing YYYY-mmm-DD from time displayed on Waterfall plot.

commit 0bc402f938a4aa2504b606811a3c80d2c5ea75af
Merge: f0001a8 e97658e
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 23 12:38:13 2011 -0500

    Merge branch 'mergeme/misc/mkdir_simplification' into next

commit e97658eca9df698682a70fc96e8644b4e229e4b9
Merge: ebb0f56 d65ae42
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 23 12:24:36 2011 -0500

    Merge branch 'mergeme/misc/mkdir_simplification' of 
git://gnuradio.org/jblum into mergeme/misc/mkdir_simplification

commit 5aeb617549b92eec3fe978e5fad12eacbed97f65
Author: Josh Blum <address@hidden>
Date:   Sat Jan 22 23:44:05 2011 -0800

    implemented cpuid gcc call in gr-filter gr_cpu_x86.cc, removes cpuid asm 
files

commit d65ae4249bf709d0e4062ef2825bef28ff77492a
Author: Josh Blum <address@hidden>
Date:   Sat Jan 22 22:47:08 2011 -0800

    created gr_sys_paths.h to house functions for getting system paths
    
    gr_sys_paths.h has gr_tmp_path() and gr_appdata_path()
    this replaces gr_tmp_path.h

commit 82c9301797aae0e8355213827b1e6cbfe0648a39
Author: Josh Blum <address@hidden>
Date:   Sat Jan 22 20:48:57 2011 -0800

    qtgui: use the posix time to_simple_string to simplify label text

commit f0001a8f872a6ac34c7607278ca195620b598b4f
Merge: f54dde2 16345bc
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 22 15:28:05 2011 -0500

    Merge branch 'mergeme/misc/complex_dotprod_generic_header_fix' into next

commit f54dde22e71bf393ad4519d099384af38d43ee72
Merge: 85759ff 48f9ca9
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 22 15:23:51 2011 -0500

    Merge branch 'mergeme/math/gr_math_simplification' into next

commit 85759ff0f893b9377b156609d68c6453feb304c9
Merge: bd8dd84 089fe0e
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 22 15:15:51 2011 -0500

    Merge branch 'mergeme/misc/gr_fxpt_static_const_fix' into next

commit bd8dd840173e38041b221758ca1baeb4b4584944
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 22 15:09:54 2011 -0500

    Adding required legal notice of what a copyright year range means that is 
now used in the configure.ac file (and others in the future).

commit cc4b7aa8991e531db6cbe8cc0f766fc5451214a2
Merge: 9880d22 e4d3b48
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 22 15:05:20 2011 -0500

    Merge branch 'mergeme/math/explicit_type_overloads' into next

commit 9880d22f38e0f96116f0d7409ccbbd148c9db53d
Merge: 5ad1695 ebb0f56
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 22 14:54:34 2011 -0500

    Merge branch 'mergeme/misc/mkdir_simplification' into next

commit ebb0f56da62e9ff16928b32cc525f24c93a99e0b
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 22 14:54:20 2011 -0500

    Updating copyright.

commit 5ad1695febf1f0ef2055693b3af385470c0f66a5
Merge: e7b1639 16d9895
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 22 14:08:19 2011 -0500

    Merge branch 'mergeme/grc/config_check_fix' into next

commit 16d98959849ae93a062d03f130a6f86ce22996a1
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 22 14:07:04 2011 -0500

    Updating copyright.

commit e7b1639edb668face7e9ab611887c4df6e5a0ac8
Merge: fdb0d74 e1fd88d
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 22 12:47:58 2011 -0500

    Merge branch 'mergeme/qtgui/plots_static_const_fix' into next

commit fdb0d74ff9aa951f3969c312162881b913098f0c
Merge: ce019fd 4721767
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 22 12:42:24 2011 -0500

    Merge branch 'mergeme/qtgui/plot_waterfall_fix' into next

commit ce019fd0c84555cf297623b9312f278b5a2dc6a9
Merge: d429522 3a088db
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 22 12:22:19 2011 -0500

    Merge branch 'mergeme/qtgui/includes_missing_stdint_fix' into next

commit c23d8a22a8b7859e83d95bd0b439229876c2d5b0
Author: Ben Reynwar <address@hidden>
Date:   Thu Jan 20 14:21:07 2011 -0700

    Added support for PSK to generic modulation.

commit d429522b8cc0916c0dd8167284e9f7373f8c1663
Author: Josh Blum <address@hidden>
Date:   Fri Jan 14 11:15:59 2011 -0800

    uhd: move tags functionality into its own sub-class that is enabled by 
preferences
    
    remove private variables from header interface
    subclassed single source impl with overloaded work function

commit 81d3460c5c6a950c8b734f192aa62cd1f8718d7c
Author: Josh Blum <address@hidden>
Date:   Wed Jan 12 15:20:13 2011 -0800

    uhd: swig up the device discovery

commit b5556476aee35c5a77d1e255eb54d60028d8490e
Author: Josh Blum <address@hidden>
Date:   Wed Jan 12 14:24:13 2011 -0800

    uhd: replace gain floats with doubles to reflect new uhd api

commit 69ae2c9b1eca4c69d9007b146aa54fd1b75fcd28
Author: Josh Blum <address@hidden>
Date:   Wed Jan 5 20:15:10 2011 -0800

    uhd: make the repr and str installation more generic

commit dfcc8cc28d8e5d0ca1de62b1622438be2439ebd1
Author: Josh Blum <address@hidden>
Date:   Wed Jan 5 19:08:26 2011 -0800

    uhd: use the actual device and io types, do hacks in the init.py, also use 
clock config convenience

commit cf33e1e5f75c627907811e07e4c3c7a6b6175e8a
Author: Josh Blum <address@hidden>
Date:   Wed Jan 5 16:22:47 2011 -0800

    uhd: added export macros (not used now) and updated copyright dates

commit c63edcbe834c0929a7e0c7907f7c79ffc3fc5667
Author: Josh Blum <address@hidden>
Date:   Wed Jan 5 16:19:19 2011 -0800

    uhd: swig + python tweaks to uhd types

commit 5a671f0b925e0a4f57344225514147cc0dc4a5d8
Author: Josh Blum <address@hidden>
Date:   Wed Jan 5 13:27:01 2011 -0800

    uhd: increment api compat number

commit 5e00de56713729b7c366884d3a1e31ffa3423b13
Author: Josh Blum <address@hidden>
Date:   Wed Jan 5 12:46:39 2011 -0800

    uhd: removed ranges template stuff, added some python polish in __init__.py

commit f0d2f41a77107fd5e194e196f93ecba4d6fe2df9
Author: Josh Blum <address@hidden>
Date:   Thu Dec 30 19:42:33 2010 -0800

    uhd: multi device, set timestamps without SOB on every burst in the work 
function

commit 05cc02cec03507c47846a668c92e6dcc4ba2e71e
Author: Josh Blum <address@hidden>
Date:   Tue Jan 18 01:00:15 2011 -0800

    cleanup mkdir usage with boost filesystem:
    
    Replaced copy/pasted code and MKDIR_TAKES_ONE_ARG #ifdefs
    with portable boost filesystem path and directory creation.
    
    Gets the correct home directory on windows systems: APPDATA.
    Replaces large amounts of copypasta with single lines of code.
    Removes MKDIR_TAKES_ONE_ARG configuration checks from m4 files.
    Adds boost filesystem and system library as build dependencies.

commit 7cea46f75e3f4f4b0d42de89d7cedd90a0f091e0
Author: Josh Blum <address@hidden>
Date:   Mon Jan 17 20:37:09 2011 -0800

    qtgui boost use posix time:
    
    Replace calls to gmtime_r with boost::posix_time
    to make the code portable on systems without gmtime_r.

commit 9edf280fb25bee071c166123ac1aee41d4a4949e
Author: Josh Blum <address@hidden>
Date:   Sat Jan 15 17:29:15 2011 -0800

    volk: replace assembly and separate cases with gcc cpuid for all x86

commit e1fd88db9b7edc13a90b5c81263d062ebcf2932b
Author: Josh Blum <address@hidden>
Date:   Mon Jan 17 18:09:38 2011 -0800

    qtgui plots static const fixes:
    
    Initialize static data members in the cpp file:
    http://www.parashift.com/c++-faq-lite/ctors.html#faq-10.12
    
    For the WaterfallDisplayPlot, rather than bringing the initialization into 
the cpp file,
    the numbers seemed far more fitting as an enum given that they are by 
nature.
    This removed the symbol declaration from the cpp file, so its actually 
simpler.

commit 3a088db9eb79cce564650a7c2c4b4dd744b77ce8
Author: Josh Blum <address@hidden>
Date:   Mon Jan 17 17:41:27 2011 -0800

    qtgui missing stdint include fix:
    
    These files use stdint types but did not include the header stdint.h

commit 472176780edc5dcaaa9a80af5e73355e9e4470d5
Author: Josh Blum <address@hidden>
Date:   Mon Jan 17 17:34:02 2011 -0800

    qtgui plot waterfall fix
    
    Removed QWT_EXPORT from PlotWaterfall.
    PlotWaterfall is not part of libqwt, this is likely a copy/paste typo.
    Its very wrong and specifies incorrect linkage. Affects MSVC.

commit 089fe0e8b2cd02e90fc4c095297128c771fa43fa
Author: Josh Blum <address@hidden>
Date:   Mon Jan 17 17:26:09 2011 -0800

    gr fxpt static const fix:
    
    Initialize PI and TWO_TO_THE_31 the standard portable c++ way.
    No need for "gcc 4.x fix".
    See http://www.parashift.com/c++-faq-lite/ctors.html#faq-10.12

commit 16345bcd12607cb36a14893673f63d65cf2fc062
Author: Josh Blum <address@hidden>
Date:   Mon Jan 17 16:58:06 2011 -0800

    remove header includes in *complex_dotprod_generic.cc that don't belong

commit e4d3b484edb2e852932d9da3d328273d4d35f475
Author: Josh Blum <address@hidden>
Date:   Mon Jan 17 16:45:33 2011 -0800

    math explicit type overloads:
    
    Use explicit data type casts in math functions where the overloaded 
function could not be determined.
    
    affects msvc

commit 48f9ca90e0cbcbfe67b0e10889c60928d9be5c49
Author: Josh Blum <address@hidden>
Date:   Mon Jan 17 16:37:45 2011 -0800

    gr math simplification:
    
    Replaces gr_gcd, gr_isnan, and gr_signbit one-time instances with boot math 
calls.
    No point in wrapping these utility math functions into gnuradio when they 
are
    1) provided by boost
    2) only called once
    
    Removes gr_math.cc, and configure checks for isnan.

commit a34dae039920afee252c05cdf37943b11fc0fcc5
Author: Josh Blum <address@hidden>
Date:   Mon Jan 17 16:03:24 2011 -0800

    grc: numpy is also a grc dependency, check numpy when since not requiring 
wxgui

commit 31bbbec88b19230eb37b197d7623c3671e57837e
Merge: 328b076 f294603
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 17 17:00:13 2011 -0500

    Merge branch 'master' into next
    
    * master:
      Adding new accessor for Goertzel filter to GRC block. Thanks to Marcus 
Leech for the last three modifications.
      Adding accessors to Goertzel filter GR block to call setparms from 
implementation file for (re)setting parameters.
      Adding accessor function to Goertzel filter implementaiton to set/reset 
its parameters.

commit f294603db32348e1f8fd0de18adf7b74db915d93
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 17 16:59:21 2011 -0500

    Adding new accessor for Goertzel filter to GRC block. Thanks to Marcus 
Leech for the last three modifications.

commit f1878bbdc36a31c469364a73cfdf22ee74867f69
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 17 16:47:19 2011 -0500

    Adding accessors to Goertzel filter GR block to call setparms from 
implementation file for (re)setting parameters.

commit 8bf0a196d9a3ab8780bf94396aaac9687f57702c
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 17 16:45:58 2011 -0500

    Adding accessor function to Goertzel filter implementaiton to set/reset its 
parameters.

commit 328b0761c6266d746cd15dae87e0c838b5e0acfc
Merge: 6c97e6c 76be4e3
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 17 13:02:46 2011 -0500

    Merge branch 'e100-updates' into next

commit 6c97e6ca62ae4690994f0b7d6f11cf0b0e615858
Merge: cb35202 58a1356
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 16 14:06:30 2011 -0500

    Merge branch 'master' into next
    
    * master:
      Fixing up fft and constellation plot to better handle zooming.
      Fixing zooming capabilities. Time axis does not track any longer due to 
what looks like a matplotlib bug that resets the xlims after the zoom occurs.
      Fixing up other plotting tools for data read errors.
      Using .min and .max on scipy arrays instead of min() max(); seems to be 
more portable.
      Fix how the end of a file is handled.
      PFB resampler: fix it this way to avoid the signed/unsigned warning.
      PFB resampler: fixes bug where filter could be looking past the number of 
inputs.
    
    Conflicts:
        gr-utils/src/python/gr_plot_psd.py

commit 58a1356ed70994c0f24afa8a276b7e62979c28cf
Merge: 98a3a1c ead0819
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 16 14:03:30 2011 -0500

    Merge branch 'maint'
    
    * maint:
      Fixing up fft and constellation plot to better handle zooming.
      Fixing zooming capabilities. Time axis does not track any longer due to 
what looks like a matplotlib bug that resets the xlims after the zoom occurs.
      Fixing up other plotting tools for data read errors.
      Using .min and .max on scipy arrays instead of min() max(); seems to be 
more portable.
      Fix how the end of a file is handled.
      PFB resampler: fix it this way to avoid the signed/unsigned warning.
      PFB resampler: fixes bug where filter could be looking past the number of 
inputs.

commit ead0819388bc03555c9182f27176aac6ea2a8bbc
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 16 13:40:20 2011 -0500

    Fixing up fft and constellation plot to better handle zooming.

commit a8e021e949fca067cf2df5a7cbb7c68ac21b8935
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 16 13:34:42 2011 -0500

    Fixing zooming capabilities. Time axis does not track any longer due to 
what looks like a matplotlib bug that resets the xlims after the zoom occurs.

commit 4f4268311488f88c2f20f31ba9d4615b522b946a
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 15 17:48:02 2011 -0500

    Fixing up other plotting tools for data read errors.

commit 7b5095514204a524afbf6fd97bb70511519e5b35
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 15 17:21:14 2011 -0500

    Using .min and .max on scipy arrays instead of min() max(); seems to be 
more portable.

commit 3ad8f8ed993cccae7492bf0fa8519ebe15567101
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 15 17:15:11 2011 -0500

    Fix how the end of a file is handled.

commit cb3520203232d958962bd3b871f22675fe9c6bb5
Merge: a2262b6 2e86104
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 15 15:26:40 2011 -0500

    Merge branch 'volkosx' into next

commit 2e8610450bc467400f8de2976cc6c1743025aff1
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 15 10:53:54 2011 -0500

    This should not have been put here.

commit eeb0c8e2596edc876771e9e7ff57337a59d6128c
Merge: 568d0ca 74e9f2b
Author: Tom Rondeau <address@hidden>
Date:   Sat Jan 15 10:52:44 2011 -0500

    Merge branch 'volkosx' of github.com:trondeau/gnuradio into volkosx

commit 1ec42d6fa313c6d3eeefae783a74a8600da3b76e
Author: Ben Reynwar <address@hidden>
Date:   Fri Jan 14 23:30:35 2011 -0700

    Tidied QAM modulation.

commit 568d0cafb8423f34530c94963654abea4c62801b
Author: Tom Rondeau <address@hidden>
Date:   Fri Jan 14 23:18:07 2011 -0500

    A fix for volk_cpu being a duplicate variable. Declared as extern in the 
header file volk_cpu.h and actually created in the C files.
    
    Note that this could be a problem if multiple architectures are ever (can 
ever?) be built at the same time. If that happens, we can move this variable 
declaration to another C file that is made common to all builds.

commit 74e9f2b0bce026b7b68a2d0a3558687386fdaab5
Author: Tom Rondeau <address@hidden>
Date:   Fri Jan 14 23:18:07 2011 -0500

    Creates volk_cpu in a .cc file and externs it in the header.

commit 81c3086bee1752c94a89ab2d20b7de048fdd1be7
Author: Tom Rondeau <address@hidden>
Date:   Fri Jan 14 19:58:11 2011 -0500

    Cleans up the Makefiles for the various platforms. This should also make it 
easier to add new architectures. Thanks to Josh for the inspiration.

commit 3024e95eeae2891b1cc575527bd09214a9493b3f
Author: root <address@hidden(none)>
Date:   Thu Jan 13 20:42:32 2011 +0000

    Volk: fixed placeholder Orc impl for 32fc_x2_multiply_32fc

commit 060df0d1fe23c07a0ba2f0242f22073dc62626c1
Author: Nick Foster <address@hidden>
Date:   Tue Jan 25 16:28:21 2011 -0800

    Volk: uses m4 magic to find boost_unit_test_framework

commit e979880d446949b2d2a93087011579c383369819
Author: Nick Foster <address@hidden>
Date:   Thu Jan 13 18:57:48 2011 +0000

    Volk: QA util has proper free().

commit b0a23e876fe0f92afb2c55fd4fbce6427e9598d8
Author: Nick Foster <address@hidden>
Date:   Tue Jan 25 15:06:23 2011 -0800

    Volk: doesn't test a routine if no valid architectures other than generic 
are found

commit f832c9789be9fec46e211be4fb2355013d19c000
Author: Nick Foster <address@hidden>
Date:   Fri Jan 21 18:24:02 2011 -0800

    Volk: Small changes to speed things up.

commit 6091bad60cdfdf21624da452c7a8b74405345070
Author: Nick Foster <address@hidden>
Date:   Fri Jan 21 15:41:30 2011 -0800

    Volk: removed all the old QA code that is covered by the test framework.

commit fa8c8c8e9fcd74eda5edb58edc89be97bc4bfa0a
Author: Nick Foster <address@hidden>
Date:   Fri Jan 21 15:29:08 2011 -0800

    Volk: added ability to spec scalar in test invocation

commit 7a5a751073cc1583533b84c90ecc985b3669a696
Author: Nick Foster <address@hidden>
Date:   Fri Jan 21 15:14:26 2011 -0800

    Volk: added QA support for multiple outputs, scalar outputs. 92% test 
coverage within the framework.

commit 82cafc4381e48ccc9423d2dc88720e5c1347d940
Author: Nick Foster <address@hidden>
Date:   Fri Jan 21 12:26:52 2011 -0800

    Volk: fixed naming error. test coverage @ 75%, still need to add support 
for multiple outputs in the checker.
    some errors in the library were exposed by the new test suite, and a couple 
of bad Orc functions. need to investigate.

commit b6850bbdaeab5ce85d2414cfa9c8344fb6f91883
Merge: e3600f5 d429522
Author: Nick Foster <address@hidden>
Date:   Fri Jan 21 11:20:08 2011 -0800

    Merge branch 'next' of http://gnuradio.org/git/gnuradio into volk_rename
    
    Conflicts:
        volk/lib/Makefile.am

commit e3600f59e76c3dc08aedfd77629b7c5c48df86af
Author: Nick Foster <address@hidden>
Date:   Thu Jan 20 16:30:09 2011 -0800

    volk: renamed all files. added all tests. some test things are still broken.

commit be1b7d9ffb90aa9c750e6c6793f00dbc8bec486d
Author: Nick Foster <address@hidden>
Date:   Wed Jan 19 16:39:28 2011 -0800

    Volk: test suite supports scalar arguments and in-place operations

commit d486ff4b4c039c8b3b06b6519839d522cf69be69
Author: Nick Foster <address@hidden>
Date:   Sun Jan 16 14:03:16 2011 -0800

    volk_rename: renamed basically everything in the volk lib to have logically 
consistent function names

commit 5c4aab18e4e5e34ce1f8e286bc534a02c1318932
Author: Nick Foster <address@hidden>
Date:   Fri Jan 14 13:21:08 2011 -0800

    Volk: Makefile changes to use new test framework.
    Doesn't currently build libvolk_qa, as I haven't really determined an 
appropriate place for "leftover" tests that the standard framework won't handle.

commit 9a527257014878cac993ffe854bf8fdacc412be6
Author: Nick Foster <address@hidden>
Date:   Fri Jan 14 13:07:06 2011 -0800

    Volk: QA code fixes, more Orc routines.
    Broke the 32fc_multiply Orc impl because I'm lame and lost some work.
    Fixed volk_8s_convert_16s Orc impl.
    Still need to rename functions and modify the QA sig parser to match. Then 
rewrite makefiles.

commit c77bb3e71562daa68e9a195a0131b7cc04324784
Author: Nick Foster <address@hidden>
Date:   Wed Jan 12 19:20:35 2011 -0800

    Volk: Working on a new QA architecture that doesn't require individual test 
programs.

commit c501dc110d3cc7cfcfff178fecb21f30ac9bd54c
Author: Nick Foster <address@hidden>
Date:   Tue Jan 11 15:35:04 2011 -0800

    Volk: fixed normalize.

commit 5b45b875ed58fd66234764a05da42c6eaff22c4d
Author: Nick Foster <address@hidden>
Date:   Tue Jan 11 15:17:55 2011 -0800

    Volk: Added more Orc routines (including complex multiply). Started redoing 
the testing framework so it's easier to add new archs to tests.

commit a2262b6bb70923d89e96ca0d597d96a8a01e4b67
Author: Eric Blossom <address@hidden>
Date:   Mon Jan 10 23:05:18 2011 -0800

    qa_set_msg_handler: Use sleep instead of yield.
    
    Confirmed to fix problem on 32-bit CoreDuo.  Probably fixes problem on Arm 
too.

commit 76be4e363152aa330955b546824aaa5beb2f5c80
Author: Philip Balister <address@hidden>
Date:   Mon Jan 10 19:04:30 2011 -0500

    dotprod_fff : Fix clobber register entries.

commit 00de7b95681c9ec32d3758c6060c2e044849b7a0
Author: Philip Balister <address@hidden>
Date:   Tue Jan 4 18:03:07 2011 -0500

    dotprod_ccf : Add NEON support for ccf fir filter.

commit 70e978b7fdc0285b56ed3ec7be3f10dc3d922504
Merge: 0e92b93 bb438e7
Author: Nick Foster <address@hidden>
Date:   Mon Jan 10 15:25:19 2011 -0800

    Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

commit af1634185dbeeebd912f55bd099e1fd0830407e5
Author: Philip Balister <address@hidden>
Date:   Mon Jan 3 12:16:09 2011 -0500

    Remove wxpython dependency from gnuradio-companion.
    
    GRC does not need wxpython to run. It is only needed if you create gui
    based flow graphs.

commit bb438e7d12c5767123f8abed5810f284a5f18bf8
Author: Eric Blossom <address@hidden>
Date:   Thu Jan 6 21:48:12 2011 -0800

    Add QA code for gr_basic_block::set_msg_handler.

commit 1dc1dbeef3eb15e1316857d4dd7ba32c4304bf69
Author: Eric Blossom <address@hidden>
Date:   Thu Jan 6 21:46:55 2011 -0800

    Augment gr_nop to count received pmt messages by way of set_msg_handler.

commit b6005d9e5823d871c091f3b4a048ca67cd885821
Author: Eric Blossom <address@hidden>
Date:   Thu Jan 6 21:39:10 2011 -0800

    Change pmt message handling interface in gr_basic_block.h
    
    Change the API such that the message handler is now implemented with a
    callback, not an overridden virtual function.  The callback is now set
    using gr_basic_block::set_msg_handler, which will accept pretty much
    any kind of callable.
    
    This change allows us to split the machinery for message handling out
    from the block inheritance hierarchy, and provides a foundation that
    can be used to build or experiment with arbitrary message dispatching
    techniques.

commit 2073fa2c09aab3c6ec20f7e75f210cacf243fa44
Merge: fa0ee85 98a3a1c
Author: Tom Rondeau <address@hidden>
Date:   Thu Jan 6 10:27:53 2011 -0500

    Merge branch 'master' into next
    
    * master:
      Fixed error in the name of the test_filter output files.

commit 98a3a1ce7462fe0c1662168c2c91c765eb8f841b
Author: Tom Rondeau <address@hidden>
Date:   Thu Jan 6 10:26:54 2011 -0500

    Fixed error in the name of the test_filter output files.

commit fa0ee85a13c067fa05a6ecb4c0bd3327a3a5fcf5
Author: Eric Blossom <address@hidden>
Date:   Wed Jan 5 21:57:34 2011 -0800

    Add documentation for gr-run-waveform and define-waveform

commit dad65db9c2046a113e704394beac01852ac2b35c
Author: Eric Blossom <address@hidden>
Date:   Wed Jan 5 19:56:00 2011 -0800

    Have swig/guile wrap enums and constants as scheme variables, not functions.

commit 7c78b8501ac6e9f386c9d4c0315913f6d3c72617
Author: Tom Rondeau <address@hidden>
Date:   Tue Jan 4 12:48:49 2011 -0500

    Fixing how far get_tags_in_range looks; should be exclusive of end point.

commit f7ba4702a44213e3bc03c41ea0c4eb1f02f230c7
Merge: 99c2b22 66768f6
Author: Tom Rondeau <address@hidden>
Date:   Tue Jan 4 12:04:00 2011 -0500

    Merge branch 'next' of gnuradio.org:gnuradio into next

commit 99c2b220675f3ca73ef5cf0a9ebe03706f813d61
Author: Tom Rondeau <address@hidden>
Date:   Tue Jan 4 11:10:27 2011 -0500

    Only prune if we've moved on in the number of items read. Fixes the problem 
or premature pruning.

commit 6925ccc667c8278c7b250fb4f7225e01680c62ea
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 2 13:49:08 2011 -0500

    Going back to iterators for use in erasing items from the deque.

commit 9c0bfe8920ec66b5b9f1f287d63ee66b4d208862
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 2 11:37:01 2011 -0500

    Not using an iterator to prune the tags to see if this fixes a problem in 
Windows.

commit c11a431055c1e84ed16a6567cc9b2f3b821ad5e7
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 2 11:31:56 2011 -0500

    Buffers now hold on to all tags from both this window and the last window 
of items instead of just this window.
    
    This protects against the rare times when one block is called twice before 
another block is, thereby pruning the tags before they can be passed 
downstream. The same thing will happen if a block is called 3 times in a row, 
which is highly unlikely.

commit 9c07c99147955574354d9d2a36c18f7aa8988130
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 2 11:29:38 2011 -0500

    Fixing a comment.

commit 016dc56eb54860e98fe5ba2a99b12adfb74c7c83
Author: Ben Reynwar <address@hidden>
Date:   Sat Jan 1 15:33:58 2011 -0700

    Changed pky.py so that is possible to skip modulation/demodulation steps.

commit 493cd2e48eee4850f2ceef20c9dd487b93ea6b9e
Author: Ben Reynwar <address@hidden>
Date:   Sat Jan 1 15:31:55 2011 -0700

    Worked on generic demodulation.

commit 66768f6ec30edbc2cf481e16b92a387b483dde6c
Author: Eric Blossom <address@hidden>
Date:   Thu Dec 30 15:23:59 2010 -0800

    Create symlink using install-exec-local, not install-exec-hook.
    
    Also rm the symlink using uninstall-local.  Passes distcheck.

commit 9739742f0b90968a8aaf0f5c2e24f9bbadda5e80
Author: Eric Blossom <address@hidden>
Date:   Thu Dec 30 14:10:00 2010 -0800

    Move example waveforms to gnuradio-examples/waveforms.

commit 16416305bf6dc7879b81c6b86568a5597d8d5ab0
Author: Eric Blossom <address@hidden>
Date:   Thu Dec 30 13:50:11 2010 -0800

    Create and install gr-run-waveform-script, and symlink to it when installed.

commit 48bd82280404c47a611cb5c852054f34e6ddb4f3
Author: Eric Blossom <address@hidden>
Date:   Thu Dec 30 11:58:35 2010 -0800

    Add symlink to gr-run-waveform when installing gr-run-waveform-binary.

commit c744baf8140be7a2df5d34c972edfbfa81fe46f4
Author: Eric Blossom <address@hidden>
Date:   Thu Dec 30 11:47:55 2010 -0800

    Rename gr-run-waveform/gr-run-waveform.cc to gr-run-waveform-binary.cc
    
    This is the first step to allow the binary and the script
    versions of gr-run-waveform to co-exist.

commit c6dfc4ce9227001a371457a39d0e44528b1f6827
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 30 17:19:51 2010 -0500

    Adding tags back into UHD source. If a packet received from a UHD source 
has a timestamp, we create a tag from it and pass it down the line. If no 
timestamp, produce no tags.
    
    This should not affect behavior of the UHD single source for those not 
dealing with tags.

commit 91ca107edc1e4cad69f102d947471d2c0adfc354
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 30 17:12:26 2010 -0500

    Fixes to psd plotting tool. Trying to keep up with the changing API; this 
should be backwards compatible.

commit 8e44bd38fc29748d4fac69d67a9db59af93060e8
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 30 11:00:07 2010 -0500

    More generic error message if guile-dev not installed.

commit caa6f821a601a37f2be0cc42c8f7fd42f9670b84
Merge: fd8f867 2fa7c99
Author: Tom Rondeau <address@hidden>
Date:   Tue Dec 28 13:31:29 2010 -0500

    Merge branch 'master' into next
    
    * master:
      Under extreme circumstances, optfir might never produce an answer 
(atten>300), so this puts in a check on the ripple; if it gets too large, stop 
trying.
      Allowing PFB interpolator to be called without specifying the taps; 
autogen taps inside hierblock.
      Allowing PFB decimator to be called without specifying the taps; autogen 
taps inside hierblock.
      PFB channelizer can be specified without external taps. Uses optfir to 
generate an internal filter to cover the channel bandwidth; user can specify 
the attenuation of this filter if desired.
      Updating the arb. resampler to use the optfir filter that provides better 
specificatiion of stopband atten.

commit 2fa7c997559e173c59227ee14a154e4b462d46bd
Author: Tom Rondeau <address@hidden>
Date:   Tue Dec 28 13:08:55 2010 -0500

    Under extreme circumstances, optfir might never produce an answer 
(atten>300), so this puts in a check on the ripple; if it gets too large, stop 
trying.

commit 3f32342fc5c82d53e7c94afbccb01d38280db733
Author: Tom Rondeau <address@hidden>
Date:   Tue Dec 28 13:00:56 2010 -0500

    Allowing PFB interpolator to be called without specifying the taps; autogen 
taps inside hierblock.

commit 47c11429a1f2afa2d46419d3fedff60403e4ea12
Author: Tom Rondeau <address@hidden>
Date:   Tue Dec 28 12:55:43 2010 -0500

    Allowing PFB decimator to be called without specifying the taps; autogen 
taps inside hierblock.

commit 3751671d1b596113e441ca326280bdcc94fdcc6f
Author: Tom Rondeau <address@hidden>
Date:   Tue Dec 28 12:48:18 2010 -0500

    PFB channelizer can be specified without external taps. Uses optfir to 
generate an internal filter to cover the channel bandwidth; user can specify 
the attenuation of this filter if desired.

commit ae03fd9ae853055548be3e2c0ff5754828142c2a
Author: Tom Rondeau <address@hidden>
Date:   Tue Dec 28 12:47:32 2010 -0500

    Updating the arb. resampler to use the optfir filter that provides better 
specificatiion of stopband atten.

commit fd8f86713d8f9de79850b9e7aabde7c453b7e890
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 27 22:56:47 2010 -0800

    Add missing .test files to tarball.

commit b8f174ce7eae1cfe8deda0353da4557a238730c9
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 27 22:37:30 2010 -0800

    Add minimal Python and Guile QA code to gr-uhd.

commit 3153f8f24b933043d937de32d65fe5d96652ec56
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 27 20:34:30 2010 -0800

    distcheck fix

commit 63fce8a97ed3f6bd1e739615246bf8149207d79c
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 27 20:07:16 2010 -0800

    Add scheme-ish convenience functions to usrp2.scm.

commit f290f9e4f1a9b9ca09ef95269d563cd785b08a61
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 27 18:46:54 2010 -0800

    Add minimal guile test code gr-usrp2.

commit 46c2368192a57fd0bfe9f50f753759736c4b4668
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 27 18:32:24 2010 -0800

    Rename usrp2.i to usrp2_swig.i to allow insertion of guile convenience 
functions.

commit 440b0e3bdd81282a83805693c8eb822ee6815f72
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 26 14:03:29 2010 -0500

    gr-uhd: Fixing makefile to define GR_HAVE_UHD for swig. This was lost in 
the makefile updates with the guile work. This is a better place/fix, anyway.

commit d209240b15f98233770efd4b184fe429ba77171a
Merge: 79c514b 7222b93
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 23 22:13:36 2010 -0500

    Merge branch 'master' into next
    
    * master:
      clean now gets rid of unittest results. Passes distcheck.
      Modifying the unittest output. XML files are no longer written outside of 
the build tree.
      A new patch for fixing the alsa restart issue. Submitted by Volker 
Schroer.
      Reverting last change in alsa.
      PFB resampler: fix it this way to avoid the signed/unsigned warning.
      PFB resampler: fixes bug where filter could be looking past the number of 
inputs.
      Adding a "change in progress" check to alsa sink.
      Added a check in alsa sink if error has occurred due to blocking; if so, 
it will just drop samples and not get backed up. Patch taken from Marcus Leech 
10/29/2010.
    
    Conflicts:
        Makefile.common
        gnuradio-core/src/lib/filter/gr_pfb_arb_resampler_ccf.cc

commit 7222b938cbfe0afd0886e4ce5e032cb756724903
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 23 20:58:20 2010 -0500

    clean now gets rid of unittest results. Passes distcheck.

commit 153de8c41caa9c478bec2f10b8a1167952809eed
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 23 18:31:28 2010 -0500

    Modifying the unittest output. XML files are no longer written outside of 
the build tree.

commit 79c514b542d25e709903b41cfdc1673aae35ac1d
Author: Eric Blossom <address@hidden>
Date:   Thu Dec 23 14:29:56 2010 -0800

    Update volk .gitignores

commit 9fe81031520463dfe46a890fc9d039d44929a43a
Author: Eric Blossom <address@hidden>
Date:   Thu Dec 23 11:00:58 2010 -0800

    Add test to see if Guile was built with threads enabled

commit 272971a25cbd777634331a8777d2fbab2bb10ab7
Author: Eric Blossom <address@hidden>
Date:   Wed Dec 22 16:49:05 2010 -0800

    Check for lt_dladvise_global and fall back to using lt_dlopenext if not 
found.

commit 65c10c943df0999926b0c96ef48e367e02a668da
Merge: 1a3e498 64ee9a2
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 22 18:05:52 2010 -0500

    Merge branch 'alsa_drop_samples'

commit 64ee9a2973e6c217c54f8cb0433ab24b0e52e2cc
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 22 17:41:30 2010 -0500

    A new patch for fixing the alsa restart issue. Submitted by Volker Schroer.

commit a8e58dba4d820e0b66d89bf05af29c381e46eef9
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 22 17:11:44 2010 -0500

    Reverting last change in alsa.

commit 75b650ef2506fe5c607517a3d5188b0705f60fde
Merge: 1984aab ed78ba5
Author: Eric Blossom <address@hidden>
Date:   Tue Dec 21 13:31:58 2010 -0800

    Merge branch 'next' into guile.
    
    Passes distcheck.
    
    * next: (32 commits)
      volk: Fix for popcnt's 64/32-bit issues.
      Using a copy of config.guess and config.sub instead of sym links.
      Including time header to qa files.
      Changed python env variable to more globally usable version.
      gr_uhd: Quick fix for make distcheck failures if UHD is not installed.
      PFB resampler: fix it this way to avoid the signed/unsigned warning.
      PFB resampler: fixes bug where filter could be looking past the number of 
inputs.
      resampler PFB: Sets relative rate when rate is changed.
      Create method to set rate on pfb_arb_resamp after it has been created. 
Allow it to be called from GRC.
      volk: fix for running 32-bit OS on 64-bit processor. System is correctly 
identified as 32-bit and compiles with the correct flags.
      volk: changing the path variables again. This works on my various systems 
tested. Using abs_ path names failed on Ubuntu 8.04 32-bit.
      volk: May be a hack, but it was required for my 32-bit Fedora 13 to work.
      volk: Removing unnecessary shell script; last commit takes care if its 
functions.
      volk: Fixing build system to handle making volk_mktables, volk_tables.h, 
and volk_config.h instead of a standalone shell script.
      volk: readding 16sc_magnitude_32f_sse with fix for SSE hadd_ps error.
      volk: Adding a few more generic-only test cases.
      volk: adding generic QA test for 16sc_magnitude_32f.
      volk: modified the configure scripts to output which architectures it 
will be building based on the configure tests.
      uhd: update notes in grc blocks for addressing scheme
      volk: Removing erroneous SSE function that actually usese an SSE3 intrin 
(mm_hadd_ps).
      ...

commit ed78ba5d9999bbe50507373a1aa2877ef0da64c6
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 17 22:58:40 2010 -0600

    volk: Fix for popcnt's 64/32-bit issues.

commit 0e92b93f21fc9c324c379bc318120d414e7422cc
Author: Nick Foster <address@hidden>
Date:   Fri Dec 17 13:35:40 2010 -0800

    Volk: Orc impl for 32fc_magnitude_16s saturates at -max instead of +max.

commit 200720da362e30f74083aad4dc106e4a057638bf
Author: Nick Foster <address@hidden>
Date:   Fri Dec 17 12:20:16 2010 -0800

    Volk: Magnitude functions. 32fc_magnitude_16s currently clips to +MAX 
instead of -MAX.

commit c6fff77de9b686761f93f0e1de237f8543f5e919
Author: Nick Foster <address@hidden>
Date:   Fri Dec 17 11:14:41 2010 -0800

    Volk: A bunch of new Orc routines plus a couple of build changes.
    32fc_magnitude_16s fails test_all right now.

commit a89f5dd45263209c535c272b56abb99133a4d6c7
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 16 21:49:45 2010 -0500

    Using a copy of config.guess and config.sub instead of sym links.

commit ce3e4c33d170b65cf288faec7d8da6a496eb6101
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 16 21:33:54 2010 -0500

    Including time header to qa files.

commit 320c16f5acdcbca6f59c735ad19619d7b82c434b
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 16 21:27:38 2010 -0500

    Changed python env variable to more globally usable version.

commit 15ad4b5398e474bfb52fdb7e826b69f3e398c0b0
Author: Nick Foster <address@hidden>
Date:   Wed Dec 15 16:27:42 2010 -0800

    Volk: A bunch of new ORC routines plus tests.
    Also fixed a typo in the generic version of 16sc_magnitude_16s_a16.

commit f9ee6a55cb397f9302769a25a8c959fa162354f0
Author: Nick Foster <address@hidden>
Date:   Tue Dec 14 22:58:33 2010 -0800

    Volk: Some new basic Orc implementations with QA code

commit 21426265324c883c91eeaaf75a81f2ccdc6e249d
Author: Nick Foster <address@hidden>
Date:   Tue Dec 14 21:12:49 2010 -0800

    Volk: Build fixes to work with/without Orc.

commit 87a9b14e0b0e2c2d0dcd75d42f2a15211265f102
Author: Nick Foster <address@hidden>
Date:   Tue Dec 14 17:44:34 2010 -0800

    Volk: added references to libs instead of specifying them directly

commit 26415a1445490cc3230c5d793a41703931ae9d01
Author: Nick Foster <address@hidden>
Date:   Tue Dec 14 17:23:20 2010 -0800

    Volk: Nick's commits to make adding Orc a little more structurally sound

commit 2e9a7d350713b4e1b21458db8f3fce8a557858ae
Author: Nick Foster <address@hidden>
Date:   Tue Dec 14 17:13:40 2010 -0800

    Volk: Added QA tests for all the Orc stuff. Added a 16u_byteswap but it's 
broken right now.

commit d8031649fa3186d7e6b000dcfaa349deacf51262
Author: Nick Foster <address@hidden>
Date:   Tue Dec 14 16:41:14 2010 -0800

    Volk: patch via Nick M.

commit ebcfe1a6507d37a29890d5b29aae308fd02d6716
Author: Nick Foster <address@hidden>
Date:   Tue Dec 14 14:25:44 2010 -0800

    Fixed some broken.

commit cbc44555a0ee99867dd51a1a7b10f19d9935a5c7
Author: Nick Foster <address@hidden>
Date:   Tue Dec 14 14:18:59 2010 -0800

    Volk: added some more Orc functions. Haven't added to tests yet.

commit be78b530701850b964118fd0f63ba2bbdca9759d
Author: Nick Foster <address@hidden>
Date:   Tue Dec 14 14:14:00 2010 -0800

    pre-patch...

commit 05f4bced29987a0a573d1fc5b214f3fa01dc84bd
Author: Nick Foster <address@hidden>
Date:   Tue Dec 14 13:36:55 2010 -0800

    Volk: More autotools stuff for Orc. Should build OK with or without Orc now.

commit 611526f9dfba0df4a1a49d47916706438ac194b3
Author: Nick Foster <address@hidden>
Date:   Tue Dec 14 01:00:29 2010 -0800

    Volk: Automated more automake for orc. Brought orcc generation in. Shared 
library libvolk_orc.la.
    Linking is hackery right now with specified -lorc-0.4 flags; this should 
change. Otherwise pretty much OK.

commit e826eb0462dd7eae7248147ea2fe47c6340bbcf0
Merge: bef3db6 1047775
Author: Nick Foster <address@hidden>
Date:   Mon Dec 13 19:22:09 2010 -0800

    Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

commit bef3db60e73953f2d2ecdc6a86a81e11df3b103d
Author: Nick Foster <address@hidden>
Date:   Mon Dec 13 19:18:45 2010 -0800

    volk: committed some stuff i neglected

commit 09c84f41c3265d27a7812e95a2906b17a7f01ca8
Author: Nick Foster <address@hidden>
Date:   Mon Dec 13 19:04:05 2010 -0800

    volk: added ORC integration. still requires polishing.

commit 1047775464c1bb8a86e727487551e2b14abd476e
Author: Tom Rondeau <address@hidden>
Date:   Mon Dec 13 12:21:35 2010 -0500

    gr_uhd: Quick fix for make distcheck failures if UHD is not installed.

commit a151e3e1ba2409b44fd2af8ba1f9bfbf3f0dbf25
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 12 13:39:06 2010 -0500

    PFB resampler: fix it this way to avoid the signed/unsigned warning.

commit 7e21f9ad055bb646b22edb462112443bab670b4e
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 12 13:22:40 2010 -0500

    PFB resampler: fixes bug where filter could be looking past the number of 
inputs.

commit c75950bd5babfcab323b29b956fa0b620c3c19da
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 12 13:09:32 2010 -0500

    resampler PFB: Sets relative rate when rate is changed.

commit 1a3e498933844e995e91e71b932b9e0bf8e2cc3f
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 12 13:39:06 2010 -0500

    PFB resampler: fix it this way to avoid the signed/unsigned warning.

commit 9d306b27ceabfd0dd498acc2f2694bca08e4ed1f
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 12 13:39:06 2010 -0500

    PFB resampler: fix it this way to avoid the signed/unsigned warning.

commit 199b77a7b0cc48215a2acf1b317bce81a62e39f7
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 12 13:22:40 2010 -0500

    PFB resampler: fixes bug where filter could be looking past the number of 
inputs.

commit f53f2494c65697bf04f7d64bd1865305ff391fcc
Author: Tom Rondeau <address@hidden>
Date:   Sun Dec 12 13:22:40 2010 -0500

    PFB resampler: fixes bug where filter could be looking past the number of 
inputs.

commit 9db640f51b3af0cc73a94471a623b4d394ec2aab
Author: Matt Ettus <address@hidden>
Date:   Sat Dec 11 14:42:57 2010 -0800

    Create method to set rate on pfb_arb_resamp after it has been created.
    Allow it to be called from GRC.

commit 504a2cce5df490bf9a6b2023cc1df568e51da20a
Merge: 051aa2f 6cd7639
Author: Tom Rondeau <address@hidden>
Date:   Sat Dec 11 14:24:17 2010 -0500

    Merge branch 'volk' into next

commit 6cd7639e86285c2fc0f3771fd1111c4456d477a4
Author: Tom Rondeau <address@hidden>
Date:   Sat Dec 11 13:39:00 2010 -0500

    volk: fix for running 32-bit OS on 64-bit processor. System is correctly 
identified as 32-bit and compiles with the correct flags.

commit 88a4f3fcddb5a082caa39fe800ea893aface1280
Author: Tom Rondeau <address@hidden>
Date:   Sat Dec 11 13:35:00 2010 -0500

    volk: changing the path variables again. This works on my various systems 
tested. Using abs_ path names failed on Ubuntu 8.04 32-bit.

commit ee21aaed629cfe9cec2e561c0e3d10374ec80e29
Author: Ben Reynwar <address@hidden>
Date:   Fri Dec 10 23:42:13 2010 -0700

    Fixing generic demodulation.

commit 1984aab345857296564e174395cf3af1375e1469
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 10 17:07:59 2010 -0800

    and another

commit 0e4b0a6dec5d6051f16d5380067348586008202c
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 10 17:07:17 2010 -0800

    missed one

commit 2ceb37ef2f80289c4126c48c7cf05fde85fda019
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 10 16:38:57 2010 -0800

    Add guile/.libs to libpath

commit 08907ee94fb6c34531d57b988324c67c26c8b747
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 10 16:15:40 2010 -0800

    Use load-extension-global instead of load-extension

commit 67c77e22564fbd9cf4543ff939495b3259b3818c
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 10 16:12:04 2010 -0800

    Add new Guile gsubr that loads shared libraries using the equivalent of the 
RTLD_GLOBAL flag.
    
    This is part of a work-around for swig bug: 1863647
    
http://sourceforge.net/tracker/index.php?func=detail&aid=1863647&group_id=1645&atid=101645

commit b12498643aa5c11a35a484925c565a7a9e746f75
Author: Martin Braun <address@hidden>
Date:   Fri Dec 10 17:30:01 2010 +0100

    fixed: FM sensitivity and calling gr_cpm::phase_response() through SWIG

commit 67e6c7e9a9420f2fc5ee14cee862412aad24b89f
Author: Martin Braun <address@hidden>
Date:   Fri Dec 10 14:31:00 2010 +0100

    fixed some XML glitches

commit ee5ac10dcec81570be475877b41be6219784d4c6
Author: Martin Braun <address@hidden>
Date:   Fri Dec 10 14:03:50 2010 +0100

    Forgot to add GRC blocks to block_tree, fixed

commit 3f9a95ae3e8b91faae6b59870429b84ccdfaa3db
Author: Martin Braun <address@hidden>
Date:   Fri Dec 10 13:48:37 2010 +0100

    Added GRC blocks to Makefile

commit c96ea6723a3e7ce6dc5bbccb4386647a088186aa
Author: Martin Braun <address@hidden>
Date:   Fri Dec 10 10:44:08 2010 +0100

    updated doxygen blocks, changed param order for gmsk

commit e7aa093f30c48c3c85abf446e24bc1cf144dc3e0
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 10 02:22:20 2010 -0500

    volk: May be a hack, but it was required for my 32-bit Fedora 13 to work.

commit 5ccd0554a51cc508a091bf27cd1bebc25c7b2bf9
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 10 01:51:55 2010 -0500

    volk: Removing unnecessary shell script; last commit takes care if its 
functions.

commit 8375fd6ca2f6e5edb923abe0d6341b6d4d2d1aae
Author: Tom Rondeau <address@hidden>
Date:   Fri Dec 10 01:48:17 2010 -0500

    volk: Fixing build system to handle making volk_mktables, volk_tables.h, 
and volk_config.h instead of a standalone shell script.

commit 74cbbd74dec5a1b976b5db028fe3aa4e20a899e3
Author: Eric Blossom <address@hidden>
Date:   Thu Dec 9 20:49:29 2010 -0800

    Disable guile udp tests.  They were causing a problem on some systems.

commit 704825a27f69f1f3b5cd24e413d4a10a291167e7
Author: Ben Reynwar <address@hidden>
Date:   Thu Dec 9 21:33:03 2010 -0700

    Fixing Makefile.am in blks2impl for recent changes.

commit 61d7638304db3c999bd43808fce0e531996dba87
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 9 20:24:21 2010 -0500

    volk: readding 16sc_magnitude_32f_sse with fix for SSE hadd_ps error.

commit 31c85c66f38ed304db06e0696b3df1d2407378c8
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 9 17:53:05 2010 -0500

    volk: Adding a few more generic-only test cases.

commit f3c684751dc3da3a06d5960d8b961739bdf0fd12
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 9 17:34:29 2010 -0500

    volk: adding generic QA test for 16sc_magnitude_32f.

commit ad4ad13c62f397e6f5940ca251af77fa77392998
Merge: 31c8002 7b19372
Author: Ben Reynwar <address@hidden>
Date:   Thu Dec 9 15:19:03 2010 -0700

    Merge branch 'grorg-master'

commit 31c8002c506d8452915163d9a57a00746e7dfc5b
Author: Ben Reynwar <address@hidden>
Date:   Thu Dec 9 15:16:29 2010 -0700

    Fixed Makefile so that generation of python docstrings works.  Still not 
well done.

commit 2863f40d5d0bca8713252bb3618f9844fccf673c
Author: Ben Reynwar <address@hidden>
Date:   Thu Dec 9 15:12:14 2010 -0700

    Added support for modulation/demodulation of a generic constellation.
    Not yet robust enough.
    Inefficient QAM modulation/demodulation also added (via the generic 
implementation).

commit 87889c20c7551b39bb508408035c894dfc32fb0d
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 9 17:09:23 2010 -0500

    volk: modified the configure scripts to output which architectures it will 
be building based on the configure tests.

commit 051aa2f5bc9f2311bb81669eb4326fd906592a1d
Author: Josh Blum <address@hidden>
Date:   Thu Dec 9 13:56:35 2010 -0800

    uhd: update notes in grc blocks for addressing scheme

commit 97ff51156b492a1e52420a1f12cd75eccf2235ac
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 9 16:53:06 2010 -0500

    volk: Removing erroneous SSE function that actually usese an SSE3 intrin 
(mm_hadd_ps).

commit 79ca8f230d0f0758656e32a2bb0317f03e3317d0
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 9 16:52:33 2010 -0500

    volk: remove redundant warning message at top of volk.c file.

commit a72fa7a12cad5b32f06709c8939a4fb054679ca6
Author: Tom Rondeau <address@hidden>
Date:   Thu Dec 9 12:12:47 2010 -0500

    volk: Small fixes to M4 file for better project integration.

commit 144ef2dbe12de3f1f784fb2e76771b1e174deb41
Author: Martin Braun <address@hidden>
Date:   Thu Dec 9 13:54:22 2010 +0100

    All CPM stuff included (C++/GRC/Python), tests pass

commit dd35f129cc0ecbbf092a25a60414fef133e6dc04
Author: Martin Braun <address@hidden>
Date:   Thu Dec 9 09:54:42 2010 +0100

    more elaborate checks, they also work now

commit 63f520734e4e112da32f0dc5a59107c1397199ae
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 8 17:58:46 2010 -0500

    volk: Changing version number to 0.1.

commit a8f33e1b577342fd8149d9308d474871c44c7d52
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 8 17:26:40 2010 -0500

    Removing autotests of volk during make check and distchecks since they take 
a long time to run.
    
    These can be run by hand by executing volk/lib/test_all
    
    Also made a comment about needing a possible fix for this makefile.

commit 1cc88091470dd4654b6936cda92d81841e135209
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 8 17:00:38 2010 -0500

    volk: more changes to build system so that VPATH builds properly and 
project makes distcheck.

commit 5155713e970946e2ce213c4f68ccc44e6737ead0
Author: Martin Braun <address@hidden>
Date:   Wed Dec 8 19:32:06 2010 +0100

    CPM make checks

commit 46d55649012e4fb2838a6f8e9f3c9226ea8b2d50
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 8 12:19:28 2010 -0500

    volk: Working on VPATH build issues. Makes it through configure, fails on 
make.

commit 730e550d4ec5f429170d97383e3826193a893ac8
Author: Martin Braun <address@hidden>
Date:   Wed Dec 8 17:51:43 2010 +0100

    first version of CPM code

commit 74f206edb2c7bfbe010b5a5cbc5fe2f07965c3a6
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 8 01:29:58 2010 -0500

    volk: Fixing makefiles for dist. Distcheck still failing on other issues 
now.

commit 81d722595385eb4b2ef09cb76db1d4070fc11324
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 8 01:10:10 2010 -0500

    volk: adding config.guess and config.sub to project distribution.

commit f8b0c86d8a9eb347cb7187e3b01ed46c66de6a64
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 8 01:09:35 2010 -0500

    volk: Adding gitignore files.

commit 917e67d031bf5f044dfbbae3d4cf01b167b7b903
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 8 01:00:42 2010 -0500

    volk: Cleaning up naming from old libvector to volk.

commit 1186ab980d1e1fe36ff869097fd0697dd41ff7ae
Author: Tom Rondeau <address@hidden>
Date:   Wed Dec 8 00:59:23 2010 -0500

    volk: Updating build system so that volk configures and builds from 
gnuradio top level dir.

commit c6d4c7d5b410d066e55a31c787476a9ac96b1277
Author: Eric Blossom <address@hidden>
Date:   Tue Dec 7 15:54:27 2010 -0800

    Moved out-of-tree includes out of gnuradio_core_INCLUDES to ensure that
    in-tree includes are searched before out-of-tree includes.

commit 239144659b29c0a5ecd83a34e0e57387a1060ed7
Author: Tom Rondeau <address@hidden>
Date:   Tue Dec 7 18:50:28 2010 -0500

    Initial checkin for VOLK - Vector-Optimized Library of Kernels. This is a 
new SIMD library.
    
    It currently stands by itself under the GNU Radio tree and can be used 
separately. We will integrate the build process into GNU Raio and start 
building off of its functionality over time.

commit 9911a8d9edcde54b9a18810f37799a58a6895310
Author: Eric Blossom <address@hidden>
Date:   Tue Dec 7 13:35:54 2010 -0800

    Remove incorrect if PYTHON around swiginclude_HEADERS

commit c69cf50c8c553377d1ad9d353b207d57f5d3a47d
Author: Eric Blossom <address@hidden>
Date:   Tue Dec 7 13:19:06 2010 -0800

    Change shell function definitions to use POSIX syntax

commit e0f038f1fbeb28b7a4678d0a90b7132836e10a21
Author: Rob Savoye <address@hidden>
Date:   Tue Dec 7 11:59:33 2010 -0700

    trellis_generated.i has to be generated first, befofre we can generate 
anything else.

commit 9552f6f1e1035c6973e1b7be40c2c3a8b4cf5b7d
Author: Rob Savoye <address@hidden>
Date:   Tue Dec 7 11:08:50 2010 -0700

    flag an error if --enable-guile is specified, but guile-dev is not

commit 55685f7a8ac97186de05a9e806824fa48e327d47
Merge: 59a1eeb e13783a
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 6 23:16:25 2010 -0800

    Merge branch 'next' into guile-next
    
    * next: (116 commits)
      Adding new example script for using the new PFB arbitrary resampler 
interface. One resampler takes user-generated taps and another resampler just 
takes the resampling rate. Both input and output signals are plotted.
      Modifying blsk2 wrapper for PFB arbitrary resampler to allow the user to 
just specify the requested resampling rate without providing their own filter 
taps.
      uhd: reverting tag changes on uhd single usrp source, there seems to be 
issues with the work() logic
      uhd: removed default value chan=0 in the cc files
      WITH_INCLUDES _must_ be last
      uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXME
      uhd: default channel params to zero for single source and sink blocks
      Revert "Removed usrp2-firmware from being automatically built."
      Remove generated file from repo
      Removed usrp2-firmware from being automatically built.
      uhd: added libdir to UHD CFLAGS (shared by lib and swig)
      Swapping out preset keys until I work out some of their issues.
      Modifying QA tests for the sample tags. By default, it only checks the 
sizes of the tags since order is not specified or guarenteed.
      Block is a gr_block, so this sets its relative rate. Was required for 
using in the QA of the sample tags code.
      Removing global pmt constants. Were causing segfaults during make check. 
Must fix this later.
      Fixing up the UHD sample tag example to take command line options.
      Swapping order of testing rrate.
      Changing propagation policy enum type name and making a few other minor 
edits.
      Changing API for gr_skiphead to use uint64_t for the offset instead of 
size_t (still unsigned). Fixes issue #304.
      Adding typedef for uint64_t and int64_t so we can use them through SWIG.
      ...
    
    Passes make distcheck.

commit 59a1eeb1b18483ec716afde24df3f0593ed5085c
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 6 20:02:51 2010 -0800

    Update comments for --enable-guile, reflecting that it's disabled by 
default.

commit 97a15322fbff109badfcca680bc860d508176bee
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 6 20:02:11 2010 -0800

    Remove copy of config/gr_standalone.m4 from top/config

commit f241c8d93983be5341200cbac5259218278076ea
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 6 19:54:42 2010 -0800

    Update TODO

commit 685a7b62e19850d5e51b1157b23a846b2df6e478
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 6 19:50:41 2010 -0800

    Remove unused variable grguiledir

commit cc088ab014791450d9d5d88564f3f889ece74909
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 6 19:47:42 2010 -0800

    Add guile QA code to gr-howto-write-a-block

commit e8542abdbf4da924dcdc54bfe2e7a20cda55c26b
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 6 19:10:45 2010 -0800

    Add prefix = NONE test to gr-howto-write-a-block

commit 743bfc5bbc819741e23c1105ef89959c0ccee893
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 6 18:55:22 2010 -0800

    Update TODO

commit e13783aeb84a2c3656c3344a8d52fa2c9ee38a00
Merge: cdca1c9 7b19372
Author: Tom Rondeau <address@hidden>
Date:   Mon Dec 6 20:57:40 2010 -0500

    Merge branch 'master' into next
    
    * master:
      Adding new example script for using the new PFB arbitrary resampler 
interface. One resampler takes user-generated taps and another resampler just 
takes the resampling rate. Both input and output signals are plotted.
      Modifying blks2 wrapper for PFB arbitrary resampler to allow the user to 
just specify the requested resampling rate without providing their own filter 
taps.
      Changing API for gr_skiphead to use uint64_t for the offset instead of 
size_t (still unsigned). Fixes issue #304.
      Adding typedef for uint64_t and int64_t so we can use them through SWIG.
      Removing warnings in portaudio source/sink.
      Fixing output types from tap_type to o_type in gr_single_pole_iir.h. 
Doesn't make a difference in the current uses of this class, but could in the 
future. Thanks to Achilleas Anastasopoulos for pointing this out.
      first shot at Windows-compatible LIBUSB check
      Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, 
because the symbol does not exist for that platform (only, it seems)
      Removing autogenerated file.
      Updated doxygen Doxyfile for newer versions.
      Adding file operations result checking.
      Updating audio_jack to new interface for creating a client. Fixes 
depricated warning.
      Potential fix to MSDD warnings by setting sequence number from buffer 
more explicitly.
      Adding a bit more checking on file operations.
      Fixing copyright date.
      Fixed warning re defining GNU_SOURCE. Can probably just remove it since 
it's defined in config, but this won't hurt anyone.
      Fixing signed/unsigned warnings.
      first shot at Windows-compatible LIBUSB check
      Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, 
because the symbol does not exist for that platform (only, it seems)
    
    Conflicts:
        gnuradio-core/src/lib/swig/gnuradio.i

commit ed4abf6f759a421bc845d9138f82df84bb4bbf96
Author: Tom Rondeau <address@hidden>
Date:   Mon Dec 6 20:22:22 2010 -0500

    Adding a "change in progress" check to alsa sink.

commit 7b19372f83fede6a1d55e4b70202aa58b004e9f8
Author: Tom Rondeau <address@hidden>
Date:   Mon Dec 6 13:59:20 2010 -0500

    Adding new example script for using the new PFB arbitrary resampler 
interface. One resampler takes user-generated taps and another resampler just 
takes the resampling rate. Both input and output signals are plotted.

commit 6246efbefcdb6807daa7c245ebe7a975ab0ce7d4
Author: Tom Rondeau <address@hidden>
Date:   Mon Dec 6 13:52:55 2010 -0500

    Modifying blsk2 wrapper for PFB arbitrary resampler to allow the user to 
just specify the requested resampling rate without providing their own filter 
taps.
    
    Taps are then generated inside hier_block2 to cover full bandwidth of input 
signal.
    
    Optional attenuation parameter may be provided.

commit 4620927fdf7ddd70e8ddb63cf18b075740a099a5
Author: Ben Reynwar <address@hidden>
Date:   Sun Dec 5 21:19:51 2010 -0700

    Fixed typos in comments ('samples per symbol' not 'samples per second').

commit cdca1c917626f7c63f820da921a17187efc92cd5
Author: Josh Blum <address@hidden>
Date:   Sun Dec 5 19:24:15 2010 -0500

    uhd: reverting tag changes on uhd single usrp source, there seems to be 
issues with the work() logic

commit 7a9c22348819bd5db3b77c5c3dffb318d5c1ecf7
Author: Josh Blum <address@hidden>
Date:   Sun Dec 5 19:22:22 2010 -0500

    uhd: removed default value chan=0 in the cc files

commit 910165a9eccf02bf4cb0fb30fb4e620426c1a000
Author: Eric Blossom <address@hidden>
Date:   Sat Dec 4 01:18:36 2010 -0800

    Fix load-extension strings

commit 95254c28c18277012907354ae9fa5aef295271b8
Author: Eric Blossom <address@hidden>
Date:   Sat Dec 4 00:49:17 2010 -0800

    Move swig related suffix/pattern rules from Makefile.common to 
Makefile.swig.

commit 5d92ead4644527b67bc8b94c9b12e7f085089fbe
Author: Eric Blossom <address@hidden>
Date:   Sat Dec 4 00:45:31 2010 -0800

    Copy fix from gr-howto-write-a-block/config/gr_swig.m4 to main

commit 05a68e2b0991b90ee974bcdc7a852604849ce377
Author: Eric Blossom <address@hidden>
Date:   Sat Dec 4 00:42:21 2010 -0800

    Fix swig syntax error triggered in python/std_complex.i

commit 6ba2c80cdedf6d4eea99c565ffa8b204174d0576
Author: Eric Blossom <address@hidden>
Date:   Sat Dec 4 00:31:22 2010 -0800

    Some piece of this commit triggers a syntax error running swig:
    
    make[2]: Entering directory 
`/home/eb/git/wf-exec/gr-howto-write-a-block/swig'
    Compile .i to .py
    /usr/bin/swig -fvirtual -python -modern -keyword -w511 -outdir .  
-I/home/eb/git/wf-exec/gr-howto-write-a-block/lib 
-I/home/eb/install/include/gnuradio -I/home/eb/install/include/gnuradio/swig    
\
                -MD -MF python/howto_swig.Std \
                -module howto_swig -o python/howto_swig.cc -oh 
python/howto_swig.h howto_swig.i
    /usr/share/swig/1.3.40/python/std_complex.i:12: Error: Syntax error in 
input(1).
    make[2]: *** [howto_swig.py] Error 1

commit ea8a60ad9c2e0f9bdc57f77f5506c5906f8d1d6f
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 23:58:48 2010 -0800

    Make gr-howto-write-a-block work again...
    
    Copied Makefile.swig, Mkefile.swig.gen.t from ..
    Renamed howto.i to howto_swig.i
    Regenerated Makefile.swig.gen

commit 7a7a4b7ad1ccdb0c1f6814e6c258b1238fd92fd7
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 23:40:22 2010 -0800

    Fix EXTRA_DIST in gr-howto-write-a-block

commit 6df0423fe1880f5c33daa333604552ea68ac9593
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 23:34:24 2010 -0800

    Regenerated Makefile.swig.gen's

commit 0b5f66113f43d2ba94a1ca741b5ce65e1f9f2c02
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 23:30:54 2010 -0800

    Rename libguile- to libguile-gnuradio- to match guile library naming 
convention.
    
    The stuff in gnuradio-core ends up with funky names, but that could
    be fixed by renaming gnuradio_core_filter.i -> core_filter.i etc.

commit 4d16f8ac9e88babdcdf3dac3e5080d1bbf6fa1a7
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 23:09:34 2010 -0800

    update .gitignore

commit 0c4067dfff7be05325fc0fec1644600f5de8a226
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 22:26:48 2010 -0800

    tarball name: run-waveform -> gr-run-waveform

commit aceace631da21a63add224bf31004698ddaa6ea0
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 22:22:06 2010 -0800

    Comments

commit 20141767bab8be4f81e58148ea806e032ca9f7c4
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 22:21:41 2010 -0800

    Uhh, make that test_embed.cc

commit f8701535f8674bac374c4c4f6f99b831e2d7c2f2
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 22:08:46 2010 -0800

    Rename test_waveform.c test_embed.c

commit e89f4ac103fb6fa2013853389c449b102fcf2be8
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 22:01:22 2010 -0800

    Initialize GUILE_LOAD_PATH and LTDL_LIBRARY_PATH based on prefix.

commit 5f12322d45e1a4c7464f78151e108646f7b1cc44
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 22:00:57 2010 -0800

    Less verbose

commit 350a427f995b9d1641c94603d3f216457608f015
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 21:42:53 2010 -0800

    Put all files in filesystem, not just .scm

commit b00008cb27c9170883c9ecd56c857a9937ec6558
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 21:36:03 2010 -0800

    Override primitive-load et al. before loading code.

commit 378bace460ed556d4e1783c9585f9417e84385eb
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 21:33:10 2010 -0800

    xyzzy-search-load-path -> %xyzzy-search-load-path

commit ed55c41ce13558b840654cea9c959d32dbaed174
Merge: 26e7851 dd656e9
Author: Ben Reynwar <address@hidden>
Date:   Fri Dec 3 21:30:27 2010 -0700

    Merge branch 'grorg-master'

commit 26e7851318dfc691fd4412823a392a15bd1c475e
Author: Ben Reynwar <address@hidden>
Date:   Fri Dec 3 21:25:47 2010 -0700

    Added a new example python script (a stripped down version of 
benchmark_loopback.py).
    Made minor change to blks2.demod_pkts.

commit 63728823a570a305a18d462dae2d07ba77d520fd
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 14:32:15 2010 -0800

    Revert "Add "shims" for booting (mostly) from magic file system"
    
    This reverts commit 9bc62cca21a0a171cbc220419af91b3d8f7e333b.
    
    This stragegy didn't work.  Our new gsubrs have not yet be defined
    when the ice-9/boot-9.scm code is loaded.

commit 6f1a20284530b20ee3e318cd2fc6724e65b96a14
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 14:32:07 2010 -0800

    Rename run_waveform.cc gr-run-waveform.cc

commit cd8a20ef121a9d07163b420020ba50012fb1a5e4
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 14:09:58 2010 -0800

    work-in-progress on run_waveform.cc

commit c9597503e054b24ec79e6e379b2b56ffc369f3f3
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 14:09:06 2010 -0800

    Try to get block destructors called (fairly) early

commit 9bc62cca21a0a171cbc220419af91b3d8f7e333b
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 14:08:07 2010 -0800

    Add "shims" for booting (mostly) from magic file system

commit 331a74a4d9f0f983c6892ca5d01e8ef4f5308e76
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 13:14:15 2010 -0800

    Make xyzzy_open_file work. (And a bit of renaming.)
    
    xyzzy_open_file (nee make_xyzzy) was not stripping off the magic
    prefix before searching, and was thus always creating a new entry in
    the map and returning a "" string.

commit dd75f58e8b7efb061ff58b29bd1bfa7b306d3058
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 12:12:55 2010 -0800

    Add filesystem.dat to CLEANFILES; other minor tweaks.

commit f1d2556215b72104bdfae2d389e1fdd6ef01690c
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 12:10:57 2010 -0800

    Modify scm_xyzzy_init so that it looks up the system values of variables.

commit 5ca9632f0843fb28a860245f5905757b842a45cd
Author: Eric Blossom <address@hidden>
Date:   Fri Dec 3 12:09:56 2010 -0800

    Allow xyzzy_init to accept NULL or "\0" to specify install path

commit 9faf5081bc5676fe0e6c3b66622e502ddb419d4c
Author: Eric Blossom <address@hidden>
Date:   Thu Dec 2 22:36:45 2010 -0800

    Add code to handle lib vs lib64

commit cef9e8f38edb3f6aaea811fa04cfeebdbf26ba59
Author: Eric Blossom <address@hidden>
Date:   Thu Dec 2 21:21:41 2010 -0800

    Moved contents of gr-guile into gnuradio-core/src/guile and removed 
gr-guile.
    
    Passes distcheck.

commit 9d91d36c7e509928705f093935024d08d2c019c8
Author: Eric Blossom <address@hidden>
Date:   Thu Dec 2 17:27:36 2010 -0800

    Move guts of gr-run-waveform into gnuradio/run-waveform.scm

commit 09dc1cd6928d1c32cf06509a8b81202e11bcf3a4
Author: Eric Blossom <address@hidden>
Date:   Thu Dec 2 14:18:41 2010 -0800

    Update copyright dates

commit b7a674aaa5c37e8616ea43524ca9d48173e9d870
Author: Eric Blossom <address@hidden>
Date:   Thu Dec 2 14:15:24 2010 -0800

    Fix const-related warnings

commit e92f2cb6166631f3248ff846376693306eb8f6f1
Author: Eric Blossom <address@hidden>
Date:   Wed Dec 1 14:39:38 2010 -0800

    WITH_INCLUDES _must_ be last

commit 7d8f756d11189d9378a1bbeb921baabc9c0bf643
Author: Josh Blum <address@hidden>
Date:   Wed Dec 1 15:31:41 2010 -0500

    uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXME

commit 389d93f465b2114959aa86931d6b473634950e46
Author: Josh Blum <address@hidden>
Date:   Wed Dec 1 10:53:32 2010 -0500

    uhd: default channel params to zero for single source and sink blocks

commit 0c2ee71b0917be6b663b4e7820d3e99643337964
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 30 17:20:07 2010 -0800

    Revert "Removed usrp2-firmware from being automatically built."
    
    This reverts commit 3bb029afe0d7de1bd4aadaecf4eb7121e0f2c84d.
    
    The change reverted removed the usrp2/firmware from the distribution
    tarballs and also had configure report that it was building the usrp2
    firmware when in fact it wasn't.
    
    What is the problem that you are trying to solve?
    
    Example of configure output that lies:
    
        config.status: creating config/Makefile
        config.status: creating config.h
        config.status: executing depfiles commands
    
        *********************************************************************
        The following GNU Radio components have been successfully configured:
    
        usrp2-firmware
    
        You my now run the make command to build these components.
    
        *********************************************************************
        The following GNU Radio components have been successfully configured:
    
        config
        gruel
        gnuradio-core
        usrp
        usrp2
    
        [snip]

commit 82f2222a58e83971308c9caaaae026f396b3e9fe
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 30 17:18:22 2010 -0800

    Remove generated file from repo

commit 3bb029afe0d7de1bd4aadaecf4eb7121e0f2c84d
Author: Josh Blum <address@hidden>
Date:   Tue Nov 30 13:03:05 2010 -0500

    Removed usrp2-firmware from being automatically built.
    
    Most users get the firmware from precompiled binaries.
    Removing this should make configure less confusing.

commit 775bd35cde0b42f3aaab76f4014e5915783ecb44
Author: Josh Blum <address@hidden>
Date:   Tue Nov 30 12:08:16 2010 -0500

    uhd: added libdir to UHD CFLAGS (shared by lib and swig)

commit ceb0c70b353be63b133e6ba830ea1882a2e0ea9d
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 30 07:44:15 2010 -0500

    Swapping out preset keys until I work out some of their issues.

commit d3538cbcefec7e1d409442a97df093447c5e6268
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 19:12:03 2010 -0700

    fix xyzzy-search-load-path test case, it was incorrect

commit 98a91e0f2cb8ebdc89dd6ba24fd25911303249a7
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 18:19:15 2010 -0700

    fix xyzzy-search-load-path, now the function works.

commit 329c5da374781e5cd2e93e89de12bdf7fb71f979
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 18:18:18 2010 -0700

    get the current value of %load-path

commit b36c97ef1ea06ffc014f08286047ad71d4193ad3
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 18:02:37 2010 -0700

    be less verbose

commit 8976fdfda16729f433c74ed11b2f8f7ec7340210
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 18:02:07 2010 -0700

    improve xyzzy-search-load-path tests

commit 99f4366b48d254051f68b10b2d43b83cc9fb2143
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 17:42:11 2010 -0700

    add xyzzy-primitive-load and xyzzy-primitive-load-path along with a minimal 
test case

commit e44a9201737d4d52670bfbcb22d9b61e50846732
Merge: c41980f 37c2a38
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 16:39:50 2010 -0700

    Merge branch 'guile' of gnashdev.org:/var/www/git/gnuradio into guile

commit c41980f614ad97d84358aa7bbcd674786db0b13c
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 16:39:34 2010 -0700

    add xyzzy-primitive-load and minimal test case

commit c0a4e83d1c455bf24ab7d97f0e4f8ae787bd2fa9
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 16:39:10 2010 -0700

    drop the older read_only port prototype, the code is already gone

commit 37c2a3826eb876e8942d83991cd94284cc886903
Author: Eric Blossom <address@hidden>
Date:   Mon Nov 29 10:59:10 2010 -0800

    Add additional scripting language vector tests

commit 1b179f0b381cbba224674db5678e542ce34a3d2a
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 29 14:56:16 2010 -0500

    Modifying QA tests for the sample tags. By default, it only checks the 
sizes of the tags since order is not specified or guarenteed.

commit 649e4387848a5d9273983600be6f35c3e2a88191
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 29 14:37:20 2010 -0500

    Block is a gr_block, so this sets its relative rate. Was required for using 
in the QA of the sample tags code.

commit 8c37ad1bd2811623e803aafc566ad7029a5ce744
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 11:41:07 2010 -0700

    be less verbose

commit 91f39c0d0ce2783b49ab34d77396c62cfb30d315
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 11:40:15 2010 -0700

    tweak display strings so we don't confuse them with the scheme based tests

commit 71c2792b3cc59e82dd8e0ac8e7359ac474ae7d69
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 11:39:33 2010 -0700

    test for the proper results in the scheme code too

commit 970d0eff587c0dfa04543473f9525b45e0f7bb2d
Merge: b245c62 34a9654
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 29 13:01:07 2010 -0500

    Merge branch 'tagging' into next

commit 34a9654fa10efcf360fde9c42c624739abaabbc5
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 29 12:59:54 2010 -0500

    Removing global pmt constants. Were causing segfaults during make check. 
Must fix this later.

commit 4d3bbb036cc4b910e5165c8a5dc7261ef4ebc43b
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 29 12:57:07 2010 -0500

    Fixing up the UHD sample tag example to take command line options.

commit 28100c5fe218f7448025ee9c2aea309687be92ca
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 10:56:20 2010 -0700

    drop temp variable from test

commit 81e4bc16b1ce173e7dbdd2c532b45aacc37d09cb
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 10:54:54 2010 -0700

    add more tests for the port

commit 47c2db981d40efc79b88dba94e29b25b50a45923
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 10:32:27 2010 -0700

    add cat test for the new port

commit 75c52385ecc1ca66caa2986cffe9105f9532895f
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 10:02:58 2010 -0700

    drop the rest of the crufty old ports code, string ports are great!

commit 8b8159e2160751ca0458ae3fc21143d54da0acf4
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 09:52:33 2010 -0700

    remove old crufty port code we don't need now

commit aa0e03921168c1cc03cd7f401edf7a7d659a40a4
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 09:42:18 2010 -0700

    use a string port for the file contents.

commit 4b4010192f80b0edd06e6a82124ce687f38e14f1
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 09:41:02 2010 -0700

    use a string port for the file contents.

commit d821d126d852883671f22efe9d96b64829d665a1
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 07:57:57 2010 -0700

    add scheme test cases to EXTRA_DIST

commit 2060f255c79a0656b6b66b3bc7b772667c4f932a
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 07:57:34 2010 -0700

    load scheme test cases, test for the results

commit f3570d3fb25113d5f89bd9f258fa8cf996425b70
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 07:57:02 2010 -0700

    move make port between files to reduce messy extern prototypes

commit 3ecf6fb2c22ecac75e70c9b1b5009cf2b5cf2b5f
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 29 07:55:53 2010 -0700

    scheme source test cases

commit 90f6ec6f292a0eca9ce8d63cb56f87ba7f1efae8
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 20:55:45 2010 -0700

    drop ifdef around exists test

commit f1cfef2058284119c00770811e22a20d6e9d6f4b
Merge: ee712e5 1d8fb42
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 20:17:04 2010 -0700

    ifdef file conflict

commit ee712e58c0aad6672490659bfa2b440db002c93d
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 20:11:40 2010 -0700

    return the right path

commit 1d8fb42db7d9f49ba0cf8b92d05e9f57e6e2826a
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 28 19:09:46 2010 -0800

    fix for xyzzy-search-path

commit 72e1222eb7b4eb3a1fcaef0ec116af9ced9c0061
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 20:01:26 2010 -0700

    load the data file

commit f65e80377e43de3635bf1ced46005ba7e6e8a1a5
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 19:07:27 2010 -0700

    rename the test case to use C inetead of C++

commit 35a0021f1a77824d6b15d5efa04c28bdc1ed13a9
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 19:06:56 2010 -0700

    add an init function to initialize the scm_xyzzy_* fucntions

commit 98f42ab8cfe4fa9fd69c584aa48bdaf0215fbad0
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 17:46:43 2010 -0700

    reduce to the minimum required for one function

commit 925e377fac66324dd8fe07ccdd7fbb77ea47a856
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 17:45:56 2010 -0700

    add new test case, similar to run-waveform

commit 0f2bd2c94baa43fc8626f5285c0696a379ef5efd
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 28 19:17:07 2010 -0500

    Swapping order of testing rrate.

commit 26a6c76d7bfcf744a41760fb3ed1be71b1a2f338
Merge: 4649aa4 181ad4c
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 28 19:16:02 2010 -0500

    Merge branch 'tagging' of github.com:trondeau/gnuradio into tagging

commit 4649aa471222351e8586b90e98bb947325d340b6
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 28 19:15:27 2010 -0500

    Changing propagation policy enum type name and making a few other minor 
edits.

commit d520aee52daa13855adaef224c9988b58e83126c
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 14:51:30 2010 -0700

    be less verbose

commit 8da224c86c228023d9ba0e5662af84cb9e00e72e
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 14:45:38 2010 -0700

    fix renaming. Overload program-lpoad, succeed till we get a scm_shell() :-)

commit 6c773025331aa153ffa62a373725ecae0a16de35
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 13:56:19 2010 -0700

    add compile script

commit 07afaeebb27aa8608275a4949aa94206a227b8f2
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 13:55:26 2010 -0700

    rename the other search functions

commit c5acc6ed14484d010453209895b2bd8ee63a634d
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 13:53:57 2010 -0700

    minor tweak to the test output strings

commit b68acf9988c51bc8afb91ab80569aad89b70d4dc
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 13:14:04 2010 -0700

    fix xyzzy_file_exists() and test case

commit 678f405e3abcdae357a1b583d94bf2005a3bbdc0
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 11:51:08 2010 -0700

    #ifdef in make_read_only_port to change how it segfaults

commit 8725c06dc3540f802fc78d5fb4d7059bcbd6f942
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 11:47:13 2010 -0700

    enable the xyzzy_make_read_only_port test

commit 1d130688b7178fd76db43c01bb629e8060a0cd4b
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 10:41:37 2010 -0700

    use PYTHON from configure instead of hardcoding it.

commit ab8b287c42747d83e755e9b6b5993ff8b3467618
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 10:40:55 2010 -0700

    look for the python executable, so we can use it to run gen-xyzzy

commit 7be688c21cbd9a912110ceb267dc85408af192d7
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 28 10:18:14 2010 -0700

    allocate memory for the port buffer

commit b4d963b675db225a86a7243c10ba1f8cd6e34fdc
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 20:36:56 2010 -0700

    more progress on ports.

commit b2a39b5cbb40b85450c9b6fa07338fe048cc7892
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 17:33:04 2010 -0700

    Prepend the magic number for found paths. Override primitive-load.

commit 4566879af30795e27baf10ac7f8b7b8cbc64b743
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 17:05:29 2010 -0700

    override primitive-load

commit 66a68e3c4710a26cab8d5d586b9e9bacd1d4761e
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 16:13:42 2010 -0700

    move the contents of load.x into the source file.

commit 8f9eb3d4c09ec67bfc5a7e45ce6aba3051be2ad1
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 15:34:37 2010 -0700

    be less verbose

commit b976c98fcd28b63b94f9ff7c7e32e9279eddc13b
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 15:33:26 2010 -0700

    rename some methods for xyzzy

commit f4f598d3aeca980c8519e6c8ae90a680d48f7617
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 15:32:46 2010 -0700

    don't use C++ data types for return or args, this is a C function

commit 1163be128e9da5863769b26cc0be1196ee129dfa
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 15:32:00 2010 -0700

    use a char * instead of a std::string to keep C happy

commit 8976b0eee9c73230e6e45eedbaff703c2574dc77
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 11:31:17 2010 -0700

    load the data file from the local directory, as it's now correctly 
generated at build time

commit ee2bb0e21d898753fa0c5265168bf075a8bebd56
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 11:30:41 2010 -0700

    set a few more variables, neede by the generated libpath.h

commit 93f9a98efb8dbfe48ba6cbe8325969e97fe840da
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 11:30:00 2010 -0700

    build the generated filesystem and install it. Build libpath.h, needed by 
xyzzy-load.c to get it's path definitions.

commit 92098304def5782d2e1a0e6dec623595ab2e8f70
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 10:26:01 2010 -0700

    data file needed by xyzzy-load.c

commit edddbb1a182983c2ec2a55bbafe30a119cc0b994
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 10:25:37 2010 -0700

    start getting I/O ports to work

commit b5a8b6fdf5596123ecd2e7bcfb346945247db742
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 10:25:03 2010 -0700

    add additional headers needed to compile this file outside of guile

commit ca25dcfbbcd35778eb4f6bec4b71ed1d530d4311
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 10:24:34 2010 -0700

    add AM_PROG_CC_C_O sinxe we now have one C source file.

commit 156eaed5badf663c9a7658b7732a8f9f2cef24e4
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 10:24:07 2010 -0700

    try to create a new I/O port

commit 17077b3ac9119c69d30228294f083380c22c5b9a
Author: Rob Savoye <address@hidden>
Date:   Sat Nov 27 09:57:32 2010 -0700

    local copy of load.c from guile

commit 5db042a3236922876308b1edbf4afdf9c7053e75
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 19:45:21 2010 -0700

    move the guile callbacks to the C linkage section

commit e3b28ef55710ba40139921e50874b64a8089b7ef
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 19:44:46 2010 -0700

    link the guile libs into the test cases

commit aef7d16d8752f3e97a6d1d5e64399c498bce5123
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 19:44:11 2010 -0700

    add test for xyzzy_make_read_only_port()

commit 775f1117e149d86429c8b7024d780ed6536c7f24
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 18:37:26 2010 -0700

    add initial code for ports support

commit 6120aac92f3a2525a49364000a48d9f6e8b285b1
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 17:41:03 2010 -0700

    make less verbose

commit 28c2d2bf31a088a6748dc030e2c531dbfda3bde1
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 17:40:17 2010 -0700

    XYZZY::clear() dropped

commit 89f5dd30f2aae41ae5d003b47ae561cfdbb95eb8
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 17:39:56 2010 -0700

    read the strings and content into a big std::map<>

commit bfadc487d9eeba1711fa65690ca42437a673930f
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 16:39:54 2010 -0700

    read a string from the stream

commit 1452e6a8ad83bb8506d0114abddcf1df92774be4
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 16:07:09 2010 -0700

    drop the seekg()

commit 9b7e9228428e3179f866fe73b088d85a2ecc2222
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 16:01:21 2010 -0700

    read in data file header, directories, and strings.

commit 2b7e3d07593318708793ef94c2fdefb8f27301eb
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 16:00:39 2010 -0700

    add the m4 macros libtoolize adds

commit d9f4d83886cc19eb10808e85ac3785779b3000f1
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 16:00:21 2010 -0700

    pass in the data dir too

commit 8779a5b0862d0549b6543f3f1383a6ca3b47432b
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 15:59:58 2010 -0700

    only test C API for now, as it uses the C++ one anyway. Add tests for 
xyzzy_init() and xyzzy_file_exists()

commit c2a537525d6a36d025a597003c2112133cce0394
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 13:33:49 2010 -0700

    fix header parsing test. FIx hex2mem()

commit 518c3129ca021a1f915af19815c6959ec408e82b
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 13:03:21 2010 -0700

    read in fake file header and directory entries and byte swap them to the 
correct data

commit 712e2a1b1235b9f1272b56ae90afbc776c884f7b
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 11:23:37 2010 -0700

    create C++ class with C linkage bindings for guile. Add string conversion 
static method.

commit 9039bed758fc3e3513ca96a33e6fe130b5d976a2
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 11:22:54 2010 -0700

    test string conversion static method.

commit 922bc95950787d74265cc68e572dba331753f6b2
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 11:22:18 2010 -0700

    add test case and new XYZZY class files.

commit e8a3f5bacd2d7b662e43be4bee0189d91465281b
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 26 10:30:40 2010 -0700

    start adding code to handle the filesystem data file

commit 06f49339578b048b6a2f9d892ba61081e96a4186
Author: Eric Blossom <address@hidden>
Date:   Thu Nov 25 20:51:54 2010 -0800

    Add run_waveform.scm, main scheme code to load by run_waveform.cc

commit c0c8a88a6fc6e23213b86fac1de06966a7c4f698
Author: Eric Blossom <address@hidden>
Date:   Thu Nov 25 20:44:44 2010 -0800

    Remove space

commit 877c85d0b15298322a9981f99d5afe639e048c0c
Author: Eric Blossom <address@hidden>
Date:   Thu Nov 25 20:39:46 2010 -0800

    Remove configure from repo

commit e3ec22b15908d1a654c75c4106eb30efec5b0cf5
Author: Eric Blossom <address@hidden>
Date:   Thu Nov 25 20:34:56 2010 -0800

    Add gen-xyzzy, a tool to build the "magic fake filesystem"

commit 29c731728439f505582d62a2703ce1515a45e869
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 25 13:00:30 2010 -0700

    add some comments

commit 860164ebdb0dd76ce70ad912a8d2ebdd768e8329
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 25 12:50:11 2010 -0700

    pass in srcdir so we can find our data file.

commit 2bf7d1db019d2ab3e40530c6818fa20153464e24
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 25 12:49:28 2010 -0700

    return the string, not a #

commit 3a344433295b769d820e88332659dfe067e24819
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 25 12:45:33 2010 -0700

    read in a scheme source file that defines a function and execute it.

commit 71d5503d70e10fde8db0ddebe4451d52b6cb0bb5
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 25 12:44:49 2010 -0700

    add the srcdir so we can find the data file

commit eb53ba5e8604bcd3e782d7b470c2214d3c24c1ed
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 25 12:24:25 2010 -0700

    hello world in scheme

commit a0ae40af9e59dc24a4c0c5ff9de69104ddb3526a
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 25 12:01:05 2010 -0700

    launch guile interpreter from standalone app, with simple example

commit 617812045d62da388b464c126539aaa6fa5f59a4
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 25 12:00:16 2010 -0700

    add gitignore file

commit c31f12f2dee7b42d327f85bbc5a9830735d05ec6
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 25 11:27:36 2010 -0700

    add initial (no guile yet standalone app)

commit 99cb6144a82b88209af2d613e9636449038fcee3
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 25 11:04:28 2010 -0700

    add version.sh file from howto

commit 2da40a7644375e13881105495f5848cfa45d471b
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 25 11:02:19 2010 -0700

    add bootstrap file from howto

commit ac0d67d4c394d6ac7738525afb4fcfd7f3e95fc0
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 19:25:14 2010 -0800

    Conditionalize gr-guile/Makefile.am

commit 4dce044bcba406c69704baad7ff1a30a35a6d0e2
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 19:18:11 2010 -0800

    Add conditionals around gnuradio-core/src/{guile,python}

commit b005e7d9f481ed39591d97ef697621368e6505c0
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 19:08:21 2010 -0800

    Update .gitignore's

commit 401465831199fa8e29f36d604d9004020a657e72
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 18:35:20 2010 -0800

    Update .gitignore's

commit 6b5643a78ad552722567f5b73ca7e1ec042beb5f
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 18:22:51 2010 -0800

    Generate precise list of swig related output files.
    
    This list is used to prune files from the distribution and to remove
    exactly the generated files during make clean.  Passes distcheck.

commit 5d03065c2f21e7f29533eea22aada42df473e74a
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 17:37:56 2010 -0800

    Move generate-makefile-swig rule to end of file

commit d692a41f98e7b888c745efbb9fcbbb0400f39025
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 17:29:11 2010 -0800

    Major Makefile.am housecleaning.  Passes distcheck.
    
    Move all occurrences of swig_built_sources out of Makefile.am's.
    Move all SWIG related use of BUILT_SOURCES out of Makefile.am's.
    Clean up 'if PYTHON' conditionalization in gr-*
    
    Still left to do: fix Makefile.swig CLEANFILES and no_dist_files
    such that they remove exactly the generated files.

commit 42fe3e571be14e70cb06ea1244125553f0606be4
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 17:28:18 2010 -0800

    Removed link to missing .png in an attempt to keep doxygen from crashing

commit dd656e9db5e69ed6b11653deea710e299d72827e
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 24 18:21:02 2010 -0500

    Changing API for gr_skiphead to use uint64_t for the offset instead of 
size_t (still unsigned). Fixes issue #304.
    
    Also uses uint64_t's internally so everyone is always on the same type. 
This should not affect anyone's use of the block.

commit 522073fa95ffcb231bf8c72105bc5cc62dd8d9ed
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 24 18:20:40 2010 -0500

    Adding typedef for uint64_t and int64_t so we can use them through SWIG.

commit d7f501f61362652030ccfcb740dbb03b33f4689e
Merge: ed307f1 e5198a3
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 24 17:24:58 2010 -0500

    Merge branch 'warnings'

commit e5198a304a12410da8936a16900feba2fad1edae
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 24 16:54:13 2010 -0500

    Removing warnings in portaudio source/sink.

commit 99dc38c8f81fe388b13bf46e3f53cc272765249e
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 13:49:59 2010 -0800

    Consistently use TESTS += in conditionals

commit 53fb7289b46ee4299a0341d9e02dad74483940b6
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 00:31:35 2010 -0800

    Confirm we can load guile noaa module

commit cec8dfd8d0331566c93abb69ca02913011ad2a91
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 00:20:02 2010 -0800

    Confirm we can load guile pager module

commit 4f578fca338f749c075c46f1a5f16ea5218c9f31
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 00:06:38 2010 -0800

    use export-safely

commit 64bdee166b0d852992873f7d37906d4c61a94b94
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 24 00:06:15 2010 -0800

    Confirm we can load guile usrp module

commit ac0b247d245dcc9cfd3e376c0e0ab2b6f18376d4
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 23 23:34:10 2010 -0800

    Add uhd.scm wrapper for uhd_swig.scm

commit 5c686d0989c961ff1c5d20c3d9de4d86759ca3af
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 23 22:26:25 2010 -0800

    Add disabled guile test to trellis

commit 17b63012f821a85924c174b7d89f1236ba4ac5d0
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 23 22:25:51 2010 -0800

    Move verbose-equal? to lib.scm

commit a213cbed474164ed31a26fd4dbdbe3f13c293b6e
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 23 21:44:15 2010 -0800

    Enable guile test for trellis

commit 6d39f287754ec8809256853ff96587da34561f47
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 23 21:43:22 2010 -0800

    Update to new test boilerplate

commit ed307f12857545b5c034532e261b6ac2dadcf5fe
Merge: 88c83cf 6966841
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 23 23:57:41 2010 -0500

    Merge branch 'master' of gnuradio.org:gnuradio

commit 88c83cf6e9374f2cbd5483798a0614d72fb3dcbd
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 23 23:57:02 2010 -0500

    Fixing output types from tap_type to o_type in gr_single_pole_iir.h. 
Doesn't make a difference in the current uses of this class, but could in the 
future. Thanks to Achilleas Anastasopoulos for pointing this out.

commit e90e0af122570193a3daecb1a4b4ef45dae3c83c
Author: Michael Dickens <address@hidden>
Date:   Thu Nov 4 21:49:52 2010 -0400

    first shot at Windows-compatible LIBUSB check

commit 67782265f5c9d5e29eb4921d14114346e80bfa81
Author: Michael Dickens <address@hidden>
Date:   Mon Nov 1 15:57:52 2010 -0400

    Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, 
because the symbol does not exist for that platform (only, it seems)

commit 7d14fec5653b7aa92de8ef9ba76f02b7181ee928
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 23 22:57:10 2010 -0500

    Removing dependency in QA code to filters that have not necessarily been 
built yet. Using test block keep_one_in_n to test decimation is handled in 
propogating tags.

commit 7039c1b4c11a114bbc79f9beef23bfa52209dbe1
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 23 17:59:43 2010 -0700

    nuke the .d depenency files created by the suffix rules by swig

commit 39bb12a5af445d0d12abd2e234aa0962ee49e46b
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 23 17:53:37 2010 -0700

    remove commented out block in dist-hook target

commit 696684176317d555ac4a603212bca1bafc768aec
Merge: 9922d35 a45a710
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 23 19:44:58 2010 -0500

    Merge branch 'no_usb_debug_windows'

commit 609aa205e5eabb7c47acc7141c7bcd66e9656fc6
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 23 17:19:59 2010 -0700

    don't nuke directories from the dist tarball, only files.

commit 1e0faf29d41c6af754e3ceec30d217ce69452cd1
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 23 17:16:25 2010 -0700

    add a few more .m files

commit d629da652a81202602fece6294e723051fc61d30
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 23 17:15:50 2010 -0700

    by default for distcheck, cpnfigure enableing both python and guile.

commit b245c628f4f5e252740e0248a33c0266640cb0bb
Author: Josh Blum <address@hidden>
Date:   Sun Nov 21 18:03:01 2010 -0800

    uhd: remove deprecated grc wrappers

commit 655a7afcbcaf159e66a404b455a9581e0fe2cba3
Author: Josh Blum <address@hidden>
Date:   Fri Nov 19 11:47:28 2010 -0800

    uhd: removed deprecated interfaces (simple and mimo)

commit a2b60c309aaa65adbf149e51e6b13c29b22fa8a4
Author: Josh Blum <address@hidden>
Date:   Fri Nov 19 11:33:27 2010 -0800

    uhd: do version check for API compat number

commit d81a16ddca6e81b1278560b71f8064bd6e583e55
Author: Josh Blum <address@hidden>
Date:   Mon Nov 22 20:19:55 2010 -0800

    uhd: remove changes to avoid merge conflict

commit 181ad4cda3879a1760d61054ff32f8abbc9c24cf
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 22 22:46:18 2010 -0500

    Check for relative rate and update tag only if not 1.0; otherwise just copy.

commit 48b0ffce87631d115bc363b21c4bf466f1bc6ae9
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 22 10:37:16 2010 -0700

    always look for swig

commit 9e8c1f6d60317ee3b3aa5663055f444ef593f8c3
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 22 10:36:46 2010 -0700

    we don't want tcl support for now

commit 77018d201be9cc58af1ae21cd9d45038e3bbfcc0
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 21 22:59:14 2010 -0800

    Add missing -

commit 534d95dcadcd4351337ba3fd97a2c94405bc6124
Merge: 9cf988a e4eb47f
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 21 21:49:17 2010 -0700

    merge from upstream

commit 9cf988ad17529416f841870b01d0f548e1a0b9a0
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 21 21:47:15 2010 -0700

    fix so distcheck *almost* fully works

commit e4eb47f0dd55485693e70ec2f45f79912fa899c4
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 21 19:43:39 2010 -0800

    Clean up lib/swig/Makefile.am, Makefile.common and Makefile.swig
    
    Confirmed that it builds and make checks on all four combintations
    of --{enable,disable}-{python,guile}.
    
    Have not tested make dist, but expect that there may be some problems
    with it.  I'm pretty sure that not all files that need to be removed
    from the distribution are removed, and make clean may still be leaving
    some files around.

commit 6f6a9f3f2f089c94e58a4202ee5ff2c47d1baf1f
Merge: d4ed4d9 ff62557
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 21 19:11:33 2010 -0800

    Merge branch 'works' into broken
    
    * works:
      Make Guile bindings work with --with-gnuradio-core et al.
      Update TODO
      Add guile SIGINT handler to gr:wait.
      Minor tweaks: comments, static
      Add guile shim to gr_top_block::wait that exits guile mode before 
blocking.
      Enable more tests
      Enable a couple more tests
      Remove 868 useless warnings about "is deprecated".
      gr_msg_queue now working correctly from within guile.
      Disable items that require swig directors when building guile bindings.

commit 7c5dc0920240f566ad4482f47ca8b9095479f04e
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 21 21:23:31 2010 -0500

    Removed comments to stdout from file tagger; made it easir to go from 
internally generated bursts to detected bursts (which needs work).

commit 9217bbcafe547fd5815265758370b07c375d72c9
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 21 21:17:42 2010 -0500

    Fixed file tagger error handling so it doesn't prematurely exit under 
certain, but correct, conditions.

commit 93d6052ef927dc3d0d48e2c4cc622ceee5a31cb6
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 21 18:57:21 2010 -0700

    don't set no_dist_dirs here

commit 192acf4d1399f6e72c228f0448ab3c7cec15b36b
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 21 18:56:54 2010 -0700

    always cd into python or guile

commit 1b7b68ec2211c50de98bef7414e4ac807edf460a
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 21 20:51:37 2010 -0500

    Doxygen comments. Fixing typos that were leading to warnings.

commit d4ed4d96470c91bcb7fb45da5e07641b24331cba
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 21 18:07:59 2010 -0700

    go back to the generating the lists here, so make check works again

commit 6702bd5b6470dcae091b0d0c5aa426537f2cbc1e
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 21 18:07:12 2010 -0700

    always go into the swig directory

commit 7ecc767e8fe6248d5e9372da8c7cfb9aacbd790b
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 21 19:44:47 2010 -0500

    Updating test_file_tags.py to use new file tagger interface (sample rate of 
1 means time stamp on files is based solely on the item time).

commit ac2fcdb905d616c4aa902479ed44d6ea90947c39
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 21 17:44:29 2010 -0700

    remove -/gnuradio_swig_bug_workaround.h, it's not generated anymore.

commit 734791dfe5489166ac561c6916051fde6241f2f4
Author: Rob Savoye <address@hidden>
Date:   Sun Nov 21 17:43:58 2010 -0700

    don't generate this file anymore

commit 716e497547b5e0f3e19481e4ca129bae114935f8
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 21 19:43:13 2010 -0500

    Updating example to pass file tagger the sample rate and changed some 
values for my testing.

commit 64bb45e9f5fc64b24c0d1119ba3e293240f6a8f1
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 21 19:42:34 2010 -0500

    Slightly better handling of tags.

commit 8e39df793623ed62a1d4f23a05548a81914ad959
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 21 19:41:59 2010 -0500

    Updating PSD function for some newer matplotlib interfacing.

commit 8f2b07591c404c78c9fc7b9532d3fb6c27165981
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 21 19:40:35 2010 -0500

    Tagging file source takes in sample rate and uses it to find the last time 
tag and adjust the time between these tags and the burst start by the sample 
rate.
    
    Also added a function to gr_tag_info that can be used to sort tags based on 
nitems using std::sort.

commit ff62557a42b6ce89a711f9d0603c0fe52a891ed8
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 21 16:01:48 2010 -0800

    Make Guile bindings work with --with-gnuradio-core et al.

commit a9777449322e6784f4e67c47d8300cef8d87dbc6
Merge: be71cff d74eacd
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 21 18:24:02 2010 -0500

    Merge branch 'next' into tagging

commit 4aa79b727486e1ecb4decf1945b178eb6a93cc4c
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 21 13:17:20 2010 -0800

    Update TODO

commit be71cffac7e1a90a1fdccdeab8bcf3697fd9ca9c
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 21 14:43:06 2010 -0500

    Changing name of static tag keys.

commit b34360471571ea7346ab1c6cb87700a920ca5798
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 21 14:33:58 2010 -0500

    Fixing flowgraph dump to clean it up (via patch from eb). Also added note 
about mutex locking in prune_tags.

commit da6620e6a3d23b78e7231ba70b914974988d3ae1
Author: Eric Blossom <address@hidden>
Date:   Sat Nov 20 18:27:04 2010 -0800

    Add guile SIGINT handler to gr:wait.

commit 5c91f873301a6eca0895788b0b03862fc0060a19
Author: Eric Blossom <address@hidden>
Date:   Sat Nov 20 16:34:04 2010 -0800

    Minor tweaks: comments, static

commit 6551f537ed235bbb0ddfadb50744ea3b3fcbc2e6
Author: Eric Blossom <address@hidden>
Date:   Sat Nov 20 16:30:43 2010 -0800

    Add guile shim to gr_top_block::wait that exits guile mode before blocking.

commit ff877cabe2384dc2155ef5af92ee8b959fd29806
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 19 08:07:52 2010 -0700

    regenerated

commit d67df105088b41285550006f12009081af792d0a
Author: Rob Savoye <address@hidden>
Date:   Fri Nov 19 08:07:17 2010 -0700

    wrap python files with if PYTHON

commit 37a1e931c11f2ba0bdd8ef9ff07c6710e83c6139
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 19 00:47:07 2010 -0800

    Enable more tests

commit 31b5e27fbf72eca257bc4dd548e127ce16eef9ec
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 19 00:13:28 2010 -0800

    Enable a couple more tests

commit 3d3f38a1da8440b8f8f6d65dbf89b46ebfa48fd3
Merge: 6237faf d74eacd
Author: Eric Blossom <address@hidden>
Date:   Thu Nov 18 23:45:14 2010 -0800

    Merge remote branch 'gnuradio.org/next' into works
    
    * gnuradio.org/next:
      Remove 868 useless warnings about "is deprecated".

commit d74eacddbb8875479fef1d9ca75f36fca78df792
Author: Eric Blossom <address@hidden>
Date:   Thu Nov 18 23:40:16 2010 -0800

    Remove 868 useless warnings about "is deprecated".
    
    Perhaps a warning printed from the constructor would be more helpful
    and less distracting than cluttering the output of make with 868 warnings...

commit 6237fafa53938db53a3e2a82b79e80b524dd05db
Author: Eric Blossom <address@hidden>
Date:   Thu Nov 18 22:22:23 2010 -0800

    gr_msg_queue now working correctly from within guile.

commit d1d226abdede58231583369047861cd2216489e9
Author: Eric Blossom <address@hidden>
Date:   Thu Nov 18 18:00:58 2010 -0800

    Disable items that require swig directors when building guile bindings.

commit f2e0c5b9a703afb919fdcd9a49381bc2160a149e
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 18 18:39:34 2010 -0700

    regenerated

commit 9631c1fa5f67379218459030d4697ab56720fbfa
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 18 18:39:14 2010 -0700

    don't generate the list of scripts here, use the version in Makefile.swig

commit 2aeea40e9833609f0dec8da673dedcefc12a4ef9
Author: Rob Savoye <address@hidden>
Date:   Thu Nov 18 18:38:38 2010 -0700

    don't generate python files unless python is enabled

commit f60c4420e1fdef24687ffed6baf4fd7fa5ca5cf8
Author: Eric Blossom <address@hidden>
Date:   Thu Nov 18 17:33:05 2010 -0800

    Fix guile related problems with gr_message_{sink,source}.

commit 8176675bcd887d760cc2413f9326d5515641d800
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 18 12:51:45 2010 -0800

    Changing time pair in uhd source from a pmt pair to tuple.

commit 5331ab1ce1d24e1608f11fc57df5c84ad3c8be9e
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 17 20:55:47 2010 -0700

    fixe more tests

commit 2ce754d59c537b0ca395442a94c908f2b8b3dd58
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 17 19:44:36 2010 -0800

    Moved prune tags to gr_buffer.

commit 49fa0877d64d06eb5dfd2b530d3efc9ea9529851
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 17 19:43:02 2010 -0800

    Fixing uhd test app.

commit 18da1655fe25b7517577a9417c2304edbc3afdca
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 17 20:41:49 2010 -0700

    enable more tests

commit 9edc59fc7cff2321c87042733c0bf29115fb34ee
Merge: 6129a67 3f56b10
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 17 19:00:12 2010 -0800

    Merge remote branch 'gnuradio.org/next' into test
    
    * gnuradio.org/next:
      distcheck fix for gr-uhd
      Keep doxygen 1.7.1 from crashing.
      uhd: swig changes for templated ranges

commit 3f56b10b5eaef36643fd87044601ca47cd9fb707
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 17 18:53:33 2010 -0800

    distcheck fix for gr-uhd

commit 75f3bce02ed8ec7e7be27dc6a397be92cb663ce6
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 17 18:52:05 2010 -0800

    Keep doxygen 1.7.1 from crashing.

commit 6129a67cf6527a0f0dc8b83df108c4fe2147155b
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 17 18:29:22 2010 -0700

    don't look for swig if no scripting language is specified.

commit 690338290a18d452f408727983c873f8caa845bf
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 17 18:28:35 2010 -0700

    remove incomplete Tcl support to not confuse people

commit f155f3a3f91f640eb7bb69ae76cb160c2812db54
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 17 16:48:25 2010 -0800

    Some updates to uhd source with tags.

commit 01a054be12bdef4d8c17d6134275ede9d9997c3d
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 17 16:48:06 2010 -0800

    Removing vestigial line.

commit b8da2172d0b10f5de04a12b942b48439a7aae8ae
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 17 15:59:43 2010 -0800

    Changing blocks to use new get_tags api and tag convinience functions.

commit 6d4393613a78417b91e67af33820748ad3483e61
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 17 15:58:49 2010 -0800

    Changing get_tags API to take in a vector reference instead of returning a 
vector.

commit 97b1f1aa7d646fbc1250158ec94fe49d0979809c
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 17 15:58:04 2010 -0800

    Makefile changes to work in tag info stuff.

commit 38d1a6be0d4f80a4a5334ddb8bac0aef08d5c794
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 17 15:56:50 2010 -0800

    Adding information and convinience functions for accessing tag information.

commit 5ec67cd49bf164117ee9ec7de37d83b1b6b2d76c
Merge: a89d85d 9922d35
Author: Ben Reynwar <address@hidden>
Date:   Wed Nov 17 15:26:45 2010 -0700

    Merge branch 'grorg-master'

commit 3af8d11d26946007fbc34200208f783d78eb30e1
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 17 13:58:00 2010 -0800

    Updated TODO

commit 4eadee57c588940347027c7e7f99ac7e993874fd
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 17 13:54:04 2010 -0800

    Add support for guile std::vector< std::complex<float> >.

commit 911533c659389d565a9c230c8318a5f57070b656
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 17 12:04:14 2010 -0800

    Adding an example that uses gr_uhd sources to generate tags and collects 
bursts of energy.

commit cfb2ff29a33e05b74cc80f3b68609af6bafc96ca
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 17 08:17:12 2010 -0800

    Update .gitignore

commit 7930b1ebbb7328b69d78ac4dc3ea919e0d00c2ae
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 16 22:34:38 2010 -0800

    Adding a simple example of using the tagger and tagging file.

commit e6751f477ba006923e9f0d2454ff870c52a6f0a5
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 16 22:32:46 2010 -0800

    Adding a burst tagger that creates a tag when a signal is observed on line 
1.

commit 5ef9a41c9ddfae56a77c118c1dcf2b0af2973207
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 16 22:31:52 2010 -0800

    Fixed tagging sink.

commit 8c81cf7d318d99f508e81bffcfd4c12ba0a2966e
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 16 21:40:55 2010 -0800

    Fix guile related problem with gr-usrp

commit a41e9987f2c9544f38cea7e367bfc81fafea38cc
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 16 21:40:48 2010 -0800

    New file sink to handle tagged bursts of data.

commit 8180bb1d7020e07c9b0a217820c68d07f0d98a74
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 16 21:33:50 2010 -0800

    regenerated

commit 3c1c531408f3afaa465341b03b7f4f565ef53a0e
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 16 21:32:58 2010 -0800

    Add _python that was dropped from Makefile.swig.gen.t

commit 9d6c7400ba39a9d5e3ddab9da294b8b6303d9509
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 16 15:36:24 2010 -0800

    Adding QA test for testing rate changes.

commit 8d84a2fc9a804b2248fe43c3d8b230ef99aebaa2
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 16 15:02:55 2010 -0800

    Adding a way for propagate_tags to handle different rates. The tags are 
rewritten between blocks to adjust their count based on teh block's 
relative_rate.w

commit 68b06ac6ab9571ac266b663b7f9ab173cf68941e
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 16 15:01:44 2010 -0800

    Reverting to a sync_block for the annotator functions. Testing different 
rates can be done using decimating/interpolating fir filters.

commit 6758e7a016eaaa237c2da6e7fb5d5508c9d60bb6
Merge: 53eee1c 38c60bd
Author: Josh Blum <address@hidden>
Date:   Tue Nov 16 14:01:16 2010 -0800

    Merge branch 'uhd_ranges' into next

commit b7af0969843a7345770792939878b2678951470f
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 16 14:00:38 2010 -0800

    UHD single source builds tags from packet metadata to ship downstream.
    
    Tag 1 contains the packet time
    Tag 2 contains the packet length

commit 559d397de9ba937f470d27a7ad8b8d15f8f2f90f
Merge: a6b5781 53eee1c
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 16 07:56:14 2010 -0800

    Merge branch 'next' into tagging

commit 2e16fbdf17f56bb0d30a1dbf91fbb23d4e6d5d38
Author: Eric Blossom <address@hidden>
Date:   Mon Nov 15 23:54:25 2010 -0800

    Update TODO

commit c80fdf2897624d10123a35b1a19d150f3a5645c8
Author: Eric Blossom <address@hidden>
Date:   Mon Nov 15 23:49:35 2010 -0800

    Modify GR_SWIG_BLOCK_MAGIC to not strip package prefix when using
    GUILE outside of gnuradio-core.
    
    This avoids the problem with the guile bindings where multiple blocks
    end up with the name gr:sink (e.g., audio_alsa_sink).  With this
    change, it ends us as gr:audio-alsa-sink.
    
    Blocks in gnuradio-core continue to have the leading gr_ removed from
    their class names.

commit 9922d3553e4e3ec6d55cfe8b7aab9323f649247f
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 15 23:15:54 2010 -0800

    Removing autogenerated file.

commit f0ed1de2d15b24eae7be7ab8a4762a6fd74ff681
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 15 19:20:13 2010 -0700

    add other .i files to EXTRA_DIST so it'll almost distcheck

commit c8835c285c6abbc334701238f53f87f93e6f125a
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 15 19:08:28 2010 -0700

    make howto build the new way

commit 4b3d08cca3095c180d2d2bcf24de907c1afa9bfc
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 15 19:07:05 2010 -0700

    updated by bootstrap

commit e5473181c0df89735a65be5b00d27433fa0b4031
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 15 19:06:30 2010 -0700

    add support for --enable-guile

commit f2d5299a3f7dd5baa795a27c2864b2cfe67edb37
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 14 13:26:59 2010 -0800

    Add tests that show that vector<complex<float>> is not working...

commit eedcd7145c20403dcd0dcc44d15efb5d82beb7ec
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 14 13:15:26 2010 -0800

    Make cma-equalizer-cc test work

commit 48f6c8b4c398b7ee18ee4292ae20d4f4c1dd3087
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 14 12:25:23 2010 -0800

    Move true? from general_ctors.test to core.scm

commit e8d0dbbdfce26f6963dfe0a727faf9c9cc5baf75
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 14 11:57:19 2010 -0800

    Remove code that's no longer needed.

commit ababbe79dba97b1c88e5dec7eb28175c3574d015
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 14 11:56:18 2010 -0800

    Update gr_nop, gr_null_sink and gr_null_source to modern coding conventions.

commit a6b5781e36ff75adb1e4d39d755d4ab8f5efd9dd
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 14 13:43:05 2010 -0500

    First hack at pruning tags to keep from growing.

commit ad1eb7fd03b18b76b0799e6c6f3e1e40ff861742
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 14 13:42:40 2010 -0500

    Fixing constructor interface to work better through python (int instead of 
uint64_t).

commit b7667afd81b8303a542204ac05ffa969519702af
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 14 09:05:16 2010 -0800

    Fixed as many problems in general_ctors.test as I could quickly.

commit c4d13fed327422ad94e642b15aa4032f6a8e2c62
Author: Eric Blossom <address@hidden>
Date:   Sat Nov 13 23:24:25 2010 -0800

    Update Guile-TODO

commit c5770a722c28a0c7ec1d33e82b319e6cc9224999
Author: Eric Blossom <address@hidden>
Date:   Sat Nov 13 23:17:29 2010 -0800

    Fix swig .i dependency problem

commit 11b2b7c40048bee5201bd10dd753a9471cd6345d
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 14 01:20:44 2010 -0500

    Adds argument to annotator test blocks to determine when they add a new tag.

commit 222c6c5be69575c00d6396b95d523e0dfa19f2c3
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 14 00:04:11 2010 -0500

    Fixing some bugs.

commit 9bf7098c1b8c4313da43ee7fcdec48b3d7c70ed0
Author: Eric Blossom <address@hidden>
Date:   Sat Nov 13 16:27:11 2010 -0800

    Update Guile-TODO

commit abde5affda1533c518cce06d5edcffa4eda52340
Author: Eric Blossom <address@hidden>
Date:   Sat Nov 13 16:19:48 2010 -0800

    dail-tone.wfd example waveform can be loaded and run by gr-run-waveform.
    
    Write new app, gr-run-waveform, that reads waveforms and runs them.
    We'll need to turn this into a small piece of C/C++ code that embeds
    guile, but the guts of it is working.

commit 77d778896b72379676d2b00e591f9bbb5f6fcc44
Author: Tom Rondeau <address@hidden>
Date:   Sat Nov 13 14:29:11 2010 -0500

    More test methods. Better testing of the all-to-all policy and more tests 
for the 1-to-1.

commit 3fb01df05227913c2cc8cde6cb651dc1c9a81ff9
Author: Tom Rondeau <address@hidden>
Date:   Sat Nov 13 14:28:37 2010 -0500

    Block executor propagation method returns an error indicator to stop the 
flowgraph in an error instead of throwing.

commit 74d17ff495c97fbb9eb3bd3cacf08a8dcdf677b6
Author: Tom Rondeau <address@hidden>
Date:   Sat Nov 13 14:27:54 2010 -0500

    Fixing how 1-to-1 annotator handles inputs to better test propagataion 
method.

commit 7ca96ad8b48b3426b470e87042c8e982664f3b9b
Author: Tom Rondeau <address@hidden>
Date:   Sat Nov 13 14:26:39 2010 -0500

    Renamed annotator block that goes all-to-all now so that it can take in 
arbitrary number of inputs and pass tags on that way.

commit cefeb248677decabaeccff7ba2a526343baa215a
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 12 15:42:24 2010 -0800

    Cleanup alsa Makefile.am

commit d0bb24f6dd4c50569ea40fc41768ba35a4509415
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 12 15:27:29 2010 -0800

    Avoid entering duplicate directory into LTDL_LIBRARY_PATH

commit c718ba72d78cc55e6d38cc7d8f234a83f9170fdf
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 12 15:26:43 2010 -0800

    Really make gr-audio-alsa make check run guile tests

commit 76e2fa796a42df7951f05f73428e178c84879b79
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 12 15:04:10 2010 -0800

    make check in gr-audio-alsa now confirms ability to load guile bindings.

commit 4a63bc91ddceaa8ce9d14a3f714bd0cdc3e85128
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 11 20:04:44 2010 -0500

    Reworked 1-to-1 annotator block to better testing purposes.

commit 54b396764a9fad91cbfd10f618e4faed1c8bafa2
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 11 19:41:46 2010 -0500

    Switches to using the new annotator block with a known graph structure to 
run tests against the all-to-all tag propagation policy to make sure the tags 
are flowing downstream properly.
    
    Adding stub for testing the 1-to-1 tag propagation policy.

commit 3f6ebc2be1636a4727b6df9f336b3cb024031c67
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 11 19:40:06 2010 -0500

    Modifying the all-to-all stream annotator for better use in testing. It now 
add tags at pre-determined points in the stream and also grabs all tags that 
flow past and stores them locally. These tags are to be used for testing that 
the correct tags are coming through.

commit 0952d5a28a898309f3b7a11a27fff27b52731b53
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 11 15:55:58 2010 -0500

    Adding an annotator block that moves tags using 1-to-1 policy.

commit 9aaf98cff5e03ec2821da492f3857780a767258f
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 11 15:55:04 2010 -0500

    Renaming random_annotator to annotator_1toall that moves tags from single 
input to all outputs.

commit c204913321f0618ac131738088dab23065bdfa80
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 11 14:19:02 2010 -0500

    Fixed small bug in how tags are propagated downstream. Also using seq. 
numbers in annotator test block to better keep track.

commit 2947504322ac5105f9181adbdbd035aa02ad0f41
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 10 18:37:37 2010 -0800

    Add -MD back to swig args, otherwise it doesn't generate dependencies

commit 5783b693279b6c64ef800f6e8294ec68a2869b29
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 10 18:21:50 2010 -0800

    Revert "add the .i files as dependencies"
    
    This reverts commit f43d2a4759e0ecd6519c0ac0aa4afbc54e70ea65.
    
    The dependencies doesn't make any sense.  There's an attempt to run
    sed on files that haven't been generated yet.

commit fa9eeb2aab040a3c74da639233ba8f9a585b0455
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 10 18:12:02 2010 -0800

    Add @srcdir@ to test directory specifier

commit 95ccbf4791363ab7c07a1b647976a3be1873722d
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 10 18:09:11 2010 -0800

    Remove generated file from repo

commit f43d2a4759e0ecd6519c0ac0aa4afbc54e70ea65
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 10 17:57:11 2010 -0700

    add the .i files as dependencies

commit 2285b142a4a46a547c4320c25c154bea94386ddb
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 10 17:56:21 2010 -0700

    don't remove the Std file.

commit df92b7c6315c567e58e0d9c293d7c9c2699023d3
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 10 13:01:38 2010 -0800

    regenerated

commit c4b880a4d6fcd21da17191a7a4f6f0db7dff95e3
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 10 11:32:34 2010 -0700

    comment out the two failures

commit ec44d0c5ad93dcbb145bbd77a4deff99af9d49bc
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 10 11:29:53 2010 -0700

    add stubs, nothing seems to exist

commit a740d3fbda03e2b718bd10ea78c0eeb1ce178586
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 10 11:29:36 2010 -0700

    fix bogus throws and vectors

commit 649cf353deb00fcfce7da7e748dee77c3444e0e3
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 10 10:40:50 2010 -0700

    stub out the rest of the not found tests

commit 8c2c60e6777a41a202a6e387384b1b536eb33c8b
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 10 10:35:05 2010 -0700

    fix one test

commit 2567c81d0236437034b0ab02de8e5cc657064249
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 10 10:14:14 2010 -0700

    fix most of the tests to work.

commit b4f491386b9cb67cd35cee8032f559442822ddab
Author: Rob Savoye <address@hidden>
Date:   Wed Nov 10 09:36:27 2010 -0700

    initial blast through gengen tests

commit b580c7b327028fc5cfd48cdebe8cab819c17fa75
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 9 21:56:45 2010 -0700

    add stub for the only test

commit ab0d7d5b428fdf39d38f335a0ea6fc9be4924ca5
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 9 21:56:08 2010 -0700

    add tests for the stuff that works, stubs for the rest

commit 1c2355390190f67762a39d77424b5e48563cfe9a
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 9 21:51:45 2010 -0700

    stub out all the tests, but they depend on the next branch. :-(

commit 15987345134793d3f6f0618bdf6b45ffc6609c0c
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 9 19:26:40 2010 -0800

    Example of how to fix throw crashes

commit 5228dd1ba5de72642208404b29f8b876fe59f388
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 9 18:42:48 2010 -0800

    First pass at waveform-spec

commit 5a9a440109ef950ac8b749a55644528204520131
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 9 18:41:27 2010 -0700

    add tests for all the constructors, failing ones commented out for now

commit 5f89cc658099916aad49dcff0ebef296eaa09135
Author: Eric Blossom <address@hidden>
Date:   Tue Nov 9 09:20:36 2010 -0800

    Remove guile-test.in.  We're not rewriting the header anymore

commit b87c20de46e52c4cac66dc80b74db48d60a43095
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 9 09:14:34 2010 -0700

    make the tests directory before trying to run any tests

commit 0eb9f4f3217dc9a68befab7f205aa2cdc67653f6
Author: Eric Blossom <address@hidden>
Date:   Mon Nov 8 14:47:27 2010 -0800

    new test case and fix for problem

commit 941c9a792f103c48de6157026d08d7b0a6bae227
Author: Eric Blossom <address@hidden>
Date:   Mon Nov 8 14:03:19 2010 -0800

    Enable test case & fix (missing throw (std::runtime_error) declaration).

commit 95a575c177be15b7d4a8634a071ee11f3fb403f4
Author: Eric Blossom <address@hidden>
Date:   Mon Nov 8 13:50:54 2010 -0800

    Add test case.

commit 10e3659b0cba48e834d577600392edbcfbff3b4b
Author: Eric Blossom <address@hidden>
Date:   Mon Nov 8 13:48:44 2010 -0800

    New macros pass-if-throw & expect-fail-throw that test exceptions.
    
    Confirmed with "connect-5" test in 00_runtime_basics.test.

commit 66d6c1b983e48f426b1169be3302407d5116d752
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 23:13:09 2010 -0800

    Add not-yet-working test that should confirm exception raised

commit 4645f4105f480f6643f3749013c4eabc3f831124
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 18:31:01 2010 -0800

    Add comments pointing to info on how to write test cases.

commit 27a37e625ef5e5569caaeec6093119a10171d99b
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 17:49:12 2010 -0800

    Nuke srfi-64 code

commit d1d804742ac2cfcc31240c6d74d764e5784831d4
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 17:46:36 2010 -0800

    Make check works again, now using guile's native test-suite code.
    
    The srfi-64 code wouldn't pass it's own test code under guile...

commit 72739e8fde9353e502edc937bd6f9f77f6b80cc6
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 16:42:07 2010 -0800

    Move *.test to tests directory

commit f4959dce1e5ec6b61c10df489c2421d56963beb3
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 16:02:24 2010 -0800

    guile-test -> guile-test.in so we can use @GUILE@

commit 8a4a74414804f1ccc1ce748b14f82acff3078806
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 15:37:04 2010 -0800

    Modify *.test to import correct modules

commit edca19393f74f803b2b5a970683d216ef41c05c3
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 15:10:03 2010 -0800

    new QA code work-in-progress (forgot -a ...)

commit e02be919a1abe9bde91aa32ad70f8a7133ce29e3
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 15:09:27 2010 -0800

    new QA code work-in-progress

commit ff6c2f09da44275b3217346b748c47e372ea43d7
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 13:59:56 2010 -0800

    Rename qa_*.scm to *.test to match filenaming convention expected by
    test framework.

commit d3ef5a72bacedfc04bd22448e75be2daf23dd677
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 13:37:05 2010 -0800

    Import guile's own testing framework

commit 5a908ea900ac5f5f418eef71a7647ae540755df7
Author: Eric Blossom <address@hidden>
Date:   Sun Nov 7 13:33:16 2010 -0800

    fix syntax problem in test-assert

commit 2f865632e7208dc748fe7f2b8003297730fc133d
Author: Eric Blossom <address@hidden>
Date:   Sat Nov 6 00:38:20 2010 -0700

    Refactor guile QA code to use test-group.

commit 45a88c35386e7ea0d93651cd528bc7c1261d3197
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 5 23:25:54 2010 -0700

    Add qa_*.scm files to Makefile as noinst_DATA

commit f07057eb3a78378799baec89e4f97916ea5e5ba9
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 5 23:14:09 2010 -0700

    Add copyright and license header

commit aa86e6975ee71a3e654cb87dd5a6bae5b06b8d16
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 5 23:13:22 2010 -0700

    Add QA stub files for all gnuradio-core constructors

commit b316cb06d0c6aa7be9942e48c71324fb8d637de8
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 5 22:32:35 2010 -0700

    More guile QA code

commit a79986e0a88632029daf2dad5d05518d33bb1866
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 5 21:58:58 2010 -0700

    First real guile QA code

commit 53c6be5b6bdca4fe93b9034cb0b34eaa274af9d9
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 5 19:57:18 2010 -0700

    update .gitignore

commit 5c81f275a32f969cefd20287a44bdeb1aeef436f
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 5 19:48:27 2010 -0700

    Remove .gitignore from empty directory

commit 81867e5dfd939d8afdacbe22c6e2d41d4bc4b37e
Author: Eric Blossom <address@hidden>
Date:   Fri Nov 5 19:43:33 2010 -0700

    Create guile QA framework.
    
    Also moves hand coded files out of gnuradio-core/src/lib/swig/gnuradio
    that were getting nuked by make clean.

commit 4216a7b3faae37e304fff380ff66226dabd2f59b
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 2 12:46:26 2010 -0600

    remove comments on the stamps we dpn't use anymore

commit 4f9b253ebe338b8208c856d6eddbd2488b598a48
Author: Rob Savoye <address@hidden>
Date:   Tue Nov 2 12:45:51 2010 -0600

    create a list of generated script fioles.

commit 9b6485b01f9d6c3169cae0efea4dfa4d1175950a
Author: Eric Blossom <address@hidden>
Date:   Mon Nov 1 21:28:52 2010 -0700

    Import scheme API for writing test suites, srfi-61.
    
    http://srfi.schemers.org/srfi-64/srfi-64.html

commit 406bd9d6725b58736959eb705235bb50fe48d48d
Author: Eric Blossom <address@hidden>
Date:   Mon Nov 1 21:20:05 2010 -0700

    Reduce guile load time from 4.5 to 1.2 seconds.
    
    Rewrite re-export-all to only export symbols from the module name supplied.

commit bc8fd41b84219cd08f057c524fe0b90ffef6f8aa
Author: Eric Blossom <address@hidden>
Date:   Mon Nov 1 16:28:14 2010 -0700

    regenerated

commit 0939607d0b4a3ae047ceff60fab300000c7d2069
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 1 19:02:55 2010 -0600

    regenerated

commit 77fbf9dbc94aabebf7c760546d43c522c536fe24
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 1 18:44:30 2010 -0600

    remove all generated files

commit 2b11c904da6799b6a7240d64d2ba37ddcaf1e479
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 1 16:06:37 2010 -0600

    regenerated

commit f81c5677a40cc538ee7631d02aa24602d571ffb8
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 1 16:05:08 2010 -0600

    add script names to swig_built_sources, not BUILT_SOURCES. Clean the 
generated files than now live in subdirectories.

commit 08e6b7c1e72ba6aa75a025e114995de40d7f112f
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 1 16:03:09 2010 -0600

    don't add generated script files to swig_built_sources, they're already 
added. drop unused dependencies dependencies

commit 1e6d760acfe470abf984e77f0e82001a8d9210a3
Author: Rob Savoye <address@hidden>
Date:   Mon Nov 1 16:01:44 2010 -0600

    switch swig rule for guile from suffix to pattern rule

commit 1f088ee6731f74649cb013a216e4b66b740971b7
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 20:52:48 2010 -0700

    Add simple test for guile bindings.
    
    At this point you must "make install" before running the test.

commit f2f013ecb94c5e5781952c67496fec09aff7da2c
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 20:51:24 2010 -0700

    Rename coerce.scm to runtime-shim.scm.  Modify core.scm to use runtime-shim.

commit 4e3090688a785b591c6a9986d0e2c842ab65e701
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 20:40:47 2010 -0700

    gitignore cruft for now

commit 76c90f91c5bf06f61f927e002053e397b8f4a706
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 20:06:52 2010 -0700

    Export a few more items

commit 8fe7f0fe5fe89f6ec32732dd802608060e973f0d
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 20:03:35 2010 -0700

    Cleanup gr:connect and gr:disconnect for Guile.
    
    Rename {dis,}connect to {dis,}primitive_connect in .i file.
    Update python code to reflect change.

commit 3d4f2b9a3888c7d5684b70c89f0be3101d43879d
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 17:29:07 2010 -0700

    Add $(GENERATED_CC) backing to _SOURCES
    
    Now passes make check if --disable-gr-usrp.

commit 23d960981d6afcedb3a7fd1066a8acbfb0b4afdf
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 14:16:25 2010 -0700

    Use uhd_swig_swig_args instead of stomping on STD_SWIG_PYTHON_ARGS

commit 0b20021ac6c925fdd79c5d3f89aaa780f84d8871
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 14:00:53 2010 -0700

    Revert db964d32de64c.  Reintroduce warning (and correct behavior)

commit 0282499102abcef25849ae3a5255902502c1382a
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 13:24:29 2010 -0700

    Remove swig generated python code from C++-only libraries

commit 8c80b814bcdc00e0e71a1d4174c747a0f221fa20
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 13:23:26 2010 -0700

    regenerated

commit e277e93d1ef8d7f7ed1661c3f9d271d65a2aa55b
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 12:10:43 2010 -0700

    Remove dead file

commit df6f365b6b703971efc9f29471e0cf1660938fbf
Author: Eric Blossom <address@hidden>
Date:   Sat Oct 30 20:22:54 2010 -0700

    Routines to coerce blocks and connect them

commit c34cf20f501dea19385cb42bf31e92ad889e7040
Author: Eric Blossom <address@hidden>
Date:   Sat Oct 30 18:17:12 2010 -0700

    Rename basic_block coersion method to to_basic_block.  Add to_hier_block2 
and to_top_block.
    
    basic_block was renamed because the number of guile generic methods on
    basic_block was getting large and confusing.  to_hier_block2 and
    to_top_block were added to support coercion to those types in guile
    (and python).  This change simplifies the handling of "connect" in guile.

commit 2c54f4a56304b3dba7a66ed1baf06dc0bd8393e8
Author: Eric Blossom <address@hidden>
Date:   Sun Oct 31 10:12:43 2010 -0700

    additional regenerated files

commit f7d9be06a59c30e3e964456d2f6c95e64d8ec05f
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 30 12:15:49 2010 -0600

    move good comment to here where it belongs

commit 4d3c48e74d5d0252b37da03e92143d3f2d52e828
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 30 12:15:19 2010 -0600

    make sure the gnuradio directory exists

commit d94769a975612072dc03fa378bc79856c07cd66b
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 30 12:14:41 2010 -0600

    add load-extension support

commit 40fac3c4a2f5f1f6dde79e96be8f40535e11343b
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 30 12:14:16 2010 -0600

    regenerated

commit 928116d249ba4e262f6cf579ab1444a382b055ea
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 30 10:21:59 2010 -0600

    remove all .Std files

commit e1a05ac8f6405b3672ffee7cadb13f67e82c890f
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 30 10:21:17 2010 -0600

    fix typo in dependency name. Assume primitive file is ok if the .scm file 
is, so we don't build twice

commit e8320bc2f6bb2f37ff5ffa0e7ef72eba6281d63f
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 30 10:05:37 2010 -0600

    use the scm name as a build stamp

commit 81983f263b717c5fa42d9f9587cfc7c691c5746f
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 30 10:05:11 2010 -0600

    without including the guile dependency file, dependencies won't work right

commit 589f7bfacff26a373c88a11b507d9d58ce2cf55b
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 29 04:50:13 2010 -0700

    Modules now load cleanly!

commit 2a6649f9eafd467dbb5467e2a4d46affffc1afbd
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 29 03:56:48 2010 -0700

    Disable gr_message_source until later...

commit 8579841a28eb07fdfc72cb9bb594f76e71465902
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 29 03:56:17 2010 -0700

    Remove duplicate include of gr_endianness.i from general.i

commit da69e1c1f910cf6ab4fd54dea25255e266b2918e
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 29 03:54:07 2010 -0700

    gnuradio-core modules are almost loading cleanly.

commit cbfffe4100daff91746db0b6ea66cec9f7b2ceed
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 29 02:20:32 2010 -0700

    Move sizeof_* from gnuradio.i to runtime.i to avoid multiple definitions

commit 299aba578b76e1f07cb3e4e5ff59ee6b306afb5a
Author: Eric Blossom <address@hidden>
Date:   Thu Oct 28 15:05:52 2010 -0700

    Version that builds guile goops bindings, but dependencies are hosed.
    
    Doesn't compile cleanly, but does enough to allow experimentation with
    goops wrappers.  We're currently seeing the nasty interaction between
    the package system, the "export" syntax, and generic-functions.
    See thread here:
      http://lists.gnu.org/archive/html/guile-user/2006-05/msg00007.html
    for background.

commit 4cfeec9a0be5606cfadd03b0fcfa0615766b1676
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 25 18:18:34 2010 -0600

    don't include swig dirs as it makes automake warnings, use 
GNURADIO_INCLUDES and USRP2_INCLUDES instead

commit f461607baa5c4ab9c2b523a0147c42c4f9d469b7
Author: Rob Savoye <address@hidden>
Date:   Sun Oct 24 10:48:27 2010 -0600

    don't list the generated cc files here

commit 27d1af7c7511addac638856bc2ffd3cda5e7ab0c
Author: Eric Blossom <address@hidden>
Date:   Sat Oct 23 20:59:54 2010 -0700

    Add %typecheck for complex.
    
    Fixes problem with moving-average-cc.

commit 5939ce6971607b83b33c2ac0ede627a83670113a
Author: Eric Blossom <address@hidden>
Date:   Sat Oct 23 19:53:03 2010 -0700

    Move std_complex.i to gnuradio-core/src/lib/swig/guile.
    
    Seems to basically work.  There's some simple test code inline
    in gnuradio_core_general.i.

commit 0a81b7d48de58cd83f7076fb9bd45cf30595c9ec
Author: Eric Blossom <address@hidden>
Date:   Sat Oct 23 12:04:42 2010 -0700

    rm gnuradio_swig.scm.  Got turned into gnuradio_core.scm

commit d1685679788103a280f4c7b373051b9e1779571f
Author: Eric Blossom <address@hidden>
Date:   Sat Oct 23 11:49:35 2010 -0700

    Missed a few: s/_swig_py_/_/

commit 52da23e0c42298a1cba07546259037c92db8c588
Author: Eric Blossom <address@hidden>
Date:   Sat Oct 23 11:47:36 2010 -0700

    Remove dead code

commit 70dd1dc6610135a1967de554189be38af8f3b080
Author: Eric Blossom <address@hidden>
Date:   Sat Oct 23 11:20:09 2010 -0700

    rename s/gnuradio_swig_python/gnuradio_core/g

commit 412a00434139ffa53469545bd878e24eec5bb61d
Author: Eric Blossom <address@hidden>
Date:   Sat Oct 23 11:02:13 2010 -0700

    regenerate

commit c8e09b545e84194867e971163c899ab0992430fb
Author: Eric Blossom <address@hidden>
Date:   Sat Oct 23 11:02:01 2010 -0700

    s/_swig_py_/_core_/g

commit 6421d47062f4bf5abbdf26142616a5965f1edfa0
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 22 23:28:06 2010 -0700

    regenerate

commit fba8a45e81a718280e9364d30d4224d589ff171d
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 22 23:25:21 2010 -0700

    Rename guile libs to libguile-* and install them in $(libdir).
    
    This follows the Guile recommendations and should remove the need for
    adding an additional directory to LD_LIBRARY_PATH.

commit 6b5c73eb36bb45fc214616104c0a6c675dbce538
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 22 22:20:26 2010 -0700

    Remove #warning from gr_swig_block_magic.i

commit 1e34972f4433cbfef3500fc73a285c7c436cfd6b
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 22 22:00:09 2010 -0700

    Rengenerate Makefile.swig.gen's

commit 98c246e264092c306c276b639d8c839b83fd64ec
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 22 21:59:45 2010 -0700

    Remove leading _ from guile library names coded into .i files

commit 1b95d66c179048b086ee8aa6a75a23d1edc006dc
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 22 21:56:51 2010 -0700

    Set new install locations for guile scm code and libraries.
    
    I think we may want to rename the guile .so's and install them into
    libdir instead...

commit 76e6d5ce6c8b43703cabc369e045f7c33f5431a3
Author: Rob Savoye <address@hidden>
Date:   Fri Oct 22 21:01:13 2010 -0600

    generate dependencies for .i files.

commit 0b80f3a41fa4ef358d0294f4b9fcae411611ec12
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 22 15:16:46 2010 -0700

    Remove dead and broken code from GR_SWIG_BLOCK_MAGIC.
    
    Looks like this hasn't been used since we converted the hier_block
    stuff to C++, and it's been broken since then.

commit 00ba420478fb0e328fa93e795ea0c80e7de63534
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 22 15:14:57 2010 -0700

    Move #ifdef SWIGPYTHON outside of %define
    
    There's apparently a time-of-evaluation issue here.
    The docs say they reevaluate the contents of %define at expansion
    time.  Apparently SWIGPYTHON et al. aren't defined in whatever scope
    that may be.

commit b61a156d4d3125882bfa3563ebd4a992ba00a6f7
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 22 15:14:44 2010 -0700

    Move common stuff outside of if PYTHON

commit e3ea18ee8732f17151bb00896f982f7859c0e228
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 22 14:01:49 2010 -0700

    Move TOP_SWIG_IFILES outside of if PYTHON

commit 827f95ce49fadfaeec1ee09185d1502074eb0bbb
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 22 13:56:05 2010 -0700

    Add stub for gnuradio_swig.scm to get make to work

commit cba092c9daa285236cc2b5c4f61898f15ef0a589
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 21 16:14:58 2010 -0600

    correct typo in script name

commit 32a71023bf7350167fdd4f3797d384d47cafd71f
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 21 13:17:11 2010 -0600

    add python/*.cc to SOURCES so dependencies work properly.

commit 4f67bf0a435f9eb62d66c6b2b19a096cbde412d7
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 21 13:16:22 2010 -0600

    regenerated

commit aa162012cc25cf080ee744a2cb795a6154fcca86
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 21 13:16:05 2010 -0600

    regenerated

commit cf8f2a00c886b7c6980f7d1e3eac25eb37a12d3a
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 21 12:13:48 2010 -0600

    move new suffix rules to common Makefile so everything can use them.

commit 75aed9281e0f918fe11a3c040e6b46387dd676c5
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 21 11:33:04 2010 -0600

    add comments

commit 5650ee3c123dcd819542fbba1719e89a09ece399
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 21 11:32:40 2010 -0600

    regenerated

commit 39d4b276b2a659ce5c47765cef4ce83baf5ed23c
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 21 11:30:32 2010 -0600

    tweak dependencies to work through all the name munging

commit c41cb174eec14266988609e20477eafcb3a5dac2
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 21 11:29:52 2010 -0600

    specify . for outdir, as the suffix rules put the generated filoes in the 
right place.

commit 03418fed87089ce9ea3e354632d5f151a1b33ebd
Author: Rob Savoye <address@hidden>
Date:   Tue Oct 19 22:02:29 2010 -0600

    regenerated

commit 05c1f489753af80453182243475110586eb0b242
Author: Rob Savoye <address@hidden>
Date:   Tue Oct 19 22:00:55 2010 -0600

    use suffixes to build scm and py files

commit 3b6e452a04df01788c5e571b1d0a5518678d43e9
Author: Rob Savoye <address@hidden>
Date:   Tue Oct 19 21:59:49 2010 -0600

    don't list .cc as a dependency, we always get one from the py or scm 
dependency, which is more portable

commit ef074365e003df0ba23f4e32c861c734b7d1d192
Author: Rob Savoye <address@hidden>
Date:   Tue Oct 19 21:48:56 2010 -0600

    don't append pythom or guile to everything. Use suffix rules to build scm 
and py files.

commit e8ad25cd4e616d631d01b0bd44ebd1e5e247498d
Author: Rob Savoye <address@hidden>
Date:   Tue Oct 19 21:39:04 2010 -0600

    use a separate output directory for generated files.

commit 9cc65810f63623a7132656005495dfd3ebbc84ed
Author: Rob Savoye <address@hidden>
Date:   Tue Oct 19 10:56:04 2010 -0600

    correct which lines are under comment

commit 5aaeb46517ebc32f95b7e46847d0d345593d00fd
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 22:36:24 2010 -0600

    don't build the python specific code for guile

commit 1812c93c7c282bd4b5ff7bd602f9f88d7f1dd97c
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 22:30:05 2010 -0600

    load the general and gengen files, now that they compile.

commit 42753aad1c8170bf1a4d4003d636ac5a81cbbda3
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 22:07:32 2010 -0600

    regeneratd

commit 31661e655660a77c28cf14fcb5f648ea05505450
Author: Eric Blossom <address@hidden>
Date:   Mon Oct 18 20:58:22 2010 -0700

    Change const vector to const vector ref to ease swigging.

commit d169bfeee38f883cbf6b7ddf41ce8645a8370549
Author: Eric Blossom <address@hidden>
Date:   Mon Oct 18 20:57:33 2010 -0700

    gitignore swig generated files

commit 9a55e397415e9a9b144812953c8b9760232105b4
Author: Eric Blossom <address@hidden>
Date:   Mon Oct 18 20:40:54 2010 -0700

    gitignore swig generated files

commit 221ad7b19e370fab816fbfb8fae3b947f77151fc
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 21:58:28 2010 -0600

    put the ifdef in the right place

commit 25bf9bbd0c5b702acf26e05d5a9966fd323f6614
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 21:45:11 2010 -0600

    don't ifdef the target away. regenerate .gen files.

commit 3d55841ec05f1a09eb2de304f9ad30b9ed068986
Author: Eric Blossom <address@hidden>
Date:   Mon Oct 18 20:14:26 2010 -0700

    Make fft window parameter a const vector ref to ease swigging.

commit 3e5e68383e0b1283ad1a40216ef11e777c245824
Author: Eric Blossom <address@hidden>
Date:   Mon Oct 18 19:56:02 2010 -0700

    gitignore more swig generated files

commit f64af4b3b4221bbe9480791b3e863aa05c6aad06
Author: Eric Blossom <address@hidden>
Date:   Mon Oct 18 19:28:25 2010 -0700

    gitignore swig generated files

commit f97d37a216d1a3ff888f8b57c0090f9def9dd021
Author: Eric Blossom <address@hidden>
Date:   Mon Oct 18 19:24:49 2010 -0700

    Update generated files

commit bb04443e9299a2eebf44a6aef5633091b0135f1f
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 18:43:33 2010 -0600

    correct copyright date

commit d3d187f1beb6525977079a6f9c822f971cced8da
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 18:21:09 2010 -0600

    improve comment

commit 5ea1059c943a8a6dcb67c2a151f27b84b653f549
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 18:15:58 2010 -0600

    regenerated

commit 0876f100362f6275e9d16bfed0fc389d082f86b9
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 18:15:41 2010 -0600

    install the scm files for guile too

commit 2ecda7ddb8dc062caa2e87fa1a53c09ca483af4c
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 18:15:04 2010 -0600

    load what'll load for now

commit 3842b40b6e5a7d90ef303e624df0f0700bed30b4
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 18:14:22 2010 -0600

    instllthe top leel scm file for guile. Generate all files for guile too

commit 478398e431d1d20a7095d3b78b15e388eb71318e
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 17:45:30 2010 -0600

    add variables for the data and lib directories as specified by guile-config

commit c4f8aab885d6a188591cebc9683cc297b60b445c
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 17:26:04 2010 -0600

    add top level guile file

commit 2038e0981a95ac2093843cdc8c82e5fa0bdeadfa
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 12:52:26 2010 -0600

    use foreach...subst to make a list of generated files instead of cut & 
paste for BUILT_SOURCES

commit bf1f10e1fefa2b342c1f10ccc8863e800eb1870b
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 12:50:21 2010 -0600

    don't stub out ensure_py_gil_state, ifdef it out as it's python specific

commit 1366ce59314bb24825715a1a041b63081b5181e2
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 12:48:54 2010 -0600

    add the load-extension command for guile

commit 52b42834dc68cd76dd7ff7e64f73043d6ae6ad46
Author: Rob Savoye <address@hidden>
Date:   Mon Oct 18 12:48:18 2010 -0600

    use simple linkage instead of passive for guile so SWIG_init gets defined

commit 08860508f2d28a439fee8242cbf96e3867486af2
Author: Rob Savoye <address@hidden>
Date:   Sun Oct 17 12:10:33 2010 -0600

    use guile-config to find the proper flags

commit d97eacbf2444393d2698b1627ef7e6219ae32a3e
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 16 09:48:27 2010 -0600

    don't use ensure_py_gil_state for guile

commit 54bfe42875fc8625b193b63dc8a4d7327e89edc2
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 16 09:47:39 2010 -0600

    add #warning for missing guile support

commit b866f36454af0defea79d84647a8a1652fb2fbdb
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 16 09:46:48 2010 -0600

    regenerated after changes to .i files

commit 6b98045ebd36a336e642135f34a0591130c3a651
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 16 08:55:47 2010 -0600

    regenerated

commit b72fd746010bc724acfb6a7c5ae2be82e6b828c2
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 16 08:54:32 2010 -0600

    include complex too for std::complex

commit 422d912f685b412bdfd91f088628da6f5f8196ba
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 16 08:53:40 2010 -0600

    wrap pyrun python code in SWIGPYTHON ifdef so it doesn't appear in other 
languages

commit 1caa7d707377d093cf7d9b7e65176848a93bba5c
Author: Rob Savoye <address@hidden>
Date:   Sat Oct 16 08:51:47 2010 -0600

    wrap all %pythoncode in SWIGPYTHON so they don't get inserted into other 
languages

commit 826869b666094bba2349e725e90878cc7e0aad8b
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 14 20:15:42 2010 -0600

    regenerated

commit ae3875c7116fa910da0b4d407550265852d0c94f
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 14 19:00:35 2010 -0600

    guile doesn't seem to need the header files

commit 9b77d449ac9135bfc7e47610cfafa0c65ff6a4d0
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 14 18:59:24 2010 -0600

    clone the python rules for the stamp to use for guile

commit a30db7e0feb34073a930387d92e931a2decd75ec
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 14 12:36:40 2010 -0600

    append _python to all the generated files from swig

commit f04b7c4bc41bc306df37bf9c64464f37576d3749
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 14 12:36:00 2010 -0600

    adjust guile output options to be what the swig guile example uses

commit 07272e97741fa028101e09b09ced24804f562852
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 14 12:35:14 2010 -0600

    look for the python name in the dependency for 
gnuradio_swig_bug_workaround.h

commit ed4094208c501e91838ccc333059e4731e8ae908
Author: Rob Savoye <address@hidden>
Date:   Thu Oct 14 12:34:08 2010 -0600

    regenerated after changes to the template

commit 29fef37cdee9eced2ff7c6ff44da2e8e8fa88aa7
Author: Rob Savoye <address@hidden>
Date:   Wed Oct 13 22:27:08 2010 -0600

    split out _SOURCES into separate values for the different scripting 
languages.

commit 3e970ae219f60f1bf38497cd9fbacb3cc5791d0c
Author: Rob Savoye <address@hidden>
Date:   Wed Oct 13 22:25:52 2010 -0600

    add flags for swig to output guile.

commit b47b9ca40ecf49afa44c993b8da9af4ff876c9ba
Author: Rob Savoye <address@hidden>
Date:   Wed Oct 13 22:25:16 2010 -0600

    regenerated from template

commit b2b48af1cf7eb91fcd808367e8c87943cd4d764f
Author: Rob Savoye <address@hidden>
Date:   Wed Oct 13 22:24:08 2010 -0600

    prefix -python or -guile to generated C++ source files from swig

commit 1c127150b90e3f2823dfeabc647e9dbc4f446252
Author: Rob Savoye <address@hidden>
Date:   Wed Oct 13 21:42:46 2010 -0600

    minimal test for guile flags

commit 70bc07d648eb402143ec1e8e68beed0cfa87c734
Author: Rob Savoye <address@hidden>
Date:   Wed Oct 13 19:23:16 2010 -0600

    add python to the stamp names

commit 1642681085969f2ab737e4b8dff12834778b2ee1
Author: Rob Savoye <address@hidden>
Date:   Wed Oct 13 16:45:40 2010 -0600

    add stubs for finding what is needed to use guile or tcl

commit 29e800af251d748bfb48b8409e89136be06aab82
Author: Rob Savoye <address@hidden>
Date:   Wed Oct 13 16:44:13 2010 -0600

    add support for using Tcl and Guile as output languages

commit b932cd640044f4ccedaca201840f983acf4bef16
Author: Rob Savoye <address@hidden>
Date:   Wed Oct 13 16:41:44 2010 -0600

    add support for using Tcl and Guile as output languages

commit 0bb3e5a71bacab7ffa93bab789315a72a8710c1c
Author: Rob Savoye <address@hidden>
Date:   Wed Oct 13 16:29:06 2010 -0600

    add options to enable tcl and/or guile as well as python bindings.

commit ff6ce4dcf7c602cd94f840de21034634c95af806
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 10 00:25:37 2010 -0500

    Updated doxygen Doxyfile for newer versions.

commit a72819e861caaabdea0ac41f5f5e387cb61d3513
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 9 22:45:02 2010 -0500

    Adding file operations result checking.

commit 5d1baa5a96e3dac0756571da9fc115dba14bbbff
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 9 22:08:58 2010 -0500

    Updating audio_jack to new interface for creating a client. Fixes 
depricated warning.

commit 6fc05897572c82ebb523d0ab0ac4cf763d00cb4a
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 8 22:31:56 2010 -0500

    Potential fix to MSDD warnings by setting sequence number from buffer more 
explicitly.

commit 9eeb6dbaa1398946229db780f2eb1ca4e9eae04b
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 8 01:44:16 2010 -0500

    Adding a bit more checking on file operations.

commit ee02e4e66a291685ce6399d7871b98ffccbdca54
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 8 01:34:53 2010 -0500

    Fixing copyright date.

commit 8e64eed7ed9680db139a84e2370135cf619534bf
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 8 00:47:33 2010 -0500

    Fixed warning re defining GNU_SOURCE. Can probably just remove it since 
it's defined in config, but this won't hurt anyone.

commit d46b800b882724c07975f1dc897f8166d45150fb
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 8 00:47:10 2010 -0500

    Fixing signed/unsigned warnings.

commit ec79e6f688c0ef94e66c938eba24c8b95e9856ba
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 8 20:03:21 2010 -0500

    Burned by another copy-paste error. Correctly checking and acting if its a 
sink.

commit ab8c921bf73b61c19305bc0bf1fc4d26b110779e
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 8 19:52:50 2010 -0500

    Adding mutex protection around adding and getting tags from buffers.

commit 4cb301dec845778e468c73dac5eb04a9dfccb14a
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 8 19:46:32 2010 -0500

    Made propagate_tags a function to be called from block_executor to move 
tags downstream. Also made d_start_nitems_read a member of gr_block_executor to 
better handle allocation.

commit 0a2cb50b6b7e50bb69df9478e49db4d77599c324
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 8 19:30:54 2010 -0500

    Renaming "handling_method" to "propagation_policy".

commit 75c9c767079868b1c938fbb9a8c5522a60f28c96
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 8 19:20:19 2010 -0500

    cleaning up; comments, naming, typos, excess code, etc. Moving to make 
gr_block_executor more readable.

commit 23285af07c88890daea3c9da011f983ae0e0da2d
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 7 18:39:15 2010 -0500

    Moving tag handling setup back into gr_block so it can be set in the 
constructor of a derived block.

commit 3bf4a8423acded7743470adffcd9dcc57b049560
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 7 17:30:59 2010 -0500

    Moving tags downstream is moved into gr_block_executor. Predefined three 
methods of moving tags that are selectable by a gr_block.

commit 95eaad323daecbd2c4c0a7aaf5176f9a1b33eec0
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 7 16:05:08 2010 -0500

    Cleaning up. Better use of PMTs; comment mods; returning vectors when 
getting tags.

commit 53eee1c624794056fcba50a5eb50b864cbf159dd
Merge: 2aef048 1fa9a8e
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 7 15:21:11 2010 -0500

    Merge branch 'master' into next
    
    * master:
      Sneaking in a few warning fixes to this branch.
      Adding ability for FIR filter with internal buffer to decimate.
      Adds a new parameter "y_axis_label" to scopesink2 and the GRC .xml file 
that contains the string for the Y axis label.  It defaults to 'Counts' to be 
consistent with the old version.
      Adding ccf version of fir filter to gitignore.
      Removing nonexistent gri .i file from Makefile. Got a bit carried away 
with the copy/paste.
      Removing ccf version of filter that is now autogenerated.
      Fixing up filters a bit to pass QA tests for all versions.
      Fixes Makefile for fir filter generators.
      Using generators to make gri_fir_filter_with_buffer_XXX into all possible 
in/out/tap types we support.
      Work on examples for the synthesize filterbank block. The cleans up the 
simple example and adds a new example that synthesizes a number of signals and 
then channelizes them again. It displays the synthesized PSD as well as the PSD 
and time waveform of one of the channels that's specified in teh code.
      Adding QA code for fir filter with buffer.
      Cleaning up synthesis filter and using new FIR filter with buffer.
      Cleaning up the new FIR filter implementation. Protects against some 
corner cases and adds filterN.
      Adding a test example for the synthesis filter.
      Adding a FIR filter implemented with its own internal buffer. This one 
keeps its own delay line and just takes in input samples instead of a pointer 
to an external buffer.
      rearrange includes to always be: internal GR, external, with GR.
      Can now set more channels than input signals. Empty channels are 
established as the outtermost channels (around fs/2 and -fs/2).
      Fixing ordering so that the input channels line up in the output signal 
properly.
      Adding the synthesis filterbank (the opposite of the channelizer). It's 
ugly right now and uses a lot of memory to handle the buffers for each 
filter/input stream.

commit cafe83aa6bd47f8e05bd347cc4495d3662b5440f
Author: Tom Rondeau <address@hidden>
Date:   Sat Nov 6 14:24:19 2010 -0400

    Don't directly output tag info to screen from gr_random_annotator; instead, 
store the stream and write it to stdout when block is being destroyed. This 
avoids issues of the muliple threads writing simultaneously to screen.

commit 8b184fda9da4e7fdf08ddfd4d973d5d8d83be308
Author: Tom Rondeau <address@hidden>
Date:   Sat Nov 6 14:18:32 2010 -0400

    Adding call in scheduler to handle tag movements between blocks and some 
helper functions to get access and keep track of tags.

commit 20adc2d657d189cd07f9585aeb4cb213ffe0bb07
Author: Tom Rondeau <address@hidden>
Date:   Sat Nov 6 14:17:04 2010 -0400

    Because tags can be appended from upstream, they are not consecutive in 
time, so we need to cycle through them all.

commit 6cc6925ec231897a2e46f3d7bfb52ba3aecfc492
Author: Tom Rondeau <address@hidden>
Date:   Sat Nov 6 13:18:32 2010 -0400

    Better formatting of tag information to make info more readable.

commit d58d250c82ff8b106aec02f5222cea385b74d729
Author: Tom Rondeau <address@hidden>
Date:   Sat Nov 6 13:03:28 2010 -0400

    buffer_reader does not hold its own tags but looks upstream to the 
associated buffer to get them.

commit a45a71005ba215673da78fabc0edae323eebed34
Author: Michael Dickens <address@hidden>
Date:   Thu Nov 4 21:49:52 2010 -0400

    first shot at Windows-compatible LIBUSB check

commit bf079e66e50f4aff775175c288e952b6325ea71c
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 4 18:36:05 2010 -0400

    Fixing api call to gr_buffer_reader that no longer takes in which_input.

commit 7f6f2a377bf8bca6880ecc030792202e09b631a7
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 4 18:30:17 2010 -0400

    gr_buffer_reader doesn't need to know which input it is.

commit 70ca24e7cc6ba744589e3d5fb8077f706e813d28
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 4 18:16:26 2010 -0400

    Moving add_item_tag into gr_buffer and get_tags_in_range to 
gr_buffer_reader. gr_block_detail takes care of the high-level adding and 
retrieving tags via the buffers/readers; also takes care of filtering tags by 
key.
    
    Tags are now added to the gr_buffers on 'which_output' while they are 
retrieved from the gr_buffer_reader based on 'which_input."

commit ef9ff4ce4ab97a557f08fa5dad091b0cf63d313f
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 4 13:19:00 2010 -0400

    Making annotator block build up tags with the noutput_items as the value 
held. Simply prints info to stdout when tags are retreived.

commit d75b1bb7ae118e191ef31c5691d409b680f723df
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 4 12:55:51 2010 -0400

    Makding random_annotator simply copy input to output streams; fixes IO 
signatures.

commit 54803ebc0450e9ee46e66b15d3b29249e44c55ed
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 4 12:38:52 2010 -0400

    Adding shell block for a random annotator. This will be used only for 
testing the stream tags, which is why its sitting in runtime.

commit 309b05cbb38125a910b6199f7adc4ff93bc98064
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 4 12:33:20 2010 -0400

    Changing API to match changes to gr_block, including adding "srcid" param 
to add_item_tag. Added documentation to header file. Changing to deque from 
list. Still holding the deque locally in block_detail, but will be moved to 
gr_buffer. Adding tag just builds the tag tuple and appends it; doesn't worry 
about duplications.

commit 779f498c46175bb12828c9db4643eada3e364b16
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 4 12:31:18 2010 -0400

    Moves gr_block functions dealing with tags into protected space. Adds 
documentation to functions in header. Adds a "srcid" parameter to the 
add_item_tag function.

commit c3725a7269a7e96252a957b6d078686352365de6
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 4 11:38:27 2010 -0400

    Fixing buffer to update abs_write_offset counter. Keeping access to 
counters exposed through gr_block for now, just remaining to nitem_*.

commit a89d85d0bff906d68ecc5293b0c45fc6170c5cb5
Merge: a20c127 1fa9a8e
Author: Ben Reynwar <address@hidden>
Date:   Wed Nov 3 22:29:09 2010 -0700

    Merge branch 'grorg-master'

commit a20c127a9469aeac9ec60bf432c4128c49349f34
Author: Ben Reynwar <address@hidden>
Date:   Wed Nov 3 20:53:07 2010 -0700

    Generation of python docstrings from doxygen xml.
    
    swig_doc.i is a swig interface file containing all the docstrings.
    It is generated using swig_doc.py and included by gnuradio.i.
    
    Minor changes to the swig make files have been made so that the generation
    of swig_doc.i occurs.

commit e70f8a0d50474784c1f1b64b94907feb9b913a2b
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 2 19:57:24 2010 -0400

    Moved number items read/written from gr_block_detail into gr_buffer 
(abs_written_offset) and gr_buffer_reader (abs_read_offset). Keeps the API 
exposed in gr_blocks for now.

commit 1c7119f52792da359fc5638a589b8cc8fa959864
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 2 16:00:51 2010 -0400

    Adding QA code to perform some tests on tags. Setting and getting items 
read/written; testing adding and retrieving tags.

commit 428ccb2218464a33923b3e576ad42af21468c82d
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 2 15:59:51 2010 -0400

    Adding some protection to the nitems read/written accessors. Should this 
return 0 or throw?

commit 1fa9a8ea31115b878bff48d2259fc72d1a37b52c
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 2 12:53:15 2010 -0400

    Sneaking in a few warning fixes to this branch.

commit 1d63a52520ebdac7242784eafa79093b7fc2710d
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 2 12:47:46 2010 -0400

    Adding ability for FIR filter with internal buffer to decimate.
    
    Also adds QA code to test decimate by 2 and 5.
    
    Removes lib/filter/gri_fir_filter_with_buffer_ccf.h that is autogenerated.

commit 38c60bd0bfb411c2557b84f92bcbd66395475ba6
Author: Josh Blum <address@hidden>
Date:   Mon Nov 1 19:01:49 2010 -0700

    uhd: swig changes for templated ranges

commit a8e0d810000c080e2ea966bc967fd0c6d21da61d
Author: Michael Dickens <address@hidden>
Date:   Mon Nov 1 15:57:52 2010 -0400

    Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, 
because the symbol does not exist for that platform (only, it seems)

commit 0bc7116e5227f95b7a5de944bc65c5a8b55e0ed5
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 31 18:09:19 2010 -0400

    Using pmt_eqv for key testing instead of == to make sure typing is worked 
out properly.

commit 13f00f0ad96ee54a98751f9dceca005078850c93
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 31 18:06:39 2010 -0400

    Checks for duplicate entry when adding a new tag.
    
    add_item_tag looks at the last tag entered with the given key and tests if 
the value is the same. If it is the same value, then don't do add a new item. 
If the value is different, add a new tag of that key to the list.

commit 246c0b96f22b3eb945fb1cef1aafd32bbb7cd815
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 31 17:13:36 2010 -0400

    get_tags_in_range now gets items between start and end INCLUSIVELY.

commit e6dedf7fb1075e22e8ea46c9c8d456ba92f92df1
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 31 17:11:34 2010 -0400

    Adds functional ability to call get_tags_in_range with a specified key.

commit e3b866883186ed2fbf125964a7ca3a3a3022675c
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 31 17:02:10 2010 -0400

    Fix to get_tags_in_range. Returns proper list and handles times when list 
is empty.

commit c7c0b86afa255983db3def0a15e1201455ade460
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 30 16:29:27 2010 -0400

    Added a check in alsa sink if error has occurred due to blocking; if so, it 
will just drop samples and not get backed up. Patch taken from Marcus Leech 
10/29/2010.

commit a310fe30079ea8f484e596d77c5132d3f73b517c
Author: Ben Reynwar <address@hidden>
Date:   Fri Oct 29 22:18:52 2010 -0700

    Adding doxyxml python package.  Acts as interface to doxygen-generated xml.

commit 0b9812f61b854591ec7b0f77214c3078bd5c3464
Merge: dd74b98 cb2fa9a
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 29 10:08:34 2010 -0400

    Merge branch 'makefile_var_ordering'

commit 2aef04843d248d0584b4865c62d7ca0772113dc9
Author: Josh Blum <address@hidden>
Date:   Thu Oct 28 17:22:25 2010 -0700

    uhd: added ref clock option to single usrp blocks, minor grc fix on empty 
option keys

commit 3dab5d93a45928baa4fb23878d644751e06943a0
Author: Josh Blum <address@hidden>
Date:   Thu Oct 28 13:24:23 2010 -0700

    uhd: make a tune_request_t that inherits from float for GRC, added docs

commit d07a944f0c327b255285a8fef4604b65fa8fd7c8
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 26 21:01:22 2010 -0400

    First stab at adding get functions for item tags in a given range.

commit b22efee47c7d891a8c10b1493f20976534fdb751
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 26 19:59:42 2010 -0400

    Giving gr_block_detail a list of pmt tuples to hold item tagging 
information.
    
    Adds ability to add new tags from a block.

commit 5a2de999da86d48cd7f005d08cc48965cb8c7a65
Author: Josh Blum <address@hidden>
Date:   Mon Oct 25 16:22:05 2010 -0700

    uhd: move tune functions to tune_request and provide wrapper for simple case

commit df9a3f3bad0942fe0d6ec45dd02eec62544d02be
Author: Josh Blum <address@hidden>
Date:   Thu Oct 21 15:48:52 2010 -0700

    uhd: added support for setting bw filters through grc

commit cd6b9eee92cbb16c4b36f568b812de4dc918eac8
Author: Josh Blum <address@hidden>
Date:   Thu Oct 21 15:09:31 2010 -0700

    uhd: install swig exception handler

commit 13970fed3ae4114689d08bf01cee8b8706d316a5
Author: Josh Blum <address@hidden>
Date:   Wed Oct 20 12:24:04 2010 -0700

    uhd: added channel param to docstrings

commit 8f0da835675daa7f104eeffcd73140c58519e3da
Merge: f13e1e1 37f8cc6
Author: Josh Blum <address@hidden>
Date:   Tue Oct 19 15:49:01 2010 -0700

    Merge branch 'prefix_fix' of gnuradio.org:jblum into next

commit f13e1e1a87cf3d8b891e94226be047cff3733bb7
Author: Josh Blum <address@hidden>
Date:   Tue Oct 19 15:46:27 2010 -0700

    uhd: implement set bandwidth for uhd blocks, remove chan=0 default for 
multi blocks

commit c6e4a54769e2d5be3cfd28df6697c54c4a4a7e90
Author: Josh Blum <address@hidden>
Date:   Tue Oct 19 15:03:08 2010 -0700

    uhd: mark simple and mimo classes with the deprecated flag

commit 2c544567f5f9322b51b26a32bdb6280ee12f16de
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 19 16:33:40 2010 -0400

    Adding vectors to gr_block_detail that keep track of the number of samples 
read and written from each block's input. Accessor functions allow query of 
values through gr_block.
    
    Had to add gr_uint64 typedef to SWIG for it to understand how to handle the 
type.

commit f8c63c369e0e8800f76d427434424f7209fcde86
Author: Josh Blum <address@hidden>
Date:   Tue Oct 19 13:04:42 2010 -0700

    uhd: tweaking timeouts for multi usrp blocks

commit 343cba5663d0eefdd3ee3918bef812dc1bd75508
Author: Josh Blum <address@hidden>
Date:   Mon Oct 18 18:29:20 2010 -0700

    uhd: tweaked and tested multi usrp with a single channel

commit 8c6445cb3dd2a8db361203fedf55f3efb6953635
Author: Josh Blum <address@hidden>
Date:   Mon Oct 18 17:31:48 2010 -0700

    uhd: typo fix for single usrp grc file generator

commit 7f46efca9cb0c87e9130c117ac41650f6e0c25cc
Author: Josh Blum <address@hidden>
Date:   Mon Oct 18 16:49:08 2010 -0700

    uhd: renamed make function params, cleanup, clock config for multi usrp

commit 1e5db4248e2488e0f1b44ac1405d78e16c2408d8
Author: Josh Blum <address@hidden>
Date:   Mon Oct 18 16:13:10 2010 -0700

    uhd: work on multi usrp blocks, use block tree to categorize blocks, 
deprecate mimo blocks

commit d029af43c3367a4611185ade70639cc6b7cc5e3d
Author: Josh Blum <address@hidden>
Date:   Mon Oct 18 14:09:23 2010 -0700

    uhd: created multi usrp grc wrapper generator, removed mimo gen and checked 
in its generated files

commit 873228d25b3ea5df8eb10f6652518f144858af61
Author: Josh Blum <address@hidden>
Date:   Mon Oct 18 13:46:51 2010 -0700

    uhd: filled in multi usrp code and swig file

commit 4ac5545625d3d6df9881695f764c9c94049edb7b
Author: Josh Blum <address@hidden>
Date:   Mon Oct 18 12:18:13 2010 -0700

    uhd: added multi usrp skeleton and added deprecation note to other headers

commit 5e9908fbec19ce9309c12ea61c0303e6666e981a
Author: Josh Blum <address@hidden>
Date:   Mon Oct 18 01:03:11 2010 -0700

    uhd: removed utils warning functions, moved into the lower level wrappers

commit dd74b98a42f5e79c4d464cfa745b3f8af51e486e
Author: Marcus Leech <address@hidden>
Date:   Sun Oct 17 17:20:04 2010 -0400

    Adds a new parameter "y_axis_label" to scopesink2 and the GRC .xml file 
that contains the string for the Y axis label.  It defaults to 'Counts' to be 
consistent with the old version.

commit b03f921273423dddc5c8b76d6ab0cfcfe80123a3
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 17 16:14:09 2010 -0400

    Adding ccf version of fir filter to gitignore.

commit 9810ae784492ca23cce40cdd0cc3ca83eb5f5aef
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 17 15:51:06 2010 -0400

    Removing nonexistent gri .i file from Makefile. Got a bit carried away with 
the copy/paste.

commit 740d8974427d25f1bd4e4e045fc6f0a101cea9eb
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 17 15:25:44 2010 -0400

    Removing ccf version of filter that is now autogenerated.

commit b9cbe9c9ca65b620cab9bf1b8e652637a885d3c2
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 17 15:25:11 2010 -0400

    Fixing up filters a bit to pass QA tests for all versions.

commit 4a3fb7eb7481177ae35bb98307a1845a7304d97e
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 16 19:42:58 2010 -0400

    Fixes Makefile for fir filter generators.
    
    Adding new QA code for all other fir filters. fff and fsf versions 
currently failing.

commit eb7316ea486ab774c24cba1142a785080559e579
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 16 18:28:53 2010 -0400

    Using generators to make gri_fir_filter_with_buffer_XXX into all possible 
in/out/tap types we support.

commit 07343791e5aecb6fb1f7b997b5d2aa98d96e4b97
Merge: d74b45e 80b8426
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 16 17:03:59 2010 -0400

    Merge branch 'synfilt'

commit 80b84262f6fba7da08d888e73e8cb0e981a3a065
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 16 17:00:11 2010 -0400

    Work on examples for the synthesize filterbank block. The cleans up the 
simple example and adds a new example that synthesizes a number of signals and 
then channelizes them again. It displays the synthesized PSD as well as the PSD 
and time waveform of one of the channels that's specified in teh code.

commit 62042813aeeffeeb6091e229761c5068b5ed5cde
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 16 14:37:55 2010 -0400

    Adding QA code for fir filter with buffer.

commit 72c9a5a158b0b18964c8f2f8f914f16060868146
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 16 14:36:38 2010 -0400

    Cleaning up synthesis filter and using new FIR filter with buffer.

commit e037d329ed2b80c655f7d5c0fcdcef8353b6c52f
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 16 14:35:03 2010 -0400

    Cleaning up the new FIR filter implementation. Protects against some corner 
cases and adds filterN.

commit 77f6fcffa4b63aed0cc5de87d2b8f7aff00ff2c8
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 16 11:46:46 2010 -0400

    Adding a test example for the synthesis filter.

commit 2e633fc33dcbc3e1b5c35323ebe24373d57ea459
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 16 11:13:53 2010 -0400

    Adding a FIR filter implemented with its own internal buffer. This one 
keeps its own delay line and just takes in input samples instead of a pointer 
to an external buffer.
    
    The synthesis filter is being updated to use the new FIR implementation.

commit 068aa7f5b2591f7cc06e4495c89600101bd19b6b
Author: Josh Blum <address@hidden>
Date:   Thu Oct 14 10:29:19 2010 -0700

    uhd: use start and stop methods for single source/sink blocks

commit cb2fa9a58c9a52f3501881964ee4f59992c5d84d
Author: Michael Dickens <address@hidden>
Date:   Sat Oct 9 16:11:03 2010 -0400

    rearrange includes to always be: internal GR, external, with GR.

commit ee9fc9cebba1412b1f5134ef8510aff9a373d39d
Merge: 1c936ad d74b45e
Author: Johnathan Corgan <address@hidden>
Date:   Wed Oct 6 18:22:17 2010 -0700

    Merge branch 'master' into next
    
    * master:
      Checks to make sure XML path is writable before making the XML runner. 
Ignores it if directory is now writable.
      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 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 1c936ad101cbd7edf8e6b96bf3f993163a7dcc7b
Merge: 9ccd867 125433f
Author: Johnathan Corgan <address@hidden>
Date:   Wed Oct 6 12:52:44 2010 -0700

    Merge branch 'master' into next
    
    * master:
      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.
      Updating all of the QA code that I can actually test to work with the new 
XML output runners.
      Updating all python QA programs in gnuradio-core to output XML files.
      Adding gr_xmlrunner.py to Makefile.
      Adding XML output to Python unittests.
      Modified gcell and gr-atsc cppunit tests to output XML files, too. Gcell 
needs testing.
      Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests.
      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 125433fe84507cc84e585c1e06bb804fdb2ce043
Merge: 2652a20 2723c3f
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: 916b205 f18025c
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: a0c01f9 d62b419
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 9ccd86714958fb2bd0cdc457745737f6d20efd7f
Author: Eric Blossom <address@hidden>
Date:   Tue Oct 5 21:59:36 2010 -0700

    Add README with forwarding pointer

commit cf3270ff70ab46a2446eeb72373f6ecc96b9669c
Author: Eric Blossom <address@hidden>
Date:   Tue Oct 5 21:41:19 2010 -0700

    Remove vrt from build.
    
    The vrt code has been temporarily moved to Eric's Out-of-Tree repository,
    pending the "Grand Build System Reorganization".
    
    To grab the code and build it:
    
      $ git clone git://gnuradio.org/eb-oot
    
      $ cd eb-oot/vrt
      $ ./bootstrap && ./configure
      $ make && make check && make install

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 d072f53d3aafc68821e2450ac6876614dc0b1713
Author: Eric Blossom <address@hidden>
Date:   Tue Oct 5 13:34:15 2010 -0700

    Remove vrt dependence on gruel.  Should also build on non-Linux OS's too.

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 58a9c0498ee8df542a9eddeb0179995c8f03ca8e
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 1 02:53:48 2010 -0700

    Remove warnings

commit f989d64d3924ce4b64d67fdb4a1d96963d71bf8b
Author: Eric Blossom <address@hidden>
Date:   Fri Oct 1 00:59:39 2010 -0700

    Treat failure to allocate big socket buffer as a error

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 7fad5c4fe2f5ee6b9fa7403fa0b23eb154001798
Author: Eric Blossom <address@hidden>
Date:   Wed Sep 29 12:41:07 2010 -0700

    16-byte align receive buffer to facilitate SIMD use

commit c7219d7aced26483ffe9c935fd1033dc3803891b
Author: Eric Blossom <address@hidden>
Date:   Wed Sep 29 12:19:38 2010 -0700

    Change data_handler::operator() return type to bool to simplify things.

commit df0cfb734e5acf698d286e03ba6abccc13d9c586
Author: Eric Blossom <address@hidden>
Date:   Wed Sep 29 12:03:56 2010 -0700

    Move more formatting code into header_utils

commit f4e9ba2d94c9ae3340a79cce985560aeb48b526b
Author: Eric Blossom <address@hidden>
Date:   Mon Sep 27 14:36:18 2010 -0700

    Additional packet formatting

commit 424bca3bb914213fe3449d1d3462d5992bf5007c
Author: Eric Blossom <address@hidden>
Date:   Sun Sep 26 16:55:18 2010 -0700

    Common utility for displaying integer seconds

commit 30d657c09338afe8dd0e8fb4d8fc184169834c09
Author: Eric Blossom <address@hidden>
Date:   Sun Sep 26 15:59:43 2010 -0700

    Additional width for hertz

commit 518c70341880906231285fb66ea7335e89218c91
Author: Eric Blossom <address@hidden>
Date:   Sun Sep 26 15:52:23 2010 -0700

    Stub out remaining context display code

commit bca2f5a5abf62eb51eb7b6230e8877e17b86d91d
Author: Eric Blossom <address@hidden>
Date:   Sun Sep 26 15:43:39 2010 -0700

    Display context assoc lists

commit d80ed729f2559076b243d5de97fce7b570fc28d1
Author: Eric Blossom <address@hidden>
Date:   Sun Sep 26 15:27:02 2010 -0700

    Display formatted_gps info

commit 613bf535476a7468849f082a4f20e6c4541a06ea
Author: Eric Blossom <address@hidden>
Date:   Sun Sep 26 14:53:26 2010 -0700

    Display payload format

commit a1ae11b45a5236d44fd63bfc3f46ed77c0dce6be
Author: Eric Blossom <address@hidden>
Date:   Sun Sep 26 00:31:39 2010 -0700

    Formatted output of IF context packets

commit 3339d8dc40a90986f33ea095baa0a861fed32bb6
Author: Eric Blossom <address@hidden>
Date:   Sat Sep 25 23:23:17 2010 -0700

    Add ostream output for expanded_header.

commit 503931d4e719bbfd74e67d1cbd4a91b9cc812144
Author: Eric Blossom <address@hidden>
Date:   Sat Sep 25 21:44:12 2010 -0700

    Parse gps_ascii and context_association lists.

commit a45325b26c6ab8f598c8b7128de4194ba74b078c
Author: Eric Blossom <address@hidden>
Date:   Sat Sep 25 18:14:38 2010 -0700

    Add formatted_gps and ephemeris parsing code

commit deebe33e400c1404fc22f09aed65ec2c1293aacb
Author: Eric Blossom <address@hidden>
Date:   Sat Sep 25 17:48:44 2010 -0700

    First cut at expanded_if_context_section

commit 18f1ab2e746c93108add92098333b90c8a3423c5
Author: Eric Blossom <address@hidden>
Date:   Sat Sep 25 16:08:51 2010 -0700

    s/unparse/pack/; s/parse/unpack/

commit bb2d127c085d1bf2910407334d67cb666284cf2b
Author: Eric Blossom <address@hidden>
Date:   Thu Sep 23 23:23:54 2010 -0700

    Add missing return

commit f0e615a06a041fda52f812fc01b85363ef1c9e0f
Author: Eric Blossom <address@hidden>
Date:   Thu Sep 23 23:21:56 2010 -0700

    Remove packet ring stuff.  It doesn't work with UDP.

commit ed21ccff0b15ebd20e32fa6f026d65276b83e20c
Author: Eric Blossom <address@hidden>
Date:   Thu Sep 23 21:53:17 2010 -0700

    Now compiles

commit dd02d4590ea0c782dc812d4ab41c4ad05a1817c8
Author: Eric Blossom <address@hidden>
Date:   Thu Sep 23 21:24:37 2010 -0700

    Add expanded_if_context_section

commit 37f8cc6c26709dc04cc787d631543972805edb4c
Author: Josh Blum <address@hidden>
Date:   Sun Sep 26 22:53:39 2010 -0700

    possible prefix = NONE fix

commit d2452adf306502b1f7489f49454e8814bc84c6d4
Author: Josh Blum <address@hidden>
Date:   Fri Sep 24 16:09:38 2010 -0700

    uhd: handle error codes in uhd source blocks

commit 1fe3790faed05b92ca4ad3a27da6eb23632d7e57
Author: Josh Blum <address@hidden>
Date:   Thu Sep 23 19:05:10 2010 -0700

    uhd: multi channel single usrp source and sink working

commit 2831c9313d09685090cea531a177469b57792c9a
Author: Josh Blum <address@hidden>
Date:   Wed Sep 22 17:40:02 2010 -0700

    uhd: tweaks and fixes, single wrapper working

commit 385eafd8559b90a027604dd5c0ab734bea54f6d8
Author: Josh Blum <address@hidden>
Date:   Tue Sep 21 17:12:47 2010 -0700

    uhd: added grc and swig wrappers for single usrp

commit 5c7cf9723b4ddd5f5b004a6cbd8e02b7d1356623
Author: Josh Blum <address@hidden>
Date:   Mon Sep 20 19:02:02 2010 -0700

    uhd: work on uhd single usrp wrapper

commit bb3bd413ac06182595b8d3011290747dc3e699a5
Merge: 71c193a c81312c
Author: Eric Blossom <address@hidden>
Date:   Tue Sep 14 12:49:04 2010 -0700

    Merge branch 'master' into next
    
    * master:
      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 c81312cee781a6912eb87f430096f3757e056b28
Merge: c986a2a a0c01f9
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 71c193ad5380829e20af533ed89903d8d7abcd2c
Author: Eric Blossom <address@hidden>
Date:   Tue Sep 14 11:55:55 2010 -0700

    Remove PKG_CONFIG_PATH addition from grc_gr_udh.m4

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 f60a9d7b63addf02dc0b9b4727c1fc67f4f741eb
Merge: 316ced6 c986a2a
Author: Eric Blossom <address@hidden>
Date:   Sat Sep 11 13:16:44 2010 -0700

    Merge branch 'master' into next
    
    * master:
      Add support for uint64_t to pmt.

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

    Add support for uint64_t to pmt.

commit 316ced6169d3a4f44f80b6a5b98aeffce1317188
Merge: 939dfda 97fed57
Author: Johnathan Corgan <address@hidden>
Date:   Mon Aug 9 19:00:28 2010 -0400

    Merge branch 'uhd' of git://gnuradio.org/jblum into next

commit 97fed571222f034b62afa4de51c66d0566d5c74e
Author: Josh Blum <address@hidden>
Date:   Mon Aug 9 14:06:44 2010 -0700

    uhd: generating mimo source and sink blocks, added subdev spec

commit 068cac15d2d4ef787dee7bcbb1158c03805b2656
Author: Josh Blum <address@hidden>
Date:   Thu Aug 5 17:35:16 2010 -0700

    uhd: added subdev spec setting to gr-uhd blocks, and simple uhd grc 
wrappers (mimo coming)

commit 939dfda488e0a3ef0e21d422a79b3ad30151b626
Merge: f202044 f6337c6
Author: Johnathan Corgan <address@hidden>
Date:   Wed Aug 4 18:59:43 2010 -0700

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

commit f6337c62931c1f12636bc4daa33f9f2bb066247c
Merge: 62328b4 d288816
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 f2020441564063e7595ed2f82a858500deda9252
Merge: 5198dfe 62328b4
Author: Johnathan Corgan <address@hidden>
Date:   Tue Aug 3 14:21:46 2010 -0700

    Merge branch 'master' into next

commit 62328b4e78e2df20bccb2983bbe7591f99ba013f
Merge: 8034e2c 0a9b999
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 5198dfe1d9fae8a2b4fa180cdc868a3bfdded7f5
Merge: 02ad84d 8034e2c
Author: Johnathan Corgan <address@hidden>
Date:   Mon Aug 2 17:03:39 2010 -0700

    Merge branch 'master' into next

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 02ad84daaff3976d74dd8501b007775b196f7fcd
Merge: a7de1e8 c76f583
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jul 29 16:16:28 2010 -0700

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

commit c76f5838e370ae71ec10d7eba0d30466a2caf73b
Merge: 9df7bb4 b128f6e
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 a7de1e8138de520377e3357ca24bc5de4b6bb5d9
Merge: 566363f ae7cf49
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jul 29 09:10:39 2010 -0700

    Merge branch 'uhd' of git://gnuradio.org/jblum into next

commit ae7cf499472b8174b9b12e1da23482a20bac461a
Author: Josh Blum <address@hidden>
Date:   Wed Jul 28 16:44:14 2010 -0700

    uhd: use time delay in proportion to the number of channels

commit 566363ff8077c92a0899513bd27165be8d70f41b
Merge: b055c7b c3c4303
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jul 22 17:34:20 2010 -0700

    Merge remote branch 'jblum/uhd' into next
    
    * jblum/uhd:
      uhd: better error messages for tune and set sample rate

commit c3c4303b9fa4987369e9641ab4206724da74f3b2
Author: Josh Blum <address@hidden>
Date:   Thu Jul 22 13:31:53 2010 -0700

    uhd: better error messages for tune and set sample rate

commit b055c7b35144093aa31830bf891c18a9751beb86
Merge: 22bc2fa 9df7bb4
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jul 21 18:30:01 2010 -0700

    Merge branch 'master' into next
    
    * master:
      gnuradio-core: export missing public methods in gr.agc2
      wxgui: fix to use wx.Colour which is the actual name of the class (wx 
python wrapper may be missing wx.Color wrapper)
      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 9df7bb4aafc6196f15d2d2b4f4458368c6a685e8
Merge: f7a2b8b 1620ab8
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: 278b6db 8c55d94
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 22bc2fabead56a409315d6e7632494140680de36
Merge: 61d5774 c6e8a20
Author: Josh Blum <address@hidden>
Date:   Tue Jul 6 17:17:03 2010 -0700

    Merge branch 'uhd_mimo' into uhd

commit c6e8a20c39357dc12bf28030a1bb0c36596403b9
Author: Josh Blum <address@hidden>
Date:   Tue Jul 6 17:05:38 2010 -0700

    uhd: added callbacks in the mimo grc blocks

commit 2a43a733070da86cc321b2ae98c88951933e7b4a
Author: Josh Blum <address@hidden>
Date:   Tue Jul 6 15:45:30 2010 -0700

    uhd: mimo source and sink, stream in future, and lock the clocks

commit 61d57743c708c8cec9b0137427e6aa709a954443
Merge: 1e71bda 278b6db
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 5 12:01:29 2010 -0700

    Merge branch 'master' into next

commit 278b6db3de99ae31d5f4f79dcd62708c4757d7fa
Merge: 41c222c 272c44f
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: 8a4ef7c dc79a11
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: 95027c9 277e1c0
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 5 11:36:26 2010 -0500

    Merge branch 'patches/marcus/file_sink'

commit 26cf4db8892b43ff8c085589c2fefe2a8e228dde
Author: Josh Blum <address@hidden>
Date:   Sun Jul 4 20:22:35 2010 -0700

    uhd: added call to readback time registers, work on locking clocks in mimo 
config

commit 4e636b2b4bb29d5224aeff4ae79af121020338f1
Author: Josh Blum <address@hidden>
Date:   Fri Jul 2 18:30:31 2010 -0700

    uhd mimo: created mimo source and sink block for gr-uhd

commit 1e71bdae9956d64e06bdfbb0c87530619807e100
Author: Josh Blum <address@hidden>
Date:   Wed Jun 30 10:12:02 2010 -0700

    uhd: added calls to set time and clock config

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 029b856c75b683fc9297fc3b15f4a81c1fc7db9e
Merge: c7593e9 95027c9
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jun 24 18:45:25 2010 -0700

    Merge branch 'master' into next
    
    * master:
      grc: move grc_setup_freedesktop into libexec directory (not in users 
path).

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 c7593e94007f9e4b5de8c5db62ad09e8a99b2635
Merge: 36389a6 5cc3614
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jun 24 16:44:51 2010 -0700

    Merge branch 'master' into next
    
    * master:
      added python script to fix copyright years based on git log
      grc: expanded nports ability to have multiple port duplicators per side

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 36389a6f6c5c84599757a140c83e59372f0350c9
Merge: 76eabcc ec8ef95
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jun 22 07:45:21 2010 -0700

    Merge branch 'master' into next

commit ec8ef957565226ec98830192544d7d5da68dbe23
Merge: f92f8aa f23a2b3
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: f108f96 4c8cda2
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 76eabccf014dfd1a055f2797179e3a4c0fe21d37
Merge: 231609d f108f96
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jun 21 17:05:37 2010 -0700

    Merge branch 'master' into next
    
    * master:
      Add RFX2200 to burn-db-eeprom
      Copy paste for RFX2200 in USRP2
      Copy paste for RFX2200 in USRP1

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 231609db08ccd0fc7bc8bd3282c4309b19e5f596
Merge: ec7e995 55d030b
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jun 21 12:23:42 2010 -0700

    Merge branch 'master' into next
    
    * master:
      grc: fix broken variable config when using bool type

commit 55d030b88e6f5b8440a1ea37575806d8c997735b
Merge: e20160b 0bc1156
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 ec7e995ca213a293ff5e068068ffd04e6b7ee7b1
Merge: e194042 e20160b
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 19 11:32:18 2010 -0700

    Merge branch 'master' into next
    
    * master:
      gr-usrp2: implement start_streaming_at(usrp2::fpga_timestamp time)

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 e19404263e08fce0259069a311e321ed5277e16d
Merge: d4766ba f0b3dab
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jun 13 14:18:27 2010 -0700

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

commit f0b3dab8125979630651e8d016be296ae607c641
Merge: 0ea8bff 51416ad
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: c85f8b7 b23cc17
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 d4766ba22b22a3f7730f8bcb32cd0d71422f96a8
Merge: 42321e5 0ea8bff
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jun 4 23:02:03 2010 -0700

    Merge branch 'master' into next
    
    * master:
      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 0ea8bff6d0c62e0ddd0a344365c5e345d0a10d07
Merge: d784c43 c85f8b7
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: 34bf49d 5fc7083
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 42321e57612176b828edeb8334f17f1434c2828b
Merge: ba0a217 d784c43
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jun 3 00:31:30 2010 -0700

    Merge branch 'master' into next
    
    Merge made by '-s ours'

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 ba0a21798e0d59ac54454908e4dabeac5783f731
Merge: 4836814 b3bd2c6
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jun 2 16:42:26 2010 -0700

    Merge branch 'master' into next
    
    * master:
      gcell: make versioned libraries
      gnuradio-core: fix missing linker flags for boost_program_options
      howto: fix incorrect include path
      build: redo GR_GIT for portability
      build: use date format string instead of -R for portability
      gnuradio-core: fix typo in doxygen header
      gr-qtgui: add include file for gcc 4.4.1

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 483681462b8138f048746502b72982d8bc5730b0
Merge: 48d0441 944a8b6
Author: Johnathan Corgan <address@hidden>
Date:   Sun May 30 23:18:50 2010 -0700

    Merge branch 'master' into next
    
    * master:
      Update revision to 3.3.0-rc3
    
    Merge made by '-s ours' to skip over commit 944a8b6f

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

    Update revision to 3.3.0-rc3

commit 48d04419f5de8309e7f26cca15c1ba1a70d8ea7b
Author: Johnathan Corgan <address@hidden>
Date:   Sun May 30 23:11:00 2010 -0700

    vrt: make versioned libraries

commit 8aea15e3a93821bdc43e9376cc27f3ab0ed48e87
Author: Johnathan Corgan <address@hidden>
Date:   Sun May 30 23:09:57 2010 -0700

    gr-uhd: make versioned libraries

commit edb46cf12cc2a7327b1d6d4dd9422b8f0f3529cc
Merge: 4fb81db b98caba
Author: Johnathan Corgan <address@hidden>
Date:   Sun May 30 23:08:32 2010 -0700

    Merge branch 'master' into next
    
    * master:
      howto: make versioned libraries
      Make C++ shared libraries versioned
      build: refactor GR_GIT and GR_VERSION
    
    Update howto revision to 3.4git

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 4fb81dbcbb1416a954740555882f496a9d086d14
Merge: 098fb6a a50d394
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 27 15:20:53 2010 -0700

    Merge branch 'master' into next
    
    Merge made with '-s ours' to skip over commit a50d394d

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

    Update revision to 3.3.0-rc2

commit 098fb6a3c73c8e3c81f761c48848508da4ff7c70
Merge: 6af87d0 d57365b
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 27 15:19:20 2010 -0700

    Merge branch 'master' into next
    
    * master:
      Add USRP2 clock source parameter to GRC blocks.
      Refactor Makefile.am to move common files from 3 libraries into a single 
variable.

commit d57365be4d71c75b963dac44ab0817c65cf73184
Merge: 7633f27 6257b87
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 6af87d09a3f12a2915e4248fdc7c8b1b271b5f63
Merge: 7c50ceb 99d45be
Author: Johnathan Corgan <address@hidden>
Date:   Tue May 25 11:46:47 2010 -0700

    Merge branch 'master' into next
    
    * master:
      usrp2-firmware: fix missing files in tarball
      Fix erroneous file modes

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 7c50ceb026eaa26fccd438cbb8f915a29a06eaa5
Merge: 16c0a87 6c0f2f5
Author: Johnathan Corgan <address@hidden>
Date:   Mon May 24 21:26:34 2010 -0700

    Merge branch 'master' into next
    
    * master:
      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 6c0f2f5a5e4eddefc52c272c4b92065a225be3c5
Merge: 62f8c06 b32e803
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 16c0a87dc5c53ca28071b76f50b31317d4c519f1
Merge: 58a6e6c 2c4bb0b
Author: Johnathan Corgan <address@hidden>
Date:   Fri May 21 18:12:41 2010 -0700

    Merge remote branch 'jblum/uhd' into next
    
    * jblum/uhd:
      using the send and recv full buffer modes, avoids extra loop in 
implementation
      Added call to get access to the underlying uhd simple usrp object.
      added docs to uhd grc blocks, added pkg config path to make support easier
      typo fix, called variable ant, not antenna
      added to uhd grc files, also removed warning for grc generator with uhd 
blocks
      added more access methods to uhd source and sink
      fix for paradigm shift
      Use simple usrp from uhd.
      gr-uhd working with io type
      added swig includes and tune result return
      using new streaming api
      added set center freq call
      Added samp rate param and using the simple device from uhd
      removed timeout from here
      Got the source and sink working with current uhd.
      Added the uhd simple sink lib block, swig wrapper, grc wrapper.
      using samples prop, added unchecked in files for utils and grc rx wrapper
      recv noise with uhd
      Created simple source (with nothing in it) and some swig build stuff.
      Created gr uhd skeleton build.

commit 58a6e6c74dcc85979682f029ccbb6039cf20ae56
Merge: 645a314 62f8c06
Author: Johnathan Corgan <address@hidden>
Date:   Fri May 21 17:47:38 2010 -0700

    Merge branch 'master' into next
    
    * master:
      libvrt: remove from 3.3 API.
    
    NOTE: This is a '-s ours' merge that creates a merge commit but does not
    actually change any files.  This ensures future merges from master start
    after the commit that removes VRT, so it is not changed in the 'next'
    branch.

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 645a3143723ca51a47bfc23bfd23b9a3e47f5240
Author: Johnathan Corgan <address@hidden>
Date:   Fri May 21 16:41:51 2010 -0700

    Update version to 3.4git

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 2c4bb0b5ea22ed73f3de6cac8a27083d950879bb
Author: Josh Blum <address@hidden>
Date:   Tue May 18 12:25:42 2010 -0700

    using the send and recv full buffer modes, avoids extra loop in 
implementation

commit 935b9713694359862fd5721a2cf070ac072ce283
Merge: b6f8694 a39ca4f
Author: Josh Blum <address@hidden>
Date:   Tue May 18 11:51:31 2010 -0700

    Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhd

commit a39ca4f36cee81bb44f553c1a1d2045a29231e0b
Merge: 1c22592 22a3ed8
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 2ee1a94ff42a3d1858805bcce50b6aadb1773f47
Author: Tom Rondeau <address@hidden>
Date:   Sun May 16 14:39:53 2010 -0400

    Can now set more channels than input signals. Empty channels are 
established as the outtermost channels (around fs/2 and -fs/2).

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: c1c2965 3a822b9
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: 4676782 49fa13f
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: 1fc7c57 5536477
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: c76897a 1fc7c57
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 b6f86944737975efde1275144c1c344e4a633146
Merge: 1e4bf23 e222244
Author: Josh Blum <address@hidden>
Date:   Tue May 4 13:15:57 2010 -0700

    Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhd

commit 761a6f97a623e07f51743d70d1962c98b26bb599
Merge: d702e27 e222244
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: 04d3f19 9038b35
Author: Don Ward <address@hidden>
Date:   Fri Apr 30 17:00:33 2010 -0400

    Merge branch 'master' into udp

commit 04d3f1954b589656b34298b98e36b8667700d89a
Merge: 3ff43f7 a301c47
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 0c6abf713755e4c7f705bad2e9f982d431b4286d
Author: Tom Rondeau <address@hidden>
Date:   Tue Apr 27 22:17:44 2010 -0400

    Fixing ordering so that the input channels line up in the output signal 
properly.

commit 06f92ca4200bbebd2ecb77f88b4524711f9292c4
Author: Tom Rondeau <address@hidden>
Date:   Tue Apr 27 22:05:15 2010 -0400

    Adding the synthesis filterbank (the opposite of the channelizer). It's 
ugly right now and uses a lot of memory to handle the buffers for each 
filter/input stream.

commit 1e4bf239c1f09a0180585de62746922bcd34b639
Author: Josh Blum <address@hidden>
Date:   Tue Apr 27 16:07:34 2010 -0700

    Added call to get access to the underlying uhd simple usrp object.
    
    Made the simple uhd source and sink into mostly virtual classes
    with the implementation within the cc files.

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: a327807 a40feb1
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 999bba14d657a11fa9bfc1b9587e1341e2f28e07
Author: Josh Blum <address@hidden>
Date:   Fri Apr 23 10:11:53 2010 -0700

    added docs to uhd grc blocks, added pkg config path to make support easier

commit 04db1ec3b6dad9d984f7fe4314cca6937c94a1b0
Merge: 8d3a78d 052638a
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 a712b478c2824396408b2ec11584b7d559015b25
Author: Michael Dickens <address@hidden>
Date:   Mon Apr 19 15:35:07 2010 -0600

    initial move from mld_threads to gruel:: namespace threads and such

commit 3e8c1915a289088aa801427defc18a165ba43cd1
Author: Michael Dickens <address@hidden>
Date:   Mon Apr 19 09:29:43 2010 -0600

    Initial changes to remove mld_thread and instead use gruel:: namespace 
classes

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 7389f7a46fbad90dc1ae2c8232f770b03c27a38f
Merge: a5d7313 78c6890
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 18 17:55:09 2010 -0400

    Merge branch 'pfbclk'

commit 78c6890ae5e4445bb4974f6cd2956e961fe6171b
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 18 17:51:43 2010 -0400

    Fixing doxygen warnings from arb_resampler. Also, removed set_taps from 
public
    interface since we don't _really_ suppor this right now. Renamed it and 
made it private.

commit 5a3a0361fa8b21f870b51bb778af2f217be49101
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 18 17:51:04 2010 -0400

    Fixing doxygen warnings from channelizer block.

commit 3ecfbd979393475e810ed08b3c74cbcdf8592f8e
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 18 17:50:22 2010 -0400

    Fixing documentation to get rid of doxygen warnings.

commit 9361446ea3a0dc78dc25815c3b8cf1f6b27e9069
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 18 17:49:57 2010 -0400

    Adding documentation for fff version of othe PFB clock sync algorithm.

commit bc5479b083f3c213f963c6c841f2baac7482de70
Author: Tom Rondeau <address@hidden>
Date:   Sun Apr 18 17:42:45 2010 -0400

    Adding documentation to explain how algorithm works.

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 a5d7313aaab2e6d85ffeabae0d97dc44fb0d93de
Author: Srinivas Naga Vutukuri <address@hidden>
Date:   Sun Mar 21 09:38:17 2010 -0700

    Applied patch from Srinivas Vutukuri to have tx_samples accept -g
    
    Date: Tue, 19 Jan 2010 18:15:08 +0530
    From: srinivas naga vutukuri <address@hidden>
    To: address@hidden
    Subject: [Discuss-gnuradio] tx_samples.cc is not accepting the gain
         parameter input.
    Hi,
    
    I observed that tx_samples.cc is not accepting the gain input parameter
    (ie., -g option). I just changed like this in my code.
    Its working, so posting the changes. If it is acceptable please take it.
    
    best regards,
    srinivas.

commit aeba81012857f6a73c125b8d035c3c15572b3439
Merge: a301c47 23fcf0c
Author: Johnathan Corgan <address@hidden>
Date:   Fri Apr 16 15:32:55 2010 -0700

    Merge commit 'jabele/wbx_tuning'
    
    * commit 'jabele/wbx_tuning':
      Fix WBX tuning to allow DDC use in reaching 50MHz

commit 23fcf0ccf9ac30a95afcbba99e478af9ce2081dc
Author: Jason Abele <address@hidden>
Date:   Fri Apr 16 15:00:51 2010 -0700

    Fix WBX tuning to allow DDC use in reaching 50MHz

commit 001bbc6a303218785337b1df7221a3fdcc47a2cd
Author: Josh Blum <address@hidden>
Date:   Thu Apr 15 19:47:36 2010 -0700

    typo fix, called variable ant, not antenna

commit 64c9d57de399bd0e42bb19d3f961be3355ec82c1
Merge: ec7bdb4 a301c47
Author: Josh Blum <address@hidden>
Date:   Thu Apr 15 12:01:51 2010 -0700

    Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhd

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 a301c47751cb61116ae8f49f6b693b3ca6fbadc3
Merge: ff0b9ca 96a20bb
Author: Johnathan Corgan <address@hidden>
Date:   Thu Apr 15 09:39:36 2010 -0700

    Merge commit 'jblum/grc/tooltip'
    
    * commit 'jblum/grc/tooltip':
      work on the string representations for parameters (large vectors could be 
too much to render, ie use truncation)

commit ff0b9ca818796e3dc1468184fb4586876b9d830d
Merge: 213f8bc 75e55b8
Author: Johnathan Corgan <address@hidden>
Date:   Thu Apr 15 08:05:23 2010 -0700

    Merge branch 'usrp-eeprom' of git://gnuradio.org/jabele
    
    * 'usrp-eeprom' of git://gnuradio.org/jabele:
      Increase sleep to prevent eeprom problems

commit 213f8bcef70281a52bab02d2a9e7868749530c3c
Merge: da8ebdb 434c113
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 15 00:35:35 2010 -0400

    Merge branch 'pfbsr'

commit 434c113106e0f18b08392e32829015ffdd866513
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 15 00:34:05 2010 -0400

    New matplotlib does the fftshift for us when doing mlab.psd. This makes the 
figures make sense again.

commit 2a2e808f56df2a0bf1704aa20b03d0ed4f5bdd5e
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 15 00:32:14 2010 -0400

    Nevermind that last checkin. THIS is the right answer that doesn't have us 
possibly looking back at input item -1.

commit 7f217fbf1579bd4a37b633d29c15b929bfe8b9d5
Author: Tom Rondeau <address@hidden>
Date:   Wed Apr 14 22:20:00 2010 -0400

    Fixes small bug by handling boundaries properly.

commit 75e55b8112db3de830401270ea4e21b6f636191b
Author: Jason Abele <address@hidden>
Date:   Wed Apr 14 15:07:24 2010 -0700

    Increase sleep to prevent eeprom problems

commit da8ebdb30509c07718b10b642e2b4250aa45b1d8
Author: Eric Blossom <address@hidden>
Date:   Wed Apr 14 13:55:46 2010 -0700

    Add pid for ThinkRF

commit ec7bdb4c93c8046b7d80bdad9b151c990946b181
Author: Josh Blum <address@hidden>
Date:   Wed Apr 14 12:31:19 2010 -0700

    added to uhd grc files, also removed warning for grc generator with uhd 
blocks

commit b89d6edb60a069215d02fb78614c9dbfb46b4899
Author: Josh Blum <address@hidden>
Date:   Wed Apr 14 12:16:43 2010 -0700

    added more access methods to uhd source and sink

commit 7dadb34647bddee0cbb36771370ea2318495e68d
Merge: 5d7b2c4 ad97360
Author: Josh Blum <address@hidden>
Date:   Wed Apr 14 11:06:07 2010 -0700

    Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhd

commit ad973608d979675755cb537f14ae0a53f71e6489
Author: Johnathan Corgan <address@hidden>
Date:   Tue Apr 13 13:51:33 2010 -0700

    Add gruel::thread as synonym to boost::thread for convenience

commit 9600dff866e193391c4df8f5e3f9bd65f3392d26
Author: Tom Rondeau <address@hidden>
Date:   Mon Apr 12 21:22:20 2010 -0400

    The oversampling rate can be only a few values as defined by the number of 
channels and input sample rate.
    This now checks to make sure the user-specified rate is valid.
    Also added some documentation to describe the oversample rate parameter.

commit 1e5d21b4ff14e19593909092ea67593ba0d4c086
Author: Tom Rondeau <address@hidden>
Date:   Mon Apr 12 20:50:56 2010 -0400

    Reworking variables to avoid recalculations/assignments.

commit f1cda009dfd5edd7e1e234b97a4456076aebac0a
Author: Tom Rondeau <address@hidden>
Date:   Mon Apr 12 20:45:10 2010 -0400

    Channelizer can now produce any rational ratio of the sample rate in [fs/N, 
 fs] where fs is the input sample rate and N is the number of channels. The 
ratios work out to be N/i for i in [1, N].

commit 69c6a0739f4df46d49e3ed4c151f99f8eca2a5de
Author: Tom Rondeau <address@hidden>
Date:   Mon Apr 12 17:28:39 2010 -0400

    Moving towards gr_block implementation to enable non-integer output rates. 
Also, cleaning up a bit wrt class members.

commit 290fc2315a6b7f2d2bc6b98318783e3278a97453
Author: Johnathan Corgan <address@hidden>
Date:   Sun Apr 11 13:30:45 2010 -0700

    Removed omnithreads dependency from libusrp2

commit 08c3b8fe72915e30bc62d0d944640a41c5315e8c
Author: Tom Rondeau <address@hidden>
Date:   Fri Apr 9 00:40:36 2010 -0400

    Every other time through the channelizer, the FFT input buffer must be 
flipped. The commented code removed in this checkin does that through a 
calculation in the loops, but the way the filter assignment works with this 
code, the flip is done by keeping the indexing static, so a look up table works 
and is slightly faster.

commit 520e64c211324ef32dabe66fa492825fe5c3eda1
Author: Tom Rondeau <address@hidden>
Date:   Fri Apr 9 00:39:55 2010 -0400

    Removing other version of code for different sample rates.

commit a88f6c0ab090c2d22707564fbd6db45a85567c59
Author: Tom Rondeau <address@hidden>
Date:   Fri Apr 9 00:37:03 2010 -0400

    Working version of channelizer allowing an integer multiple of the sampling 
rate out.
    There are two versions of the code in here with the second way being more 
general and efficient. This one should be more extendable to allowing rational 
ratio output sampling rates.

commit e06d290279803c47bff2331859d6ad4e68236a13
Author: Tom Rondeau <address@hidden>
Date:   Wed Apr 7 18:25:46 2010 -0400

    Opening up channelizer to have different sampling rates out. This first 
pass produces the correct output for oversampling_rate = 1.

commit 5d7b2c44396ef6991b049d2d15ebf5b822690961
Merge: 8dfa110 1ae689f
Author: Josh Blum <address@hidden>
Date:   Mon Apr 5 17:25:39 2010 -0700

    Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhd

commit 8dfa110cf286db709a503adafc296a8b23225645
Author: Josh Blum <address@hidden>
Date:   Mon Apr 5 17:25:19 2010 -0700

    fix for paradigm shift

commit e390bcd9a69e13add9ffe3da430ba8ce19e88819
Author: Josh Blum <address@hidden>
Date:   Thu Apr 1 16:01:08 2010 -0700

    Use simple usrp from uhd.

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.

commit a87552815119742d98561f9b53ab0da5513514bb
Author: Josh Blum <address@hidden>
Date:   Tue Mar 30 14:08:11 2010 -0700

    gr-uhd working with io type

commit 6851718b6d9a97a8c9397a1548708c7075de98e4
Author: Josh Blum <address@hidden>
Date:   Mon Mar 29 15:30:02 2010 -0700

    added swig includes and tune result return

commit 0abfa7d596265a2b7d54da1206979171a0891fb4
Author: Josh Blum <address@hidden>
Date:   Fri Mar 26 14:01:27 2010 -0700

    using new streaming api

commit 96a20bb09dc6b07b3d2651645e579dff6c3f3a45
Author: Josh Blum <address@hidden>
Date:   Tue Mar 23 23:39:05 2010 -0700

    work on the string representations for parameters (large vectors could be 
too much to render, ie use truncation)

commit 1ae689ff9238dcffbf65881b8ca03aa8df3844aa
Author: Johnathan Corgan <address@hidden>
Date:   Sun Mar 21 16:17:15 2010 -0700

    Add new block gr.additive_scrambler_bb()
    
    This block performs scrambling by XORing the input sequence with
    the output of an LFSR.  Repeating this operation restores the original
    sequence.
    
    (This differs from gr.scrambler_bb(), which convolves the input sequence
    with the LFSR output.)
    
    The additive scrambler allows an optional bit count after which the LFSR
    is reset to its initial seed.  This allows use with, e.g., packetized
    fixed length payloads.

commit 769b8bbe0aed088b6d1582d2d81d0966cee4c604
Merge: f322a2a 645768d
Author: Johnathan Corgan <address@hidden>
Date:   Sun Mar 21 09:09:13 2010 -0700

    Merge branch 'grc/dualusrp' of git://gnuradio.org/jblum

commit f322a2af4e9ac58a10e263cd6d8299e0c6547470
Merge: 29971e4 d844c4f
Author: Johnathan Corgan <address@hidden>
Date:   Sun Mar 21 09:07:39 2010 -0700

    Merge branch 'grc/menu' of git://gnuradio.org/jblum

commit 29971e477e79fedce0730b4ece91bae468544e5c
Author: Juha Vierinen <address@hidden>
Date:   Sun Mar 21 08:58:22 2010 -0700

    Fix extraneous import in gr-gpio
    
    Signed-off-by: Johnathan Corgan <address@hidden>

commit dc56ffae0e22141e0acc3a9976c12de0cbd121a2
Author: Johnathan Corgan <address@hidden>
Date:   Sun Mar 21 08:40:39 2010 -0700

    Added missing header includes for memcpy

commit b5c1edfd488ccdd8a2c6ff5a2efb3de35a048d67
Author: Josh Blum <address@hidden>
Date:   Tue Mar 16 19:43:08 2010 -0700

    added set center freq call

commit d43d40813c1a8343a86abb231876a8b7c0e9f806
Merge: 19d3c0c ac422b7
Author: Josh Blum <address@hidden>
Date:   Tue Mar 16 18:22:10 2010 -0700

    Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhd

commit ac422b700282e21956dbf7643ee2dfbeeebdaf45
Merge: 1bec5c5 a34f397
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 14 22:55:25 2010 -0400

    Merge branch 'fftfilt'

commit a34f397a4ba7e150268d40f87fede4e3663a9853
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 14 22:53:53 2010 -0400

    Removing SSE version of FFT filter until we work out how we want to handle 
the SSE  the use of intrinics. Code for the SSE versions is still there just 
disabled.

commit 1bec5c5eaef7ff2e98f37ff60d6b61c1310e582d
Merge: 18ecca1 6de9896
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 14 18:39:03 2010 -0400

    Merge branch 'digital'

commit 6de98961cf9b93c486c8c6825789de94dc79afae
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 14 18:37:23 2010 -0400

    Fixing copyright of a couple of stragglers.

commit c11ce18def574dabf46532baba924429d421b565
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 14 17:36:37 2010 -0400

    Fixing copyright dates.

commit b53bc1395bd2e8b1ad8a34c583d36fb4ddda7629
Author: Tom Rondeau <address@hidden>
Date:   Sun Mar 14 17:32:23 2010 -0400

    Making old and new digital modulations completely seperable by adding 
modulation_utils2 so only new modulator blocks work with the version 2 of 
everything. Also changed some internal names for clarity.

commit 8c163c9cca7aa39862c8c8eb19a3e0a18c61a661
Merge: 6a61751 d7aa018
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 13 20:16:46 2010 -0500

    Merge branch 'digital' of vps.gnuradio.org:trondeau into digital

commit d7aa018010c828b2bedf0e3974c9d11d41088258
Merge: 52ae8be 1ba78b5
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 13 20:15:37 2010 -0500

    Merge branch 'digital' of address@hidden:trondeau into digital
    
    Conflicts:
        gnuradio-examples/python/digital/benchmark_qt_rx2.py

commit 6a617516e0678df0c6cb94319cb5980556d49793
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 13 20:13:01 2010 -0500

    Fixing call to usrp_receive_path2.

commit ec8e9c7e113046c66176498f12ec79f11d3da65e
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 13 20:08:50 2010 -0500

    Adding version 2 of receive path so as not to affect old dbpsk and dqpsk 
operations.

commit 52ae8be371d71f8c0817b2a88593ff6c378b9613
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 13 20:08:02 2010 -0500

    Making a version 2 of transmit path so as not to affect old dbpsk and dqpsk 
operations.

commit c7b26f667de792209225b8244e92842b2399368c
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 13 16:23:34 2010 -0500

    Now have a FFT filter implemented in SSE and generic version that can be 
switched into FFT filter block.

commit 1933148ce1c78a81b1299c05d540a77b31325d92
Author: Tom Rondeau <address@hidden>
Date:   Thu Mar 11 22:54:50 2010 -0500

    Adding SSE version of fft filters. Complex (ccc) version working.

commit 19d3c0cab37123f8bfd19fdfc576f44b6069300f
Author: Josh Blum <address@hidden>
Date:   Wed Mar 10 14:48:50 2010 -0800

    Added samp rate param and using the simple device from uhd

commit 645768d1b067fe83ccc65f4a834ee384ea4560d9
Author: Josh Blum <address@hidden>
Date:   Wed Mar 10 00:12:47 2010 -0800

    Trial feature for different source sides for usrp dual source.

commit d844c4f06dc10c8499eb2b8f1cb5b55f55a5b48d
Author: Josh Blum <address@hidden>
Date:   Tue Mar 9 12:40:43 2010 -0800

    added a right click context menu for the flow graph elements

commit 18ecca1b9e57f047130a124bd8cc90cbe34feff0
Author: Eric Blossom <address@hidden>
Date:   Mon Mar 8 17:21:43 2010 -0800

    Replace some calls to pmt constructors with mp(foo) shorthand.

commit cbbe4816f99ac934427823c43d2f6f3f1c5f7995
Author: Eric Blossom <address@hidden>
Date:   Mon Mar 8 17:08:09 2010 -0800

    Convert pmt_dict type into an immutable data structure.
    
    This change allows us to safely pass dicts in messages.

commit 324971d366b9b194d9a6af4ddd581f434d02cb43
Author: Eric Blossom <address@hidden>
Date:   Sun Mar 7 14:06:17 2010 -0800

    Add check_topology, delete d_diff_filters in dtor, cleanup init and use of
    logging output streams.

commit 1ba78b5f4c6bc2468b6fb798f41837a8ab2be89b
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 6 17:17:29 2010 -0500

    Changing FLL parameter range for use with new code.

commit ebd5449ebf8c08f78cada720eb47769bdfaa4bde
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 6 17:16:19 2010 -0500

    Small fixes for loopback with new code.

commit ff876f7cc310bbdf1c5d05f85daba0afdb33561a
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 6 17:15:33 2010 -0500

    Fixing how new pick_bitrate is used.

commit 5b0fbc73d7e35b617df517a5182c00731f4c66d7
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 6 17:12:46 2010 -0500

    Using better defaults for new FLL implementation.

commit a5ee5af754abd66a7d7751868e0dcea8c8299264
Author: Tom Rondeau <address@hidden>
Date:   Sat Mar 6 17:11:58 2010 -0500

    Improved performance of FLL using a more robust error term.

commit 6c79d5158ace300038937688bb11309736926214
Author: Josh Blum <address@hidden>
Date:   Thu Mar 4 18:38:47 2010 -0800

    removed timeout from here

commit 901e0ad28d1f65eb10362fffd00693426db84ed4
Author: Eric Blossom <address@hidden>
Date:   Thu Mar 4 17:00:20 2010 -0800

    Add command that builds a new 'out-of-tree' project.

commit 821fab6294f69de6c4b5daf49a969a1904749c48
Author: Eric Blossom <address@hidden>
Date:   Thu Mar 4 13:55:22 2010 -0800

    doc fix (in generated file)

commit 642252d8aa82f88a3789c31079bc7ff8538465da
Author: Eric Blossom <address@hidden>
Date:   Thu Mar 4 11:59:39 2010 -0800

    doc fix

commit d3e95c965048bb7fe232f53219baff5d9d182fcc
Author: Johnathan Corgan <address@hidden>
Date:   Thu Mar 4 07:51:57 2010 -0800

    Fix distcheck failure in gr-howto-write-a-block
    
    Some of the swig include files were not getting put into the dist tarball

commit 72edafee64f906f4e5db07ac66032492c6a7a617
Merge: eb6ff48 6c3b639
Author: Eric Blossom <address@hidden>
Date:   Thu Mar 4 07:06:30 2010 -0800

    Merge branch 'howto'
    
    * howto:
      Refactor gr-howto-write-a-block such that it no longer installs into

commit 6c3b6396bc420228215072b2fc1b83c82eaeb291
Author: Eric Blossom <address@hidden>
Date:   Thu Mar 4 07:02:42 2010 -0800

    Refactor gr-howto-write-a-block such that it no longer installs into
    the gnuradio python namespace, but rather in the howto namespace.
    
    This allows it to be installed under a separate --prefix in the common
    case where the user doing the "out of tree build" is going to be
    installing their new and/or modified code somewhere other than the
    system installation directories.
    
    Any code that uses these blocks should now import them using:
    
      import howto
    
    instead of
    
      from gnuradio import howto

commit eb6ff48d9b5894d1662f361d82d2c7cd80b35218
Author: Josh Blum <address@hidden>
Date:   Wed Mar 3 16:42:50 2010 -0800

    Fixed bug in checking if path is writable.
    Some moron put quotes around the variable name...

commit 23f6fc0f5f484380fe5f934ec97c4397d3675cb6
Author: Josh Blum <address@hidden>
Date:   Wed Mar 3 12:32:18 2010 -0800

    Got the source and sink working with current uhd.

commit e259d4d2eeb0b152e1e042333a8b36e07f5ad094
Author: Josh Blum <address@hidden>
Date:   Wed Mar 3 10:00:27 2010 -0800

    If the directory is read-only, use the systems tmp directory for generated 
py files.

commit 6d71414a0a467dc37fc903b327be22f8d0ddeade
Author: Josh Blum <address@hidden>
Date:   Tue Mar 2 14:43:20 2010 -0800

    Added the uhd simple sink lib block, swig wrapper, grc wrapper.
    It seems to work, but still getting the kinks out of tx->usrp2

commit b811e8749dcd7c96f1af2d98caba403e50c1602b
Merge: 97275c3 4c296bd
Author: Johnathan Corgan <address@hidden>
Date:   Tue Mar 2 09:15:09 2010 -0800

    Merge branch 'usrp2_set_ant' of git://gnuradio.org/jblum

commit 97275c32783a8831c7eac3786257fe2e142d95c0
Author: Johnathan Corgan <address@hidden>
Date:   Tue Mar 2 08:08:18 2010 -0800

    Add README for new FPGA hosting location

commit 4c296bd1f0e7769db69ca15bcc528802b06f752c
Author: Josh Blum <address@hidden>
Date:   Mon Mar 1 17:38:21 2010 -0800

    set antenna defaults to 0

commit c85606eaaf5a73387d4423bdeb2f63483394137e
Author: Josh Blum <address@hidden>
Date:   Mon Mar 1 16:16:16 2010 -0800

    using samples prop, added unchecked in files for utils and grc rx wrapper

commit 00f9ccaa50ed26d71a66d19f8f1518874004c5de
Author: Josh Blum <address@hidden>
Date:   Mon Mar 1 11:50:09 2010 -0800

    recv noise with uhd

commit bc8a3bde9b1e6c30ec5fd3d18fea299ac613f404
Author: Tom Rondeau <address@hidden>
Date:   Sun Feb 28 18:39:59 2010 -0500

    Adding Doxygen comments to new FFT filter blocks.

commit 72c47024f4b4677f116222a0adfadeedf180122c
Author: Tom Rondeau <address@hidden>
Date:   Sun Feb 28 17:37:48 2010 -0500

    New fft filter base class to handle complex data types. Passes make check.

commit f35a7d31f6650752dac693e3f412e5e0dcaf66fa
Author: Tom Rondeau <address@hidden>
Date:   Sun Feb 28 17:36:59 2010 -0500

    Renaming ffft filter base class to reflect its use with floats.

commit a2c00f5cff7407ff10fc6c812d06fefe52c0b6a3
Author: Johnathan Corgan <address@hidden>
Date:   Sun Feb 28 12:47:43 2010 -0800

    Remove usrp1 and usrp2 FPGA files.  These are now hosted at:
    
    git://ettus.sourcerepo.com/ettus/fpga.git
    
    ...under the 'usrp1' and 'usrp2' top-level directories.

commit 94a853ab5eaca2afc6ac7c5f33406d8299ed3bcf
Author: Tom Rondeau <address@hidden>
Date:   Sat Feb 27 21:03:46 2010 -0500

    Adding a base class to handle FFT filters for use in other blocks. Old 
fft_filter_fff now uses new class successfully and passes make check.

commit b532f4b7b6030665cbd03a19dd776932d31a1734
Author: Tom Rondeau <address@hidden>
Date:   Sat Feb 27 17:37:45 2010 -0500

    Fixing use of pick_bitrate2 in QT Rx2.

commit b45af8e91d37ac660f24f858a672a69952cc0e49
Author: Tom Rondeau <address@hidden>
Date:   Sat Feb 27 17:34:34 2010 -0500

    Fixing logging in new DBPSK and DQPSK.

commit 7c23fd43214e8a729b3022db281dc85040f0e749
Author: Josh Blum <address@hidden>
Date:   Fri Feb 26 15:17:38 2010 -0800

    Created simple source (with nothing in it) and some swig build stuff.
    Seems to work and compile

commit 598924aa8be0740583d9d32f99269e1e55134b6e
Author: Tom Rondeau <address@hidden>
Date:   Fri Feb 26 10:11:39 2010 -0500

    Fixing a few bugs in handling of real samples per symbol.

commit 93c51f5c02311f89dc6eb47923b34b13038c805c
Author: Tom Rondeau <address@hidden>
Date:   Fri Feb 26 09:58:39 2010 -0500

    Fixes pick_bitrate2 for use on receiver side.

commit 752df2b84454756685dc2a05c232b59e3ebdaa2e
Author: Josh Blum <address@hidden>
Date:   Thu Feb 25 16:50:44 2010 -0800

    setting xcvr antennas through api

commit 85aad96915db5f53897f91257794c85eb67f39d4
Author: Tom Rondeau <address@hidden>
Date:   Thu Feb 25 18:50:24 2010 -0500

    Fixing pick_bitrate2 for transmit side with all cases tested.

commit 803cb1d7974ed7d419550cc66480c107c2f0d454
Author: Josh Blum <address@hidden>
Date:   Thu Feb 25 15:46:01 2010 -0800

    Added call to set antenna. Split XCVR into new thing cuz size.

commit 54179f7f860dcf8bc986fd90a22a5be8322b5fdf
Author: Josh Blum <address@hidden>
Date:   Wed Feb 24 14:42:25 2010 -0800

    Created gr uhd skeleton build.
    Checks uhd pkg config and gens the makefiles.

commit db29a2cfc18554ae0a3c55a4e13dc4cbfa86317f
Author: Josh Blum <address@hidden>
Date:   Wed Feb 24 13:48:36 2010 -0800

    updated wiki url

commit 48850cce5609941289c00fea9cd3493624bf7376
Merge: b2117ee ab207be 5c4b475
Author: Johnathan Corgan <address@hidden>
Date:   Sun Feb 21 10:32:22 2010 -0800

    Merge branches 'wbx_usrp2' and 'wbx_usrp1' of git://gnuradio.org/jabele

commit b2117ee60e60a7e7cf27c6b88d45195e70185175
Merge: ceeccd0 8daf6e1
Author: Matt Ettus <address@hidden>
Date:   Sat Feb 20 09:59:15 2010 -0800

    Merge branch 'db_default'

commit 5c4b47526413c6793463fc3bd1f408e21f65b132
Author: Jason Abele <address@hidden>
Date:   Fri Feb 19 15:24:56 2010 -0800

    Clarified copyright and licensing

commit ceeccd034f16f0e74cde8bad57f8975159b0d217
Author: Johnathan Corgan <address@hidden>
Date:   Thu Feb 18 11:14:14 2010 -0800

    Fix linker path in gr-pager

commit 7d5e47e14126e37ad78164df448d0fcc4b04c558
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 15 15:31:52 2010 -0800

    New pick_bitrate2 will take any combination of bitrate, samples per symbol, 
and converter rate.

commit 8daf6e19c11184fcc8e61b00a9f17fa2ad6718fa
Author: Matt Ettus <address@hidden>
Date:   Sun Feb 14 15:18:24 2010 -0800

    remove reference to nonexistant include

commit 82dd3940e79adbebe5b05edd8ee6499be017018f
Author: Matt Ettus <address@hidden>
Date:   Sun Feb 14 10:05:36 2010 -0800

    test the ability to read default eeprom values, for D. Symeonidis

commit e566be1bb983a0f4f284081760b6f91d9986d394
Merge: 8e4bed0 a33cbff
Author: Johnathan Corgan <address@hidden>
Date:   Thu Feb 11 08:18:46 2010 -0800

    Merge branch 'prefix' of git://gnuradio.org/jabele

commit b845770e33b584a88150dc97b45c7b0807791693
Author: Tom Rondeau <address@hidden>
Date:   Wed Feb 10 16:12:32 2010 -0800

    Working on pick_bitrate.

commit a33cbffaf802c5c3018596fcf592e37c978acfb6
Author: Jason Abele <address@hidden>
Date:   Thu Feb 4 17:38:33 2010 -0800

    Fixed creation of burn-usrp2-eeprom, burn-usrp4-eeprom
    
    Added $prefix from configure to paths

commit ab207bece948af27e4772cb482ba9a7973b9565e
Author: Jason Abele <address@hidden>
Date:   Wed Jan 20 18:53:17 2010 -0800

    First pass WBX USRP2 driver

commit 9f966c1f5123de5a16c810c52c2895ba0db8e2dc
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 9 12:27:30 2010 -0800

    Arbitrary bit rates seems to be working.

commit 33a573f76291a32585f85df0c8a5a9f894bd27fd
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 9 09:58:11 2010 -0800

    Removing resampler from usrp transmit path as its taken care of in the 
modulators.

commit f6010974b8f0af65a8b1a875587bb4a7810565ce
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 8 21:30:09 2010 -0800

    Setting up code to handle setting of samples per symbol properly. Still 
buggy in the transmitter due to the make packet padding to 512 bytes.

commit fe3150d5e5a0bb7bf98b5f44ad0b68a107bd7f9a
Author: Tom Rondeau <address@hidden>
Date:   Mon Feb 8 21:12:39 2010 -0800

    Adding a pick bitrate calculation for new tx/rx modulators with arbitrary 
samples per second to allow and real valued bitrate.

commit 8e4bed09059a00767a8aa1cb9800059aecde52ab
Author: Eric Blossom <address@hidden>
Date:   Mon Feb 8 15:13:14 2010 -0800

    Regenerate defective omnithread.pdf
    
    Thanks to Dimitris Symeonidis for pointing out the problem and solution.

commit 6b1bcb301ff4cb20ac62bf5400fa3001182cb069
Author: Eric Blossom <address@hidden>
Date:   Thu Feb 4 11:37:00 2010 -0800

    Fix pick_subdevice.
    
    Patch from Alexander Chemeris <address@hidden>

commit 69cbd4af0c44e71a73b6937cfc1f0b456040fe61
Merge: 4640708 609624f
Author: Tom <address@hidden>
Date:   Mon Feb 1 19:45:39 2010 -0500

    Merge branch 'master' of address@hidden:gnuradio

commit 4640708a2cb9740c41f0e27a6ce865a85473a4a0
Merge: 824aa24 3bac2fa
Author: Tom <address@hidden>
Date:   Mon Feb 1 19:21:54 2010 -0500

    Merge branch 'fll'

commit 3bac2fa547168ca52352892e5f9db3335724682e
Author: Tom <address@hidden>
Date:   Mon Feb 1 19:11:03 2010 -0500

    Fixing DQPSK block to work with any real value samples per symbol and 
getting object names the same as DBPSK block.

commit 83369a926b2b23280ac4709335b0115f4c145602
Author: Tom <address@hidden>
Date:   Mon Feb 1 19:05:43 2010 -0500

    Changing Makefile so the new PAM examples are installed

commit cafa42f500337c3b4b9d54b8af1c9101727267b9
Author: Tom <address@hidden>
Date:   Mon Feb 1 18:59:56 2010 -0500

    Minor adjustments to FLL example

commit 8d4804c546be699a3c3088edc7de25cfee620562
Author: Tom <address@hidden>
Date:   Mon Feb 1 18:58:37 2010 -0500

    Simplifying and using PFB resampler to generate pusle shape filtered signal.

commit 9fc527b4735db31acb967ed1309b86fd76003b03
Author: Tom <address@hidden>
Date:   Mon Feb 1 18:55:24 2010 -0500

    Using PFB resampler to generate the pulse shaping filtered signal.

commit e6e29a45df8a97c80a213645968ac01fda904777
Author: Tom <address@hidden>
Date:   Sun Jan 31 17:10:18 2010 -0500

    Preventing an error message by casting an integer (0) to the requested 
float.

commit 98a0c00c7a922e1c5cbce155205b4e5de725bcf7
Author: Tom <address@hidden>
Date:   Sun Jan 31 17:08:03 2010 -0500

    Using PFB resampler to do the RRC filtering on the modulator. This along 
with the PFB clock recovery in the demod block allows arbitrary real numbers 
for the number of samples per symbol. We will have to chance the transmit and 
recieve path code in the examples to take advantage of this.

commit fd6fd94644330a29ae0598c3ff1e75ddc196e806
Author: Tom <address@hidden>
Date:   Sun Jan 31 17:03:36 2010 -0500

    Got this wrong before. Derivative filter taps are now calculated correctly 
which makes the rest of the code work. My previous test cases must have masked 
the problem.

commit 609624f2293f6abce93cf1a8f80645108417b6c9
Author: Philip Balister <address@hidden>
Date:   Sat Jan 30 12:52:52 2010 -0500

    Update cpu detection macro to work for native build on the OMAP3.

commit 824aa242f143a088f04031840bc36ed54de74005
Author: Eric Blossom <address@hidden>
Date:   Wed Jan 27 09:42:09 2010 -0800

    update config.guess, config.sub and INSTALL

commit fcf9efa7b711953fae5a1b177d405ed52f2957cb
Author: Josh Blum <address@hidden>
Date:   Sat Jan 23 11:53:14 2010 -0800

    grc bug fix from Dimitris Symeonidis

commit 18578e234cf0566ed6196f6dff3920a12a3e2479
Merge: 54c9f64 59d6213
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jan 21 08:33:40 2010 -0800

    Merge branch 'fix/libdir' of address@hidden:gnuradio
    
    This fix updates the run_tests.sh script with the additional
    directories in the flattened component layout.

commit 59d62134500ea938e6ebb0c0279992e07bf59408
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jan 19 13:46:38 2010 -0800

    build: trial fix for gr-pager issue on Ubuntu

commit 54c9f6400900d04cddff4926d1de9f5e0467e94d
Author: Eric Blossom <address@hidden>
Date:   Mon Jan 18 12:27:45 2010 -0800

    Remove unnecessary implementation of flexrf::refclk_freq.
    
    Apply patch from Alexander Chemeris <address@hidden>

commit b5709abe52928f0b701cd5f5eedefc2c1665123e
Author: Eric Blossom <address@hidden>
Date:   Mon Jan 18 12:23:57 2010 -0800

    Remove assert(dac_rate() == 128000000).
    
    Applied patch from Alexander Chemeris <address@hidden>
    that allows non 64MHz clocking on USRP1.

commit 165f4bc50ee64b36bae8c3c0d87b366da6fddc03
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jan 17 20:18:59 2010 -0800

    usrp2: fix for 'start_rx_streaming_at' hang
    
    The start_rx_streaming_at call was not clearing the
    d_dont_enqueue flag, resulting in the receiver loop
    discarding data packets.

commit cf4e5e40a77a0579f97e4306d2d51860b3b3a3f0
Author: Tom <address@hidden>
Date:   Sun Jan 17 19:19:40 2010 -0500

    Doing the same with the resampler on the receiver side.

commit b484d4b751bc08e9324425eadd269e85932f7149
Author: Tom Rondeau <address@hidden>
Date:   Sun Jan 17 19:18:39 2010 -0500

    Playing with using the resampler to allow any bit rate requested.

commit 7fa4e9a1d1f1718991150ccbf3304c0bd1998e21
Author: Tom <address@hidden>
Date:   Sun Jan 17 18:14:08 2010 -0500

    Adding FLL correction to DQPSK2 block.

commit 419ffcfea1c886d71cbb0eaac590aa1f5a088495
Merge: 02616cf 47b9d79
Author: Tom <address@hidden>
Date:   Sun Jan 17 16:48:21 2010 -0500

    Merge branch 'resampler'

commit 02616cf8bb70608eb7a5c0bfc2e8489ac98e8f91
Merge: 0f4d752 19484c9
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jan 11 09:51:56 2010 -0800

    Merge branch 'fix/sample_n_hold' of git://gnuradio.org/jblum

commit 19484c903f76e0e8030e5fcda1dc569c0b18ad6b
Author: Josh Blum <address@hidden>
Date:   Mon Jan 11 07:24:16 2010 -0800

    fix bug in sample and hold wrapper for grc

commit 0f4d752f6424b0a3d07e018f81e3869085d8c2fe
Author: Josh Blum <address@hidden>
Date:   Sun Jan 10 11:35:03 2010 -0800

    Applied reverse diff for win.set_* change on ra_fftsink.py
    This file, unlike the others duplicates the fft plotter.
    Its use of win.set was correct, since that was an internal method.

commit a549bd11646f60d425a74d530b8f3ddfc4774202
Author: Josh Blum <address@hidden>
Date:   Sun Jan 10 01:03:11 2010 -0800

    fixed issue 387: removed uses of win.set for wx sinks

commit 5928825be7a4f887b27877418ad8c017863c21fc
Author: Johnathan Corgan <address@hidden>
Date:   Wed Dec 16 09:50:54 2009 -0800

    gr-noaa: work-in-progress for LRIT reception
    
    Reworked usrp_rx_lrit to get to constellation
    Added file_rx_lrit to read from capture file

commit ecbbd26e4ed6181f1e49a330e9039b76b79e7264
Merge: c7c71ae bd18b81
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jan 8 18:50:02 2010 -0800

    Merge branch 'fix/waterfall' of git://gnuradio.org/jblum

commit c7c71ae076d4895c71c3f4c886a32ba6cc5906ba
Author: Eric Blossom <address@hidden>
Date:   Fri Jan 8 18:10:42 2010 -0800

    Remove trailing whitespace after \

commit 8a6804e1dc201fbdccebf61f7307e4cfda8fff74
Author: Eric Blossom <address@hidden>
Date:   Fri Jan 8 18:09:51 2010 -0800

    Remove warning related to GRC_GR_VRT

commit bd18b8192c78bb7af4a9c3d3a6c367cde3527311
Author: Josh Blum <address@hidden>
Date:   Wed Jan 6 22:08:27 2010 -0800

    Use numpy to do color table lookup.
    You can index a numpy array with another numpy array
    to get an array of looked-up values.
    I did not know that numpy could do that!

commit 354c5c4e0520c0914732581450dad617c7841ffc
Author: Jason Abele <address@hidden>
Date:   Tue Jan 5 15:12:36 2010 -0800

    Remove wbxng tx gain dependence on pga gain

commit dab3f51bd02999f0b076fa3a89f1d71f0c04c579
Author: Jason Abele <address@hidden>
Date:   Mon Jan 4 11:30:52 2010 -0800

    Added antenna select support for new board rev

commit 5a85f2708ce664469611b5263ac9da5f0b7b50fc
Author: Jason Abele <address@hidden>
Date:   Fri Nov 6 17:40:16 2009 -0800

    Fixing bad tuning range code

commit 829344242b60b155eed7451367ff4245d9b28999
Author: Jason Abele <address@hidden>
Date:   Thu Nov 5 15:42:49 2009 -0800

    WBXNG: Can not enable/disable ADF4350 from set_enable()
           Incorrect powerdown in RX deconstructor
           Expanded range of frequencies to attempt locking

commit e23bf51df863eb0f9a02e6ca6d4fcd45c847a4d5
Author: Jason Abele <address@hidden>
Date:   Thu Nov 5 14:06:30 2009 -0800

    WBXNG: power on/off TXMOD and Synth/VCO with set_enable
       No similar function on RX, so RX is always on?

commit a6462b15b639e90c6cb994a5d00a2d65acb23843
Author: Jason Abele <address@hidden>
Date:   Thu Nov 5 13:31:46 2009 -0800

    WBXNG: set ADF4350 to low spur mode

commit dafe4d73fec32dfa4cbc687e3b4489784c33db92
Author: Tom <address@hidden>
Date:   Sat Jan 2 16:47:00 2010 -0500

    Fixing up loopback benchmark program for new DBPSK receiver.

commit 991ffe1dcc5ddacc4e2083d8494a9e92034aa70a
Author: Tom <address@hidden>
Date:   Sat Jan 2 16:34:20 2010 -0500

    UIC files to go along with previous commit (for QT receiver code).

commit 4f03e43efdc8736c39ff6dad10052d0e31aca62f
Author: Tom <address@hidden>
Date:   Sat Jan 2 16:33:13 2010 -0500

    Adding a routine to exercise the new DBPSK receiver code with the QT GUI.

commit 345434daf74cf642f7f7fd7ee28e51e020eadfab
Author: Tom <address@hidden>
Date:   Sat Jan 2 16:31:35 2010 -0500

    Printing FLL gain value in verbose mode.

commit a3418ea4a658cefb02e28b23a5462149aa9d05c3
Author: Tom <address@hidden>
Date:   Sat Jan 2 16:30:57 2010 -0500

    Since I'm bothering to average the error, I might as well use it.

commit f6a770799b8725546044a59067f1ab9937ee3af1
Author: Josh Blum <address@hidden>
Date:   Sat Dec 26 22:43:29 2009 -0500

    bug fix for waterfall plotter,
    it seems that numpy choose changed

commit a6146675c40b7a8898a819b6a9e2c09ff37775aa
Author: Eric Blossom <address@hidden>
Date:   Wed Dec 23 12:38:17 2009 -0800

    update gitignores

commit 977b0e098fc602e61b7cb40791d53dde0adf63aa
Author: Tom <address@hidden>
Date:   Sun Dec 20 22:16:51 2009 -0500

    Adding FLL to QT loopback example.

commit e4c8d59714eff4ef571a43f7952a9af2f3d28a98
Author: Tom <address@hidden>
Date:   Sun Dec 20 21:57:40 2009 -0500

    Adding FLL to DBPSK demodulator block. Need OTA testing.

commit 3507e4e3d44a85db37737460aa13f86997acfbdb
Author: Tom <address@hidden>
Date:   Sun Dec 20 16:58:53 2009 -0500

    Adding some documentation.

commit 78809d52b0d28d4f8bb4aaecfe4115312b0e9ce5
Author: Tom <address@hidden>
Date:   Sun Dec 20 15:41:17 2009 -0500

    Cleaning up functions.

commit 8cc51ce7749e5c5562d208a8efaf17828295c70d
Author: Tom <address@hidden>
Date:   Sun Dec 20 15:32:23 2009 -0500

    WIP: better access to setting FLL parameters and working on getting gain 
settings better.

commit 47b9d7918ff888643c2ec46dd24f2150b945d963
Author: Tom <address@hidden>
Date:   Fri Dec 18 00:09:17 2009 -0500

    New way to handle arbitrary resampler. Now featuring lower noise!

commit 1912d90f062a7b391d071a590b24f062f2bd3183
Author: Josh Blum <address@hidden>
Date:   Thu Dec 17 17:29:45 2009 -0800

    Replaced the need for code word tables by setting the header/trailer lengths
    in the switch body jump table, just like in the unparser switch body.

commit fc4fa0a1894f0f85be1a76e48b922effb3d5dd9b
Author: Josh Blum <address@hidden>
Date:   Thu Dec 17 16:48:54 2009 -0800

    Added unparse capability to the vrt expanded header.
    Unparse can fill in a vrt header and trailer from an expanded header.

commit 754299932325a5b6c02587cf7dcf444b3b1080ae
Merge: bdf985a b7d72c3
Author: Johnathan Corgan <address@hidden>
Date:   Thu Dec 17 16:40:09 2009 -0800

    Merge branch 'bef' of http://gnuradio.org/git/trondeau

commit b7d72c3551e2e1c9a5969eb2452e091991eba5a6
Author: Tom <address@hidden>
Date:   Tue Dec 15 23:08:42 2009 -0500

    Adding new GRC examples for using FLL block.
       digital_freq_lock - simple implementation of FLL only
       pam_sync - extension of pam_timing that does freq, phase, and timing sync

commit 999cd3361eef46ab6f1d5e0730ba0ae6aded8b53
Author: Tom <address@hidden>
Date:   Tue Dec 15 20:23:18 2009 -0500

    Generating the band-edge filter taps based on the oversampling ratio 
(samples per symbol), rolloff factor, and the prototype (matched) filter size.

commit bdf985aa55ed90394f9015ac7577892dba7e5cae
Merge: 861d2d1 34c6429
Author: Johnathan Corgan <address@hidden>
Date:   Sat Dec 12 09:34:35 2009 -0800

    Merge branch 'wip/pager' of address@hidden:jcorgan
    
    Merge-fix: Fix erroneous EXTRA_DIST in lib/
    Merge-fix: Don't install usrp_rx_flex.py (unfinished)

commit 861d2d1b16e708b65087b86e864980415abd123f
Merge: 6526930 e3b1b91
Author: Johnathan Corgan <address@hidden>
Date:   Sat Dec 12 08:00:40 2009 -0800

    Merge branch 'patches-from-list' of http://gnuradio.org/git/balister

commit 28a55d174516831f55f0089be9a3c9080496c4ec
Author: Tom <address@hidden>
Date:   Thu Dec 10 00:32:49 2009 -0500

    Adding accessor functions to set alpha and beta gains for the FLL.

commit 101be00674a59e347932aa586ca07f1722665964
Author: Tom <address@hidden>
Date:   Thu Dec 10 00:12:51 2009 -0500

    Adding alpha and beta gains to FLL constructor.

commit 691209a1fd00052002af42d79d7a8aff56b7df27
Author: Tom <address@hidden>
Date:   Wed Dec 9 23:58:17 2009 -0500

    Adding a band-edge based frequency lock loop.

commit 65269307fcdf3228a3fcd6f33d6a4be2530f1654
Author: Eric Blossom <address@hidden>
Date:   Tue Dec 8 15:07:33 2009 -0800

    Disable support for tvrx rev 2 on usrp2.  There are only a few of these in 
existence.

commit f939f997fa50b214dd5a60b60b7b6d8e7606b9ff
Author: Eric Blossom <address@hidden>
Date:   Tue Dec 8 15:01:54 2009 -0800

    Fix usrp2 tvrx so that it tunes monotonically.
    
    Use same (nasty) tactic used on usrp1.  Get "free" inversion by lying
    about real value of 2nd IF.

commit 9416d3c8d44b7b0e4e764a4c5ad21bec2057269a
Author: Eric Blossom <address@hidden>
Date:   Tue Dec 8 11:55:43 2009 -0800

    change capitalization

commit e3b1b9107725127eff1a51e5026a27367ee9d6d1
Author: Stefan Bruns <address@hidden>
Date:   Tue Dec 8 13:22:34 2009 -0500

    Small patch to speedup installation of freedesktop icons.
    
    The attached patch changes the icon installation to update the icon cache 
only
    once instead of once per icon

commit 8117311ec5d89d170b38383e6510ff8455e86cac
Author: Josh Blum <address@hidden>
Date:   Tue Dec 8 00:01:04 2009 -0500

    got msdd6000 compiling on my ubuntu 9.10 32 bit

commit 25a79d66e0fc10e1449de041e8d62f77619fe8de
Merge: 1595821 66610ea
Author: Johnathan Corgan <address@hidden>
Date:   Mon Dec 7 22:45:56 2009 -0500

    Merge branch 'patches/geiger/u2_rx_stream_at' of address@hidden:jcorgan

commit 159582124b35f9e12e8702ffe970398829a3a3ed
Merge: 875c588 a903212
Author: Johnathan Corgan <address@hidden>
Date:   Mon Dec 7 22:44:54 2009 -0500

    Merge branch 'wip/dxpsk' of http://gnuradio.org/git/jblum

commit 875c588c3b131195f3e029d1396b4531d3cc6f60
Merge: 9c71282 6183098
Author: Johnathan Corgan <address@hidden>
Date:   Mon Dec 7 22:40:52 2009 -0500

    Merge branch 'wip/grc/cleanup' of http://gnuradio.org/git/jblum

commit 9c71282f3c42995182111493da1dfc7b1a2c05f3
Merge: dc253f4 8122329
Author: Johnathan Corgan <address@hidden>
Date:   Mon Dec 7 22:40:21 2009 -0500

    Merge branch 'wip/grc/draw' of http://gnuradio.org/git/jblum

commit dc253f4ad382bd68bf1064b7fa0a818216556595
Merge: 72a8a24 a4a1ada
Author: Johnathan Corgan <address@hidden>
Date:   Mon Dec 7 22:39:18 2009 -0500

    Merge branch 'wip/grc/pads' of http://gnuradio.org/git/jblum

commit 72a8a242ea58eb624dcecf50409a199daead543f
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 7 18:58:07 2009 -0800

    Change type of gr_head nitems parameter to unsigned long long.
    
    Patch from Martin Braun <address@hidden> to support
    nitems >= 2**32.

commit e820ce5ca1475a56ef52e7384d0cf094b0127932
Author: Eric Blossom <address@hidden>
Date:   Mon Dec 7 18:43:17 2009 -0800

    Add support for msdd6000 with resampler in FPGA.

commit 61830989ce554e6dfac41bba2ced7006c424e0bc
Author: Josh Blum <address@hidden>
Date:   Sun Dec 6 23:18:27 2009 -0500

    removed unused import statements, thanks pyflakes

commit 8122329533a6186f45f8cf3211c7ef9fda37bd19
Author: Josh Blum <address@hidden>
Date:   Sat Dec 5 17:44:12 2009 -0500

    Created a pixmap rotation routine in Utils for handling those rotated 
labels.
    The rotation is now performed by the gtk pixbuf class and not manually in 
python.
    
    In addition, the block and port classes now draw from pixmaps and not from 
images.
    Pixmaps are server-side objects, where images are client-side (meaning: 
possible speed-up).

commit 87decb3b420e88bfa0d57b328b2b7404de4a61ba
Author: Josh Blum <address@hidden>
Date:   Sat Dec 5 11:06:08 2009 -0500

    combined param layouts

commit 66610ead14a47a20f6d89d367a505e035ef04004
Author: Johnathan Corgan <address@hidden>
Date:   Tue Oct 20 10:57:15 2009 -0700

    Use updated transmit command
    
    Now compiles cleanly again.

commit a90802f07bff7dd87bd6204c5b2004a946a99dbb
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 17 08:36:39 2009 -0700

    Rebase on master, cleanup for merge
    
    Trailing whitespace removal
    Copyright updates

commit fda964eb9b5c98093029450bee2104e723143772
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 17 08:25:25 2009 -0700

    Updated 'u2_rx_stream_at' to work with new_eth MAC (Douglas Geiger)

commit 7f28201b45a63735b3b710105e1c86dbe1f4e514
Author: Johnathan Corgan <address@hidden>
Date:   Thu Sep 17 10:37:27 2009 -0700

    Applied 'start streaming at' patch from Douglas Geiger

commit a903212f60d9bc4f3a5b34ae47fe54cdb2db0ce0
Author: Matt Ettus <address@hidden>
Date:   Thu Dec 3 08:27:05 2009 -0800

    added a gain slider

commit 5a8e6229298d89ccf527a4d8894e0c654dea39d9
Author: Josh Blum <address@hidden>
Date:   Thu Dec 3 16:24:50 2009 -0500

    updated tx example

commit a4a1ada03e5da936d90a5d6e3bd31943a5ad9513
Author: Josh Blum <address@hidden>
Date:   Thu Dec 3 10:42:49 2009 -0500

    Allow for multiple io pads per hier flow graph.
    Each io pad can have a different io signature.
    Uses the iosignaturev for hier implementation.
    
    Backwards compadible with exception:
    Pad blocks that used multiple ports must be replaced with multiple pad 
blocks
    as the new pad io blocks only support one port per block.

commit a198e5134b00a1d5b98b5447aafd3cdba8508609
Author: Thomas Tsou <address@hidden>
Date:   Wed Nov 4 11:47:58 2009 -0500

    usrp: Corrected error message

commit 0cff013580db09a2692976aa6bdb6ff1252c1072
Author: Matt Ettus <address@hidden>
Date:   Thu Nov 26 11:28:59 2009 -0800

    same bug as on the U2, found by Stephen Lai

commit 770ee2b2b3e53f9b4d4e1d09bbf2c87b579ba4c4
Merge: 7081879 cc2e4dc
Author: Matt Ettus <address@hidden>
Date:   Thu Nov 26 11:20:30 2009 -0800

    Merge branch 'master' of http://gnuradio.org/git/gnuradio

commit 7081879769829e49623adb68dc8c228082a91dda
Author: Matt Ettus <address@hidden>
Date:   Thu Nov 26 11:20:00 2009 -0800

    Control bits for filter bandwidths had the wrong shifts.  Found and fixed 
by Stephen Lai of UCalgary

commit 6af2c9c58cc6afcab371b769da5738c1f52fc969
Author: Josh Blum <address@hidden>
Date:   Wed Nov 25 20:49:27 2009 -0800

    created dpsk demo with usrps

commit 2ff1da1f41d9604155cdec90a7b4aa992330e3bf
Author: Josh Blum <address@hidden>
Date:   Wed Nov 25 20:09:07 2009 -0800

    added callbacks for setting alphas

commit a57968df0b3f85ebe1d2f0b70185f90430548a12
Author: Josh Blum <address@hidden>
Date:   Wed Nov 25 19:38:36 2009 -0800

    added sync output port to dxpsk2 demod

commit 7331b498973b1f1fd43e6770e60ef91150c06ed4
Author: Josh Blum <address@hidden>
Date:   Wed Nov 25 17:55:51 2009 -0800

    added missing block wrappers

commit 1a9a1e15cfe63e0fb231d7be27487c0aab078fb3
Author: Josh Blum <address@hidden>
Date:   Wed Nov 25 16:51:24 2009 -0800

    added wrappers for the dxpsk2 blocks mod and demod

commit cc2e4dcc71648f1c981ab236efbae7739499728f
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 25 10:24:01 2009 -0800

    Support multiple VRT packets in a single transport (UDP) packet.

commit 1185be47a93ba16651b3b1b18e1ba8b5941494c9
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 25 09:50:32 2009 -0800

    back out broken changeset

commit 132112bf5a904746d0eda4ef26ab968f232f523b
Author: Tim Shepard <address@hidden>
Date:   Sun Nov 1 22:40:06 2009 -0500

    Add two missing includes to fix compile on ppc.

commit 8efb3fce53717a1f219e45c78fa6472c8db24d2d
Author: Josh Blum <address@hidden>
Date:   Thu Nov 19 21:58:54 2009 -0800

    gtk.Tooltips() is deprecated, use set_tooltip_text.
    Added a set_tooltop_text method to each InputParam.

commit baac64c9f1ff5fd5eaf9c24159d56567fd4c6fca
Merge: 5787a2c df8b099
Author: Johnathan Corgan <address@hidden>
Date:   Fri Nov 13 11:28:58 2009 -0800

    Merge branch 'wip/howto' of address@hidden:jcorgan
    
    * 'wip/howto' of address@hidden:jcorgan:
      howto: cleanup for merge
      howto: add README.hacking
      howto: added howto application
      howto: add GRC wrappers to squaring blocks
      howto: move limbo'd docs into toplevel doc dir for preservation
      howto: create howto_swig.*, use constructed Python namespace
      howto: adds C++ QA code

commit df8b099a4b96ad41369a750d48a8576b95ecf454
Author: Johnathan Corgan <address@hidden>
Date:   Fri Nov 13 11:27:55 2009 -0800

    howto: cleanup for merge

commit 86e93e757a16c139f58b8b524c99f994c7bc60c4
Author: Johnathan Corgan <address@hidden>
Date:   Fri Nov 13 11:14:08 2009 -0800

    howto: add README.hacking

commit 6fd6ef30cd1a711cd67b52db75665908534ec31b
Author: Johnathan Corgan <address@hidden>
Date:   Thu Nov 12 11:26:53 2009 -0800

    howto: added howto application

commit 815825e592749cce670a8a945ea2b23a0c2db35e
Author: Johnathan Corgan <address@hidden>
Date:   Thu Nov 12 10:58:55 2009 -0800

    howto: add GRC wrappers to squaring blocks

commit b3858bfe3b559722bd788e7c32159d4963422c01
Author: Johnathan Corgan <address@hidden>
Date:   Thu Nov 12 10:50:03 2009 -0800

    howto: move limbo'd docs into toplevel doc dir for preservation

commit 5d80acab66a91a6c7bc476761f857d5e876e8bcc
Author: Johnathan Corgan <address@hidden>
Date:   Thu Nov 12 10:47:22 2009 -0800

    howto: create howto_swig.*, use constructed Python namespace

commit 0a3595df4693b28031e7220c8c20fa1abeb99d76
Author: Johnathan Corgan <address@hidden>
Date:   Thu Nov 12 07:24:34 2009 -0800

    howto: adds C++ QA code

commit 5787a2c4f9dbaca94f7b2e7d43f677a64209e5f7
Author: Eric Blossom <address@hidden>
Date:   Wed Nov 11 12:38:41 2009 -0800

    Add USB PID for HPSDR HERMES device.

commit 4e0c8a37c3574f59e34186996cef0c44ff50bd16
Author: Johnathan Corgan <address@hidden>
Date:   Fri Nov 6 11:21:08 2009 -0800

    gr-noaa: added HRPT minor frame parsing, renamed scripts
    
    implemented start of minor frame parsing
    renamed demod_rx_hrpt to hrpt_demod, new defaults
    added configuration flags to hrpt_decoder
    added hrpt_decode app
    updated file_rx_hrpt with new defaults
    updated usrp_rx_hrpt_* with new defaults

commit df6839b8d323aa11e5739f8597a95e38745ac2e4
Author: Josh Blum <address@hidden>
Date:   Sun Nov 8 09:37:20 2009 -0800

    Fixes usrp2 firmware configure with mb-gcc on ubuntu 9.10/autoconf 2.64.
    Disables the regression test for fopen since stdio is non-functional.

commit bed8e501e12de5dfbba41ad62a499118827ee48d
Author: Matt Ettus <address@hidden>
Date:   Wed Nov 4 17:52:15 2009 -0800

    add new readback entries to memory map.  Has irqs, priority encoded buffer 
status, and performance counter

commit cfd7fd5722d60ee3eb4cb66745e56d8add947ac2
Author: Matt Ettus <address@hidden>
Date:   Wed Nov 4 17:31:13 2009 -0800

    This branch is for porting from the quad radio, and minor text cleanups
    
    The counter is for performance monitoring in firmware, priority encoder
    and new interrupt controller are from quad radio and speed up interrupts.
    This is tested and it works for me.

commit 0bde79ebad973abdcfa23b4d50261fcee39cc28e
Merge: 3e36641 26d9beb
Author: Johnathan Corgan <address@hidden>
Date:   Tue Nov 3 14:24:43 2009 -0800

    Merge branch 'wip/howto' of address@hidden:jcorgan
    
    * 'wip/howto' of address@hidden:jcorgan:
      howto: moved osbsolete docs directory into limbo
      howto: make swig directory use individual .i files
      howto: reorganized directory structure
      howto: implement dynamic versioning
      howto: update m4 files to match latest master
      howto: updated INSTALL, fixed mode of config.*

commit 26d9beb0b51945915798e75ab24051adaa46d083
Author: Johnathan Corgan <address@hidden>
Date:   Tue Nov 3 13:42:28 2009 -0800

    howto: moved osbsolete docs directory into limbo

commit d462b559ef7618dcf3a61974ff4fc3fe199069a3
Author: Johnathan Corgan <address@hidden>
Date:   Tue Nov 3 13:35:51 2009 -0800

    howto: make swig directory use individual .i files
    
    Removed erroneous files from version control

commit 3e366411a75b47eff5f76c76beb1f3a47006f6c7
Author: Josh Blum <address@hidden>
Date:   Tue Nov 3 13:01:48 2009 -0800

    fixed fixme in gr_top_block_impl

commit 924efcb372cabb6d5217d2d7f931302339fa0417
Author: Johnathan Corgan <address@hidden>
Date:   Tue Nov 3 09:52:44 2009 -0800

    howto: reorganized directory structure
    
    Moved lib to top level
    Moved python to top level
    Separated swig generation into new top level directory

commit 6d25197ffc623d113274a8c79a2fa4fa4244f10f
Author: Johnathan Corgan <address@hidden>
Date:   Tue Nov 3 08:53:10 2009 -0800

    howto: implement dynamic versioning

commit 099dad679e232cb0f2b3ed61e085837310e69c92
Author: Johnathan Corgan <address@hidden>
Date:   Tue Nov 3 08:29:52 2009 -0800

    howto: update m4 files to match latest master

commit 7841f422c35ba4c67ce47587d82b0ced8692444f
Author: Johnathan Corgan <address@hidden>
Date:   Tue Nov 3 08:14:18 2009 -0800

    howto: updated INSTALL, fixed mode of config.*

commit 34c64290e3146b50053494839847e9f894d98493
Author: Johnathan Corgan <address@hidden>
Date:   Thu Oct 29 11:07:15 2009 -0700

    Added GRC block wrappers for pager blocks
    
    pager.slicer_fb
    pager.flex_sync
    pager.flex_deinterleave

commit 2e9af20a77f56263255c4e2395953aec8573fcb1
Author: Johnathan Corgan <address@hidden>
Date:   Thu Oct 29 08:10:20 2009 -0700

    Added resampler and pushed matched filter into it.

commit 23bb3a5b5f8430478ab1ff7b9d394214f757deac
Author: Johnathan Corgan <address@hidden>
Date:   Fri Oct 16 14:02:10 2009 -0700

    Work in progress, updating usrp_rx_flex.py
    
    Optimized channel bandwith filter
    Optimized matched filter

commit 96c92bb05fdbd2d42bb485bee46e63931d465cc3
Author: Johnathan Corgan <address@hidden>
Date:   Fri Oct 16 12:22:42 2009 -0700

    Directory reorganization to newer layout
    
    Top-level applications go into 'apps' (previous commit)
    C++ library build goes into 'lib'
    SWIG generation goes into 'swig'
    Pure python modules/code goes into 'python'

commit 5a0887f9138dc4dd0e8e09bb859a513bd7c971e2
Author: Johnathan Corgan <address@hidden>
Date:   Sun Oct 11 14:27:00 2009 -0700

    Work in progress, added GRC-based single channel receiver

commit 821aa4341a2ad6b69cbb829bcf2d31638f67a878
Author: Johnathan Corgan <address@hidden>
Date:   Sun Oct 11 12:47:46 2009 -0700

    Moved command-line apps into apps subdirectory

commit 058edee5b4d1423b7ad88a9748bec073ff4963ff
Merge: f9c3bfb 392b7f9
Author: Johnathan Corgan <address@hidden>
Date:   Tue Nov 3 07:15:14 2009 -0800

    Merge branch 'wip/term' of address@hidden:jcorgan
    
    * 'wip/term' of address@hidden:jcorgan:
      gr-wxgui: cleanup for merge
      Consolidated termsink into one class
      Basic terminal window that takes raw text on input msgq and appends it
      Add placeholder panel for console, use old style window size
      Created skeleton wxgui term window component

commit 392b7f9002cb08dddc1ca0ced18f899a0958ba1f
Author: Johnathan Corgan <address@hidden>
Date:   Tue Nov 3 07:11:45 2009 -0800

    gr-wxgui: cleanup for merge

commit f9c3bfb83af1048db54de941df1898f2ec7fb1fc
Author: Thomas Tsou <address@hidden>
Date:   Sat Oct 17 22:28:43 2009 -0400

    usrp: Cleanup of usrp_basic
    
    Version specific libusb calls are pushed out of usrp_basic into
    usrp_prims where they belong. This leads to a single usrp_basic
    file. A new function in usrp_prims, usrp_deinit(), handles
    shutdown specific to version 1.0.

commit 097191b3a89c09a492f322eac539eb5db8668843
Author: Thomas Tsou <address@hidden>
Date:   Mon Nov 2 16:53:29 2009 -0500

    usrp: Check return value in fusb_libusb1 _reap()
    
    The old fusb_libusb1 _reap() call always returned true except on
    error. With this commit it checks that a transfer is actually
    reaped and returns false otherwise.

commit 1530b6153fe21bf8c77f76c5d854108dd47069f6
Author: Johnathan Corgan <address@hidden>
Date:   Mon Nov 2 09:57:32 2009 -0800

    gr-noaa: Combined noaa_hrpt_bit_sync into noaa_hrpt_deframer
    
    Added Octave script to convert from frame data to AVHRR channel images
    Removed noaa_hrpt_bit_sync block

commit a8ab0d1f73a0f9d62fb1a61802f906744690cebb
Author: Johnathan Corgan <address@hidden>
Date:   Mon Nov 2 06:45:21 2009 -0800

    Added frames_to_ppm Octave script, use ImageMagick to convert to png

commit ae5b4ed2ce8c4a0903eea1b264da5393a179c9fe
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 31 09:28:44 2009 -0700

    gr-noaa: Switched to 'double rate BPSK' HRPT synchronization
    
    Added hrpt_bit_sync block
    Using MM clock sync at double data rate
    Created file_rx_hrpt GRC app
    Updated demod_rx_hrpt GRC app
    Updated usrp_rx_hrpt GRC
    Updated usrp_rx_hrpt_nogui app
    Deleted usrp_rx_hrpt2 GRC app
    Deleted hrpt_sync_fb block

commit edf412a8ef283d08135a1c5f9c1b4f51b771ec37
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 31 11:02:16 2009 -0700

    Fix missing include from last commit

commit f1b108c435934b81cb9dadf261d8c550e277ca9d
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 31 10:45:41 2009 -0700

    grc: update block tree list for new pfb_clock_sync

commit 0b9a0ba3594c8a4226319402f3c02d53d404c5a2
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 31 10:17:20 2009 -0700

    core: added gr.pfb_clock_sync_fff based on _ccf version, updated example

commit adea1236b66851b2fff0f3c313d18d1435cfe8bf
Merge: a0ffbc6 78a7ce3
Author: Johnathan Corgan <address@hidden>
Date:   Thu Oct 29 21:27:58 2009 -0700

    Merge branch 'wbxng-prescaler' of http://gnuradio.org/git/jabele
    
    * 'wbxng-prescaler' of http://gnuradio.org/git/jabele:
      Fixing prescaler and disable aux synth output on wbxng

commit 78a7ce34ca9d9b3c1129bd2dfc6ec6c78f08203d
Author: Jason Abele <address@hidden>
Date:   Thu Oct 29 19:26:47 2009 -0800

    Fixing prescaler and disable aux synth output on wbxng

commit a0ffbc6d5c39bf605cf6e9f3c09de9f95ee6c6e6
Author: Josh Blum <address@hidden>
Date:   Thu Oct 29 14:28:56 2009 -0700

    fixed issue where usrp siggen continued to transmit after program exit

commit c6fe89eb039b13afb65a09980837063cdd61c810
Author: Josh Blum <address@hidden>
Date:   Thu Oct 29 13:00:44 2009 -0700

    modified flowgraph cleanup

commit 6f0685769f7a7728a779502435cd2dd17b8d65e2
Author: Johnathan Corgan <address@hidden>
Date:   Thu Oct 29 07:26:39 2009 -0700

    Consolidated termsink into one class

commit ab901e7d4cb6e5e8b1b46dac8a7af74acf72cb8c
Author: Johnathan Corgan <address@hidden>
Date:   Wed Oct 21 17:11:03 2009 -0700

    Basic terminal window that takes raw text on input msgq and appends it
    
    Works, but needs "--line-buffered" mode for GR buffering between blocks

commit 00613b260a36923509eab1811256815269dcd99c
Author: Johnathan Corgan <address@hidden>
Date:   Thu Oct 15 11:00:30 2009 -0700

    Add placeholder panel for console, use old style window size

commit 92f2da3450b3ae0a5d16d322ad42c7812c4ffc62
Author: Johnathan Corgan <address@hidden>
Date:   Thu Oct 15 09:11:59 2009 -0700

    Created skeleton wxgui term window component

commit 8a0affcfb6154cadd1710e682fe09f040ed05a28
Merge: 005f14c 230e062
Author: Johnathan Corgan <address@hidden>
Date:   Thu Oct 29 06:52:53 2009 -0700

    Merge branch 'flattopwindow' of http://gnuradio.org/git/jblum
    
    Merge-fix: Remove debugging print
    Merge-fix: Update copyrights
    
    * 'flattopwindow' of http://gnuradio.org/git/jblum:
      Added window option to wxgui fft and waterfall sink.
      redid cos windows, added flattop and nuttall_cfd

commit 230e062e51d43f389520207cf147838c666a1f21
Author: Josh Blum <address@hidden>
Date:   Wed Oct 28 16:17:24 2009 -0700

    Added window option to wxgui fft and waterfall sink.
    Added rectangular window function to window.py.
    
    Average stays hidden in waterfall, fft, and numbersink wrappers (only 
avg_alpha shows/hides).
    Fixed options in waterfall wrapper to model after fft and numbersink 
average params.

commit 005f14ca07e66056bdc8e33a0cae1d461f5e1b9d
Author: Josh Blum <address@hidden>
Date:   Wed Oct 28 14:46:27 2009 -0700

    renamed msgq to msgq_in and msgq_out, block wrappers changed accordingly

commit 175c074ba74143d5af530e5cc4bd50335f64b1d5
Author: Josh Blum <address@hidden>
Date:   Wed Oct 28 14:33:52 2009 -0700

    Created a grc_blockdir in makefile.common.
    Switched the grc src prefix in grc makefiles.
    Removed grc/Makefile.inc as it was no longer neededed.

commit 4bada359091898ae3a3d2d4f1ba4314a9f8e4d2c
Merge: 029f890 6655297
Author: Josh Blum <address@hidden>
Date:   Wed Oct 28 14:12:08 2009 -0700

    Merge branch 'wip/grc/general' of address@hidden:~/git/gnuradio into wip/grc

commit 0f688d959441909ec0c1c89ae279d670b2e3f6b2
Merge: 029f890 1c9b9e0
Author: Josh Blum <address@hidden>
Date:   Wed Oct 28 13:47:00 2009 -0700

    Merge branch 'flattopwindow' of http://gnuradio.org/git/matt into flattop

commit 1c9b9e01efd293a5e670726586ab4781fd5a337a
Author: Matt Ettus <address@hidden>
Date:   Wed Oct 28 13:11:35 2009 -0700

    redid cos windows, added flattop and nuttall_cfd

commit 029f89047d0ccd61347e1cd5d87e276b33332d18
Merge: b4dce8e 2b2b917
Author: Johnathan Corgan <address@hidden>
Date:   Tue Oct 27 12:01:41 2009 -0700

    Merge branch 'vrt' of http://gnuradio.org/git/jblum
    
    Merge-fix: remove simple_rx_samples
    Merge-fix: remove grc_gr_vrt.m4 from Makefile.am
    
    * 'vrt' of http://gnuradio.org/git/jblum:
      removed gr-vrt
      removed caldiv stuff from gr-vrt
      removed MOST of the quadradio specific stuff
      install header for missing pkt checker

commit b4dce8e6a46af1ced503ca662b3c46f88e257db1
Author: Michael <address@hidden>
Date:   Tue Oct 27 12:13:59 2009 -0400

    updated usrp.pc file to reflect the correct version of libusb

commit 2b2b9179272eacdd82c9c2d6d9c2a9a77a97d2c2
Author: Josh Blum <address@hidden>
Date:   Mon Oct 26 18:57:36 2009 -0700

    removed gr-vrt

commit 7d369bf3efa7cbef33b347fecf62dbb071d9da3e
Author: Josh Blum <address@hidden>
Date:   Mon Oct 26 17:07:58 2009 -0700

    removed caldiv stuff from gr-vrt

commit 096dbe5c4bbab53e05d23fd632eeb2013fdfb660
Author: Josh Blum <address@hidden>
Date:   Thu Oct 22 18:43:11 2009 -0700

    removed MOST of the quadradio specific stuff

commit 5782401afaa2e3ea9607abc9bd69ae54854dd633
Author: Josh Blum <address@hidden>
Date:   Thu Oct 22 17:25:19 2009 -0700

    install header for missing pkt checker

commit 41526cd4c2f33b437840e077efb14eae8c34df0c
Author: Johnathan Corgan <address@hidden>
Date:   Thu Oct 22 15:29:10 2009 -0700

    Remove debian packaging from master branch, to be placed in 'debian' branch
    
    Migrate debian package generation to a pseudo-upstream style. Binary
    packaging will be maintained in a 'tarball' branch for pristine sources,
    and in a 'debian' branch for the build.

commit 0b9828e8cad48722c22979587db861e1806a7fb7
Author: Johnathan Corgan <address@hidden>
Date:   Thu Oct 22 11:12:42 2009 -0700

    Don't distribute generated files in gr-qtgui
    
    The output of the moc compiler will contain generated paths which are
    only valid on the system at compilation time.  Instead, let these
    get regenerated on the user's system.  The moc compiler is part of
    libqt4-dev, which is already a build dependency.

commit 8e003a402af2993f978620741fdf195ac9bf7834
Merge: 3f60c94 2875cf2
Author: Johnathan Corgan <address@hidden>
Date:   Wed Oct 21 14:20:15 2009 -0700

    Merge branch 'vrt' of http://gnuradio.org/git/jblum
    
    Merge fix: added GRUEL_INCLUDES to vrt Makefile
    Merge fix: added missing include in gr-vrt
    
    * 'vrt' of http://gnuradio.org/git/jblum:
      query the model number from the host
      fix so all handlers get called on event
      simplfied the code while i was looking at it
      added access methods for gps stuff
      added access methods and parsing for caldiv if context
      use existing utility method
      reading the lo back and storing it
      use the new htonll and vrt types to send cal and lo freqs
      checking for if context packets and setting up the payload pointer and 
size
      Reading 64 bit freq out of chunk of context packet.
      copied over vrt context and type headers, updated bits.h as well
      Dump IF-Context packets in hex.
      use gruel/inet.h instead of arap/inet.h
      fix white space
      made rxdspno a parameter for: start/stop streaming, and quadradio32fc

commit 2875cf23fcb5d38866a42327cafa2b43abe2fbf4
Author: Josh Blum <address@hidden>
Date:   Wed Oct 21 12:30:03 2009 -0700

    query the model number from the host

commit 3f60c94858810b605c2f8a343375c57c78a660dc
Author: Tom <address@hidden>
Date:   Mon Oct 19 23:49:11 2009 -0400

    Resampler seems to be working for all values of rate

commit c1bca33715f76655c34e35515961eccd3eaa292b
Author: Tom <address@hidden>
Date:   Mon Oct 19 23:18:07 2009 -0400

    Working on fixing arbitrary resampler not working for rate < 1.0; this 
fixes it for 0.5<=rate<=1.0 range.

commit 36a02055f0951e9f123445e1bd82a6d1eb030ac3
Merge: 76aa7a4 5d311c5
Author: Johnathan Corgan <address@hidden>
Date:   Mon Oct 19 08:25:35 2009 -0700

    Merge branch 'osx_10.6_64_fixes' of http://gnuradio.org/git/michaelld
    
    This merge adds support for OSX 10.6 in gr-audio-osx and usrp.
    
    Conflicts:
        usrp/host/lib/usrp_prims_libusb0.cc

commit 5d311c58cb66a5132bc5978ef7ccf109ea58f66e
Author: Michael <address@hidden>
Date:   Mon Oct 19 10:21:33 2009 -0400

    moved all 'fprintf (stderr, ...)' calls to std::cerr, for 'universal' OSX 
printing of long and pointer types

commit 76aa7a496c3d5c2a40b7ff190d42b25e51d0cbc0
Author: Josh Blum <address@hidden>
Date:   Sun Oct 18 14:25:55 2009 -0700

    added v offset option to scope

commit 6655297246caab7dd0df6722c665a3fb5cd9f801
Author: Josh Blum <address@hidden>
Date:   Sun Oct 18 13:58:54 2009 -0700

    added to todo

commit cd033953971e377722056e7f8042010e658d8aa2
Author: Michael <address@hidden>
Date:   Sat Oct 17 11:55:09 2009 -0400

    better for both cross-compiling and 10.6 native compiling, to determine CPU 
architecture

commit 0f4226088ba84e25139bf77957c80ca7a64cba11
Author: Thomas Tsou <address@hidden>
Date:   Thu Oct 15 20:58:32 2009 -0400

    usrp: Fixed firmware load regression
    
    This fixes a bug from "Applied libusb-1.0 patch set from Thomas
    Tsou <address@hidden>" b5aa407ec2b1bdebc1c950a9428789fe50327776
    
    The bus rescan after firmware load was stomped with the addition of
    libusb-1.0 support causing the subsequent device open to fail.
    libusb-1.0 doesn't (appear to) require the bus to be explicity
    rescanned. The rescan is added back for libusb-0.1. For libusb-1.0
    the rescan nops.

commit 84ba64078a2a37b2324d693ba0048e635373bfb6
Author: Thomas Tsou <address@hidden>
Date:   Thu Oct 15 20:58:08 2009 -0400

    usrp: Corrected error message

commit 8c339e7ce1608ed920e76a2107dae3d90b0debac
Author: Thomas Tsou <address@hidden>
Date:   Thu Oct 15 20:56:54 2009 -0400

    usrp: Added missing return values

commit c69f5205e13b1ae63a6e4705a892f695e57b20b3
Merge: cc5253b 25a8f7a
Author: Johnathan Corgan <address@hidden>
Date:   Thu Oct 15 12:02:04 2009 -0700

    Merge commit '25a8' from address@hidden:jblum
    
    * commit '25a8':
      use clean numbers for waterfall ref and range
      tweaks to scope autoscaling
      registered key to hide/show control panel in wxgui windows
      Added window size param to all wxgui wrappers.
      add canonical options for copy enable param

commit 28d1a3fab5e2ccb593df9cd3a05b3911be326d9e
Author: Michael <address@hidden>
Date:   Thu Oct 15 10:42:02 2009 -0400

    osx 10.6 x86_64 fixes for gr-audio-osx

commit 11cb05e10b5311bbaebfc67a6358d21fcd1b948d
Author: Michael <address@hidden>
Date:   Thu Oct 15 09:43:20 2009 -0400

    OSX 10.6 x86_64 fixes for configure and libusb; Audio is next

commit cc5253b05a49d87a81f8510188c40196b0965fad
Author: Josh Blum <address@hidden>
Date:   Wed Oct 14 15:21:39 2009 -0700

    fix usrp2 wrappers for vlen of 2 shorts

commit 538e6fa4380b55ed65dfab275c75302946b228bf
Author: Josh Blum <address@hidden>
Date:   Mon Oct 12 18:35:10 2009 -0700

    fix so all handlers get called on event

commit a82c784262b9eae78f4c2157b6434495f8ff76bc
Merge: 70709ca b41666e
Author: Johnathan Corgan <address@hidden>
Date:   Tue Oct 13 21:03:19 2009 -0700

    Merge branch 'qtmake' of address@hidden:trondeau into master
    
    * 'qtmake' of address@hidden:trondeau:
      Removing ifs to clean up build system. Make no longer rebuilds gr-qtgui 
if no changes are made and also passes 'make distcheck'.

commit b41666e7c0fe2a8075efc14b273f74bd838f6564
Author: Tom <address@hidden>
Date:   Tue Oct 13 22:46:51 2009 -0400

    Removing ifs to clean up build system. Make no longer rebuilds gr-qtgui if 
no changes are made and also passes 'make distcheck'.

commit 70709caa2cc5990df6e735186e0d7db97f6a0944
Author: Johnathan Corgan <address@hidden>
Date:   Sun Oct 4 08:54:41 2009 -0700

    Added run-to-completion to demod_hrpt_file.grc

commit f6e6c0b7138e9b8749b6a3b8bd01d5eeabb69947
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 3 15:11:30 2009 -0700

    Added timing adjustment for zero crossings at bit edges

commit c39a8c449b6a766ca5496c0f3e255b15c40c690d
Merge: 6b0bbd5 6b626de
Author: Johnathan Corgan <address@hidden>
Date:   Tue Oct 13 13:32:39 2009 -0700

    Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou
    
    This merge fixes libusb build machinery to work for Cygwin, Darwin, Ubuntu,
    and F11.
    
    * 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou:
      usrp: Applied patch from Michael Dickens for Darwin libusb
      usrp: Applied patch from Don Ward for Cygwin libusb
      fix to restart libusbok checking for non-PKGCONFIG
      usrp: Disabled libusb-1.0 debug output by default
      merged updated libusb checks with older version
      usrp: Enable debug output
      usrp: Reorg of libusb error reporting
      usrp: Added error checking on hash transfers
      augmented search for libusb

commit 6b0bbd512a12a1ec0309f0f8d38797c824ec1326
Author: Johnathan Corgan <address@hidden>
Date:   Tue Oct 13 13:07:19 2009 -0700

    Change calculation of docdir to remove trailer when in git development

commit 068c84168c35858197b18835ade10c8cebc180ae
Merge: 4df8356 e9e2ce0
Author: Johnathan Corgan <address@hidden>
Date:   Mon Oct 12 19:28:30 2009 -0700

    Merge branch 'fix/wxgui' of address@hidden:jblum
    
    * 'fix/wxgui' of address@hidden:jblum:
      fix so all handlers get called on event

commit 4df83569c130c1f4fe2aba3e1b5dd1419272f22f
Merge: 83ddffd 3eeb272
Author: Johnathan Corgan <address@hidden>
Date:   Mon Oct 12 18:46:56 2009 -0700

    Merge branch 'sync' of address@hidden:trondeau into master
    
    This merge adds polyphase clock recovery, implements new PAM demodulators
    that use it, and also moves GRC examples to gnuradio-examples component.
    
    See merge commit diff for updated files post merge.
    
    * 'sync' of address@hidden:trondeau: (54 commits)
      Reverting dqpsk to be mpsk_receiver based and not change its behavior.
      Fixing initialization of timing gains. Alpha should be < 1, and beta 
should be << 1.
      This splits the rate into a fractional an integer value, which allows the 
loop to adjust the fractional rate while the integer rate keeps the increments 
moving properly. Allows the max rate deviation to be independent of the integer 
rate. Scaling of the differential taps also allows alpha and beta to operate 
independent of the rate when fractional samples per symbol are used. Slightly 
more tolerant to large signal values, but they still should be close to +/-1.
      Fixing compiler warnings.
      Adding dqpsk2 block to makefile for installation.
      Adding DQPSK version that uses the PFB timing sync block (dqpsk2).
      Minor fixes for logging.
      Fixing import of UI file.
      Temporary working dbpsk2 example until we match everything.
      Working DBPSK implementation with new PFB clock recovery block. The 
feedforward AGC wasn't playing nicely, the frequency aquistion range was 
increased to swing half the sample rate in either direction, and the number of 
filter phases to use was increased to 32.
      A bit of code cleanup.
      Starting to rework QT app to control new PFB clock recovery alg.
      Making old dbpsk work again to compare against new version.
      Adding new DBPSK block with new PFB clock recovery alg.
      Revert "More additions to PAM timing simulation."
      More additions to PAM timing simulation.
      Using 2-PAM by default.
      Cleaning up GRC PAM timing example and adding ability to do M-ary PAM.
      Cleaning up constructor.
      Moving filter number decision to start work function.
      ...

commit e9e2ce03af5fb68e168be4e68ef4183a7eb775d5
Author: Josh Blum <address@hidden>
Date:   Mon Oct 12 18:35:10 2009 -0700

    fix so all handlers get called on event

commit 6b626de1518b3897f8707acd7b920f19cc15da94
Author: Michael Dickens <address@hidden>
Date:   Mon Oct 12 21:18:40 2009 -0400

    usrp: Applied patch from Michael Dickens for Darwin libusb
    
    Update usrp_libusb.m4 to work on Darwin for both libusb-legacy and libusb1

commit 4fad7bd5a431a113bf66459b8b4c7536671c9c14
Author: Josh Blum <address@hidden>
Date:   Mon Oct 12 15:44:17 2009 -0700

    simplfied the code while i was looking at it

commit 3eeb2720664ec7cb67e60d4f8a01b933ddba0143
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 12 18:41:24 2009 -0400

    Reverting dqpsk to be mpsk_receiver based and not change its behavior.

commit 6f6b022977a74596c19ae1b0748010a86abdfed2
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 12 18:36:55 2009 -0400

    Fixing initialization of timing gains. Alpha should be < 1, and beta should 
be << 1.

commit 77a3e7e8f2940b8a86d80518ebd7d39365f2c5be
Author: Don Ward <address@hidden>
Date:   Mon Oct 12 17:58:32 2009 -0400

    usrp: Applied patch from Don Ward for Cygwin libusb
    
    Moved the case statement after the call to AC_CHECK_LIB
    Initialized LIBS="" before calling AC_CHECK_LIB

commit c1ab962946bb05b8a20a0f19dd294eb3b3056142
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 12 17:55:17 2009 -0400

    This splits the rate into a fractional an integer value, which allows the 
loop to adjust the fractional rate while the integer rate keeps the increments 
moving properly. Allows the max rate deviation to be independent of the integer 
rate. Scaling of the differential taps also allows alpha and beta to operate 
independent of the rate when fractional samples per symbol are used. Slightly 
more tolerant to large signal values, but they still should be close to +/-1.

commit 2b60291c2883dbd3b85c6f694d830fa3ccf0a6e6
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 12 16:36:09 2009 -0400

    Fixing compiler warnings.

commit f3329805f5a801e799e671eefb370c6e6f6d36a8
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 12 16:04:47 2009 -0400

    Adding dqpsk2 block to makefile for installation.

commit 4d65d1d205c447375c75ed30e9c24ee868276bfd
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 12 16:04:21 2009 -0400

    Adding DQPSK version that uses the PFB timing sync block (dqpsk2).

commit 45d5eda3eb2069e963f913570e3de80184e0e6ce
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 12 16:03:47 2009 -0400

    Minor fixes for logging.

commit e8759914637f76918302e759d0298d6f59ce7635
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 12 16:03:10 2009 -0400

    Fixing import of UI file.

commit 5b74bb4d34f381fa8a8af1e1d96ea2d673a8be71
Merge: 57e810d 38d5389
Author: Josh Blum <address@hidden>
Date:   Mon Oct 12 12:16:12 2009 -0700

    Merge commit '38d5389f3054164a2f04d6e4e8fe381aa5ee03fc' into vrt

commit 52dcaf0d09f7a0a547dc287dca521ba855369de4
Merge: 1a8a812 f5ccf9d
Author: Thomas Tsou <address@hidden>
Date:   Mon Oct 12 14:26:55 2009 -0400

    Merge branch 'libusb-legacy-macports' into libusb-1.0

commit f5ccf9d4391b6a9e9f64b42543d45a00d31475c3
Author: Michael <address@hidden>
Date:   Mon Oct 12 13:51:05 2009 -0400

    fix to restart libusbok checking for non-PKGCONFIG

commit 517380207ba51fc127bc979dbc1d8bdc557145e6
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 12 13:28:27 2009 -0400

    Temporary working dbpsk2 example until we match everything.

commit 1a8a8124c8bb29326fae8803952eb1c02ca53083
Author: Thomas Tsou <address@hidden>
Date:   Mon Oct 12 13:22:24 2009 -0400

    usrp: Disabled libusb-1.0 debug output by default
    
    Debug output may generate excessive amounts of information.

commit cd963d806b7f324fd845c7b51ef20985000b774c
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 12 13:26:00 2009 -0400

    Working DBPSK implementation with new PFB clock recovery block. The 
feedforward AGC wasn't playing nicely, the frequency aquistion range was 
increased to swing half the sample rate in either direction, and the number of 
filter phases to use was increased to 32.

commit b5374350ea98bee6802976937f84ce91f1f721a6
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 12 13:21:59 2009 -0400

    A bit of code cleanup.

commit c97d1b08209f09a121950386f7af360aac26cc1b
Author: Michael <address@hidden>
Date:   Mon Oct 12 11:05:03 2009 -0400

    merged updated libusb checks with older version

commit 83ddffdaa968c5131228346b5f3f2ca123b759c7
Author: Josh Blum <address@hidden>
Date:   Fri Oct 9 11:19:03 2009 -0700

    add canonical options for copy enable param

commit 8526c6bdb330a2bccb99280dffe50de47ff439a5
Author: Josh Blum <address@hidden>
Date:   Sun Oct 11 22:18:42 2009 -0700

    Added num_ports to various blocks that have infinite ports possible in io 
signature.
    Also, added the gr stream mux block.

commit c49fc2debfbcbf6e8ab2100f7d20319b457792ee
Merge: a1faa30 58f8471
Author: Johnathan Corgan <address@hidden>
Date:   Sun Oct 11 08:42:37 2009 -0700

    Merge branch 'patches/dward' of address@hidden:jcorgan
    
    * 'patches/dward' of address@hidden:jcorgan:
      #include "config.h" in db_wbxng.cc (for timespec, nanosleep, etc.)
      Add flags and dependencies for MinGW/MSYS.
      Add dependence of gruel on guile; fixes ticket #410.
      Use gruel::mutex instead of pthread_mutex in gr_histo_sink_f.
      Add .gitattributes to fix CRLF problems on MinGW/MSYS

commit a1faa30ce3313e81e180792bea445fe0a961fe3c
Author: Matt Ettus <address@hidden>
Date:   Sun Oct 11 00:23:47 2009 -0700

    earliest beta files renamed to avoid confusion

commit 58f84719a2084142bd2fe008a7ff4b1f05b5a598
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 10 16:48:58 2009 -0700

    #include "config.h" in db_wbxng.cc (for timespec, nanosleep, etc.)
    
    Patch-by: Don Ward <address@hidden>

commit 212f623428ddfcd17021f4b431750305024626a1
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 10 16:47:09 2009 -0700

    Add flags and dependencies for MinGW/MSYS.
    
    Patch-by: Don Ward <address@hidden>

commit a34548979021f0e3511e486c7dbd8c509ae17640
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 10 16:42:53 2009 -0700

    Add dependence of gruel on guile; fixes ticket #410.
    
    Patch-by: Don Ward <address@hidden>

commit 36c3f0a064cdce1524e85147ac754c5a9621f372
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 10 16:39:49 2009 -0700

    Use gruel::mutex instead of pthread_mutex in gr_histo_sink_f.
    
    Patch-by: Don Ward <address@hidden>

commit 1618db8856067a723dbe6cca91e66fb49536da9f
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 10 16:38:37 2009 -0700

    Add .gitattributes to fix CRLF problems on MinGW/MSYS
    
    Patch-by: Don Ward <address@hidden>

commit 5657ff84eca261298910b46f89e20a6a50427df8
Author: Tom <address@hidden>
Date:   Fri Oct 9 18:22:44 2009 -0700

    Starting to rework QT app to control new PFB clock recovery alg.

commit 19e2cc4b27664a1e4fe64167b3846f3eba79db46
Author: Tom <address@hidden>
Date:   Fri Oct 9 18:21:36 2009 -0700

    Making old dbpsk work again to compare against new version.

commit 016fccfd58c68ad52fd845419f57e03370851b1f
Author: Tom <address@hidden>
Date:   Fri Oct 9 18:21:08 2009 -0700

    Adding new DBPSK block with new PFB clock recovery alg.

commit dda4ffec1f7aefe9271a9e0a3eff03f665138ed3
Author: Tom <address@hidden>
Date:   Fri Oct 9 16:55:37 2009 -0700

    Revert "More additions to PAM timing simulation."
    
    This reverts commit a524c6f494cfb3b88d1e55d3f1a35d97ec566c4e.

commit a524c6f494cfb3b88d1e55d3f1a35d97ec566c4e
Author: Tom <address@hidden>
Date:   Fri Oct 9 16:26:28 2009 -0700

    More additions to PAM timing simulation.

commit 25a8f7a8f09f37ea6f31ce02523170c64d71a561
Author: Josh Blum <address@hidden>
Date:   Fri Oct 9 16:02:22 2009 -0700

    use clean numbers for waterfall ref and range

commit 9a9582715d87521b53b1f0bb64dc8e133ce01954
Author: Josh Blum <address@hidden>
Date:   Fri Oct 9 15:35:43 2009 -0700

    tweaks to scope autoscaling

commit 9761acfa39bfcda99b09dad7c5b70d8abb1e6379
Author: Tom <address@hidden>
Date:   Fri Oct 9 14:52:13 2009 -0700

    Using 2-PAM by default.

commit 8c846fb7946fb58ad9573d05bed0a71f0ba1ae73
Author: Tom <address@hidden>
Date:   Fri Oct 9 14:34:39 2009 -0700

    Cleaning up GRC PAM timing example and adding ability to do M-ary PAM.

commit 3006298886b72b7d7da5c803c16f5b07b72a05ef
Author: Tom <address@hidden>
Date:   Fri Oct 9 14:33:39 2009 -0700

    Cleaning up constructor.

commit abbd0afddfec59a8a9bbf0d5da4625e1c28f4135
Author: Tom <address@hidden>
Date:   Fri Oct 9 14:03:33 2009 -0700

    Moving filter number decision to start work function.

commit baffe5aa1c39067b4b5777060bdbf84d3cb3c9fc
Author: Tom <address@hidden>
Date:   Fri Oct 9 14:02:04 2009 -0700

    Cleaning up unused variable and code.

commit 5c70f942f8b1f979b5a58ec9b58ae409fa077005
Author: Tom <address@hidden>
Date:   Fri Oct 9 13:57:52 2009 -0700

    Working fractional sample rates in clock recovery algorithm.

commit a154cc5c12ccf65b480ae86e0c984c4a66ad69a3
Author: Josh Blum <address@hidden>
Date:   Fri Oct 9 13:41:15 2009 -0700

    registered key to hide/show control panel in wxgui windows

commit 1bce7d89c205502ed933add1a5e97c86db0b0d80
Author: Tom <address@hidden>
Date:   Fri Oct 9 13:26:37 2009 -0700

    Chaning update for fractional sample rate into filter index.

commit 5c00e226ffa3a083be770c1564a1098f83c28e9f
Author: Josh Blum <address@hidden>
Date:   Fri Oct 9 13:26:30 2009 -0700

    Added window size param to all wxgui wrappers.
    Modified type parser to allow blank values in vector types as empty vectors.

commit 665e6c8dce582e4ba02997f8b93d48c107009554
Author: Thomas Tsou <address@hidden>
Date:   Fri Oct 9 15:10:13 2009 -0400

    usrp: Enable debug output
    
    This only works if libusb-1.0 is compiled with debug logging.

commit ee76323cc560dd3f5152408e13bf52f68e0c7954
Author: Thomas Tsou <address@hidden>
Date:   Sat Oct 3 12:26:24 2009 -0400

    usrp: Reorg of libusb error reporting
    
    Error messages rather than error codes are reported. Version specific
    libusb error messages originate from their respective calls.

commit 28d198f8d5f7f88130282d138b35f6b96fd404c3
Author: Josh Blum <address@hidden>
Date:   Fri Oct 9 11:19:03 2009 -0700

    add canonical options for copy enable param

commit 80841156673ff0e7eff376bceeeac9119f0e9493
Author: Tom <address@hidden>
Date:   Fri Oct 9 11:10:15 2009 -0700

    wip

commit d92ca50ebce9400307a0c6557f4ed44781909d50
Author: Thomas Tsou <address@hidden>
Date:   Fri Oct 2 12:37:06 2009 -0400

    usrp: Added error checking on hash transfers

commit 7ba8192e28713049324398f4b0c6d2eebdaa1fc7
Merge: 3a3cfaf 38d5389
Author: Johnathan Corgan <address@hidden>
Date:   Thu Oct 8 22:12:41 2009 -0700

    Merge branch 'wip/wxgui' of http://gnuradio.org/git/jblum
    
    * 'wip/wxgui' of http://gnuradio.org/git/jblum:
      using gr copy in the wxgui connect, added gr copy to grc xml
      Added gr.copy(itemsize) block
      point label transpareny, horizontal offset, and toggle on/off capability
      simplify some params
      moved the wxgui connect helper functions into the wrapper class
      making use of update ui event
      setup special wxgui connect on sinks, needs testing
      working special connect for fftsink
      work on a special connect function that registers a callback
      added bind to visible event function to callback when visibility changes 
within tabs

commit 38d5389f3054164a2f04d6e4e8fe381aa5ee03fc
Author: Josh Blum <address@hidden>
Date:   Thu Oct 8 21:46:53 2009 -0700

    using gr copy in the wxgui connect, added gr copy to grc xml

commit 90b8b4cc8c53c963f8b0cf4bbc50277c031c3213
Author: Tom <address@hidden>
Date:   Thu Oct 8 21:40:16 2009 -0700

    Working on allowing fractional samples per symbol.

commit 11075f75c05ead044bfdd0ff45709f6b5ee9326c
Merge: 23fa918 075cdb9
Author: Josh Blum <address@hidden>
Date:   Thu Oct 8 20:54:32 2009 -0700

    Merge branch 'wip/wxgui' of http://gnuradio.org/git/jcorgan into wip/wxgui

commit 075cdb9903a47bec0695e996e44e017a7d3720e7
Author: Johnathan Corgan <address@hidden>
Date:   Thu Oct 8 20:53:16 2009 -0700

    Added gr.copy(itemsize) block
    
    set_enabled(bool) will either copy from input to output (True)
    or drop the input on the floor (False).

commit 23fa9183aca592865c0652f87709950af5ccd011
Author: Josh Blum <address@hidden>
Date:   Thu Oct 8 20:12:34 2009 -0700

    point label transpareny, horizontal offset, and toggle on/off capability

commit 82d944f7eecb86210e6a36cf5218a0fec133e3d6
Author: Michael <address@hidden>
Date:   Thu Oct 8 17:21:15 2009 -0400

    augmented search for libusb

commit a8d8b8355478ac127efb775d4f6e900f1c830090
Author: Tom <address@hidden>
Date:   Wed Oct 7 20:53:30 2009 -0700

    Adding channel model to simulation to test frequency offset.

commit 3a3cfaf293a46d83ffb905de04b43f3b1ff07d88
Author: Josh Blum <address@hidden>
Date:   Wed Oct 7 20:31:04 2009 -0700

    tweaks to the search

commit fcc492b0cdeca4163dd8df47cda00f9ec3a1a38c
Author: Josh Blum <address@hidden>
Date:   Wed Oct 7 20:17:02 2009 -0700

    a working block tree search

commit a9a81b990895b4cc19d7a0817ec9e4677f0a870b
Author: Josh Blum <address@hidden>
Date:   Wed Oct 7 19:22:03 2009 -0700

    added noaa to extract doc matcher

commit dfa5e0a5bccb6b3539c1230281b5bec60196f8a2
Author: Josh Blum <address@hidden>
Date:   Wed Oct 7 18:47:21 2009 -0700

    simplify some params

commit 7b527030c4f2e207f93942a884ad9bac772db5cc
Author: Tom <address@hidden>
Date:   Wed Oct 7 18:32:35 2009 -0700

    Adding imaginary stream to PAM demo to test IQ sync. Also properly setting 
beta at runtime from GRC block.

commit 521f3e514a7e8a887ba7a35b81d255e85fbcabc1
Author: Tom <address@hidden>
Date:   Wed Oct 7 18:31:50 2009 -0700

    Working sync for QPSK

commit 64a5167c53eeb2d2a657507397b402abe22f67b6
Author: Josh Blum <address@hidden>
Date:   Wed Oct 7 18:01:56 2009 -0700

    moved the wxgui connect helper functions into the wrapper class

commit eeea619b80578665fd470f850c390d4aa6782336
Author: Tom <address@hidden>
Date:   Wed Oct 7 17:45:19 2009 -0700

    More stable version of clock sync.

commit 1e8aefecdc607de260c1797aba27eb1598b9e7b8
Author: Josh Blum <address@hidden>
Date:   Wed Oct 7 11:52:33 2009 -0700

    making use of update ui event

commit 3b7c8a448cbd53b394cc405357ad0831096066f5
Author: Tom <address@hidden>
Date:   Wed Oct 7 11:02:44 2009 -0700

    Clipping the rate of the clock recovery helps track large changes.

commit af5e21e35cda1d9d3e4bd659364dafe181274064
Author: Josh Blum <address@hidden>
Date:   Wed Oct 7 09:48:24 2009 -0700

    setup special wxgui connect on sinks, needs testing

commit 30e016dd9cf7c148d3119f01ba7dd4d6474efa50
Author: Johnathan Corgan <address@hidden>
Date:   Wed Oct 7 09:11:13 2009 -0700

    Applied patch from Don Ward for Cygwin platform
    
    Add *.exe to .gitignore
    Restore ac_compiler in gr_fortran.m4 even when no Fortran was found
    Add $(NO_UNDEFINED) to LDFLAGS in atsc Makefile.am, so shared libraries
     will be built
    Change the order of searching pmt/libpmt-qa.la and libgruel.la in gruel
     Makefile.am so references to libgruel from limpmt-qa will be resolved

commit bbecdd8372f57d49ad0046d9d096f322059005cb
Author: Josh Blum <address@hidden>
Date:   Wed Oct 7 01:47:38 2009 -0700

    working special connect for fftsink

commit 1f8e1248f70c4165e4a88b1bac9e9dec903cd668
Author: Tom <address@hidden>
Date:   Tue Oct 6 23:19:15 2009 -0700

    Adding better scope sink defaults.

commit 645ab0cfa4ab46e057ab4df74066ab434ad5b90a
Author: Josh Blum <address@hidden>
Date:   Tue Oct 6 22:28:09 2009 -0700

    work on a special connect function that registers a callback

commit 69d09a30b38567c3ae33a227a3959aee43c721a7
Author: Josh Blum <address@hidden>
Date:   Tue Oct 6 21:52:41 2009 -0700

    added bind to visible event function to callback when visibility changes 
within tabs

commit da451d5d8b85cde797658415f0186d248f2f53dd
Author: Tom <address@hidden>
Date:   Tue Oct 6 19:44:58 2009 -0700

    Fixing previous checkin

commit 45286cd769e42c325b7c65a2f0a96757e2e97b97
Author: Tom <address@hidden>
Date:   Tue Oct 6 19:31:45 2009 -0700

    Adding accessor functions for both alpha and beta.

commit 3a7863d31c47442a4691a8af781f87e2890f4aee
Merge: fc6d4f3 1a86e44
Author: Johnathan Corgan <address@hidden>
Date:   Tue Oct 6 19:29:07 2009 -0700

    Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou
    
    * 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou:
      usrp: Corrected build fix for libusb
      usrp: Removed unused file

commit fc6d4f39ca65a6b7db7ac8c521df43afab0d362d
Merge: 3f8026a 69caa7d
Author: Johnathan Corgan <address@hidden>
Date:   Tue Oct 6 18:17:18 2009 -0700

    Merge branch 'wip/wbxng' of address@hidden:jcorgan
    
    * 'wip/wbxng' of address@hidden:jcorgan:
      Clean up for work-in-progress
      Integrated gain control for TX and RX of wbxng
      Enabled RX Baseband
      First Functional TX modulator
      Locking, controllable synthesizer on TX and RX
      Able to tune RX VCO, observe R and N divider output on MUXOUT
      twiddling gpio successfully
      Clean build
      Initial compile of wbxng, properly sets db IDs

commit dd7adee2762b62adf80c3e4fa87d42557a7a78d2
Author: Tom <address@hidden>
Date:   Tue Oct 6 18:15:11 2009 -0700

    Fixing io signature for debug outputs.

commit 294be2757673d2be26cdb8a51acecfbc36f6b2fb
Merge: a9ce8f9 29fed0b
Author: Matt Ettus <address@hidden>
Date:   Tue Oct 6 18:08:10 2009 -0700

    Merge branch 'wip/examples' of http://gnuradio.org/git/jblum into sync

commit a9ce8f917e94024f74d021079d8b71077dc3f220
Author: Matt Ettus <address@hidden>
Date:   Tue Oct 6 18:08:01 2009 -0700

    progress

commit 29fed0b4e92d862f43d75f364aa028b6658e76c3
Author: Josh Blum <address@hidden>
Date:   Tue Oct 6 18:04:38 2009 -0700

    removed unused git ignores

commit ccca4c7d043bd5e14e48c67880da498c7d578734
Author: Josh Blum <address@hidden>
Date:   Tue Oct 6 18:00:21 2009 -0700

    moved grc examples to gnuradio-examples/grc

commit 1661deaf5732118c6cb8d0c91cdcaf4f12b80932
Merge: d3c44ab 10a573e
Author: Matt Ettus <address@hidden>
Date:   Tue Oct 6 17:56:38 2009 -0700

    Merge branch 'sync' of http://gnuradio.org/git/trondeau into sync

commit 10a573eb24a2c78c090a7a62614a8610f4ee17e1
Author: Tom <address@hidden>
Date:   Tue Oct 6 17:56:25 2009 -0700

    Adding ports to GRC file for new debug outputs

commit d3c44ab5ea730c973588e5a590543df01372109c
Author: Matt Ettus <address@hidden>
Date:   Tue Oct 6 17:56:20 2009 -0700

    added more ports

commit 59adecb4420515eedc4cc9f4266ac40a91fc3dcc
Merge: 841df70 2ba90eb
Author: Tom <address@hidden>
Date:   Tue Oct 6 17:55:17 2009 -0700

    Merge branch 'sync' of http://gnuradio.org/git/matt into sync

commit 841df70f5dd03dbb0a1a1df261fda43a8ced3f77
Merge: af609b2 3159eba
Author: Tom <address@hidden>
Date:   Tue Oct 6 17:53:30 2009 -0700

    Merge branch 'wip/sync' of http://gnuradio.org/git/jcorgan into sync

commit 69caa7dce5a58b39614b1aba99c2dd71b38af322
Author: Johnathan Corgan <address@hidden>
Date:   Tue Oct 6 17:50:59 2009 -0700

    Clean up for work-in-progress
    
    Copyright updates
    Trailing whitespace cleanup
    Move private headers out of install
    Use standard include guards
    Code cleanup

commit af609b2ba2abcff069412e1348156dcec7981ff8
Author: Tom <address@hidden>
Date:   Tue Oct 6 17:49:49 2009 -0700

    Adding more outputs for debugging.

commit d887d011b17c10da0ba1513bfbd7067146ac2a33
Author: Matt Ettus <address@hidden>
Date:   Tue Oct 6 17:44:56 2009 -0700

    with frac delay

commit e2612e3994ffaab720546d258f5e4546437262eb
Merge: 69dd1ee 2ba90eb
Author: Josh Blum <address@hidden>
Date:   Tue Oct 6 17:36:25 2009 -0700

    Merge branch 'sync' of http://gnuradio.org/git/matt into wip/examples

commit 1a86e44fe225e412cad32dd16e2583effb4c701e
Author: Thomas Tsou <address@hidden>
Date:   Tue Oct 6 18:43:30 2009 -0400

    usrp: Corrected build fix for libusb

commit 2ba90eb8f05a35f1438d2654fb8ca3490ca4fbbd
Merge: 2d93968 9d3f297
Author: Matt Ettus <address@hidden>
Date:   Tue Oct 6 15:38:07 2009 -0700

    Merge branch 'sync' of http://gnuradio.org/git/trondeau into sync

commit 2d93968cd63aa89cbd218f7d70ed2ae44393bab1
Author: Matt Ettus <address@hidden>
Date:   Tue Oct 6 15:37:30 2009 -0700

    rename and make output optional

commit 9d3f297ded7d78e49760c17696df49a5a7f920f8
Author: Tom <address@hidden>
Date:   Tue Oct 6 15:19:12 2009 -0700

    Changinging behavior of parameter update for PFB clock recovery alg.

commit 28e710b3cfb5d23320d307a6e17850d3b4f25529
Merge: 3087d96 3159eba
Author: Matt Ettus <address@hidden>
Date:   Tue Oct 6 15:07:48 2009 -0700

    Merge branch 'wip/sync' of http://gnuradio.org/git/jcorgan into sync

commit 3159eba60cbf3a8ed2fee798e2bc0c557a284984
Author: Johnathan Corgan <address@hidden>
Date:   Tue Oct 6 14:56:43 2009 -0700

    Add gr.pfb_clock_recovery to GRC

commit 3087d962fb0bbd58a5ae7242ec5b638badb1f2c7
Author: Matt Ettus <address@hidden>
Date:   Tue Oct 6 14:22:09 2009 -0700

    no timing recovery yet, but creates RRC-PAM

commit c014a0926d24d0edf10ced7ce122d154b7e33f18
Author: Tom <address@hidden>
Date:   Tue Oct 6 13:50:54 2009 -0700

    Making second output port of PFB clock recovery optional.

commit bbd3df51732b2b63ae9d20e9fddd12229cf6b2ef
Merge: 314726a 3f8026a
Author: Tom <address@hidden>
Date:   Tue Oct 6 10:40:39 2009 -0700

    Merge branch 'master' into sync
    
    Conflicts:
        gr-utils/src/python/gr_plot_qt.py
        gr-utils/src/python/pyqt_plot.py
        gr-utils/src/python/pyqt_plot.ui

commit 314726ae7457b37f442a2751285b75b0d616c0f4
Author: Tom <address@hidden>
Date:   Tue Oct 6 10:29:06 2009 -0700

    Should not be clipping the error here.

commit 7f994ec592ba721dae56f08cea92441c7f572797
Author: Tom <address@hidden>
Date:   Tue Oct 6 10:26:57 2009 -0700

    Working with PFB clock recovery block.

commit eee064ca72cbc9779eaae2f20e18f74ff7925574
Author: Tom <address@hidden>
Date:   Tue Oct 6 10:24:38 2009 -0700

    Using PFB clock recovery for testing

commit 28bcffdea069764716a769eb3e344c748bc705f6
Author: Tom <address@hidden>
Date:   Tue Oct 6 10:23:47 2009 -0700

    wip on clock sync block; exposing set gain function

commit 271412d1781d875e31e7c851752ffacfedb9c325
Author: Tom <address@hidden>
Date:   Tue Oct 6 10:21:17 2009 -0700

    Updating display for better viewing on small screens

commit 3f8026a00c261c788357b3a04f5b338a6cda4d0e
Merge: 6192613 c6b4290
Author: Matt Ettus <address@hidden>
Date:   Tue Oct 6 00:33:39 2009 -0700

    Merge branch 'master' of http://gnuradio.org/git/gnuradio

commit 69dd1eedb8f5139589695c921f13ac7d14897ff6
Author: Josh Blum <address@hidden>
Date:   Mon Oct 5 18:36:38 2009 -0700

    added freq offset slider

commit b3bb6afe5311a915a1e13ac70629a477a5783da5
Author: Josh Blum <address@hidden>
Date:   Mon Oct 5 18:27:10 2009 -0700

    added mpsk demod example

commit bf0bbd9daf5360b5d1fb5f36dcb968d6bcd0fd60
Author: Jason Abele <address@hidden>
Date:   Thu Sep 24 16:12:26 2009 -0700

    Integrated gain control for TX and RX of wbxng

commit 48e2124c1eac6806d3259964d80348ad1d64214c
Author: Jason Abele <address@hidden>
Date:   Tue Sep 22 14:07:42 2009 -0700

    Enabled RX Baseband

commit 9aff67eeedcaf7c0fcca0fe2410ec2a3dbd4ea02
Author: Jason Abele <address@hidden>
Date:   Fri Sep 18 18:28:02 2009 -0700

    First Functional TX modulator

commit a85e0396f5adf1c4d72d81cbbead02e139a6d5af
Author: Jason Abele <address@hidden>
Date:   Mon Aug 24 16:20:03 2009 -0700

    Locking, controllable synthesizer on TX and RX
    
        set Charge Pump Current (Icp) per design guide on schem
        set R divider to 3, so that PFD inputs are ~21MHz
        set RF output enable even when looking for AUX

commit e4b5ce36f60652dba15ff4124b347c9a8b725d05
Author: Jason Abele <address@hidden>
Date:   Sun Aug 23 17:40:43 2009 -0700

    Able to tune RX VCO, observe R and N divider output on MUXOUT

commit 16951928760f44b729f3f67e3c6c279c3fef28c1
Author: Jason Abele <address@hidden>
Date:   Fri Aug 21 15:16:18 2009 -0700

    twiddling gpio successfully

commit ba4f8351cc3b74895f3f0a880ad25f51652cd94b
Author: Jason Abele <address@hidden>
Date:   Fri Aug 21 10:08:44 2009 -0700

    Clean build

commit 052e7a2c880edbc0dd55dc05d2758d3730cf9cb8
Author: Jason Abele <address@hidden>
Date:   Mon Aug 17 23:30:01 2009 -0700

    Initial compile of wbxng, properly sets db IDs

commit cf015f49e79e9f5add28121516418eb39c46cad4
Author: Tom <address@hidden>
Date:   Mon Oct 5 14:55:28 2009 -0400

    Adding ability to easily reload/reset file

commit 61926130bef20051001f97abfae4c16ffc7963f6
Author: Matt Ettus <address@hidden>
Date:   Mon Oct 5 02:15:10 2009 -0700

    Properly reset the fifos.  We didn't connect before.

commit c6b4290d73069e4e4f0f71b04a65b9670318e86d
Merge: 5649653 02a1467
Author: Johnathan Corgan <address@hidden>
Date:   Sun Oct 4 08:22:22 2009 -0700

    Merge branch 'grc' of http://gnuradio.org/git/jblum into master
    
    This restores functionality reverted in fd37328c
    
    * 'grc' of http://gnuradio.org/git/jblum:
      Added a run options to the "no gui" generate options.

commit 02a14678e889b09d41eaf903962733c47791c9cb
Author: Josh Blum <address@hidden>
Date:   Fri Sep 25 00:24:48 2009 -0700

    Added a run options to the "no gui" generate options.
    The user can select between run to completion and prompt for exit.
    
    Also fixed the props dialog is changed function to have better hashes.
    Now we hash a tuple of all "relevant" items which is "order aware".
    Since xoring the individual hashes proved faulty when 2 params alternated 
hiding.
    (cherry picked from commit fd37328c778ea8014e9ea9d932e61e5d229dd012)

commit 56496536e1e2b8f73079bd3dedc4e74b27fcad80
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 3 08:44:47 2009 -0700

    Added computed version number to configuration

commit 74fbff0ed3e93b8103eb01640329a9a37ebe5de2
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 3 18:38:35 2009 -0700

    Fix to restore ability to run 'make distcheck' from a VPATH

commit d155857dbe0e10203e622f1e02c65753f393fd58
Merge: 9752214 0aba348
Author: Thomas Tsou <address@hidden>
Date:   Sat Oct 3 16:33:11 2009 -0400

    Merge branch 'master' into libusb-1.0

commit 975221418c489cc34c00ecb6a47ab424d2d46662
Author: Thomas Tsou <address@hidden>
Date:   Sat Oct 3 16:24:34 2009 -0400

    usrp: Removed unused file

commit 0aba348525787c7deb3255e87e17187f6cc6f218
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 3 12:59:34 2009 -0700

    Fix missing update from last commit

commit d894a95ef6370f91ec14334e6b2b2f578a1cb090
Author: Thomas Tsou <address@hidden>
Date:   Fri Oct 2 21:46:41 2009 -0400

    usrp: Build fix for non-pkgconfig installs of libusb

commit 0cd478fdc090123e09b7ee21c88e5657abab8ae0
Merge: bf76534 f4a86cc
Author: Johnathan Corgan <address@hidden>
Date:   Thu Oct 1 14:24:08 2009 -0700

    Merge branch 'wip/libusb-1.0' of http://gnuradio.org/git/jcorgan into master
    
    This merge adds support for libusb1.0 in the usrp component.  To enable,
    you must add --with-fusb-tech=libusb1 to your configure command line.
    
    Existing support for libusb0.1 is retained, no changes are needed.
    
    Most of the work was done here by Thomas Tsou.
    
    * 'wip/libusb-1.0' of http://gnuradio.org/git/jcorgan: (32 commits)
      Cleanup in preparation for merge
      Add required include directory for new header organization
      Added config.h headers to fix win32 build
      Consolidate conditional headers into libusb_types.h, use automake
      Change write_internal_ram in usrp_prims to print signed error code
      Allow fusb_sysconfig to build on non-linux libusb-0.12 impls
      Comments for usrp_prims
      Removed internal functions from external header file
      Moved to single generated fusb.h, headers now generated out of lib 
directory
      Added copyright header
      Removed preprocessor declrs out of fusb.h and created separate 
fusb_libusb1_base.h
      Fixed libusb1 configure bug, libusb1 updates for previous usrp_prims 
integration
      Commonized more usrp_prims code and renamed libusb-0.12 files to libusb0
      Fixed bug usb_control_transfer bug
      Combined additiona usrp_prims code
      Fix glitch from previous commit
      changes to build on windows / cygwin
      Re-added non pkgconfig support for libusb
      Autoconf support for checking the required version of libusb based on 
fusb-tech
      Use default arguments instead of overloaded virtual constructors for 
cleaner interface
      ...

commit f4a86ccaa23e7e513dbbfa45456ea5783c106ec0
Author: Johnathan Corgan <address@hidden>
Date:   Thu Oct 1 13:51:03 2009 -0700

    Cleanup in preparation for merge
    
    Fix trailing whitespace
    Use standard include guards
    Add more missing config.h includes
    Fixup emacs mode strings
    Update copyright notices

commit 6f820db7a8076d38eb2633f44916e2328708ea42
Author: Johnathan Corgan <address@hidden>
Date:   Thu Oct 1 12:47:24 2009 -0700

    Add required include directory for new header organization

commit bf76534044a1bbcc665f0400a53d1070cae8caf0
Merge: e5b76a1 4743bf7
Author: Johnathan Corgan <address@hidden>
Date:   Thu Oct 1 11:00:25 2009 -0700

    Merge branch 'new_eth' of http://gnuradio.org/git/matt into master
    
    * 'new_eth' of http://gnuradio.org/git/matt: (42 commits)
      Fix warnings, mostly from implicitly defined wires or unspecified widths
      fullchip sim now compiles again, after moving eth and models over to new 
simple_gemac
      remove unused opencores
      remove debugging code
      no idea where this came from, it shouldn't be here
      Copied wb_1master back from quad radio
      Remove old mac.  Good riddance.
      remove unused port
      More xilinx fifos, more clean up of our fifos
      might as well use a cascade fifo to help timing and give a little more 
capacity
      fix a typo which caused tx glitches
      Untested fixes for getting serdes onto the new fifo system.  Compiles, at 
least
      Implement Eth flow control using pause frames
      parameterized fifo sizes, some reformatting
      remove unused old style fifo
      allow control of whether or not to honor flow control, adds some debug 
lines
      debug the rx side
      no longer used, replaced by newfifo version
      remove special last_line adjustment from ethernet port
      Firmware now inserts mac source address value in each frame.
      ...

commit 152b281b03ab6386938c2cec4394b998c4bb44ef
Author: Thomas Tsou <address@hidden>
Date:   Thu Oct 1 13:33:33 2009 -0400

    Added config.h headers to fix win32 build

commit 4743bf771fed8405b08194d8c7fb72bf8110eab3
Author: Matt Ettus <address@hidden>
Date:   Thu Oct 1 01:02:25 2009 -0700

    Fix warnings, mostly from implicitly defined wires or unspecified widths

commit 21e931766545ff93dda5ef1b72dd03f3786967ab
Author: Matt Ettus <address@hidden>
Date:   Thu Oct 1 00:21:24 2009 -0700

    fullchip sim now compiles again, after moving eth and models over to new 
simple_gemac

commit 413d26237e93b8b019c719ed186e228a8eeb41b8
Author: Matt Ettus <address@hidden>
Date:   Thu Oct 1 00:06:11 2009 -0700

    remove unused opencores

commit 147de5cd3e57a07914673a31fb73a35ebf18b3a2
Author: Matt Ettus <address@hidden>
Date:   Wed Sep 30 19:55:05 2009 -0700

    remove debugging code

commit d37030e27d9e9c922b432c04252b1636f5160c3c
Merge: 4dfa2ad 016b2fb
Author: Matt Ettus <address@hidden>
Date:   Wed Sep 30 19:12:23 2009 -0700

    Merge branch 'new_wb_intercon' into new_eth
    
    Functionality should not change at all
    
    Conflicts:
        usrp2/fpga/top/u2_core/u2_core.v

commit 4dfa2ad7deab0a89784906b377dbea271ba08118
Merge: 1e3521c c88f64a
Author: Matt Ettus <address@hidden>
Date:   Wed Sep 30 18:59:54 2009 -0700

    Merge branch 'master' into new_eth

commit 1e3521c90f63e70e8ec4dc97574bc8b46366fc1e
Author: Matt Ettus <address@hidden>
Date:   Wed Sep 30 18:37:47 2009 -0700

    no idea where this came from, it shouldn't be here

commit 016b2fb7b8da8bf10e7ee9e6465adb8d317c0a43
Author: Matt Ettus <address@hidden>
Date:   Wed Sep 30 17:35:14 2009 -0700

    Copied wb_1master back from quad radio
    
    more sane config options, should be exactly the same memory map

commit e5b76a1b9239f560b3aad21d56a7b417f3c8b0b5
Author: Matt Ettus <address@hidden>
Date:   Tue Sep 29 22:35:38 2009 -0700

    Enable pps interrupts.  Not sure why they were disabled in the first place.

commit df4edacd55663aecee58a9b3f95cbc08bceaab81
Author: Johnathan Corgan <address@hidden>
Date:   Tue Sep 29 18:29:44 2009 -0700

    Consolidate conditional headers into libusb_types.h, use automake

commit 57e810d3f07909947a9fb2daeb507b439d5f4f50
Author: Josh Blum <address@hidden>
Date:   Tue Sep 29 15:34:58 2009 -0700

    added access methods for gps stuff

commit 85a8e6cdb0fb05b12b071c81f9eb025b380fb155
Author: Josh Blum <address@hidden>
Date:   Mon Sep 28 19:04:38 2009 -0700

    added access methods and parsing for caldiv if context

commit c88f64ad42a8473a1749275c0e579284b20eb283
Merge: fb4883e 745a362
Author: Johnathan Corgan <address@hidden>
Date:   Mon Sep 28 17:52:53 2009 -0700

    Merge branch 'wip/gr-noaa' of http://gnuradio.org/git/jcorgan into master
    
    * 'wip/gr-noaa' of http://gnuradio.org/git/jcorgan:
      Restored original HRPT GUI script and documented various script choices.
      Renamed simplified HRPT script to allow restoring original
      General improvements in HRPT receiver

commit fb4883e9d4b6d4b25f4167d074a51eb109c69e93
Author: Thomas Tsou <address@hidden>
Date:   Mon Sep 28 18:14:31 2009 -0400

    Removed multiple install of noaa_swig.i from Makefile.am

commit 1c528febdac158b3fe898a8cb37ac37f8f4fee61
Author: Josh Blum <address@hidden>
Date:   Mon Sep 28 12:14:32 2009 -0700

    use existing utility method

commit 745a36295016a08bcf8e81e0246b53cd1a487716
Author: Johnathan Corgan <address@hidden>
Date:   Sun Sep 27 13:46:00 2009 -0700

    Restored original HRPT GUI script and documented various script choices.

commit db2f60baf542ac35151eb7084e274701861bacc5
Author: Johnathan Corgan <address@hidden>
Date:   Sun Sep 27 13:34:20 2009 -0700

    Renamed simplified HRPT script to allow restoring original

commit ec8c8e0e9d68383279b0fb51a52adf04f11fd88a
Author: Johnathan Corgan <address@hidden>
Date:   Sun Sep 27 10:15:04 2009 -0700

    General improvements in HRPT receiver
    
    Added usrp_rx_hrpt_nogui script
    Simplified usrp_rx_hrpt script for lower CPU usage
    Changed matched filtering taps to be whole symbol

commit e3902a9557e2a8c8bdd1e86fab30d754e909f843
Author: Josh Blum <address@hidden>
Date:   Fri Sep 25 19:04:35 2009 -0700

    reading the lo back and storing it

commit 3cb87bce0f8f20912a16f54e03d37f9fef4e0c3f
Author: Josh Blum <address@hidden>
Date:   Fri Sep 25 17:28:52 2009 -0700

    use the new htonll and vrt types to send cal and lo freqs

commit 2532270b7db5be724c390bddde8b0e490f98fe6f
Author: Josh Blum <address@hidden>
Date:   Fri Sep 25 16:54:50 2009 -0700

    checking for if context packets and setting up the payload pointer and size

commit 4036435eeebee7e3653c5b8ad694c77515d5a3ea
Author: Josh Blum <address@hidden>
Date:   Fri Sep 25 15:57:20 2009 -0700

    Reading 64 bit freq out of chunk of context packet.
    Where is the rest of my context packet?
    Added htonll and ntohll in gruel inet.h
    Fixed vrt/types.h freq cast

commit fd23d8e0b0f457b2b8b0db19bb74e6bac21189bb
Author: Josh Blum <address@hidden>
Date:   Fri Sep 25 13:56:43 2009 -0700

    copied over vrt context and type headers, updated bits.h as well

commit 9a64a37f23ea4ea7571ad6dff873a2b43551b9aa
Merge: 368d4a0 dcd4b6e
Author: Johnathan Corgan <address@hidden>
Date:   Fri Sep 25 13:24:53 2009 -0700

    Merge branch 'grc' of http://gnuradio.org/git/jblum
    
    * 'grc' of http://gnuradio.org/git/jblum:
      hash the tuple of hashes to id the current params

commit 368d4a0be388cd052510b06a3f3ddfbdf48be024
Merge: 5d1ce94 7b21050
Author: Johnathan Corgan <address@hidden>
Date:   Fri Sep 25 13:14:58 2009 -0700

    Merge branch 'gr-noaa-fixes' of http://gnuradio.org/git/balister into master
    
    * 'gr-noaa-fixes' of http://gnuradio.org/git/balister:
      Add missing cstdio include for gcc 4.4 compatibility.

commit 7b210507ae0f666e4e4f0ff5acf2abb0b803de74
Author: Philip Balister <address@hidden>
Date:   Fri Sep 25 15:57:37 2009 -0400

    Add missing cstdio include for gcc 4.4 compatibility.

commit dcd4b6efd6e0a0130fbdc8f8aa5db1bc182e653f
Author: Josh Blum <address@hidden>
Date:   Fri Sep 25 12:54:33 2009 -0700

    hash the tuple of hashes to id the current params

commit 5d1ce94095bd2120a2fd2df087aae45085f53989
Author: Johnathan Corgan <address@hidden>
Date:   Fri Sep 25 12:27:29 2009 -0700

    Revert "Merge branch 'grc' of http://gnuradio.org/git/jblum";
    
    This reverts commit 06281feea16143ca97a77348f72e1c6dd0616c57.

commit 06281feea16143ca97a77348f72e1c6dd0616c57
Merge: ac4dd2f fd37328
Author: Johnathan Corgan <address@hidden>
Date:   Fri Sep 25 11:58:45 2009 -0700

    Merge branch 'grc' of http://gnuradio.org/git/jblum
    
    * 'grc' of http://gnuradio.org/git/jblum:
      Added a run options to the "no gui" generate options.

commit ac4dd2f70f90081f5ae945a4fb1b585dc6326bb9
Author: Johnathan Corgan <address@hidden>
Date:   Fri Sep 25 11:29:49 2009 -0700

    Add missing include file in gnuradio-core

commit 7ea3f2bd1755b260182ebbc2953aea1b3efcc4b1
Merge: 16474a0 2af8610
Author: Johnathan Corgan <address@hidden>
Date:   Fri Sep 25 08:06:45 2009 -0700

    Merge branch 'wip/deb' of http://gnuradio.org/git/jcorgan
    
    * 'wip/deb' of http://gnuradio.org/git/jcorgan:
      Misc. packaging tweaks
      Merged Bdale's 3.2.2-1 packaging

commit 2af86109a0645d5f014205f519f50da22cc7cda9
Author: Johnathan Corgan <address@hidden>
Date:   Fri Sep 25 07:05:13 2009 -0700

    Misc. packaging tweaks
    
    Note gcell/apps/gen_script.py needs to use git
    Install gnuradio-config-info in libgnuradio-core0
    Add pfb examples to gnuradio-examples
    Add missing python files in gnuradio-examples

commit fd37328c778ea8014e9ea9d932e61e5d229dd012
Author: Josh Blum <address@hidden>
Date:   Fri Sep 25 00:24:48 2009 -0700

    Added a run options to the "no gui" generate options.
    The user can select between run to completion and prompt for exit.
    
    Also fixed the props dialog is changed function to have better hashes.
    Now we hash a tuple of all "relevant" items which is "order aware".
    Since xoring the individual hashes proved faulty when 2 params alternated 
hiding.

commit 5c46578ba936de57e80594540804c964aa408f73
Merge: 35ada01 16474a0
Author: Matt Ettus <address@hidden>
Date:   Thu Sep 24 22:34:06 2009 -0700

    Merge commit 'origin' into new_eth
    
    Conflicts:
        .gitignore

commit 16474a0adb44dc81a8338a9c4a9a6dcab6f6328f
Merge: 3c9b9b5 ef5a732
Author: Johnathan Corgan <address@hidden>
Date:   Thu Sep 24 15:51:26 2009 -0700

    Merge branch 'rx_mimo_hb_sync' of http://gnuradio.org/git/matt
    
    * 'rx_mimo_hb_sync' of http://gnuradio.org/git/matt:
      Synchronize the internal phase of the halfband filters to the

commit 047540337c60a4856d573d6919efd6a0ed3f491f
Author: Johnathan Corgan <address@hidden>
Date:   Thu Sep 24 15:35:07 2009 -0700

    Merged Bdale's 3.2.2-1 packaging
    
    Three-way merge on files (3.2.2->bdale, 3.2.2->3.3git)
    Merged control, rules, install, copyright, changelog
    File renames to accomodate package renames
    3.3git items updated to follow new pattern
    Updated copyright notification
    Some manual fixups needed

commit ef5a7328480827084d6c86e71f54c66bb42a2645
Author: Matt Ettus <address@hidden>
Date:   Thu Sep 24 12:33:22 2009 -0700

    Synchronize the internal phase of the halfband filters to the
    start of the "run" signal.  This is important for MIMO.  Bug
    reported by Christoph Hein and Hanwen .

commit 3c9b9b58f4ba22245f573da8d40d34b8fb5520ce
Author: Johnathan Corgan <address@hidden>
Date:   Thu Sep 24 11:49:19 2009 -0700

    Acknowledging the obvious

commit 4bb01619d8a082bcf412762f3ee147e8cd4b37dd
Author: Johnathan Corgan <address@hidden>
Date:   Wed Sep 23 19:11:36 2009 -0700

    Fix missing type specifier for mask

commit d3a651aa194620d83dc61cac23f6887b6e4fd23e
Merge: 18cd622 2afcae4
Author: Johnathan Corgan <address@hidden>
Date:   Wed Sep 23 18:17:15 2009 -0700

    Merge branch 'wip/gr-noaa' of http://gnuradio.org/git/jcorgan into master
    
    * 'wip/gr-noaa' of http://gnuradio.org/git/jcorgan:
      Added README and updated configuration requirements
      Split HRPT script into live receive and post-processing
      Dumps HRPT frames to text file similar to specification document
      Added skeleton HRPT decoder block
      Updated HRPT receiver to read files recorded as shorts
      Add HRPT word output to deframer
      Reorganization of directories
      Added HRPT deframer block
      Changed synchronizer to output sliced bits.
      Updated HRPT blocks/scripts for testing.  Seeing good minor frame sync's.
      Implemented crude timing recovery using zero crossings but no resampling
      Work in progress, incomplete
      Update rx_poes script to filter prior to PLL.
      Created new gr-noaa top-level component.

commit 18cd6228abbd66d5be283745b5e8f8fca94c3ad2
Merge: 7d8dd5e 8039430
Author: Johnathan Corgan <address@hidden>
Date:   Wed Sep 23 18:15:59 2009 -0700

    Merge branch 'grc' of http://gnuradio.org/git/jblum into master
    
    * 'grc' of http://gnuradio.org/git/jblum:
      xor that hash
      bug fix for handling loading of dynamic params

commit 962a57badaa349da12ca552f4752329aabd4ac6f
Author: Thomas Tsou <address@hidden>
Date:   Wed Sep 23 17:50:48 2009 -0400

    Change write_internal_ram in usrp_prims to print signed error code

commit 2afcae4f01e19d3973f3fc0eb6db50dc9dcb7098
Author: Johnathan Corgan <address@hidden>
Date:   Wed Sep 23 11:56:19 2009 -0700

    Added README and updated configuration requirements

commit 7c4b43a1a4b3ff6c99fe96805f8d4518a22eb0a5
Author: Johnathan Corgan <address@hidden>
Date:   Wed Sep 23 11:40:19 2009 -0700

    Split HRPT script into live receive and post-processing
    
    Cleanup debug info
    Created 'demod_hrpt_file.py'
    Updated 'usrp_rx_hrpt.py' with GUI, USRP, and config file

commit 6e71986985a157000cb41717cbce5b83e713e177
Author: Eric Blossom <address@hidden>
Date:   Wed Sep 23 05:46:44 2009 -0700

    Dump IF-Context packets in hex.

commit ec52b1c2e99cfa8a44943f47cad00b4c9862602b
Author: Eric Blossom <address@hidden>
Date:   Wed Sep 23 05:38:07 2009 -0700

    use gruel/inet.h instead of arap/inet.h

commit 7e9c7be46de8329c1aa884197378246d54cf05cd
Author: Eric Blossom <address@hidden>
Date:   Wed Sep 23 04:53:58 2009 -0700

    fix white space

commit 77ad7e778d668a2bddc9bf431088b586707bd279
Author: Josh Blum <address@hidden>
Date:   Tue Sep 22 11:17:29 2009 -0700

    made rxdspno a parameter for: start/stop streaming, and quadradio32fc

commit 751e1a0608cb51525f78fe5476be46ef6e461774
Author: Johnathan Corgan <address@hidden>
Date:   Sun Sep 20 19:57:30 2009 -0700

    Dumps HRPT frames to text file similar to specification document

commit f8fcb642dabca11870886c53dfdff66c86774db0
Author: Johnathan Corgan <address@hidden>
Date:   Sun Sep 20 19:32:30 2009 -0700

    Added skeleton HRPT decoder block

commit 789435387ab3a886cd33304f4f47d60456765b70
Author: Johnathan Corgan <address@hidden>
Date:   Sun Sep 20 19:10:10 2009 -0700

    Updated HRPT receiver to read files recorded as shorts

commit 35ada01aa8ae838d6d75bf063725218fa7e18f5f
Merge: ab47612 8bb9923
Author: Matt Ettus <address@hidden>
Date:   Sun Sep 20 17:30:27 2009 -0700

    Merge branch 'serdes_newfifo' into new_eth

commit 2628e9cddc43d57a3346e240c8f7e58722bc61f1
Author: Johnathan Corgan <address@hidden>
Date:   Sun Sep 20 12:47:34 2009 -0700

    Add HRPT word output to deframer
    
    Put in half bit width matched filter
    Change default sync_alpha to 0.05

commit e2216220f85d3e9d93db3946aa0e68e59309d1c2
Author: Johnathan Corgan <address@hidden>
Date:   Sun Sep 20 09:49:10 2009 -0700

    Reorganization of directories
    
    Moved apps into own directory
    Added (empty) python directory

commit ce9a41e69f5e3b9e0280d22fa778d167c3982db7
Author: Johnathan Corgan <address@hidden>
Date:   Tue Sep 8 21:08:29 2009 -0700

    Added HRPT deframer block

commit b7d1c551fb374a0e5219fbb4d118f3f19f448393
Author: Johnathan Corgan <address@hidden>
Date:   Tue Sep 8 16:52:37 2009 -0700

    Changed synchronizer to output sliced bits.

commit 65bcd58b65219408268e5db1b8fbafb2d3ccc215
Author: Johnathan Corgan <address@hidden>
Date:   Mon Sep 7 13:22:16 2009 -0700

    Updated HRPT blocks/scripts for testing.  Seeing good minor frame sync's.
    
    * Change PLL and SYNC blocks to output floats
    * Correct bit sense
    * Update RX script to record ascii bits

commit 225d3141a7f4754eae5a1a041e1d18dc38131772
Author: Johnathan Corgan <address@hidden>
Date:   Sat Aug 29 13:24:58 2009 -0700

    Implemented crude timing recovery using zero crossings but no resampling

commit 6b6a5522e0b1d12ef5d697b1067a87dfe584cec6
Author: Johnathan Corgan <address@hidden>
Date:   Sat Aug 29 11:12:37 2009 -0700

    Work in progress, incomplete
    
    * Renamed noaa.carrier_pll_cc to noaa.hrpt_pll_cc
    * Added nop noaa.hrpt_sync_cc
    * Renamed grc apps to use usrp_ prefix and protocol name
    * Installed grc generated scripts to path

commit a02a0e43d49d3bbb9a76ab8333f1bf8e25c48556
Author: Johnathan Corgan <address@hidden>
Date:   Sat Aug 22 13:10:08 2009 -0700

    Update rx_poes script to filter prior to PLL.

commit b6101982e270948b4a3185ee745ed76bb8661552
Author: Johnathan Corgan <address@hidden>
Date:   Sat Aug 15 12:30:45 2009 -0700

    Created new gr-noaa top-level component.
    
    Initial work:
    
    - Carrier recovery/mixer PLL block
    - Start of POES grc pipeline, recovers Manchester symbols only
    - Start of GOES grc pipeline, recovers BPSK symbols only

commit 7d8dd5e122e0201d96410eec6549b903881f8b3a
Author: Johnathan Corgan <address@hidden>
Date:   Sat Sep 19 20:38:24 2009 -0700

    Added CVSD encoder/decoder to GRC, example app
    
    Used blks2.cvsd* wrappers, not bare gnuradio.vocoder.cvsd*
    Example application sweeps 0-4KHz through encoder/decoder pair configured
    as Bluetooth standard

commit 803943020c3d53686f2b65a70cd24a780b46c925
Author: Josh Blum <address@hidden>
Date:   Fri Sep 18 23:27:06 2009 -0700

    xor that hash

commit 81cc58739a57946265e027b5d91365df16fbcd11
Merge: 4cadf11 e84ff1f
Author: Johnathan Corgan <address@hidden>
Date:   Fri Sep 18 22:30:47 2009 -0700

    Merge branch 'usrp2-real-fix' of http://gnuradio.org/git/balister into 
master

commit 4cadf11430e76cd79aa7df20b76c0ced6779248b
Merge: cc5657e 54f9138
Author: Johnathan Corgan <address@hidden>
Date:   Fri Sep 18 22:27:38 2009 -0700

    Merge branch 'grc' of http://gnuradio.org/git/jblum into master

commit 24b3c103b859737d086d4813d6d345882b926e81
Author: Josh Blum <address@hidden>
Date:   Fri Sep 18 20:37:05 2009 -0700

    bug fix for handling loading of dynamic params

commit 54f913876e5d92fa66f4bcf3a1c773a503e907f8
Author: Josh Blum <address@hidden>
Date:   Fri Sep 18 09:51:33 2009 -0700

    Re/evaluate the notebook blocks label because we dont garuntee the 
evaluation priority.
    Meaning, we cant garuntee that the notebook block will be evaluated before 
this param,
    without explicitly calling evaluate on it when the value is needed.

commit d28d40d33dac481296e1f836ec57f1018041d418
Author: Josh Blum <address@hidden>
Date:   Fri Sep 18 02:22:43 2009 -0700

    put the flow graph errors button into the toolbar

commit 14895064d7345c2223ff2b8ff3b9cbcdf69dd8c9
Author: Josh Blum <address@hidden>
Date:   Fri Sep 18 02:10:13 2009 -0700

    added errors dialog to show all error messages in flow graph

commit 3f16d0acf93bbe8da7690f209782783ae8afb1c6
Author: Josh Blum <address@hidden>
Date:   Thu Sep 17 22:58:26 2009 -0700

    bugfix: exclude disabled children from consideration in valid condition

commit cc5657e25f8e8f364cb6553e9eb8289cc0aca027
Author: Eric Blossom <address@hidden>
Date:   Thu Sep 17 22:51:03 2009 -0700

    Add rxdspno parameter to private interface of quadradio.
    
    This allows control of each Rx DSP pipeline independent of each other.
    The public interface remains unchanged, but should have the rxdspno
    parameter added as indicated in the FIXMEs.  When that is done, the
    gr-vrt interface (and any code using it) will need to be updated too.

commit f7d6badfb78b5820ae7c2169a88cdbb56b5cd778
Author: Josh Blum <address@hidden>
Date:   Thu Sep 17 15:35:17 2009 -0700

    lower lxml version req to 1.3.6

commit e84ff1fa31e7c43c6887469a1c09dc3c5faea56f
Author: Philip Balister <address@hidden>
Date:   Wed Sep 16 18:59:19 2009 -0400

    configure.gnu needs to unset more vars from the environment.
    
    This solves a problem running the usrp2/firmware configure script
    when the USB_* vars are set in the environment. Long term fix is
    to have the configure.gnu wrapper make sure the quoting is OK for vars
    passed on.

commit 8d3550d330eeac88f4991db866288468be084ddf
Author: ttsou <address@hidden>
Date:   Thu Sep 17 11:24:55 2009 -0400

    Allow fusb_sysconfig to build on non-linux libusb-0.12 impls

commit 943a61fcc94d7668c4abf5133806398e8d75148b
Author: ttsou <address@hidden>
Date:   Wed Sep 16 16:39:35 2009 -0400

    Comments for usrp_prims

commit 889a053c6171a6bc6746aa4e36056a073e8bec4f
Author: ttsou <address@hidden>
Date:   Tue Sep 15 20:28:04 2009 -0400

    Removed internal functions from external header file

commit 44269e7b15129102f93131269e7796fde70ddc05
Author: ttsou <address@hidden>
Date:   Mon Sep 14 21:42:03 2009 -0400

    Moved to single generated fusb.h, headers now generated out of lib directory

commit 7f32e69cf2d599e0c5462164500ac2337f4417a7
Author: ttsou <address@hidden>
Date:   Mon Sep 14 19:56:53 2009 -0400

    Added copyright header

commit 579c6354514d57d3f1881131203ba6bbd9648816
Author: ttsou <address@hidden>
Date:   Mon Sep 14 19:50:26 2009 -0400

    Removed preprocessor declrs out of fusb.h and created separate 
fusb_libusb1_base.h

commit dce6d742c364daedda2f6e79da09e552ee910ede
Author: ttsou <address@hidden>
Date:   Mon Sep 14 18:51:28 2009 -0400

    Fixed libusb1 configure bug, libusb1 updates for previous usrp_prims 
integration

commit 68b0364367f8d99a34f0c38e8a0db0a290f297fc
Author: ttsou <address@hidden>
Date:   Mon Sep 14 14:43:37 2009 -0400

    Commonized more usrp_prims code and renamed libusb-0.12 files to libusb0

commit 55e8ef7a4f94e7b6562ed29626a578cca1fcec34
Author: ttsou <address@hidden>
Date:   Mon Sep 14 01:16:52 2009 -0400

    Fixed bug usb_control_transfer bug

commit 0f03f1c1d460d865aeff91b9538266b0b210a357
Author: ttsou <address@hidden>
Date:   Mon Sep 14 00:08:02 2009 -0400

    Combined additiona usrp_prims code

commit 2c30dff7d519987a0f239f29f09e340d203c0148
Author: ttsou <address@hidden>
Date:   Sun Sep 13 18:44:04 2009 -0400

    Fix glitch from previous commit

commit c6f6e69024bd21e99f5f8673dce2399c4bfd8bb8
Author: U-CERVELO\ttsou <address@hidden(none)>
Date:   Fri Sep 11 15:35:28 2009 -0400

    changes to build on windows / cygwin

commit 433432fed1e79ca93763eec2d9186744e08d5ad1
Author: ttsou <address@hidden>
Date:   Thu Sep 10 17:29:04 2009 -0400

    Re-added non pkgconfig support for libusb

commit 265484bfaaaab4f83c43a53c9e0fd307e205e5c4
Author: ttsou <address@hidden>
Date:   Thu Sep 10 16:33:49 2009 -0400

    Autoconf support for checking the required version of libusb based on 
fusb-tech

commit 98b30a4fc683d91458ccaefeaafbc8f4b783d17e
Author: ttsou <address@hidden>
Date:   Thu Sep 10 15:08:16 2009 -0400

    Use default arguments instead of overloaded virtual constructors for 
cleaner interface

commit e67bd8ae9773731c00d2636833a9120ed3cc2ec1
Author: ttsou <address@hidden>
Date:   Thu Sep 10 14:23:10 2009 -0400

    Integrated more usrp_prims code

commit fff854782eb2fbfc2a49e07ed9941b3beccc3e83
Author: Thomas Tsou <address@hidden>
Date:   Wed Sep 9 18:52:34 2009 -0400

    Fixed swig and usrp apps to work with libusb-0.12 and libusb-1.0 plus minor 
cleanup

commit e6cb4a4c14d9aa92d024727965bd45e68c6620ce
Author: ttsou <address@hidden>
Date:   Wed Sep 9 14:46:57 2009 -0400

    Intermediate fix to simplify usrp_one_time_init api

commit 158caeaa92df7ffdf363236985f4b8e7825f3950
Author: ttsou <address@hidden>
Date:   Wed Sep 9 11:02:41 2009 -0400

    Added autotools header generation and build time version checking

commit a08c659c122f24947421adf38e7260642a67381a
Merge: 895f2e0 af30f69
Author: Johnathan Corgan <address@hidden>
Date:   Wed Sep 16 07:59:16 2009 -0700

    Merge branch 'utils' of http://gnuradio.org/git/trondeau into master
    
    * 'utils' of http://gnuradio.org/git/trondeau:
      Fixed slider behavior when the end of the file is reached.
      Handling a few exceptions when no file is loaded.
      Can now change the size of the symbols. Also fixes some layout issues.
      Adding ability to change line width and style (only a handful of current 
styles enabled).
      Removing plot picker that addd nothing to the interface.
      Adding a Reload option (Ctrl+R) option to quickly reread the file and 
reset the state.

commit af30f69055b08d484123b50bd07649bb34edb4d1
Author: Tom Rondeau <address@hidden>
Date:   Wed Sep 16 10:17:31 2009 -0400

    Fixed slider behavior when the end of the file is reached.

commit 70b35690d96a1af9799ddf43ab9bd69abca448a1
Author: Tom Rondeau <address@hidden>
Date:   Wed Sep 16 10:03:29 2009 -0400

    Handling a few exceptions when no file is loaded.

commit f79de610d42fdbe8425a1a4aa3c04a1ee3c58e06
Author: ttsou <address@hidden>
Date:   Fri Aug 28 11:42:41 2009 -0400

    Added libusb1 specific usrp_prims and usrp_basic

commit c62085a66bd97f389f49167492f7dccfb0b02976
Author: ttsou <address@hidden>
Date:   Thu Aug 27 18:13:54 2009 -0400

    first shot at re-adding libusb-0.12 support

commit bdec6a37a474b961389e0ac590d0582e490ffb2c
Author: ttsou <address@hidden>
Date:   Wed Aug 26 10:46:56 2009 -0400

    Modify apps and swig to reflect libusb_context use

commit 117bee2b2b88b5d348db1a8f6beb28de8340f407
Author: ttsou <address@hidden>
Date:   Tue Aug 25 19:52:29 2009 -0400

    Additional comments for reaping transactions

commit 0d7fa4aac5b01cf463e1a065205094cd494853ee
Author: ttsou <address@hidden>
Date:   Tue Aug 25 19:30:39 2009 -0400

    Additional comments for reaping transactions

commit 3d3888c40ac46cbbd8851e9bc5e83557e0415887
Author: ttsou <address@hidden>
Date:   Tue Aug 25 18:46:14 2009 -0400

    non-blocking reap and fusb default buffer size change

commit 0854c4604fcbdb64c74e4b93b87ac07be3d75f55
Author: ttsou <address@hidden>
Date:   Tue Aug 25 14:53:34 2009 -0400

    Fix for simultaneous tx-rx using libusb_contexts

commit b5aa407ec2b1bdebc1c950a9428789fe50327776
Author: Johnathan Corgan <address@hidden>
Date:   Mon Aug 17 23:46:30 2009 -0400

    Applied libusb-1.0 patch set from Thomas Tsou <address@hidden>:
    
    This patch set updates the usrp to support libusb-1.0. Asynchronous I/O
    through libusb is added with fusb_libusb1.*, which is heavily based on
    fusb_linux.*. In short, URB's and ioctl calls are replaced with
    libusb_transfer structs and native calls. Transfer reaping is handled by
    libusb and associated callbacks. I get 32Mb/s on all of my machines using
    test_usrp_standard_rx or tx. Due to the API rewrite in 1.0 from 0.12, there
    are alot of changes, many are simply name changes.
    
    Known Issues:
    
    Transmit and receive both work, but not at same time
    (e.g. usrp_benchmark_usb.py). libusb does not create any internal threads,
    so for a single session fusb_libusb1 works in the same manner as
    fusb_linux with the callback called at controlled times. With multiple
    libusb sessions the callback may occur at any time and threading issues
    come into play causing behavior to become undefined. The use of separate
    libusb_contexts _might_ solve this issue; I have not had the time to look
    into it.

commit 895f2e04a9d962cfe56d416691600b5c619ea180
Author: Philip Balister <address@hidden>
Date:   Tue Sep 15 14:50:22 2009 -0400

    Fix doxygen warnings.

commit 9d2c4b0625dac26c86974453518aa5b034fc849e
Merge: 2f663ba 3fb8762
Author: Johnathan Corgan <address@hidden>
Date:   Tue Sep 15 08:41:21 2009 -0700

    Merge branch 'grc' of http://gnuradio.org/git/jblum into master
    
    * 'grc' of http://gnuradio.org/git/jblum:
      fixed issue where entry boxes lost focus (mishandling of hide changing)
      fixed bool converter in forms to work with non bool options
      tweaked key handling callbacks
      fix for uniformity convention with gtk signal name strings
      Simply Actions module imports, using module prefix.
      Reworked actions api and actions objects:
      Move key press extraction logic into actions module.
      rename variable, use keysyms in props dialog
      use the keymap's translate_keyboard_state, use the key value rather than 
name
      ignore irrelevant modifiers and events pending
      properties dialog with ok/cancel buttons

commit 3fb876217316bb8ac9a59fffc75bb3c523ae1704
Author: Josh Blum <address@hidden>
Date:   Mon Sep 14 22:37:55 2009 -0700

    fixed issue where entry boxes lost focus (mishandling of hide changing)

commit 880a6ea7447978a2973422ac7abad6d99d7c1f56
Author: Josh Blum <address@hidden>
Date:   Mon Sep 14 22:27:50 2009 -0700

    fixed bool converter in forms to work with non bool options

commit 2f663bacb14822efc95da006da26fa67f63ab315
Author: Eric Blossom <address@hidden>
Date:   Sun Sep 13 12:30:29 2009 -0700

    updated top-level .gitignore

commit ae3c009666f2bba0e10e054b0747d8f82a29515f
Author: Josh Blum <address@hidden>
Date:   Sun Sep 13 03:25:56 2009 -0700

    tweaked key handling callbacks

commit 6bd669d6e2fbe4b0ba5f74b697e532cf909c9e1d
Author: Josh Blum <address@hidden>
Date:   Sun Sep 13 02:39:40 2009 -0700

    fix for uniformity convention with gtk signal name strings

commit 8442dfc877a89de00e5fd0fd1b4b1890a91af630
Author: Josh Blum <address@hidden>
Date:   Sun Sep 13 02:29:26 2009 -0700

    Simply Actions module imports, using module prefix.

commit 91a83e6f1fda6483bfd4b449a1ef7903a00af0ab
Author: Josh Blum <address@hidden>
Date:   Sun Sep 13 02:14:27 2009 -0700

    Reworked actions api and actions objects:
    Created standardized Action object for all gui actions.
    Actions module constants are actual Action objects (not strings).
    Keypresses, labels, tooltips, stock icons, etc all associate in the Action 
constructor.
    Usage of the action's signaling call () eliminated the need for a reference 
to handle_states.

commit 9dd47b6732c9d6a94fc0e15717d7332fc6c8270f
Author: Josh Blum <address@hidden>
Date:   Sun Sep 13 00:04:58 2009 -0700

    Move key press extraction logic into actions module.
    Replaced xml encode with gtk escape text.
    Added templates for category and docs tool tips.
    Other various code tweaks in gui modules.

commit 655f7d00d179c3b7473a65902efec9ef2b8b813e
Author: Eric Blossom <address@hidden>
Date:   Fri Sep 11 23:02:21 2009 -0700

    add u2_flash_tool to EXTRA_DIST

commit ab47612cf0b6f2226d192fbc9db80c5b225a4f2d
Author: Matt Ettus <address@hidden>
Date:   Thu Sep 10 23:11:44 2009 -0700

    Remove old mac.  Good riddance.

commit 1e585a79df197653b752427b4372895e12afc2d4
Author: Matt Ettus <address@hidden>
Date:   Thu Sep 10 21:53:32 2009 -0700

    remove unused port

commit d657d1baa99af56f8a4c0ed4b3bc6464313b1773
Author: Matt Ettus <address@hidden>
Date:   Thu Sep 10 21:52:06 2009 -0700

    More xilinx fifos, more clean up of our fifos

commit 14ae3c5141e3d39b89a4aac19681ec8ac7cd05ee
Author: Josh Blum <address@hidden>
Date:   Thu Sep 10 17:38:53 2009 -0700

    rename variable, use keysyms in props dialog

commit ab55c4a6e5f9a21ea743b78ea5a8206cf3d4ffe6
Author: Josh Blum <address@hidden>
Date:   Thu Sep 10 16:17:25 2009 -0700

    use the keymap's translate_keyboard_state, use the key value rather than 
name

commit 417bb0aacf320043994ac1a0a5f49b977d1a9d22
Author: Josh Blum <address@hidden>
Date:   Thu Sep 10 14:47:53 2009 -0700

    ignore irrelevant modifiers and events pending

commit 4623a334d042b0f982ead3dcc7ea63015a39ff72
Author: Matt Ettus <address@hidden>
Date:   Thu Sep 10 11:40:18 2009 -0700

    might as well use a cascade fifo to help timing and give a little more 
capacity

commit bced51e1fe3694e073bebf053b2c69bc5128e00b
Author: Josh Blum <address@hidden>
Date:   Wed Sep 9 21:35:58 2009 -0700

    properties dialog with ok/cancel buttons

commit 7f3dc5c263a55d1a992d28d374fc7acc9ebe412b
Merge: 3c8af34 b8f69ad
Author: Johnathan Corgan <address@hidden>
Date:   Wed Sep 9 17:38:27 2009 -0700

    Merge branch 'grc' of http://gnuradio.org/git/jblum into master
    
    * 'grc' of http://gnuradio.org/git/jblum:
      use show signal to perform initial gui update
      Fixed the usrp and usrp2 probe scripts to work with the new gui param api.
      propsdialog tweaks
      more code cleanup for properties dialog
      Rework the params/properties dialog and param gui class:
      renamed params dialog to props dialog
      remove unused imports, copyright date update, tweak
      Created recursive create labels and shapes method for gui element.
      replaced dict[rot] storage of areas and lines with a single list for the 
current rotation
      standardized the Element inheritance __init__ usage in gui
      better error msg for empty statements
      Implement a recursive validation api in the base Element class.

commit 3c8af34f675eadd64b5fc3f0065793f3b3ff47f0
Merge: 101e510 3b5fc17
Author: Johnathan Corgan <address@hidden>
Date:   Wed Sep 9 17:37:01 2009 -0700

    Merge branch 'forms' of http://gnuradio.org/git/jblum into master
    
    * 'forms' of http://gnuradio.org/git/jblum:
      set text box bg color on change
      Round the slider's value, but not the internal representation.

commit 101e510842241be068e7e56a666f8cd9b34de248
Merge: 84d50d0 8d1ae2b
Author: Johnathan Corgan <address@hidden>
Date:   Wed Sep 9 17:11:02 2009 -0700

    Merge branch 'usrp_siggen' of http://gnuradio.org/git/jblum into master
    
    * 'usrp_siggen' of http://gnuradio.org/git/jblum:
      only import usrp and usrp2 modules in the setup methods
      updated digital to use installed usrp options
      tweaked ampl slider params
      copied usrp_siggen stuff from experimental gui into gnuradio tree

commit 84d50d0f6ea9f3950afe0c543c983eb9a048a6fb
Author: Johnathan Corgan <address@hidden>
Date:   Wed Sep 9 17:09:44 2009 -0700

    Added missing file to ignores.

commit 8d1ae2b08e07d621baeb486c05145acca1df7a08
Author: Josh Blum <address@hidden>
Date:   Wed Sep 9 17:07:15 2009 -0700

    only import usrp and usrp2 modules in the setup methods

commit 01414dbb779bf3e7203b08a961814ca91d67a6a2
Author: Josh Blum <address@hidden>
Date:   Wed Sep 9 14:59:44 2009 -0700

    updated digital to use installed usrp options

commit 5acd0b6b42d2b939daf61ec0e26008a83b883c57
Author: Josh Blum <address@hidden>
Date:   Wed Sep 9 14:13:52 2009 -0700

    tweaked ampl slider params

commit 3b5fc17434361cb7698e9dd9b0f16e4fbdea7f78
Author: Josh Blum <address@hidden>
Date:   Wed Sep 9 13:57:38 2009 -0700

    set text box bg color on change

commit 7d4915f78da95b5da4a3525c392667cfd4ed04be
Author: Josh Blum <address@hidden>
Date:   Wed Sep 9 13:05:38 2009 -0700

    Round the slider's value, but not the internal representation.
    Now, the slider can operate on any step size without killing the precision 
for other forms.

commit f0bf96fad3e02e494fa8ae3edde548844342569b
Author: Josh Blum <address@hidden>
Date:   Wed Sep 9 12:33:10 2009 -0700

    copied usrp_siggen stuff from experimental gui into gnuradio tree

commit b8f69ad7ba49aa85239f6de611ddfd040344f66b
Author: Josh Blum <address@hidden>
Date:   Tue Sep 8 23:04:38 2009 -0700

    use show signal to perform initial gui update

commit 4b3c5eced9a5b03a0077b6f7897a2157fca9a8dd
Author: Eric Blossom <address@hidden>
Date:   Tue Sep 8 12:40:05 2009 -0700

    removed qr_fft.py from gr-utils

commit 6b1d8817a7fc6dd99a770cb11fac7ca48a3c81b0
Author: Josh Blum <address@hidden>
Date:   Sun Sep 6 01:58:25 2009 -0700

    Fixed the usrp and usrp2 probe scripts to work with the new gui param api.
    Also fixed the scripts to work since they were broken by previous changes.
    Get input in param class now pases a param instance (self) into the object.

commit e39507bf32666f9b17d2249106aac0d6cbcacc58
Author: Josh Blum <address@hidden>
Date:   Sun Sep 6 01:17:35 2009 -0700

    propsdialog tweaks

commit a6cb9eceeb62593e852b6dea0f640436381ec947
Author: Josh Blum <address@hidden>
Date:   Sat Sep 5 23:49:34 2009 -0700

    more code cleanup for properties dialog

commit 49b8dd0586241f59df4b74679349718cbe946fde
Author: Josh Blum <address@hidden>
Date:   Sat Sep 5 23:41:49 2009 -0700

    Rework the params/properties dialog and param gui class:
    Better handles dynamic changes and subsequent code cleanup.

commit 79bace9eb9e441405535e082f3f0ee1a26740fe0
Author: Josh Blum <address@hidden>
Date:   Sat Sep 5 21:11:51 2009 -0700

    renamed params dialog to props dialog

commit db03fafeec9d360a9837303befcc2dbcce57a06b
Author: Matt Ettus <address@hidden>
Date:   Sat Sep 5 13:38:13 2009 -0700

    fix a typo which caused tx glitches

commit 95eab8ec6f65f7d77d9a98fc25151b7c1c9e7aa7
Author: Johnathan Corgan <address@hidden>
Date:   Sat Sep 5 11:29:10 2009 -0700

    Add missing cstdio includes for gcc 4.4 compatibility

commit caf93a02068e8379ffa7f553deabb62cfc42b9a7
Author: Josh Blum <address@hidden>
Date:   Sat Sep 5 02:38:46 2009 -0700

    remove unused imports, copyright date update, tweak

commit fa465d160b0c53fae3ad7876cf429263157dd60a
Author: Josh Blum <address@hidden>
Date:   Sat Sep 5 02:21:37 2009 -0700

    Created recursive create labels and shapes method for gui element.
    Replaces update methods in the gui classes and simplifies calls.
    The master update method in flow graph calls create labels and shapes.

commit 5bb2a70a94be9c0f83712ee259b7125e3a582b08
Author: Josh Blum <address@hidden>
Date:   Sat Sep 5 02:01:41 2009 -0700

    replaced dict[rot] storage of areas and lines with a single list for the 
current rotation

commit 5f54b018b3a84ba4b68009a1c326ba73eaea8cfd
Author: Josh Blum <address@hidden>
Date:   Sat Sep 5 01:54:41 2009 -0700

    standardized the Element inheritance __init__ usage in gui

commit 4cc3667b348d58ef4fb30f0ecbe494cdb109fc83
Author: Josh Blum <address@hidden>
Date:   Sat Sep 5 00:54:56 2009 -0700

    better error msg for empty statements

commit 58cebfd63726dc2082ab31681afcd78e25c36132
Author: Josh Blum <address@hidden>
Date:   Sat Sep 5 00:45:14 2009 -0700

    Implement a recursive validation api in the base Element class.
    
    The rewrite and validate methods will invoke themselves on the child 
elements.
    The error messages are now a super-list of element and child error messages.
    
    As a side-effect, this cleans up code in base Block and Flowgraph class.

commit 8bb9923f542caae6eca47d42c35b1c00816e61f0
Author: Matt Ettus <address@hidden>
Date:   Fri Sep 4 22:33:30 2009 -0700

    Untested fixes for getting serdes onto the new fifo system.  Compiles, at 
least

commit 9e05f0770b92f9c85f09e3629f875011e8f1ac24
Author: Matt Ettus <address@hidden>
Date:   Fri Sep 4 22:23:27 2009 -0700

    Implement Eth flow control using pause frames
    
    Not fully tested, but it seems to work without frame errors, sequence
    number errors or ethernet overruns.  Still of course will get tx underruns
    on a slow machine, and the transmitted signal has some issues though.

commit 7ab7f93a1d7eecc873155026ea06d70d2d2b2846
Author: Matt Ettus <address@hidden>
Date:   Fri Sep 4 22:20:19 2009 -0700

    parameterized fifo sizes, some reformatting

commit 00da83704ec4a1c9eca3eb7e90f6a8a762799217
Author: Matt Ettus <address@hidden>
Date:   Fri Sep 4 22:14:21 2009 -0700

    remove unused old style fifo

commit c452801ce73a8467e1d5ee14f7f497e08254ef6d
Merge: 1048666 02c74ee
Author: Matt Ettus <address@hidden>
Date:   Fri Sep 4 16:47:43 2009 -0700

    Merge branch 'new_eth' of http://gnuradio.org/git/eb into new_eth

commit 1048666fba8abf654c9abba84a849ba2d6885221
Author: Matt Ettus <address@hidden>
Date:   Fri Sep 4 16:43:11 2009 -0700

    allow control of whether or not to honor flow control, adds some debug lines

commit 1392a442651b9528537ca722df76090bbf4de0d9
Author: Matt Ettus <address@hidden>
Date:   Fri Sep 4 16:37:29 2009 -0700

    debug the rx side

commit 2d6ac5853644d805390df01367499922eca81368
Author: Matt Ettus <address@hidden>
Date:   Fri Sep 4 16:33:00 2009 -0700

    no longer used, replaced by newfifo version

commit 02c74ee9f1c07e20097f6cfc2e7426be3a7ad06c
Merge: a1d9c0b 62adc38
Author: Eric Blossom <address@hidden>
Date:   Fri Sep 4 15:58:33 2009 -0700

    Merge branch 'new_eth' of http://gnuradio.org/git/matt into new_eth
    
    * 'new_eth' of http://gnuradio.org/git/matt:

commit 62adc385b1ea87fa924dfd15a60706bdf6be18e2
Merge: 802ab41 6528672
Author: Matt Ettus <address@hidden>
Date:   Fri Sep 4 15:53:46 2009 -0700

    Merge branch 'new_eth' of http://gnuradio.org/git/eb into new_eth

commit a1d9c0b4de66eadfdd3f6a217af80f7eb4e22772
Merge: 6528672 7cb806f
Author: Eric Blossom <address@hidden>
Date:   Fri Sep 4 15:51:52 2009 -0700

    Merge branch 'new_eth' of http://gnuradio.org/git/matt into new_eth
    
    * 'new_eth' of http://gnuradio.org/git/matt:
      properly set the address filter
      stop sending short ethernet command packets.
      Fix problem with commands timing out (specifically stop_rx_streaming)
      Fix race condition that caused commands such as stop_rx_streaming to fail.
      Fixing a line in the clock recovery algorithm. This works with a bit 
larger error than there proably should be.
      Better fix for broken AC_PROG_F77 macro
      Fix Python header check failure due to invalid cached state
      waterfall and fft use a common autoscale function
      Fix so that the waterfall texture is initialized with a buffer of the 
same size.
      Modifications to usrp2 source and sink so that set center freq is called 
afer set lo offset.
      Modifications to the usrp blocks and wrapper so that the lo offset is set 
with the lo frequency.
      Removed subversion related configuration info.
      Expand frequency ranges to match hardware capability.
      Modified log power fft block so ref scale is peak to peak.
      Adding clock sync algorithm using PFB. This works, but needs a bit more 
work.

commit d80add605536891da950126b25b16ab89d8e7cae
Merge: 2000600 6b47cc3
Author: Johnathan Corgan <address@hidden>
Date:   Fri Sep 4 15:47:49 2009 -0700

    Merge branch 'grc' from http://gnuradio.org/git/jblum.git into master
    
      we dont use test() -> remove it
      Made the window for the pass band filters integers (take firdes.WIN_XXX).
      Evaluation fix in param.to_code().
      Removed the flagging api and usage from the base classes.
      added ref scale param to fft and waterfall
      Switched the python classes to inherit from the base and gui classes.
      port and param types from an overloaded method
      todo
      Replaced TYPES in Port and Param with types parameter.
      made is_virtual_xxx a block level function, used by port and param classes
      added stream id type and checking in evaluate
      avoid loops
      Recursive resolution of virtual sources.
      added virtual source and added stream ids, logic to clone in port
      added rewrite methods to element to separate from validation logic
      Added virtual sink and logic to clone port.
      removed repurposing of pads
      Work on command line options for generated code.
      renamed the colors dialog to types
      use pkgpythondir
      ...

commit 6528672f2db205b6127f05ad7c7b9da66661b498
Author: Eric Blossom <address@hidden>
Date:   Fri Sep 4 15:47:32 2009 -0700

    remove special last_line adjustment from ethernet port

commit 802ab4104ca9bae8b21fe9618709d5a3d8cfd77f
Merge: 7cb806f 49a17dc
Author: Matt Ettus <address@hidden>
Date:   Fri Sep 4 15:44:47 2009 -0700

    Merge branch 'new_eth' of http://gnuradio.org/git/eb into new_eth

commit 49a17dca1ee9cf7c0fd02b6baf83814a68c4e5e8
Author: Eric Blossom <address@hidden>
Date:   Fri Sep 4 15:35:01 2009 -0700

    Firmware now inserts mac source address value in each frame.
    
    The old mac used to do this automatically.

commit 7cb806f71a3bcc52c3c2e5688a9b6b48e3401615
Author: Matt Ettus <address@hidden>
Date:   Fri Sep 4 15:31:26 2009 -0700

    properly set the address filter

commit 9a100f391e52106ca872dd5df8287273eea64b0c
Merge: f945bc6 5965a43
Author: Eric Blossom <address@hidden>
Date:   Fri Sep 4 15:07:06 2009 -0700

    Merge branch 'new_eth' of http://gnuradio.org/git/matt into new_eth
    
    * 'new_eth' of http://gnuradio.org/git/matt:
      seems to build a decent fpga, but still some issues with a full 
connection.

commit e103e18f8b8111cd07edc2bb0294aa58a426e371
Merge: 5965a43 2000600
Author: Matt Ettus <address@hidden>
Date:   Fri Sep 4 10:29:00 2009 -0700

    Merge branch 'master' into new_eth

commit f945bc6d3188d15c767706a2edbbda950a101c61
Author: Eric Blossom <address@hidden>
Date:   Fri Sep 4 03:48:15 2009 -0700

    stop sending short ethernet command packets.

commit 96b6c7b97e3fb9188bc6906153254dc36cedc2cb
Author: Eric Blossom <address@hidden>
Date:   Fri Sep 4 03:32:32 2009 -0700

    Fix problem with commands timing out (specifically stop_rx_streaming)
    
    After fixing the race, this change uses Tom's idea to stop enqueuing
    data when trying to stop, and adds a new flush_rx_samples method
    to drop any samples that may have already been accumulated.
    
    I ran Tom's test case 500 times with 0 failures ;-)

commit 5d040bc94b40cab5420303f959695d89fe83e031
Author: Eric Blossom <address@hidden>
Date:   Fri Sep 4 01:51:29 2009 -0700

    Fix race condition that caused commands such as stop_rx_streaming to fail.
    
    This fixes the bulk of the problem.  Next step is to drop data packets
    while waiting for the reply.

commit 20006003431d7260b04964eb684b1746ffb0a85f
Author: Eric Blossom <address@hidden>
Date:   Fri Sep 4 03:48:15 2009 -0700

    stop sending short ethernet command packets.

commit 985830ff0afcce7b5af2d829e70f5c440a39c52a
Author: Eric Blossom <address@hidden>
Date:   Fri Sep 4 03:32:32 2009 -0700

    Fix problem with commands timing out (specifically stop_rx_streaming)
    
    After fixing the race, this change uses Tom's idea to stop enqueuing
    data when trying to stop, and adds a new flush_rx_samples method
    to drop any samples that may have already been accumulated.
    
    I ran Tom's test case 500 times with 0 failures ;-)

commit e49601b4754da836fece4e869c58b0c9b3e2d8ad
Author: Eric Blossom <address@hidden>
Date:   Fri Sep 4 01:51:29 2009 -0700

    Fix race condition that caused commands such as stop_rx_streaming to fail.
    
    This fixes the bulk of the problem.  Next step is to drop data packets
    while waiting for the reply.

commit 5965a434d0923738d49334eb5f3d74a259e7b431
Author: Matt Ettus <address@hidden>
Date:   Thu Sep 3 21:39:48 2009 -0700

    seems to build a decent fpga, but still some issues with a full connection.

commit 072a76710866c7237eb19b21bd71e46c4d98cca8
Merge: acdf136 302686a
Author: Johnathan Corgan <address@hidden>
Date:   Thu Sep 3 20:09:06 2009 -0700

    Merge branch 'sync' from http://gnuradio.org/git/trondeau.git into master
    
    * Fixing a line in the clock recovery algorithm. This works with a bit 
larger error than there proably should be.
    * Adding clock sync algorithm using PFB. This works, but needs a bit more 
work.

commit 302686ace014d7be82812c218121f00f5b28cdd1
Author: Tom Rondeau <address@hidden>
Date:   Thu Sep 3 22:50:43 2009 -0400

    Fixing a line in the clock recovery algorithm. This works with a bit larger 
error than there proably should be.

commit acdf13612f55c3a4abd4f2f05d759a4fd2fdf7d0
Author: Johnathan Corgan <address@hidden>
Date:   Thu Sep 3 17:12:40 2009 -0700

    Better fix for broken AC_PROG_F77 macro
    
    * Move AC_PROG_CC into GR_FORTRAN macro definition

commit 42b10fee5167354a2927c2874cec46fc0d71a245
Author: Eric Blossom <address@hidden>
Date:   Thu Sep 3 16:12:40 2009 -0700

    removed hard-coded link_is_up = true;

commit 6b47cc3dc64d86cb19eb28ab4843a0f278db6d0a
Author: Josh Blum <address@hidden>
Date:   Thu Sep 3 15:46:07 2009 -0700

    we dont use test() -> remove it

commit 43dec22f22e9c47b4f908675ac880a05377993fa
Author: Matt Ettus <address@hidden>
Date:   Thu Sep 3 14:13:44 2009 -0700

    MAC transmit seems to work now.  The root cause of the problem was 
accidentally using the rx_clk in one stage of the fifos on the tx side.

commit 7467db4fdde61a67553e7257347a14f8487598ab
Author: Johnathan Corgan <address@hidden>
Date:   Thu Sep 3 12:53:02 2009 -0700

    Fix Python header check failure due to invalid cached state
    
    * GR_FORTRAN macro leaves $ac_ext=f on some systems
    * Restore by invoking AC_PROG_CC
    
    Reported-by: Szymon Jakubczak <address@hidden>
    Signed-off-by: Johnathan Corgan <address@hidden>

commit 490b1195935007031759ec815b1d4a3046a5907a
Author: Josh Blum <address@hidden>
Date:   Thu Sep 3 11:37:27 2009 -0700

    Made the window for the pass band filters integers (take firdes.WIN_XXX).
    Now a window can be controlled by a variable such as a chooser.

commit 77df49ed5d2cc99ea75f3e72e9387869b35ac603
Author: Matt Ettus <address@hidden>
Date:   Thu Sep 3 10:41:26 2009 -0700

    set device to xc3s2000.  Shouldn't make any differences.

commit 19094db4bd7ba13bd80e4baa9ecdf1e7d2ac547d
Author: Matt Ettus <address@hidden>
Date:   Thu Sep 3 10:39:37 2009 -0700

    misc ignores

commit 4fff2505ffd0779126d8a2036d63f1fcc53bdb52
Author: Matt Ettus <address@hidden>
Date:   Thu Sep 3 10:37:35 2009 -0700

    made a new block ram based fifo, 64 (65) elements long, all fifos now have 
"enhanced level logic" for accurate fullness.  Maybe this will help...

commit 77dc1a9ba4ce9940d974edef8711d3eba85c0608
Author: Matt Ettus <address@hidden>
Date:   Wed Sep 2 21:27:18 2009 -0700

    bring the testbench files up to date

commit 3113a7bbf56462cde4a6be4a15d5f8296e37ae8a
Author: Matt Ettus <address@hidden>
Date:   Wed Sep 2 17:56:26 2009 -0700

    major cleanup of 2 clock fifos

commit 80dbcc615f408bfdb23a269a54882adae0ab405b
Author: Matt Ettus <address@hidden>
Date:   Wed Sep 2 17:28:57 2009 -0700

    cleaning up the new fifos

commit a5b340fa42de5c6cc087fd4f258f9f50254a7a8f
Author: Matt Ettus <address@hidden>
Date:   Wed Sep 2 17:23:12 2009 -0700

    cascadefifo.v wasn't used, only the double cascade version.  fifo_2clock.v 
and fifo_2clock.v are empty

commit 95e6a1167b1de5d23053fda76678df297e43eedf
Author: Matt Ettus <address@hidden>
Date:   Wed Sep 2 17:09:16 2009 -0700

    never used, not needed

commit 72a570279574d717325a3d65a6b435ba4eb7a82c
Author: Matt Ettus <address@hidden>
Date:   Wed Sep 2 17:05:45 2009 -0700

    ignore .o files

commit 78588fb1608eaec95827da07c0bebee8e0fab3b6
Author: Matt Ettus <address@hidden>
Date:   Wed Sep 2 17:04:53 2009 -0700

    debug pins, cleaned ignores

commit f34764905524897c57fa871f04110903dd9c468f
Author: Matt Ettus <address@hidden>
Date:   Wed Sep 2 17:01:28 2009 -0700

    sort out active-low lines on locallink fifos, added debug pins

commit 56a58932701c981e55972ad994d397733edb8c75
Author: Josh Blum <address@hidden>
Date:   Wed Sep 2 16:58:15 2009 -0700

    Evaluation fix in param.to_code().
    
    Dont force an evaluation in to code unless the type is string or list.
    Not doing so forces the variables to call evaluate before the namespace was 
bootstrapped.
    
    This fixes a bug that came up when the validate was replaced with rewrite 
in flowgraph.import_data().
    By replacing the validate, evaluate was only called once, and the namespace 
was not bootstrapped.

commit ac9859282e821854badf99addea58c14aad2bcd4
Author: Matt Ettus <address@hidden>
Date:   Wed Sep 2 16:46:06 2009 -0700

    Removed these files completely, they were for the old style of fifos

commit 72afd843cfa4037eb0a059a647c952b7e5ddf25c
Merge: a36c92e a70c291
Author: Johnathan Corgan <address@hidden>
Date:   Wed Sep 2 14:38:37 2009 -0700

    Merge branch 'wxgui_fix' from http://gnuradio.org/git/jblum.git into master
    
    * waterfall and fft use a common autoscale function
    * Fix so that the waterfall texture is initialized with a buffer of the 
same size.

commit a36c92ed48fb80c78a97a200b92b98d36a7d4c05
Merge: 6fb2acc 5c93024
Author: Johnathan Corgan <address@hidden>
Date:   Wed Sep 2 14:34:18 2009 -0700

    Merge branch 'lo_fix' from http://gnuradio.org/git/jblum.git into master
    
    * Modifications to usrp2 source and sink so that set center freq is called 
afer set lo offset.
    * Modifications to the usrp blocks and wrapper so that the lo offset is set 
with the lo frequency.

commit a70c291e3cd4fc3d51f2eebb6b39cdb9d46862da
Author: Josh Blum <address@hidden>
Date:   Wed Sep 2 14:18:28 2009 -0700

    waterfall and fft use a common autoscale function

commit eb1d1b5cfb474b087d41337356efc0cdb7342f28
Author: Josh Blum <address@hidden>
Date:   Wed Sep 2 14:06:34 2009 -0700

    Fix so that the waterfall texture is initialized with a buffer of the same 
size.
    
    If the fft size was a non power of two, the buffer would be a different 
size.
    This would cause a segfault. Particularly because fft_window was throwing 
out a bin.

commit 5c93024bc2d5235579bd3e815d56483935e9c48e
Author: Josh Blum <address@hidden>
Date:   Wed Sep 2 13:41:56 2009 -0700

    Modifications to usrp2 source and sink so that set center freq is called 
afer set lo offset.

commit 30513fdc9afa3d8e9d4dce4214299d89aed3c409
Author: Josh Blum <address@hidden>
Date:   Wed Sep 2 13:16:47 2009 -0700

    Removed the flagging api and usage from the base classes.
    Far better to flag the namespace for renewing once in the flowgraph.py

commit 20cf376ab01b02c34f16e242b36ae2a861ba24cb
Author: Josh Blum <address@hidden>
Date:   Wed Sep 2 12:26:09 2009 -0700

    added ref scale param to fft and waterfall

commit 3d27662913c78f672e3f7d7d1ebc2013ee038387
Author: Josh Blum <address@hidden>
Date:   Wed Sep 2 12:07:14 2009 -0700

    Modifications to the usrp blocks and wrapper so that the lo offset is set 
with the lo frequency.

commit 6fb2acc3c49e3bb7b8845d517c4bff4a8f5b0fa8
Author: Johnathan Corgan <address@hidden>
Date:   Wed Sep 2 10:14:02 2009 -0700

    Removed subversion related configuration info.
    
    * Don't call GR_SUBVERSION in configure.ac
    * Remove --svn* options from gnuradio-config-info

commit 12b02687d8504adc6efb747a51d3c2fa77a21d63
Merge: 31c9499 0c68c48
Author: Johnathan Corgan <address@hidden>
Date:   Wed Sep 2 09:33:32 2009 -0700

    Merge branch 'wxgui' from http://gnuradio.org/git/jblum.git into master
    
    * Modified log power fft block so ref scale is peak to peak.
    * Tweaked fft sink autoscale routine to come up with better numbers.
    * Modified scope sink ac couple block to use constant tap. The previous
      tap calculation would cause failure for very small sample rates.

commit 31c94994fa22a9d5f8584449edee4e86013ae916
Author: Johnathan Corgan <address@hidden>
Date:   Wed Sep 2 08:05:04 2009 -0700

    Expand frequency ranges to match hardware capability.
    
    * Corresponds to SVN r11620:11622
    * Fixes ticket 405
    
    Reported-by: Dimitris Symeonidis <address@hidden>
    Fixed-by: Matt Ettus <address@hidden>

commit 2846230c1296b78aa003e4b02a21bcdba10310c1
Author: Matt Ettus <address@hidden>
Date:   Tue Sep 1 23:19:15 2009 -0700

    fixed addressing of registers, and added write enables to those that were 
missing.  MDIO seems ok.

commit e4c161f16aecd82f3cfc0a8aff4e1d16afaa2791
Author: Tom Rondeau <address@hidden>
Date:   Tue Sep 1 23:02:47 2009 -0400

    Can now change the size of the symbols. Also fixes some layout issues.

commit 3a27d463adaf6784b9abfe1d5f5828a0429f838b
Author: Tom Rondeau <address@hidden>
Date:   Tue Sep 1 22:46:16 2009 -0400

    Adding ability to change line width and style (only a handful of current 
styles enabled).

commit 74c747cc9c9115d3d19d627eb5d3a39e6a15714c
Author: Tom Rondeau <address@hidden>
Date:   Tue Sep 1 21:59:44 2009 -0400

    Removing plot picker that addd nothing to the interface.

commit db8bc5c7a5e701734810d0aabd8b774eda6f6839
Author: Tom Rondeau <address@hidden>
Date:   Tue Sep 1 21:49:13 2009 -0400

    Adding a Reload option (Ctrl+R) option to quickly reread the file and reset 
the state.

commit 7e013c464ce04a7dc559a3f2798559c0716ccae8
Author: Eric Blossom <address@hidden>
Date:   Tue Sep 1 18:43:07 2009 -0700

    tell s/w link is up.  additional debugging output

commit 0c68c486ec09da471c27b6f4d658ae0ba8f861b7
Author: Josh Blum <address@hidden>
Date:   Mon Aug 31 18:18:22 2009 -0700

    Modified log power fft block so ref scale is peak to peak.
    Tweaked fft sink autoscale routine to come up with better numbers.
    Modified scope sink ac couple block to use constant tap.
    The previous tap calculation would cause failure for very small sample 
rates.

commit 7eea883c377f64862a4d83f1b33a83fdf3cfc392
Author: Johnathan Corgan <address@hidden>
Date:   Mon Aug 31 12:08:30 2009 -0700

    Merged SVN matt/new_eth r10782:11633 into new_eth
    
    * svn diff http://gnuradio.org/svn/branches/developers/matt/new_eth
      -r10782:11633
    
    * Patch applied with no conflicts or fuzz.

commit 8ab7688ba545c153bcdebe6e273570df569b133c
Author: Tom <address@hidden>
Date:   Sun Aug 30 20:32:23 2009 -0400

    Adding clock sync algorithm using PFB. This works, but needs a bit more 
work.

commit 152fcbc219cd2e4f6df7b38843844bc85fdf2bc2
Author: Josh Blum <address@hidden>
Date:   Sun Aug 30 10:34:10 2009 -0700

    Switched the python classes to inherit from the base and gui classes.
    Use only **kwargs so all contructor parameters must be passed with keys.
    Moved gui input forms classes from base to gui param module.

commit cc13a27310e4ab91ebf90ee2d9cd6e3c659e1bc0
Author: Josh Blum <address@hidden>
Date:   Sun Aug 30 09:35:55 2009 -0700

    port and param types from an overloaded method

commit 2b65221a52a980b24e6e0c0e9f2db122c7c8225b
Author: Josh Blum <address@hidden>
Date:   Sat Aug 29 01:44:17 2009 -0700

    todo

commit 576d3978c7fafe5d6727c77281e3aad6d92074d2
Author: Josh Blum <address@hidden>
Date:   Sat Aug 29 01:04:58 2009 -0700

    Replaced TYPES in Port and Param with types parameter.
    Replaced odict in options for storing options with a list.
    Fix virtual port check in flow graph template.

commit cb794a7c8703ea06a9bce110fc1041140f25e8e6
Author: Josh Blum <address@hidden>
Date:   Fri Aug 28 21:06:19 2009 -0700

    made is_virtual_xxx a block level function, used by port and param classes

commit 9ae19105d745ef2c7be8fbe3c2206a0a6ca6632b
Author: Josh Blum <address@hidden>
Date:   Fri Aug 28 20:57:40 2009 -0700

    added stream id type and checking in evaluate

commit 5f7bd3f80387ea699649f76bd22d0be5ba08732d
Author: Josh Blum <address@hidden>
Date:   Fri Aug 28 20:39:35 2009 -0700

    avoid loops

commit cadc9548afb7b4a385cea51f48745f0a1c702607
Author: Josh Blum <address@hidden>
Date:   Fri Aug 28 18:15:49 2009 -0700

    Recursive resolution of virtual sources.
    Flow graph generation code working.
    
    Also, mod to fft window to use clean/nice Db/div.

commit 36d1520f0ac73b64bd0541b422552a6d419c7ffd
Author: Josh Blum <address@hidden>
Date:   Fri Aug 28 01:09:08 2009 -0700

    added virtual source and added stream ids, logic to clone in port

commit 1aa216df204197b4849581dd4f42b2e7680eb72f
Merge: 20e87ef 60633c6
Author: Johnathan Corgan <address@hidden>
Date:   Wed Aug 26 16:52:40 2009 -0700

    Merge vrt of http://gnuradio.org/git/jblum.git into master
    
    * automatic store for empty traces on enable
    * added traces to fft window
    * added quadradio method to enable/disable cal
    * use enum for band select
    * added get band select

commit 20e87ef0575d6bf09ab19fa1d025dbe71eec27fb
Merge: 23fb5e6 cafcd00
Author: Johnathan Corgan <address@hidden>
Date:   Wed Aug 26 16:48:36 2009 -0700

    Merge msg-passing from http://gnuradio.org/git/eb.git
    
    * Add shorthand for making tuples.
    * Add blobs and shorthand pmt pseudo-constructors.
    * gruel::send can now send to a pmt.
    * Add top-level msg_passing.h include file.
    * QA code now works.
    * Add pmt type that wraps a gruel::msg_accepter.

commit dc9e9db16047ec589a7b0488fac04c5bb682903c
Author: Josh Blum <address@hidden>
Date:   Wed Aug 26 13:29:28 2009 -0700

    added rewrite methods to element to separate from validation logic

commit 854bed10dfb61e9f9feab5259a75e809941089ab
Author: Josh Blum <address@hidden>
Date:   Wed Aug 26 11:23:23 2009 -0700

    Added virtual sink and logic to clone port.
    Tweaks to the base validation routines.
    Validate twice in the update until rewrite functions are implemented.

commit 62abad680b43218bbacf03c19d35c068973de4b9
Author: Josh Blum <address@hidden>
Date:   Tue Aug 25 23:42:18 2009 -0700

    removed repurposing of pads

commit 6d327a3ad5205a0cacb82578f32ae7ef00eeb111
Merge: af57014 23fb5e6
Author: Josh Blum <address@hidden>
Date:   Tue Aug 25 16:51:45 2009 -0700

    Merge branch 'master' of http://gnuradio.org/git/gnuradio into grc

commit 23fb5e602d48f6924e70b363bf9480fd41b928b0
Merge: 9f2ca84 5314163
Author: Johnathan Corgan <address@hidden>
Date:   Tue Aug 25 16:02:33 2009 -0700

    Merge utils from http://gnuradio.org/git/trondeau.git
    
      Added files to Makefile.am for distribution.
      Added colorbar to spectrogram for magnitude measurement.
      Fixed spectrogram plotting axis.
      Adding a spectrogram plot. The axis need work.
      GR plotter tool handles end of file and files shorter than the block 
length.
      Manages window/filter types better. Disables filter types if the 
designing algorithm doesn't support it (no RRC or Gaussian for equiripple 
filters).
      User messages if PyQt and PyQwt are not installed (or found).
      Setting validators for all edit boxes.
      Fixing tab order.
      Adding display for the number of taps in the filter.
      Adding equiripple band reject filter to filter design app.
      Adding P-M version of band reject filter.
      Fixed documentation for optfir band pass filters.
      Added routine for optfir equiripple filter design code to create complex 
bandpass filters. Also adds this ability to the filter designer.
      Added design for Guassian filters.
      Added design for RRC filters.
      Added Band Notch filter
      Adding complex bandpass filter design (for windowed filters only).
      Adding plotting of group delay.
      Adding labels to the plots.
      ...

commit 5314163f36b010c386a545512366aeb1f075f602
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 25 18:43:52 2009 -0400

    Added files to Makefile.am for distribution.

commit 785cacd477d50aba8a412bae16c57681c52a7fd2
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 25 18:22:06 2009 -0400

    Added colorbar to spectrogram for magnitude measurement.

commit af5701409859af4b20a03bfd6b2cebf3559b1b3d
Author: Josh Blum <address@hidden>
Date:   Tue Aug 25 14:56:47 2009 -0700

    Work on command line options for generated code.
    Simplified eng_option eng_float to reuse str_to_num code.

commit ab88e3c4fcf96093637eaadeae360df0d04282fa
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 25 17:54:36 2009 -0400

    Fixed spectrogram plotting axis.

commit f87944705b9fb251af9fe0c16ef2b47424c867d5
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 25 17:35:56 2009 -0400

    Adding a spectrogram plot. The axis need work.

commit d4ba08af653a00af6530add2df14c1341d6a9b90
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 25 12:12:17 2009 -0400

    GR plotter tool handles end of file and files shorter than the block length.

commit 6fa1fc320b539cac0add465652c0cac170a88db1
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 25 11:15:25 2009 -0400

    Manages window/filter types better. Disables filter types if the designing 
algorithm doesn't support it (no RRC or Gaussian for equiripple filters).

commit be584380504e24f7841b4792290b9cb3bb52aed4
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 25 10:01:00 2009 -0400

    User messages if PyQt and PyQwt are not installed (or found).

commit e6f9073f11e016fba2793c3a6d9c026399994e08
Merge: 07d9b76 b6c1949
Author: Josh Blum <address@hidden>
Date:   Mon Aug 24 21:35:46 2009 -0700

    Merge branch 'wxgui' of address@hidden:jblum into grc

commit 07d9b76e4bf8799d87775bd5546abf1f9ac5c995
Merge: b8df658 9f2ca84
Author: Josh Blum <address@hidden>
Date:   Mon Aug 24 21:34:25 2009 -0700

    Merge branch 'master' of http://gnuradio.org/git/gnuradio into grc

commit b8df6584312f1f03d0bf86375945b8d743b6a6d7
Author: Josh Blum <address@hidden>
Date:   Mon Aug 24 20:40:36 2009 -0700

    renamed the colors dialog to types

commit ebe5f1cacefd3b4b2c35adfd6a38b7fac387680b
Author: Tom <address@hidden>
Date:   Mon Aug 24 23:26:59 2009 -0400

    Setting validators for all edit boxes.

commit 74921cb0e4df480266f05d0ec3b42b3a1fc86f8a
Author: Tom <address@hidden>
Date:   Mon Aug 24 23:08:31 2009 -0400

    Fixing tab order.

commit f513de947ec9d15eb332abcba8a96927ff4dcc63
Author: Tom <address@hidden>
Date:   Mon Aug 24 23:02:52 2009 -0400

    Adding display for the number of taps in the filter.

commit 09fb1c056189e676d4c905949d7608c866a9247e
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 24 19:25:30 2009 -0400

    Adding equiripple band reject filter to filter design app.

commit 288e832801d4d14f1ac7274f3a25084e1d270754
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 24 19:24:56 2009 -0400

    Adding P-M version of band reject filter.

commit addee36a06e07fe4c7f01caf1ae1de17c1f75940
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 24 17:50:06 2009 -0400

    Fixed documentation for optfir band pass filters.

commit ef44b1afa410d77dbf84ba79119c16bb4fd02606
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 24 17:44:43 2009 -0400

    Added routine for optfir equiripple filter design code to create complex 
bandpass filters. Also adds this ability to the filter designer.

commit 2d4405ea55f3d9e4369fa903ce4d0d2a5addd7b4
Author: Tom <address@hidden>
Date:   Mon Aug 24 00:31:31 2009 -0400

    Added design for Guassian filters.

commit 22a68fa5fab3307cd0ea3c4f3ba4270936fead6a
Author: Tom <address@hidden>
Date:   Mon Aug 24 00:24:26 2009 -0400

    Added design for RRC filters.

commit 2546d2edcd6c8c642bce6715939de716aa0546a1
Author: Josh Blum <address@hidden>
Date:   Sun Aug 23 21:00:03 2009 -0700

    use pkgpythondir

commit a297059a8c5169edf8ef39d66ac556229dcfe640
Author: Tom <address@hidden>
Date:   Sun Aug 23 23:27:05 2009 -0400

    Added Band Notch filter

commit 548c972d642a35d888ef87f417db0badfa6c22d8
Author: Tom <address@hidden>
Date:   Sun Aug 23 22:55:11 2009 -0400

    Adding complex bandpass filter design (for windowed filters only).

commit 35871625e84c5e91af1fa8b7e741629e3880d323
Author: Tom <address@hidden>
Date:   Sun Aug 23 22:30:35 2009 -0400

    Adding plotting of group delay.

commit 9d751503f53e2381ef6b94482948b16cbf913734
Author: Tom <address@hidden>
Date:   Sun Aug 23 22:06:24 2009 -0400

    Adding labels to the plots.

commit 4085285a821d6dcf003d8a0fab1329599790f2be
Author: Tom <address@hidden>
Date:   Sun Aug 23 21:57:34 2009 -0400

    Plotting phase of filter in its own tab now.

commit aafbdf432b547529bea9ebe9ce2ad4c77ab20f03
Author: Tom <address@hidden>
Date:   Sun Aug 23 21:19:12 2009 -0400

    Adding a phase and group delay plot to the GUI.

commit be85d95e41ba883746ad109fa3eb9d280e74a4f8
Author: Tom <address@hidden>
Date:   Sun Aug 23 20:52:33 2009 -0400

    Fixing time domain plot zoomer.

commit eec6476e69760994a01fbd3344a2af2f814f7d96
Author: Tom <address@hidden>
Date:   Sun Aug 23 19:36:24 2009 -0400

    Adding features and usability.

commit 60633c60dda8bd0ac8c7b5fde72eac62aa0f9490
Merge: d3ebbcc b6c1949
Author: Josh Blum <address@hidden>
Date:   Sun Aug 23 12:30:12 2009 -0700

    Merge branch 'wxgui' of address@hidden:jblum into vrt

commit 9f2ca841018fd24644be39b4400784806015aef2
Author: Johnathan Corgan <address@hidden>
Date:   Sun Aug 23 11:45:22 2009 -0700

    Added blks2.pfb_arb_resampler_ccf to GRC block list
    
    * New block XML file
    * Added set_taps callback to blks2 hier block
    * GRC example showing pre- and post-resampling swept spectrum

commit b6c19491d34357ab2d6332f91733afe7367da92a
Author: Josh Blum <address@hidden>
Date:   Sat Aug 22 22:01:55 2009 -0700

    automatic store for empty traces on enable

commit d3ebbccf7da16835e06e700ed58ef1ced16ab89e
Merge: 7b09198 f3c5010
Author: Josh Blum <address@hidden>
Date:   Sat Aug 22 15:09:30 2009 -0700

    Merge branch 'wxgui' of address@hidden:jblum into vrt

commit f3c5010f9c9e8b82048a6d631418c9b5b482e593
Author: Josh Blum <address@hidden>
Date:   Sat Aug 22 15:08:40 2009 -0700

    added traces to fft window

commit 7b09198e2330d59de7d55030bef342afd217368a
Author: Josh Blum <address@hidden>
Date:   Thu Aug 20 19:12:07 2009 -0700

    added quadradio method to enable/disable cal

commit ea99e2777b7a3692ee50ed0d80eeae006fa60322
Author: Tom <address@hidden>
Date:   Thu Aug 20 22:10:50 2009 -0400

    Removed the LFP and HPF ui's that are now a part of the main pyqt_filter.ui 
package.

commit 4256cde50ae0f3c52f415f45e9cc6274f51c6ce2
Author: Josh Blum <address@hidden>
Date:   Thu Aug 20 17:17:56 2009 -0700

    use enum for band select

commit 91f18267cd90fdeaea0a5f57543fa149019b251a
Author: Josh Blum <address@hidden>
Date:   Thu Aug 20 16:20:31 2009 -0700

    added get band select

commit f73822312bae0c1698988b63951c4a8e92e7f3e4
Author: Johnathan Corgan <address@hidden>
Date:   Thu Aug 20 07:11:12 2009 -0700

    Added host_os check for component vrt (Linux only for now.)

commit bf232a6e6e73d156c9a46c26842480352c6794c0
Author: Josh Blum <address@hidden>
Date:   Thu Aug 20 01:30:23 2009 -0700

    added continuation mode for pad source and sinks

commit cafcd00720877d099262e78ac623a13118574233
Author: Eric Blossom <address@hidden>
Date:   Wed Aug 19 09:57:42 2009 -0700

    Add shorthand for making tuples.

commit 6213d97eba31b66f8234357c6f030124f417f74d
Author: Eric Blossom <address@hidden>
Date:   Tue Aug 18 22:44:05 2009 -0700

    Add blobs and shorthand pmt pseudo-constructors.
    
    blobs == Binary Large Object.  Very handy for passing around
    uninterpreted data.  The shorthand constructors were implemented by
    overloading the pmt_t mp(foo) function in the pmt namespace.
    
    I originally called "mp" "pmt", but that caused a conflict with the
    pmt namespace.

commit 4425cea2297d29f7cb90ac045b39928358cff1e4
Author: Eric Blossom <address@hidden>
Date:   Tue Aug 18 21:02:13 2009 -0700

    gruel::send can now send to a pmt.

commit e19946f858e7ede2e76cfd78bc194a3f81c13197
Author: Tom <address@hidden>
Date:   Tue Aug 18 22:57:27 2009 -0400

    Adding a graphical tool to design and analyze filters.

commit 0f12441cf801f060c8b0a778016c658db5486607
Author: Eric Blossom <address@hidden>
Date:   Tue Aug 18 19:12:15 2009 -0700

    Add top-level msg_passing.h include file.
    
    Incorporate send.h into msg_passing.h.

commit f7bc7ed21decef03737effa69402d127e1cb54d9
Author: Eric Blossom <address@hidden>
Date:   Tue Aug 18 18:57:33 2009 -0700

    QA code now works.

commit 0f90ae17548c89a9ccde112948a6b57b54c2a01c
Author: Eric Blossom <address@hidden>
Date:   Tue Aug 18 17:39:02 2009 -0700

    Add pmt type that wraps a gruel::msg_accepter.
    
    QA code doesn't link because pmt depends on msg and vice versa

commit 30108b8cff313607bef51fda8d600cb4826a259e
Author: Johnathan Corgan <address@hidden>
Date:   Mon Aug 17 09:49:53 2009 -0400

    Added omnithread README (deprecation).

commit 63c928575c10741ac6a6c3c3c8be9c238e7b8432
Author: Josh Blum <address@hidden>
Date:   Mon Aug 17 00:54:11 2009 -0700

    Removed Source and Sink classes as Port subclasses.
    A port can be a source or a sink based on the dir parameter.

commit 82d6410198b91eb21ccac9fe2aae66690956e584
Author: Johnathan Corgan <address@hidden>
Date:   Sat Aug 15 18:45:53 2009 -0700

    Added git ignore files as needed.

commit c9ad0211dac1721ec3f834bb14e71ca50e801721
Merge: ea57c1b 4edaf1e
Author: Johnathan Corgan <address@hidden>
Date:   Sat Aug 15 18:06:37 2009 -0700

    Merged changes from svn repository trunk.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5
    
    Signed-off-by: Johnathan Corgan <address@hidden>

commit ea57c1b52b8bed12296ba51441afcfc57a0b9d34
Author: eb <address@hidden>
Date:   Sat Aug 15 18:34:45 2009 +0000

    Merged VRT work-in-progress from eb/vrt2 (11518:11598) into trunk.
    
    Passes distcheck.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cdecd3aa94c0ed24312c869c27b3cbd01998004e
Author: eb <address@hidden>
Date:   Sat Aug 15 18:32:56 2009 +0000

    Added reset method to gr_head and gr_vector_sink.  This allows graphs
    containing these blocks to be run more than once with user control
    over when the reset of the counter and sink occurs.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4edaf1e7fc05df0628c05785d5ede285a64670b0
Merge: a33d7c0 8e1a2c4
Author: Johnathan Corgan <address@hidden>
Date:   Sat Aug 15 10:48:39 2009 -0700

    Merged branch 'msgq' from http://gnuradio.org/git/jblum.git
    
    This adds the ability to GRC to gave blocks with message ports.
    
    Signed-off-by: Johnathan Corgan <address@hidden>

commit 1579bab2e5840e8f7e7918b7cabf250ca4fd259a
Author: eb <address@hidden>
Date:   Sat Aug 15 17:39:10 2009 +0000

    gr_blocks may now produce different number of output items on each output 
stream.
    
    Merged eb/varying -r11178:11595 into trunk. Needs QA and examples.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a33d7c0df9dab57767c6b9376e6779a23217c1b9
Merge: ad36dcc 381ae7f
Author: Johnathan Corgan <address@hidden>
Date:   Sat Aug 15 09:28:54 2009 -0700

    Merged branch 'msg-passing' from http://gnuradio.org/git/eb.git
    
    This is work in progress on the message passing implementation.
    
    Passes distcheck.
    
    Signed-off-by: Johnathan Corgan <address@hidden>

commit 381ae7f53d9628dae5ac79bb580e1f8e62e7571b
Author: Eric Blossom <address@hidden>
Date:   Sat Aug 15 01:45:52 2009 -0700

    pmt_write now displays vector and tuple elements.

commit f8f85dcf9de45cbb42ee46b6f6e3d1e685b0103a
Author: Eric Blossom <address@hidden>
Date:   Sat Aug 15 01:02:15 2009 -0700

    Additional QA for tuple.

commit 8e1a2c4ac1a43fd989c06856dae27b0c2559c6b3
Author: Josh Blum <address@hidden>
Date:   Sat Aug 15 00:29:11 2009 -0700

    added validation check for msg type ports, added copy method for ports to 
cleanup nports code

commit de213686dfa9608bcf59e2c14a4e326049e9779e
Author: Josh Blum <address@hidden>
Date:   Fri Aug 14 23:23:53 2009 -0700

    params, sources, and sinks now stored internally as lists. The keys for 
said objects are now only stored in one place (in the object).

commit 392227182979367a981606e86c7ec24314555c04
Author: Tom <address@hidden>
Date:   Fri Aug 14 23:29:17 2009 -0400

    Adding a QT-based data file viewer.
    
    This is the start of an application to read in data files and display them 
in a useful manner.

commit ca6bb9a194419707d421f19b15184116736276dd
Author: git <address@hidden>
Date:   Sat Aug 15 02:49:48 2009 +0000

    Applied patch c1258.diff from Stephan Bruns (ticket:359)
    
    This patch changes pmt_t to use boost intrusive pointers.
    
    Patch was modified to apply to new pmt location since the
    original patch was created, and add missing include file.
    
    Signed-off-by: Johnathan Corgan <address@hidden>
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 05e222427c2616282a3cda6d309ddbb887c6dc36
Author: git <address@hidden>
Date:   Sat Aug 15 02:49:47 2009 +0000

    Added missing .gitignore
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7ca21b2eb16ed1495001cdd62d58a9d51dd3f436
Author: Eric Blossom <address@hidden>
Date:   Fri Aug 14 18:53:35 2009 -0700

    Added most of the support for a new PMT type: tuple.
    
    More QA code coming soon.

commit ad36dccd88eafec6efb8f2428fb21f54d6894cfc
Author: Johnathan Corgan <address@hidden>
Date:   Fri Aug 14 14:04:11 2009 -0700

    Applied patch c1258.diff from Stephan Bruns (ticket:359)
    
    This patch changes pmt_t to use boost intrusive pointers.
    
    Patch was modified to apply to new pmt location since the
    original patch was created, and add missing include file.
    
    Signed-off-by: Johnathan Corgan <address@hidden>

commit ab3b6e3057244259d333513c133450e9efc4dc1b
Author: Johnathan Corgan <address@hidden>
Date:   Fri Aug 14 13:05:48 2009 -0700

    Added missing .gitignore

commit 253018c6cdb114f5662a2d7ba8ed748c6e68e3a7
Author: git <address@hidden>
Date:   Fri Aug 14 18:10:11 2009 +0000

    Added git ignore files auto created from svn:ignore properties.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0a73facce3ce4eba23676df5f22f222df319ed87
Author: Josh Blum <address@hidden>
Date:   Thu Aug 13 23:59:06 2009 -0700

    this time commit the file changes

commit 0af1c2c7ab2ac28c9518c9348f8245326bd7ac46
Author: Josh Blum <address@hidden>
Date:   Thu Aug 13 23:56:01 2009 -0700

    Added generation of message queues in flow graph template.
    Added message source and sink blocks to test.
    
    TODO: Port and Block require new validation checks.

commit 1181c2fe069075f9ceb3b66ed937115ff39aafa9
Author: Eric Blossom <address@hidden>
Date:   Thu Aug 13 21:50:06 2009 -0700

    Refactored gr_msg_accepter and gr_tpd_thread_body.
    
    Redirected gr_msg_accepter::post into gr_block::_post based on dynamic cast.

commit 9a966d18567077d47f3e5bd65871b164805d2665
Author: Johnathan Corgan <address@hidden>
Date:   Tue Aug 4 13:17:18 2009 -0700

    Thread-per-block loop now checks and dequeues messages to handle_msg.

commit 3d47afffbf216f5ab0fa036de2b70cdc7a1981da
Author: Johnathan Corgan <address@hidden>
Date:   Tue Aug 4 10:22:15 2009 -0700

    Notify derived class when post()ed

commit f67c4ff12f19490d2aeab7ff0fbe0484195037f0
Author: Johnathan Corgan <address@hidden>
Date:   Sat Aug 1 09:43:02 2009 -0700

    Added gr_msg_accepter class.
    
    gr_msg_accepter derives from gruel::msg_accepter_msgq and will
    implement in its post() a notification of the destination block
    thread that a message is pending.
    
    Passes distcheck.

commit f15982950e4674f0cad53d25d36409253661af34
Author: git repository hosting <address@hidden>
Date:   Thu Aug 13 22:26:53 2009 -0600

    Added git ignore files auto created from svn:ignore properties.

commit a0d13b42bfb3fd081d77e9d73cf4db9695a6d88b
Author: trondeau <address@hidden>
Date:   Wed Aug 12 03:39:03 2009 +0000

    Merging trondeau/pfb r11249:11581 into trunk. This adds a few polyphase 
filterbank implementations that do (integer) decimation, (integer) 
interpolation, arbitrary resampling, and channelizing. 
gnuradio-example/python/pfb includes a number of different examples of how to 
use these blocks.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 420f1274bfd7cb40cd6d7851f6541f80ac6616be
Author: trondeau <address@hidden>
Date:   Tue Aug 11 22:11:33 2009 +0000

    Adding function to be able to set the size of the points in the 
constellation plot.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f123fd990783b7e6ed24a12763cb2a766860d133
Author: trondeau <address@hidden>
Date:   Tue Aug 11 22:02:56 2009 +0000

    Cleaning up Qt code. This mostly reformats the code to be more consistent 
with our style. It also changes the layout to use Qt layouts for proper 
resizing of the GUI. Only the QwtPlots need to be resized manually.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c1621a335d80ccd496d8e0cef5a8370c55509f73
Author: jcorgan <address@hidden>
Date:   Tue Aug 11 06:33:38 2009 +0000

    Test check-in 2, ignore.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f8f78bfbb0b619fd448056526fab23723307dab0
Author: jcorgan <address@hidden>
Date:   Tue Aug 11 06:29:26 2009 +0000

    Test check-in, ignore.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9cdea550a868695d3b75dc79ccde4a4cc3b78851
Author: Josh Blum <address@hidden>
Date:   Mon Aug 10 22:29:55 2009 -0700

    apply diff from previous commits

commit b1fff92b08ccb2d0aecdea56450c79a63ab3178b
Author: trondeau <address@hidden>
Date:   Mon Aug 10 02:07:55 2009 +0000

    Significantly improved performance of the Qt Gui sinks. This removes a 
number of redundant loops and memcopies by combining operations and reduces the 
CPU load greatly to run much more smoothly.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 34791dbc3c8ab646b63d8ae6e96972b20fe6fd37
Author: jcorgan <address@hidden>
Date:   Thu Aug 6 23:21:40 2009 +0000

    howto: adds --disable-python option to gr-howto-write-a-block example.
    
    Signed-off-by: Johnathan Corgan <address@hidden>
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4e843330290a3fd4354d5ab3acc599b7f7465587
Author: jcorgan <address@hidden>
Date:   Thu Aug 6 23:21:38 2009 +0000

    Adds constructor for gr.message_source that takes existing msgq.
    
    A gr.message_source object can now be created in one of two ways:
    
    blk = gr.message_source(itemsize, limit)
    
    msgq = gr.msg_queue(limit)
    blk = gr.message_source(itemsize, msgq)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e0003f3fc2b49d52a647281af3695b386ec7d8bf
Author: trondeau <address@hidden>
Date:   Wed Aug 5 01:36:09 2009 +0000

    Fixed optfir for producing equiripple FIR filters. Does LPF, fixes the HPF, 
and adds BPF (real).
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f6a400a8192ebee931ee45d712ffa889ba321234
Author: jcorgan <address@hidden>
Date:   Sun Aug 2 15:45:12 2009 +0000

    Made libusrp2 min and max samples even number.
    
    This forces an even number of samples in the min or max case,
    preserving the alignment of interleaved samples in the face
    of RX overruns or TX underruns.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3556ef4080be8b0fe569d28cae6568b761edbd7b
Author: jcorgan <address@hidden>
Date:   Sat Aug 1 14:56:28 2009 +0000

    Merged r11500:11506 from features/msg-passing into trunk.  
Work-in-progress, passes distcheck.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 482c0505920258680ba1105e272efcc95cbdb16d
Author: trondeau <address@hidden>
Date:   Fri Jul 31 01:47:20 2009 +0000

    Fixing bug in setting SNR
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9c31d118f7ad218d1dcd723562fe132138ab01d6
Author: jcorgan <address@hidden>
Date:   Thu Jul 30 21:54:38 2009 +0000

    Add custom FPGA build.
    
    This is a custom build for USRP2 FPGA.  It allows using a BasicRX or
    LFRX board and feed two independent, real signals.  In addition, instead
    of the CIC/HB decimator, which optimizes frequency response, it uses an
    integrate and dump decimator, which optimizes for time-domain impulse
    response.
    
    These changes have been made in dsp_core_rx.v:
    
    * A second DDC has been added, sharing a frequency register with
      the existing DDC.
    
    * The output of the two DDCs are interleaved as I1 Q1 I2 Q2I ...
      into the receive FIFO.  This limits the host configured decimation
      to 8 intead of 4.  Use gr.deinterleave to recover the streams.
    
    * The ADCs are hardcoded:
    
      RX_A ==>  DDC #1 I-input
         0 ==>  DDC #1 Q-input
      RX_B ==>  DDC #2 I-input
         0 ==>  DDC #2 Q-input
    
      Thus, the input mux has been disabled.
    
    * The CIC/HB decimator has been replaced by an integrate and dump at
      the decimation rate.
    
    * To assist with meeting timing, the external RAM has been disabled.
    
    The basic application is to coherently sample two real IF streams and
    downconvert to baseband, while minimizing the impulse response duration
    of the resampling filters.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5bab84be03b894b06ab939ac9bc567e3c96cf05a
Author: jblum <address@hidden>
Date:   Wed Jul 29 22:23:41 2009 +0000

    gr_not xml fix: only one input for not
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 46aadbb2e9ca5aaccec4698824c2016772f3e1f7
Author: jcorgan <address@hidden>
Date:   Tue Jul 28 23:01:46 2009 +0000

    Merged -r11480:11507, r11508 from nldudok1/tvrx_mimo_merge_with_trunk into 
trunk.  This branch was created with a corrupted merge tracking database, so 
manual merge and remove of merge info properties was needed.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2b02833217cf0632c98478756b571aab5fc7002b
Author: jcorgan <address@hidden>
Date:   Tue Jul 28 03:55:41 2009 +0000

    Cleanup stray PMT reference.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d25d747afb4f2bd404720d690677a5401449c0df
Author: eb <address@hidden>
Date:   Mon Jul 27 04:09:21 2009 +0000

    Fix for test_pmt when using --with-boost=<foo>
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 132d31f415763323202802e497887e99b1845b0c
Author: jcorgan <address@hidden>
Date:   Sun Jul 26 20:22:20 2009 +0000

    Initialized merge tracking to current revision
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 16fdcccf8bfe70ab5184d149adb06edcf1ce9c0e
Author: jcorgan <address@hidden>
Date:   Sun Jul 26 20:15:05 2009 +0000

    Reset mergeinfo properties for files.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit dbb28f976e76960c7ade61cfec0abf2e39b58167
Author: jcorgan <address@hidden>
Date:   Sun Jul 26 20:13:01 2009 +0000

    Reset mergeinfo properties
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2bf2a8f2d2a4477818bfa91cae64fb663fdf88c3
Author: jcorgan <address@hidden>
Date:   Sun Jul 26 20:01:02 2009 +0000

    Merged r11491:11494 from jcorgan/pmt into trunk.
    
    Moves pmt types functions into pmt:: from gruel::
    
    Trunk passes distcheck.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 970d850297cf945943528557127db2cd327c3f3c
Author: jcorgan <address@hidden>
Date:   Sat Jul 25 18:06:44 2009 +0000

    Update omnithread linking.
    
    Moved link against omnithread from gnuradio-core to those components
    still using it (and were depending on pulling omnithread in that way).
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4b4da4852482546157abbf8589f2a85bac6c3509
Author: jcorgan <address@hidden>
Date:   Sat Jul 25 17:39:00 2009 +0000

    Merge r11462:11485 from jcorgan/omni into trunk.
    
    Removes dependency on omnithreads from gnuradio-core.
    
    Trunk passes distcheck.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1ea9f1bb015a543a60fb5f89c49c8093d7e069d6
Author: jcorgan <address@hidden>
Date:   Sat Jul 25 14:55:06 2009 +0000

    Rename binary to be more descriptive.
    
    gnuradio --> gnuradio-config-info
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 12689e4fe15f9908d1242b63dd33e149f4db40a8
Author: michaelld <address@hidden>
Date:   Wed Jul 22 19:08:18 2009 +0000

    Fix for 'make check' on OSX and Windows; corrects USRP/2 library path.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2ce8c910b9e315539ec45a8b4f4d92e0d329523a
Author: n4hy <address@hidden>
Date:   Mon Jul 20 18:47:24 2009 +0000

    last changes here to gr_fmdet until pfb trondeau pfb branch is folded in
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c3f8495917cf178d8085d4b4af3c52c60e51ba95
Author: n4hy <address@hidden>
Date:   Mon Jul 20 16:57:57 2009 +0000

    clean up of fmdet and addition of new slope vector.  We will extend range 
to Fs * [-.4,.4] and use SSE for computation using fir_ccf with new larger 
vector in final version
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6f50256f958ac60d5fc9212b24d86777c1b2ec0d
Author: jcorgan <address@hidden>
Date:   Mon Jul 20 03:47:14 2009 +0000

    Merged r11452:11459 from jcorgan/pmt-gruel into trunk.  Trunk passes 
distcheck.
    
    * Merges libpmt into libgruel
    
    * Modifies libmblock to use libgruel
    
    gruel::pmt_t will be the fundamental msg content for the new message passing
    implemention for 3.3.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit aff2d8ad842994b1f58e0dc56b7d2fd6229377a9
Author: jcorgan <address@hidden>
Date:   Sat Jul 18 03:08:46 2009 +0000

    Add missing dependency
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit beda7c83ae4513b0ba4f6902f4eb0945245d3fe7
Author: trondeau <address@hidden>
Date:   Fri Jul 17 02:25:57 2009 +0000

    Adding a check box to cancel DC offset
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 599279169ecbd363ccbaacaafd8b4bfc9b837c21
Author: jblum <address@hidden>
Date:   Fri Jul 17 00:36:11 2009 +0000

    fixed fft reording
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 06260e16099c61b70e48ed999ca12b8a82cc0a10
Author: jcorgan <address@hidden>
Date:   Thu Jul 16 17:44:03 2009 +0000

    Temporary workaround (until VRT) to stop submitting short packets to 
libusrp2 tx_raw().
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f9f8e50ab35f931a74b2bb510e1ba2970a6a2194
Author: jblum <address@hidden>
Date:   Thu Jul 16 05:06:00 2009 +0000

    There is no y per div, but there is a dynamic range.
    Added **kwargs to nongl for backwards compadibility.
    Updated todo.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b67e3270f7acf419cc0b1e455c5367957ddc4612
Author: jcorgan <address@hidden>
Date:   Wed Jul 15 18:34:53 2009 +0000

    wip
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f08530fbd0c2cec5fdd24466fd345e5c3f089870
Author: jcorgan <address@hidden>
Date:   Wed Jul 15 03:15:23 2009 +0000

    Packaging update for r11444
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5d7fc58bd8198c05bd45bca958e27187e74d9406
Author: eb <address@hidden>
Date:   Wed Jul 15 02:47:58 2009 +0000

    revert 11442 until I find a fix for boost 1.37
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d4110d3f9ce3038a13051b00060004554636e48b
Author: eb <address@hidden>
Date:   Wed Jul 15 02:39:28 2009 +0000

    Removed pmt dependency on omnithreads, now dependent on boost::threads
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2e7c5c717a53aaa64ee46f154d5792e7118599ed
Author: eb <address@hidden>
Date:   Wed Jul 15 01:49:14 2009 +0000

    applied patch from ticket:358
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 134b8933fd898fbd6462d1c3c0175e1f8157a27f
Author: eb <address@hidden>
Date:   Wed Jul 15 01:33:49 2009 +0000

    pmt performance improvement: Switch from shared_ptr to intrusive_ptr
    for pmt_t (c1258 from Stefan Brüns).
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit fe781ab6591ad46b6ebb7ce425fc225c49461e70
Author: eb <address@hidden>
Date:   Wed Jul 15 01:28:39 2009 +0000

    pmt perf improvements: Make function arguments const & (c1257, c1260
    from Stefan Brüns)
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 25d7580a42fbde01763e3634a6c2f3f7b51438a7
Author: eb <address@hidden>
Date:   Wed Jul 15 01:23:38 2009 +0000

    Add some unit test for pmt_subsetp and pmt_memq. (c1261 from Stefan Brüns)
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4eca9fb849d88274f57167fb8023772e5fe24624
Author: eb <address@hidden>
Date:   Wed Jul 15 01:21:59 2009 +0000

    pmt performance improvement: avoid some double type casting (c1256
    from Stefan Brüns)
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 962e22878b5ef6aa3280fafefb2732db84a69258
Author: eb <address@hidden>
Date:   Wed Jul 15 01:18:56 2009 +0000

    Minor optimation, assume well formed list as common case (c1255 from Stefan 
Brüns)
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit fc31a4e374b1b80c974209f0fdccbc3eed1997e4
Author: jcorgan <address@hidden>
Date:   Tue Jul 14 17:21:04 2009 +0000

    Revert erroneous file included in r11424
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 09a2e8374e5ca4abbcdc8b872244756ce774dab3
Author: jcorgan <address@hidden>
Date:   Tue Jul 14 17:17:45 2009 +0000

    Reorganization of debian package directory
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c51227a80b5e03e2d18f02f8693de97610fe8f00
Author: jblum <address@hidden>
Date:   Sat Jul 11 22:10:25 2009 +0000

    make use of gr.version()
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f8369c7a55a9d881674862de2015a51a444320d7
Author: jcorgan <address@hidden>
Date:   Sat Jul 11 17:52:31 2009 +0000

    Cleanup.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3b0db38361d6ff50d62d814e72eb1fdd0e5d762d
Author: jcorgan <address@hidden>
Date:   Sat Jul 11 02:34:31 2009 +0000

    Implements ticket:401 and ticket:402.
    
    Adds several API functions to determine build constants at runtime, and
    a convenience command line program to display them:
    
    From C++:
    
    const std::string gr_prefix();
    const std::string gr_sysconfdir();
    const std::string gr_prefsdir();
    const std::string gr_build_date();
    const std::string gr_svn_date();
    const std::string gr_svn_version();
    const std::string gr_version();
    
    From Python:
    
    gr.prefix()
    gr.sysconfdir()
    gr.prefsdir()
    gr.build_date()
    gr.svn_date()
    gr.svn_version()
    gr.version()
    
    The new binary is 'gnuradio' and installed on the path:
    
    $ gnuradio
    Program options: gnuradio [options]:
      -h [ --help ]         print help message
      --prefix              print gnuradio installation prefix
      --sysconfdir          print gnuradio system configuration directory
      --prefsdir            print gnuradio preferences directory
      --builddate           print gnuradio build date (RFC2822 format)
      -v [ --version ]      print gnuradio version
      --svnversion          print SVN repository version (SVN format)
      --svndate             print SVN repository date
    $
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 214874a64800ccf0ed74646a3ea6812856e12673
Author: jcorgan <address@hidden>
Date:   Fri Jul 10 21:58:23 2009 +0000

    Merged r11397:11413 from balister/arm-configure into trunk.  Trunk passes 
distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6f60fe94e6b11cfe95092db47ac403fb5ced813d
Author: jcorgan <address@hidden>
Date:   Fri Jul 10 02:04:04 2009 +0000

    Make trunk packages use revision number in version.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a5cacdf27386e5bbe5f929c084f04397a9d393bc
Author: jcorgan <address@hidden>
Date:   Fri Jul 10 01:27:01 2009 +0000

    Fix missing files from package generation
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a9154607d6f6fd2bfbafd732dccf9edef35e1e6e
Author: jcorgan <address@hidden>
Date:   Fri Jul 10 01:26:37 2009 +0000

    Refactor msgq thread classes to use gru.msgq_runner
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e921d54419e95c097cdecf21a2de7c393eb75f18
Author: jcorgan <address@hidden>
Date:   Fri Jul 10 00:36:36 2009 +0000

    Merged r11401:11405 from jblum/digital into trunk.  Restores tunnel.py, 
rx_voice.py, and tx_voice.py operation after transmit/receive path refactoring.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e573f752e6d9366a2629789a7158cce645a44235
Author: jcorgan <address@hidden>
Date:   Thu Jul 9 16:45:11 2009 +0000

    Adds generic msgq runner convenience class.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8cbdc5efd089307c03ac4c98f68b664b627bb083
Author: jcorgan <address@hidden>
Date:   Thu Jul 9 03:09:30 2009 +0000

    Add missed revision to last check-in
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c276a4ffee9314d2528166547abfd2c09d29713f
Author: jcorgan <address@hidden>
Date:   Thu Jul 9 02:55:51 2009 +0000

    Merged r11377:11390 from jcorgan/usrp-headers in to trunk.
    
    * Public USRP(1) header files are now in their own source directory
      and install into $(includedir)/usrp.  This was done to avoid name
      clashes in the top-level include directory.
    
      Only users who are developing directly to libusrp in C++ are
      affected; the GNU Radio C++ and Python APIs are unchanged.
    
      The simple change required by this update is to change:
    
      #include <usrp_*.h>
    
      to #include
    
      <usrp/usrp_*.h>
    
      ...in your source code.
    
    * Removed usrp-inband code from tree (put into limbo directory.)
      This code has become unmaintained and has started to suffer
      from bitrot.  A checkpoint tag has been made for anyone still
      needing to use it:
    
      
http://gnuradio.org/svn/gnuradio/tags/checkpoints/trunk-20090708-pre-usrp-reorg
    
      The plan during the 3.2->3.3 development cycle is to replace the
      functions done by the in-band code with extensions to the existing
      gr-usrp blocks using the new message passing architecture.
    
      The USRP hardware FPGA code that provided the inband interface
      has not been removed; however, it too has become unmaintained and
      will likely be rewritten/replaced during the 3.3 timeframe.
    
    The trunk passes distcheck.
    
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit eefb51c0c0fac68d16544e492aebd883528607e1
Author: jblum <address@hidden>
Date:   Wed Jul 8 19:50:21 2009 +0000

    short id fix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 54e02f64a15b3a2c679399575a53b69f65bc6514
Author: jcorgan <address@hidden>
Date:   Wed Jul 8 06:32:08 2009 +0000

    Adds short commandline parameter handling in GRC.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 103361f6898960e80f042e019369c59fef842c66
Author: trondeau <address@hidden>
Date:   Tue Jul 7 00:40:25 2009 +0000

    Fixing USRP2 dispaly program and minor tweaks to USRP program.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e4fcfc35fba29e447856a33d088961741ca99f46
Author: jcorgan <address@hidden>
Date:   Mon Jul 6 22:36:54 2009 +0000

    Temporary binary packaging update (3.3svn-1) to deal with prefs.py not 
handling --prefix=/usr correctly.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 194efd99b5b3b33d78969d584a2bb9882bfd2d98
Author: jcorgan <address@hidden>
Date:   Mon Jul 6 05:59:12 2009 +0000

    Revert changeset r11150 for gnuradio-omnithread.pc, which broke some out of 
tree compiles
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit dcd1188902ac06a21030e89b4a7f6a03ae745c00
Author: jcorgan <address@hidden>
Date:   Mon Jul 6 05:07:49 2009 +0000

    Fix Makefile and update package for r11361
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5533ee0f3add20d51c440b3bfa7c7cef5186c9cc
Author: jcorgan <address@hidden>
Date:   Mon Jul 6 05:07:02 2009 +0000

    Fix dependency
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 471ebf621da0426fefda870dfe29d75cd9ef2da6
Author: trondeau <address@hidden>
Date:   Mon Jul 6 04:39:24 2009 +0000

    Merging trondeau/qt branch r11231:11360. This merge improves the usability 
and examples of the QT-based interface.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit fadb55f262e1b5514988c3dc86a5e580378655dc
Author: jcorgan <address@hidden>
Date:   Mon Jul 6 03:36:15 2009 +0000

    Packaging update for changeset r11358
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 25c5d91fb7c4b54f1e7d77fd9af213a3675a8339
Author: jblum <address@hidden>
Date:   Mon Jul 6 02:28:52 2009 +0000

    Merged r11309:11357 from grc branch.
    Adds notebook cabability to grc and its wxgui windows/controls.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a6396abe127c504f890d0cd45171c46ebfbb0f3d
Author: jcorgan <address@hidden>
Date:   Mon Jul 6 00:56:39 2009 +0000

    Install custom grc.conf for Ubuntu grc package.  Forces correct docdir and 
adds /usr/local as local block dir.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 017547967bd4f6ec5fc1a09e7d518d3f1e0b8d2e
Author: jcorgan <address@hidden>
Date:   Sun Jul 5 23:17:21 2009 +0000

    Fix missing files from gr-radar-mono package (Nick Withers)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7b4b14ca40e13b387ac058945ae40216c8b220c4
Author: jcorgan <address@hidden>
Date:   Sun Jul 5 22:59:54 2009 +0000

    Implement new Ubuntu packages for new C++ API libraries created by r11150.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 774f0d700436eead22851793c5f7adddb58f5396
Author: jcorgan <address@hidden>
Date:   Sun Jul 5 20:36:45 2009 +0000

    Ubuntu packaging changes for updates on release branch, doesn't include 
changes for non-merged trunk updates.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d98521bc6251d2fa83267980379b0c8643618956
Author: jblum <address@hidden>
Date:   Sat Jul 4 15:53:00 2009 +0000

    std squelch wrapper fix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9edb56cf1800d929d41561a3121495d855ca0e4d
Author: jblum <address@hidden>
Date:   Thu Jul 2 02:06:20 2009 +0000

    removed redundant constants.py entry in makefile
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1672335ce0760d3720727567be1baf6a8e6a1a00
Author: jcorgan <address@hidden>
Date:   Tue Jun 30 22:22:44 2009 +0000

    Fix double quotation problem
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c1eb1e443b61b4cb5d56b73cad5911bc40b9d064
Author: jcorgan <address@hidden>
Date:   Tue Jun 30 22:16:52 2009 +0000

    Fix makefile entries
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2a7528481e09a090ebd95ac51b35b1db408e398d
Author: jcorgan <address@hidden>
Date:   Tue Jun 30 22:09:59 2009 +0000

    Add missing files to distribution tarball.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2f841d307ea0ea3986669722afd0d920fc79d700
Author: jcorgan <address@hidden>
Date:   Tue Jun 30 16:49:31 2009 +0000

    Fixes ticket:372
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 03a27276e566e1e641d115fce129d3351ea52d81
Author: jblum <address@hidden>
Date:   Mon Jun 29 23:36:20 2009 +0000

    fixed screenshot capability, calls get pixbuf in drawing area
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 93bceff89bb2f863a7a3be42436335a85041fac3
Author: jblum <address@hidden>
Date:   Mon Jun 29 04:55:42 2009 +0000

    fix for argmax wrapper check
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e3066e9d03deaf8451bddd70b4d403a3612a2c90
Author: jblum <address@hidden>
Date:   Mon Jun 29 04:38:42 2009 +0000

    argmax wrapper fix, please document argmax, its outputs are non-intuitive
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5762d01a3d45b8d500c5ad560c272692d7d46db2
Author: jblum <address@hidden>
Date:   Mon Jun 29 04:29:36 2009 +0000

    Added ability to extract category names from doxygen.
    For now, this is commented out until the current block tree is overhauled.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f728f2dd61af00b02525d078bbb748bfb75800e1
Author: jblum <address@hidden>
Date:   Fri Jun 26 15:37:23 2009 +0000

    cast choices to a list because .index method DNE in python2.5 for tuple
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 80a5f5537dcc9a2344d9a127d7dcdee5e69e05cd
Author: jblum <address@hidden>
Date:   Thu Jun 25 22:48:04 2009 +0000

    Made the form instances in the gui variables "private", ie, added an 
underscore.
    The generated code looks makes more sense, and it may avoid a possible 
variable collision.
    
    Fixed up variable config to re-read the config file before writing,
    so 2 or more variables using the same config file cant "fight".
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit deb7e98d2c413869e6615fb011f24c2a9944c6d3
Author: jblum <address@hidden>
Date:   Thu Jun 25 17:59:26 2009 +0000

    better fix for selected ports, added variable config example to examples
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 636a8cae9b5fd9cdc1e45f7a630068b905713057
Author: jblum <address@hidden>
Date:   Thu Jun 25 17:36:36 2009 +0000

    minor fix so deleted elements are not referenced in the selected ports
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0dc667ed68b90e0aceca193324f58106077072f8
Author: jblum <address@hidden>
Date:   Thu Jun 25 04:27:04 2009 +0000

    added to todo, added help message to optparse option w/ param
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9988664127b367fa8fee4409f8460673d6f265e1
Author: jblum <address@hidden>
Date:   Tue Jun 23 20:38:18 2009 +0000

    Merging r11186:11273 from grc branch.
    Fixes, features, and reorganization for grc.
    Minor fixes and features for wxgui forms.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 885e6fe1fd0e06476511c79515f34ffcef50287d
Author: anastas <address@hidden>
Date:   Tue Jun 23 15:34:08 2009 +0000

    added include <cstdio> statements in several files to make it compatible 
with g++ 4.4
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 32b0d6640fa98987f1f0cfc6554ad95b070ebe5a
Author: anastas <address@hidden>
Date:   Tue Jun 23 15:31:03 2009 +0000

    added include <cstdio> statements in several files to make it compatible 
with g++ 4.4
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 302b3c5ea1615dbeffb9e1fb545dcaec608cfa3e
Author: anastas <address@hidden>
Date:   Tue Jun 23 15:30:55 2009 +0000

    added include <cstdio> statements in several files to make it compatible 
with g++ 4.4
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d92b42f126a9f8f9748cb2639ca4aa3bb8dc0dea
Author: anastas <address@hidden>
Date:   Tue Jun 23 15:29:50 2009 +0000

    added include <cstdio> statements in several files to make it compatible 
with g++ 4.4
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2d2148e9bd7b29fab004e9155cbe09f5b9ae1951
Author: anastas <address@hidden>
Date:   Tue Jun 23 15:29:14 2009 +0000

    added include <cstdio> statements in several files to make it compatible 
with g++ 4.4
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 761c5eb844042d4f046e905f37081872b62f3c29
Author: anastas <address@hidden>
Date:   Tue Jun 23 15:28:50 2009 +0000

    added include <cstdio> statements in several files to make it compatible 
with g++ 4.4
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3d96f5933c45f7024e11d996c49b02955c4c74d8
Author: anastas <address@hidden>
Date:   Tue Jun 23 15:28:16 2009 +0000

    added include <cstdio> statements in several files to make it compatible 
with g++ 4.4
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f0de5dc2c49858b7ea9c8304466ee0c6604e7311
Author: matt <address@hidden>
Date:   Mon Jun 22 19:06:10 2009 +0000

    1 is for hardware control of leds, 0 is for software
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 679ffc25379058f75642a66783f9f0688962feb1
Author: jcorgan <address@hidden>
Date:   Sun Jun 21 16:06:01 2009 +0000

    Fix QPSK phase error detector.  Applied patch from Ben Green, modified by 
Tom Rondeau.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9c177f4194a3ed52ba6e94c66851a0f635c61fd5
Author: matt <address@hidden>
Date:   Fri Jun 19 19:48:43 2009 +0000

    test for clock locking
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b7bc816f69b0950b31d9cdf1ec8ad45c0a2eaa7c
Author: matt <address@hidden>
Date:   Fri Jun 19 19:41:04 2009 +0000

    test for clock lock
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8a145afaab9a79eda76d0a3a6bcb420cc7c994bc
Author: matt <address@hidden>
Date:   Fri Jun 19 19:18:42 2009 +0000

    allow the choice of automatic (hardware) control of leds
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 806433ed142f6fc05f193911c5204739e022e9bf
Author: trondeau <address@hidden>
Date:   Thu Jun 18 12:12:56 2009 +0000

    Exporting qt-based examples to installed examples folder and fixed a minor 
issue in the display of benchmark_qt_loopback.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a97a78b08253b241395c3cb323c5e33520790731
Author: trondeau <address@hidden>
Date:   Thu Jun 18 12:01:36 2009 +0000

    Fixing a bug and adding the output of pyuic for qt_digital example.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cea1e0d4ec980936612fcd945cbd03f88e5e869f
Author: n4hy <address@hidden>
Date:   Thu Jun 18 05:19:32 2009 +0000

    Two words that seem necessary
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 52c307d29e3b75858a73bbff56dfa4a156dee165
Author: trondeau <address@hidden>
Date:   Wed Jun 17 23:36:17 2009 +0000

    Fixing benchmark_tx to use usrp_options interface. Also changes the default 
power output to a normalized range to fit into new USRP model.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 663886aaf001dea5d5eaea9822a51da36e29639b
Author: trondeau <address@hidden>
Date:   Wed Jun 17 23:33:10 2009 +0000

    Adding my generated qt_rx_window.py code for the QT GUI interface.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f111842d2d79318de500d233c6f6b39a9e635aad
Author: trondeau <address@hidden>
Date:   Wed Jun 17 23:31:57 2009 +0000

    fixes to benchmark_rx
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit db1f124e014622f77d003b1b5c9564d7e4c283c1
Author: trondeau <address@hidden>
Date:   Wed Jun 17 23:06:34 2009 +0000

    Passing new function definition to SWIG for access in Python.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4ae36c7b4cee668a68a6f149c874e01fa2484f1c
Author: trondeau <address@hidden>
Date:   Wed Jun 17 22:48:03 2009 +0000

    Fixing digital benchmarks: adding usrp_options class to reciever.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5f6f09b79e7b54b7130a26ff4ab6c5db6c4ab70e
Author: trondeau <address@hidden>
Date:   Wed Jun 17 04:32:16 2009 +0000

    Merging trondeau/qtdigital branch r11210-11215 to add some QT GUI's to the 
digital examples for better visualization and understanding of the signals and 
performance.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bc0a3ff98377e41fa1e31d448d45b2b377b54cea
Author: trondeau <address@hidden>
Date:   Wed Jun 17 02:14:59 2009 +0000

    Merging trondeau/digital branch r11185:11205 to improve digital example 
interfacing and remove redundancy.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit acd4a04cc9eec1e8d02e6cf755623df9415a575f
Author: jblum <address@hidden>
Date:   Mon Jun 15 20:41:03 2009 +0000

    merged r10942:11199 from digital branch
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 37082c204f7b0611f2502a835e055319d0f750d1
Author: jblum <address@hidden>
Date:   Sat Jun 13 22:35:37 2009 +0000

    Defined a gr_sysconfdir in Makefile.common
    Modified uses of etcdir to use gr_sysconfdir.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 51af4269d3eebd3d611be918f8c799c96c650496
Author: jblum <address@hidden>
Date:   Sat Jun 13 21:26:25 2009 +0000

    Merged wxgui/forms branch r11124:11183
    
    The forms module is set of wxgui forms wrapped in pubsub aware convenience 
classes.
    The forms module will be used by the wxgui window classes (fft, scope, 
waterfall...)
    The forms module will be used in grc generated flowgraphs.
    The forms module will be used by future gui apps (usrp siggen...).
    
    Tasks:
    Moved forms module into wxgui.
    Modified *_window classes to use the forms module.
    Added features to forms as required.
    Removed pubsub aware forms in common.py.
    Switched grc to use the forms module in wxgui.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a1cc77945109dc15a97072107af6ae74c7ac65d5
Author: jcorgan <address@hidden>
Date:   Wed Jun 10 07:38:43 2009 +0000

    Minor fix in binary packaging
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1cbb4ffdfaae090f2b535273a11f1e0899853ef0
Author: jcorgan <address@hidden>
Date:   Sat Jun 6 17:38:15 2009 +0000

    Fix incorrect dependency
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7a55873a0215f5cbb85f0d745318255014617dd1
Author: jblum <address@hidden>
Date:   Thu Jun 4 03:22:21 2009 +0000

    improved gr doc extraction from doxygen xml
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a9d3e26b408dcfe53ac07c9a1e9c4efd692dede8
Author: jblum <address@hidden>
Date:   Wed Jun 3 16:41:22 2009 +0000

    updated todo
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a3e7a9d7efe383419104b945a99ab932019f0f4d
Author: jblum <address@hidden>
Date:   Mon Jun 1 23:59:28 2009 +0000

    use the gr doc extractor for the usrp2 as well
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 098967796cf5eeef6713517ef57768555f4d4935
Author: jblum <address@hidden>
Date:   Mon Jun 1 23:52:43 2009 +0000

    tooltips for blocks in the category window,  pygtk 2.12 and above
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 39283663bffc56ae47b34058f367896a1e77692b
Author: jblum <address@hidden>
Date:   Mon Jun 1 06:34:22 2009 +0000

    Restored the eval cache. Use a hash of the code+namespace rather than a 
copy of the code + namespace objects which causes issue.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f5ddbb8cef11c08a55018317a609a798a222809f
Author: jblum <address@hidden>
Date:   Mon Jun 1 05:01:16 2009 +0000

    Disabled eval cache, seems to fix odd problem with importing numpy, and 
evaluating seemingly innocent strings.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b69fcaad88a5ca40eac7d7e7808341412e0de870
Author: eb <address@hidden>
Date:   Mon Jun 1 02:49:23 2009 +0000

    Fixed base class type.  Thanks Achilleas!
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c95eb79245b24b09f4602b0ce8b438bafd04df6c
Author: jblum <address@hidden>
Date:   Fri May 29 22:10:40 2009 +0000

    Pass-up actual exception message when param evaluation fails.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cae024ff222b03a6e0680c8c311d145c73701dba
Author: jblum <address@hidden>
Date:   Fri May 29 18:10:43 2009 +0000

    eval fix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a91dbdf2bd5eb918e306b17a44669aba405fd32b
Author: matt <address@hidden>
Date:   Fri May 29 16:54:05 2009 +0000

    remove dbsm to make room in flash
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 693cf2facf18c95db1559b035b09137f0fc191e6
Author: jblum <address@hidden>
Date:   Fri May 29 06:43:35 2009 +0000

    Did a little work with path handling.
    Additional blocks paths can be specified with environment variable 
GRC_BLOCKS_PATH
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit efc3d118fe6e2386da9cf3d8a4a09df0efa749b1
Author: jblum <address@hidden>
Date:   Fri May 29 00:25:16 2009 +0000

    removed defunct base_value parameter from numbersink
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a635c00f360fafb89e64f04638642e716d075760
Author: jblum <address@hidden>
Date:   Thu May 28 21:14:27 2009 +0000

    Make the hardcoded paths in grc optionally configurable from environment 
variables: GR_DOCDIR, GR_DATADIR
    Allows the grc data files to up-rooted for a package installation 
(specifically macosx).
    Hardcoded path is the default when environment variables are undefined.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 99aeab73da71d2881e67aba558ff204a0fe51944
Author: matt <address@hidden>
Date:   Thu May 28 19:50:11 2009 +0000

    handle clocks on both version 3 and version 4 boards, cleaned up the api
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3d66656fe786156d8037fc3be86c1e294718f21a
Author: michaelld <address@hidden>
Date:   Wed May 27 14:35:34 2009 +0000

    Typo fix; passes distcheck on OSX.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 105e2047636c79632d9a1cc6fa54dd57ada6e821
Author: michaelld <address@hidden>
Date:   Wed May 27 14:09:29 2009 +0000

    Fix typo in library name; passes make & check.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 40b8a57d69b4b85f207fb0408347c210e23202cc
Author: jcorgan <address@hidden>
Date:   Wed May 27 01:54:41 2009 +0000

    Merged r11123:11148 from jcorgan/np into trunk.
    
    Adds --enable-python option to configure (defaults to yes).
    
    Using --disable-python or --enable-python=no will cause only
    C++ API targets to be created and installed.
    
    Several new shared libraries are now created.  Where in the past,
    the C++ objects of the actual gnuradio blocks that were in a component
    were hidden inside their corresponding Python extension modules, these
    are now split out into a libgnuradio-foo.so library, and the _foo.so
    Python module is linked to that.  This has been the way several top-
    level components have operated for some time, such as gr-audio-alsa
    and gr-usrp and gr-usrp2.  This changeset applies that pattern to all
    components.
    
    C++ API users can use pkg-config to discover the cflags and libs
    parameters needed to include and link against these libraries.
    
    These components have not been tested:
    
    gr-comedi
    gr-audio-osx
    gr-audio-windows
    
    Passes distcheck.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e3cd8f7d59aad0ffd51c417b2623ab02588fdb08
Author: jblum <address@hidden>
Date:   Tue May 26 19:44:59 2009 +0000

    a more general error for detecting python path and ld path problems
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d8be62824c35b2eb07ff502ba879ae0bb7aedb26
Author: matt <address@hidden>
Date:   Mon May 25 19:32:23 2009 +0000

    move i2c init and get_hw_rev before clocks_init because the clock init code 
needs to know our rev
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 506cde160a0997be26bcdab7369195dcef77f66b
Author: matt <address@hidden>
Date:   Mon May 25 19:30:06 2009 +0000

    remove unneeded include file
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit dc4c7b18b76802d1591dfd5735fe2dfeff525c4c
Author: matt <address@hidden>
Date:   Mon May 25 19:29:34 2009 +0000

    remove printfs to save space.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 632ad6a374b66e0c67141625b2a6ead5e8a1412c
Author: matt <address@hidden>
Date:   Mon May 25 19:28:33 2009 +0000

    remove unneeded include
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9900520b6a269f9b18acb176eee93787dd87dbe1
Author: matt <address@hidden>
Date:   Mon May 25 19:26:40 2009 +0000

    remove EEPROM setting, complete tests even if SD fails
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 803c7b12891f48df0eaad3d6e527a776987cf106
Author: matt <address@hidden>
Date:   Mon May 25 19:25:29 2009 +0000

    remove direct calls to ad9510 and use api instead
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 54acbdbdfe3d5dff2a7f4cb57a3fcd18c439c32d
Author: matt <address@hidden>
Date:   Mon May 25 19:01:54 2009 +0000

    proper ignores
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a002886ef04400c8a719f5f5e63d7d39f06a47f2
Author: jblum <address@hidden>
Date:   Mon May 25 16:38:58 2009 +0000

    color code refactoring
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 017b9b15193d2278d67439bb863de6c5dc6a4989
Author: jblum <address@hidden>
Date:   Sun May 24 00:21:33 2009 +0000

    cast the numpy array to int, seems we cant pass numpy arrays any more
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2b9514d93968c722683063badeec6e261b887914
Author: jblum <address@hidden>
Date:   Sat May 23 23:36:08 2009 +0000

    removed .message usage which causes deprecation warning in python 2.6
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5bb241f6e59c56c5b1f88871a56d8e00617e82a6
Author: jcorgan <address@hidden>
Date:   Sat May 23 22:53:48 2009 +0000

    Rename grc package to gnuradio-companion
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 536df1ddf6d50e7bda52cd2e903c636f21334737
Author: jcorgan <address@hidden>
Date:   Sat May 23 22:34:49 2009 +0000

    Update trunk to revision 3.3svn
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 78c121b8af6995a59335fee39ee7f00600a14658
Author: jcorgan <address@hidden>
Date:   Sat May 23 22:26:03 2009 +0000

    Doc cleanup
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 297221db15b28ecd45d99a3b0362a62b9ab16132
Author: jcorgan <address@hidden>
Date:   Sat May 23 21:23:17 2009 +0000

    Dependency fix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1b194396a5a84499130e880bcf7a689dca804169
Author: jblum <address@hidden>
Date:   Sat May 23 19:41:31 2009 +0000

    Replaced the is_match function with regular expression.
    Cache the results of the doc extraction.
    Removed support for blks2 docs until that is sorted out.
    
    The matching will handle any file extension,
    as to also support .xml.gz files in the gnuradio-docs deb.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2cd2d8f3ab6971ececbb44ddb2e2a4c7fc3bf1a5
Author: jcorgan <address@hidden>
Date:   Sat May 23 16:43:05 2009 +0000

    Change wxgui style default now so 'auto' tries for OpenGL sinks and falls 
back to non-GL sinks.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e774683a3b1c719b44dd4a7667228c4bf6e7d089
Author: michaelld <address@hidden>
Date:   Sat May 23 15:20:14 2009 +0000

    Removed redundant libmissing from libgnuradio-core-qa; it's already
    included in libgnuradio-core, which is then included in the QA library.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0c6596025f249002215f03ac61166a540ec31c75
Author: eb <address@hidden>
Date:   Fri May 22 22:00:53 2009 +0000

    Backed out [10702] because it was causing a problem with an existing
    application.  gr_mpsk_receiver_cc.cc needs some TLC.  The constellations
    are pretty large even in high SNR environments.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5a4b9ba9af590b2a269cb3e5872c85faa7c284d1
Author: eb <address@hidden>
Date:   Fri May 22 21:22:22 2009 +0000

    Doc fixes.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c6935bf1775ae73edf525376b79aeafc05f673b1
Author: jblum <address@hidden>
Date:   Fri May 22 21:16:37 2009 +0000

    Quick fix for ubuntu docs dir.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b5da63dada08409208cad3d64a7efd65f96071e2
Author: jcorgan <address@hidden>
Date:   Fri May 22 21:02:16 2009 +0000

    Get Python versioning correct.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ed236703145cb56e7e69c5605c5fbf01a1ab3878
Author: eb <address@hidden>
Date:   Fri May 22 16:11:15 2009 +0000

    doc fixes!  work-in-progress
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b0bb34bafba903f06c7c9021739a316f5d76eaf7
Author: eb <address@hidden>
Date:   Fri May 22 12:42:51 2009 +0000

    enable doxygen automatically if we've got it
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e14e56d60663f96f8c72ae9df5c1aa4d765a0450
Author: jcorgan <address@hidden>
Date:   Thu May 21 16:21:10 2009 +0000

    More dependency fixes
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 05b2d94b782947dcac66fdc5d497cb44f30c9d77
Author: jcorgan <address@hidden>
Date:   Thu May 21 05:09:49 2009 +0000

    Fix dependency
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 73c872361aeeefe4f484f3a338192bbb0b222035
Author: jcorgan <address@hidden>
Date:   Thu May 21 00:28:53 2009 +0000

    Tweaks for svn-buildpackage
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8cb9f838e35b88b44ed2e0a4b779588ce26e4818
Author: jcorgan <address@hidden>
Date:   Wed May 20 21:59:44 2009 +0000

    Merged r11074:11077 from jcorgan/deb in to trunk.  Ubuntu packaging for 3.2 
done, except for gr-msdd6000.  Ready for testing.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d61290df87a1894d735de7a5734cefd24869d12f
Author: jcorgan <address@hidden>
Date:   Wed May 20 15:35:55 2009 +0000

    Merged r11045:11059 from jcorgan/deb into trunk.  Updates on Ubuntu binary 
packaging; also fixes missing files in digital example directory.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d4dd7b8a5e52212e472ae9a342fb46b47ec17b91
Author: jblum <address@hidden>
Date:   Wed May 20 01:06:55 2009 +0000

    Added custom grc_blks2 tcp source and sink blocks + wrappers.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b086f7337f144a48296bdfd9e2a09ad9979e7bdd
Author: jblum <address@hidden>
Date:   Tue May 19 23:56:09 2009 +0000

    Re-implemented variable sink so that it can pass vector-aligned samples.
    Created backend grc blks2 block to sample the stream and set callback.
    Renamed variable sink and moved it into the sinks category.
    Added example of variable sink reading taps from a stream and setting them 
to a FIR filter.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4f41891176b8be25a2b6efe2cb888802347112cc
Author: jcorgan <address@hidden>
Date:   Tue May 19 03:10:32 2009 +0000

    Updates to C++ and Python APIs:
    
    * C++: Adds usrp2::MC_* constants for config_mimo() call in libusrp2
    
    * Python: Adds usrp2.config_mimo(), and usrp2.MC_* constants
    
    * Python: Adds usrp2.sync_every_pps()
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 45981ced71e44f55d12005abc7fe65cbbc9bb3ae
Author: jblum <address@hidden>
Date:   Fri May 15 17:48:12 2009 +0000

    Added arg to start non gl scope in xy mode.
    Harmless and backwards compadible.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9589f8ea3fad0c3fb557c36d3e9f29100e821115
Author: jcorgan <address@hidden>
Date:   Fri May 15 15:07:46 2009 +0000

    Merged wip r11012:11022 from jcorgan/deb into trunk.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7cda906274ab3e915d48eaa2534a3d5bba76019b
Author: jblum <address@hidden>
Date:   Thu May 14 22:49:13 2009 +0000

    blks2 std squelch fix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1940d068382c1559ab1e6a100c03971335c2f442
Author: jblum <address@hidden>
Date:   Thu May 14 22:04:10 2009 +0000

    Blacklist certain ID names, such as python builtins, and gnuradio modules.
    
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 766160f355a040204f2229adc61dd64e30ef36fe
Author: jblum <address@hidden>
Date:   Thu May 14 21:22:56 2009 +0000

    Moved filterbank blocks to filers category.
    Larger flow graph size allowed by options block.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 65446f553650a464fabf2bc4edf66a044e67b338
Author: jblum <address@hidden>
Date:   Thu May 14 21:18:28 2009 +0000

    Create one drawing area per flowgraph/notebook page.
    Previously, there was one global drawing area, and empty notebook pages.
    
    This has the advantage of saving the scroll position though mutiple scroll 
windows,
    rendering the flow graph only when the notebook page is realized,
    and proper use + appearance of the gtk notebook
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 30e9c0d1d47f1e4200afd6abf955271609dbbdc3
Author: jblum <address@hidden>
Date:   Thu May 14 18:47:15 2009 +0000

    shared drawing area method for creating new pixmaps
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 349331a884594a9e242231bffb03112b8943883c
Author: eb <address@hidden>
Date:   Thu May 14 18:29:26 2009 +0000

    Doc fixes.  Merged eb/t367 -r11020:11025 to trunk.  This changeset
    moves the primary doxygen configuration under the top-level docs
    directory.  It creates a new "docs" top-level component that can be
    enabled/disabled using the configure --disable-docs option.  At this
    time, the --enable-doxygen option is still required to enable the
    generation of the doxygen documents.  I think the flag should probably
    be removed, and default to "yes" if we find doxygen on the path.  The
    user can disable the doc generation using --disable-docs if desired.
    
    The doxygen config file has been modified such that doxygen is now
    only run on the C++ sources.  No attempt is made to process the python
    code using doxygen.  This results in a less confusing set of docs for
    the the C++ API.  Straightening out the python docs is left for later.
    
    Many classes are currently misclassified (\ingroup <wrong>).  That
    will probably require another day of work, that I can't get to right now.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 18f685853b2bf1914148cb07a9c6df76f5063ff3
Author: eb <address@hidden>
Date:   Wed May 13 05:29:11 2009 +0000

    Fixes ticket:364, ticket:365.  Merged eb/t364 -r11015:11017 to trunk.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e0e7ced246fda96649980b7a35171e35fac76332
Author: eb <address@hidden>
Date:   Tue May 12 21:17:27 2009 +0000

    Built and checked in new rbfs that fix ticket:248 and ticket:290.
    The rbfs are built from r11012 and were compiled using Quartus II
    Version 7.1 build 178 06/25/2007 SP 1 SJ Web Edition.
    
    ticket:248 was actually fixed in [9485], but the updated rbfs were
    never checked in.  Ticket:290 wasn't really a bug.  The host code has
    always been correct.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 63f2a7322a7630c7c19567b8486a52c04156cbbd
Author: jcorgan <address@hidden>
Date:   Mon May 11 16:03:59 2009 +0000

    Backport automake 2.60's AC_PROG_MKDIR_P so we can continue to support 
automake 2.57 (Achilleas Anastasopoulos)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 15c56857d402a0b87647712774e06d8360addab4
Author: jcorgan <address@hidden>
Date:   Mon May 11 15:31:33 2009 +0000

    Apply Juha Vierinen patch to allow variable USRP2 rx buffer size
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0947dd549077c64236a4fb1131d8af6aa7e70455
Author: jcorgan <address@hidden>
Date:   Mon May 11 15:18:01 2009 +0000

    Updated ignores for new binaries
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f34887065c226ab6a5d28ab2d9ea5c914b03080a
Author: matt <address@hidden>
Date:   Sun May 10 23:31:14 2009 +0000

    simple images to set revision number
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b8b202c0d29d9e764def63bde080bc07b00cc2cc
Author: jcorgan <address@hidden>
Date:   Fri May 8 18:51:39 2009 +0000

    Fix abort when user fails to connect hier_block2 outputs both internally 
and internally; throw meaningful exception instead.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d8b0bea3d4350b8450d612ed461c5bdf26b562b0
Author: jcorgan <address@hidden>
Date:   Thu May 7 00:11:08 2009 +0000

    Merged r10948:10959 from jcorgan/deb into trunk. Trunk passes
    distcheck.
    
    Part 1 of Debian/Ubuntu binary packaging update for 3.2 release.
    Creates all C++ API binary and dev packages, with their associated
    runtime dependencies.
    
    * Runtime shared-library packages:
    
    -libgruel
    -libgnuradio-omnithread
    -libpmt
    -libmblock
    -libgnuradio-core
    -libgnuradio-alsa
    -libgnuradio-qtgui
    -libusrp
    -libusrp2
    -libgnuradio-usrp
    -libgnuradio-usrp2
    
    * C++ development headers and pkg-config files for the above:
    
    -libgruel-dev
    -libgnuradio-omnithread-dev
    -libpmt-dev
    -libmblock-dev
    -libgnuradio-core-dev
    -libgnuradio-alsa-dev
    -libgnuradio-qtgui-dev
    -libusrp-dev
    -libusrp2-dev
    
    NOTE: For consistency, libqtgui.so has been renamed to libgnuradio-qtgui.so,
    and libgr-usrp2.so has been renamed to libgnuradio-usrp2.so.
    
    A 'gnuradio-dev' virtual package will be created that will depend upon the
    above -dev packages, so installing that one package will pull in all that 
is needed
    to do pure C++ development in GNU Radio.
    
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 705e883e3d1aef11725bc5c12418d7ab585d8ae7
Author: jblum <address@hidden>
Date:   Wed May 6 21:15:17 2009 +0000

    ydivs in fftsink wrapper
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 88164b0cde4b740654f72b088e44eb9158f8ff48
Author: jblum <address@hidden>
Date:   Wed May 6 20:58:28 2009 +0000

    numbersink fix for when average=True on init
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 79c75e2cadd885afd0b34f30a6926ad908e1d896
Author: jblum <address@hidden>
Date:   Wed May 6 07:26:58 2009 +0000

    Moved resizing logic out of animation path.
    Drawing area configure event for pixmap creation.
    State handler for flow graph resizing.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 39a30740c97dbd0ccd4a3effbb1f88a3da491532
Author: eb <address@hidden>
Date:   Wed May 6 01:11:54 2009 +0000

    Additional change for ticket:371 (also fixes broken trunk ;-)
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f78a9b58029be8686239011654bbcbe4dff126ff
Author: jblum <address@hidden>
Date:   Wed May 6 00:49:22 2009 +0000

    Added LO Offset param to usrp simple and dual block wrappers.
    Modified usrp simple and dual wrapper classes with setter methods.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6558bc316b831f3ef4b4a48461b8e070daa00d9d
Author: eb <address@hidden>
Date:   Wed May 6 00:35:04 2009 +0000

    Fix for ticket:371.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7fd0afc85027948ae5303763ba4ad7e61a370b54
Author: jblum <address@hidden>
Date:   Tue May 5 23:45:16 2009 +0000

    lo offset for usrp2 wrappers
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ea38be33a7eeaa8f83e08417dbb660e09eb1a07d
Author: jblum <address@hidden>
Date:   Tue May 5 23:15:58 2009 +0000

    update when elems created or deleted
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 977674398e17ee07362fe986e0573cf1be69554e
Author: jblum <address@hidden>
Date:   Tue May 5 18:35:39 2009 +0000

    speed up for flow graphs with many blocks:
    separated highlighting update logic so update does not have to be called on 
selection.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e2a718865bbcb7196637404855447cbe4d0b88f6
Author: jblum <address@hidden>
Date:   Sun May 3 09:05:21 2009 +0000

    Cleanup: port modify code, other misc cleanup.
    Fix: flowgraph update removes deleted-selected elements.
    Fix: do all selected elements when putting selected elements on-top.
    Fix: simplified get_elements, was causing strange bug.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c429b6a947f9532a4f0d3160bddb0f7af0b65e3c
Author: jblum <address@hidden>
Date:   Sat May 2 07:55:12 2009 +0000

    Fix for custom category paths.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d580fa786256f936f43738a9f097141cb5e19a98
Author: jblum <address@hidden>
Date:   Fri May 1 20:44:21 2009 +0000

    Remove some uses of kludge_copy from r10879 and ticket:161
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c84bbc8e5c469818e310666fdfe4eb08ff65bc0d
Author: jblum <address@hidden>
Date:   Fri May 1 20:39:31 2009 +0000

    Adds dynamic setters/getters for moving average filters from r10932
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bc105a1ea4de1ba98fcbd7dfeac7b45b2a0ce5c3
Author: jblum <address@hidden>
Date:   Fri May 1 20:33:09 2009 +0000

    Merged developer branch for digital r10900:10941
    
    Creates generic usrp class abstraction for usrp and usrp2.
    Common command line options for usrp devices.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a3ba8cf268816af51c4bb39ea7ecd7e85ea0807b
Author: jblum <address@hidden>
Date:   Fri May 1 20:28:04 2009 +0000

    Merged grc developer branch r10679:10938
    
    Misc fixes and internal changes.
    Added help menu for usage tips.
    Added drag and drop for blocks.
    Removed callback controls, adopted forms.
    Any type can have enumerated options.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6ce881caaacdd60a8bea37584c7286e08bea97a7
Author: jcorgan <address@hidden>
Date:   Thu Apr 30 19:57:02 2009 +0000

    Adds dynamic setters/getters for moving average filters.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 81b56015743219c78c896ac0d870a5fa6b642cd5
Author: jcorgan <address@hidden>
Date:   Mon Apr 27 22:13:33 2009 +0000

    Fix swapped signals.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 716c81a7acd60667802549c199d9bdec207af63a
Author: matt <address@hidden>
Date:   Mon Apr 27 19:50:03 2009 +0000

    somebody commented out the tx mux setting which prevented the xcvr2450 from 
working.  wrong values for rfx boards were not seen because of the above error.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b29ba40b81eb20cdb4ef92f99d1291d3d64ef5d2
Author: trondeau <address@hidden>
Date:   Sun Apr 26 22:14:25 2009 +0000

    Now adding y-axis controls for frequency domain plot.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ba59e6384ac558f97a4530a69f8b8fc1b99ace0b
Author: trondeau <address@hidden>
Date:   Sun Apr 26 22:00:50 2009 +0000

    Bringing out set axis function to the qtgui sinks for user-settable axis 
ranges.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9c3692b179b273ab6c21c3546c02c8b9226db13b
Author: trondeau <address@hidden>
Date:   Sun Apr 26 21:36:45 2009 +0000

    Opening up the time domain and constellations plots a bit and adding 
accessor functions to set these values. These will be made accessible through 
the qtsink to be user-settable.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0e7cf5c9b06d8ae234aed507ca9551a49da6bf67
Author: trondeau <address@hidden>
Date:   Sun Apr 26 21:31:06 2009 +0000

    adding a pause/unpause button to the digital GUI application.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0055921e21259ea96b05e7456304731ea05c6a45
Author: trondeau <address@hidden>
Date:   Sun Apr 26 21:09:20 2009 +0000

    Improving digital GUI analysis tool. Adding receiver carrier and timing 
recovery loop and ability to control the some of the receiver's parameters.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9d45055a028d83b5614121cf2152af1ab7056d68
Author: jcorgan <address@hidden>
Date:   Sat Apr 25 02:57:27 2009 +0000

    Generate more informative error message than recursion error
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 799654f02704f76659ea94c26e9ae3783bac7eba
Author: jcorgan <address@hidden>
Date:   Sat Apr 25 02:25:25 2009 +0000

    Fixes ticket:312.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bd51fa5c7c459ba2919165272c8e56761464958e
Author: jcorgan <address@hidden>
Date:   Wed Apr 22 15:39:35 2009 +0000

    Fix missing file from distribution
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4b1246a8ad25a9b4d417e99926bd6227716e65ed
Author: jcorgan <address@hidden>
Date:   Wed Apr 22 00:11:28 2009 +0000

    Merged r10770:10887 from jcorgan/iad2 into trunk.  Adds alternative USRP2 
FPGA build to use integrate-and-dump decimator instead of CIC/HB combination.  
This provides a much shorter time duration impulse response for the same 
decimation rate, at the expense of worse stop-band rejection.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5c887521331a030b2e65912049f48380c7c3cd15
Author: jblum <address@hidden>
Date:   Mon Apr 20 23:51:19 2009 +0000

    fixed gr delay xml
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 77bfe4faccd79741b49e0dee3bb0a21bd21da53f
Author: jcorgan <address@hidden>
Date:   Sun Apr 19 20:45:40 2009 +0000

    Merged r10875:10880 from jcorgan/t161 into trunk.  Implements ticket:161, 
allowing multiple internal blocks to be connected to a hier_block2 external 
input.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d7f15ef8f1411db89585f9541198896de5924fc8
Author: trondeau <address@hidden>
Date:   Sat Apr 18 03:14:34 2009 +0000

    Using qt's designer program to build an interface from the .ui file. This 
makes qt_digital.py example look much better.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e41989bb374e67223bad12637ec5105acdd101b0
Author: eb <address@hidden>
Date:   Sat Apr 18 02:24:06 2009 +0000

    Updated to work with old or new handling of Basic Rx daugherboard subdevs.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d624f458ece26f0ed9de125047269f05d5c80a25
Author: jcorgan <address@hidden>
Date:   Fri Apr 17 20:35:43 2009 +0000

    Minor fix to last checkin
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1ef3a813e491565b87247d7de5759f9932090d52
Author: jcorgan <address@hidden>
Date:   Fri Apr 17 20:30:56 2009 +0000

    Fixes ticket:383
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e6fbd962e13459e87c084d27b5fdf54fda88af81
Author: jcorgan <address@hidden>
Date:   Fri Apr 17 18:45:58 2009 +0000

    Fixes ticket:386
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f0282d9fdf1a5e18aa4f1717843befe4d147ffb7
Author: jcorgan <address@hidden>
Date:   Fri Apr 17 17:24:17 2009 +0000

    Fixes ticket:374
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0c263e9d119ba94038679b172f4241f9d9dd7d59
Author: jcorgan <address@hidden>
Date:   Fri Apr 17 16:54:59 2009 +0000

    Cleanup on gr.channel_model
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d38cfb4188d929b27132853e53f67d1b288067be
Author: jblum <address@hidden>
Date:   Fri Apr 17 02:58:41 2009 +0000

    switched to new gr.channel_model
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6556095628428156c790b1bd9be67dc3e4c0a797
Author: jcorgan <address@hidden>
Date:   Thu Apr 16 07:54:34 2009 +0000

    Change our examples to use gr.channel_model instead of blks2.channel_model
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit fcc7d7047805520c987fbb4f503538eccd659f34
Author: jcorgan <address@hidden>
Date:   Thu Apr 16 07:25:15 2009 +0000

    Merged changeset r10817:10858 from jcorgan/cpphier into trunk.  Adds 
standard place for C++ hierarchical blocks for gnuradio-core, and new 
gr.channel_model block from Tom Rondeau.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit af09641b02be8bff142ce3b9371e19c9e182318d
Author: jblum <address@hidden>
Date:   Wed Apr 15 23:10:36 2009 +0000

    XCVR2450 tranceive hackish fix. Re-write the atr mask, io, and oe registers 
in the set_gpio().
    usrp basic overwrites the registers on init and can be harmful to an app 
that uses both RX and TX.
    set_gpio will be called when the frequency is set so tuning after 
initialization is required.
    Also, the custom xcvr set register methods were replaced will calls to 
common_*
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3c4d8e18a37ba30a9e794b8b60d5e1fd8af9a66d
Author: jcorgan <address@hidden>
Date:   Wed Apr 15 14:16:50 2009 +0000

    Temporary fix for erroneous Makefile.am contents
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 322e065b19c922e2a9cc1710876e32d100453181
Author: trondeau <address@hidden>
Date:   Wed Apr 15 03:49:04 2009 +0000

    Merging qtdevel2 branch -r10565:10849. This adds a lot of fixes and 
capabilities to the qtgui package. Most importantly, it allows interaction 
between PyQt and the C++ Qt routines in the gnuradio library.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ae5fa9430882f5140a3c9a9b61e4a5f7c4ed9127
Author: n4hy <address@hidden>
Date:   Wed Apr 15 02:28:36 2009 +0000

    removing forgotten debug
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 58bd4ceaee4884652a682297a49957137cafa56d
Author: n4hy <address@hidden>
Date:   Wed Apr 15 02:21:52 2009 +0000

    new fm detector added based on FIR derivative detector.  Stereo sep better 
than pll based one and more efficient.  Tweaking probably needed, 
usrp_wfm_rcv_fmdet added to demo
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ccfb7f87fe5e68025f4956dfe2ba34d0b5236f17
Author: jblum <address@hidden>
Date:   Tue Apr 14 19:11:21 2009 +0000

    removed unused type param in gr_peak_detector2_fb
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2877027771f7d5f55d450270c3d5908a633e365c
Author: matt <address@hidden>
Date:   Sun Apr 12 21:09:57 2009 +0000

    mostly formatting and name changes.  commented out special purpose pins.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit baa805105f4dbe4016f17af4a36d7edfa99835b8
Author: matt <address@hidden>
Date:   Sun Apr 12 19:11:46 2009 +0000

    from u2p2, autogenerated
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 35055fd398c9eb2a59f0efc8f623f9b59994e875
Author: jcorgan <address@hidden>
Date:   Thu Apr 9 00:55:55 2009 +0000

    Fixes ticket:357
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 798f915a63aa527895233eec5e67b8eb376ecd7b
Author: eb <address@hidden>
Date:   Tue Apr 7 19:53:17 2009 +0000

    Fix for ticket:262.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d9e973f0554a5e34b7f895402cdc8f1fd04dc2ef
Author: eb <address@hidden>
Date:   Tue Apr 7 19:46:14 2009 +0000

    Removed unneeded call to set_history(1).  Code if functionally
    identical after this change.  See also ticket:256.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a73dcedda272a527f9248f2a88e59c367c1ff5d2
Author: jblum <address@hidden>
Date:   Tue Apr 7 19:10:49 2009 +0000

    Removed format from usrp dual/simple sink. USRP sink does not have a
    format option. Gave usrp dual/simple source a unified format option with
    the only 2 choices possible:  (16, 0) and (8, 8). When and if future
    options are available, these blocks will be modified as such. Until
    then, these blocks reflect the capabilities in the current trunk.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 127a18dd7e273f11b3773da45ceb417e9bb3d0d3
Author: matt <address@hidden>
Date:   Mon Apr 6 06:13:09 2009 +0000

    now handles odd length packets
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit aa0ccae025ac3d482e15043b169432b0e9454ddd
Author: jblum <address@hidden>
Date:   Mon Apr 6 00:39:01 2009 +0000

    Format param replaced with width and shift in usrp blocks.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e88961040b12bc7171af12239ce0dcf036aeeb69
Author: matt <address@hidden>
Date:   Sat Apr 4 08:34:31 2009 +0000

    basic wrapper working
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit deee3e278295b0ddeb42544db47394ca54c864df
Author: jcorgan <address@hidden>
Date:   Sat Apr 4 06:20:57 2009 +0000

    Fix distcheck error, trunk passes distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 40402fb8f5c1009b6fa205303c7a57b0ae918148
Author: jcorgan <address@hidden>
Date:   Sat Apr 4 05:59:44 2009 +0000

    Merged r10712:10765 from jcorgan/gpio into trunk.  Adds out-of-band and 
streaming GPIO functions for USRP2.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0907e015a341269f1d9fdb556fcadd8c051c7f81
Author: matt <address@hidden>
Date:   Sat Apr 4 01:17:04 2009 +0000

    first cut at a wishbone interface and wrapping the core
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d912b81bb3a71c66c4a5ba5d9a74e198d77a4d51
Author: matt <address@hidden>
Date:   Sat Apr 4 01:14:42 2009 +0000

    copied over from other eth core
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1ae9012b1191d81200bd45bae343f8b3e056ff59
Author: matt <address@hidden>
Date:   Sat Apr 4 01:13:26 2009 +0000

    reset synchronizer
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a5fbf322326148d20b92f9efce8c94ba3f1abe67
Author: matt <address@hidden>
Date:   Fri Apr 3 22:34:15 2009 +0000

    made pause enabling a pin so we can set it
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 04343ec5447d59bbcda0aa26dbf47fa9bbc5c5cb
Author: matt <address@hidden>
Date:   Thu Apr 2 23:35:12 2009 +0000

    Properly signals an error and drops the remainder of the packet if there is 
an overrun.  ERROR_2 changed to ERROR2.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a7280105415a5fa61dffab3f32dc431c30be59f9
Author: matt <address@hidden>
Date:   Thu Apr 2 23:33:43 2009 +0000

    more thorough tests, including overrun, underrun, crc err, etc.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e18293239dbcdb1ed569cdc781a57a09852b40ec
Author: matt <address@hidden>
Date:   Thu Apr 2 23:30:31 2009 +0000

    simulate a hiccup in the filling of the fifo.  If long enough, will cause a 
tx underrun.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e12cfbc559caec03dd0f2ca244478431ccbfb9c5
Author: matt <address@hidden>
Date:   Thu Apr 2 21:30:48 2009 +0000

    new regs for re-pause fix
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8352532036a0721c7812f032091d0ae8d15bb4f0
Author: matt <address@hidden>
Date:   Thu Apr 2 21:19:56 2009 +0000

    debug ports for fifo level testing.  Normally I wouldn't check this in, but 
adding these ports actually improves timing.  XST strikes again...
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7df2a4181682fc55eebfc2a3b080a9ae4b594198
Author: matt <address@hidden>
Date:   Thu Apr 2 21:18:41 2009 +0000

    Fix for fifo overruns on eth rx in full duplex.  Now send re-pause long 
before pause is done.  Reenabled RMON for the time being
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cb9b98a7b9bd5e2678a35bba6c6c8e6565c47d79
Author: jblum <address@hidden>
Date:   Thu Apr 2 20:02:15 2009 +0000

    added catchall **kwargs to scope sink gl
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 86dcbdae517f01db67be267cbda600471c044939
Author: matt <address@hidden>
Date:   Thu Apr 2 08:19:03 2009 +0000

    test multiple error types
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a275411e4473968c2fe5114b092fc665efdf21ac
Author: matt <address@hidden>
Date:   Thu Apr 2 08:16:11 2009 +0000

    added a state to ensure the error signal propagates, and now we assert 
src_rdy if we have an error to propagate
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6eedaf8c8e77b50851cb30e83b64e62db0560143
Author: matt <address@hidden>
Date:   Thu Apr 2 07:57:20 2009 +0000

    only write one error into fifo
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e2fcebcd1a4369f72ddf314aa153bb4957c7af66
Author: matt <address@hidden>
Date:   Thu Apr 2 07:40:52 2009 +0000

    generate error signal
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b18e56d0dc2f530e5690a4bb2d8f9a963c090b4f
Author: matt <address@hidden>
Date:   Thu Apr 2 07:39:57 2009 +0000

    added error output line, alternative to simultaneous sof/eof
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2a5d9b739a7784d9cc9113222321911abb387fe7
Author: matt <address@hidden>
Date:   Thu Apr 2 06:33:16 2009 +0000

    logic to interface locallink fifos to our mac
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d81b75b3c7076c14f6ec8f66d637fa0008765189
Author: jblum <address@hidden>
Date:   Wed Apr 1 19:05:04 2009 +0000

    Fix erroneous output io signature
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 17a42d2a54b8519ef326e82def823cee2aa6ee01
Author: jcorgan <address@hidden>
Date:   Wed Apr 1 16:22:12 2009 +0000

    Fix erroneous output io signature
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5dc80cb8ae5194f45925a8867190b416a8c68955
Author: matt <address@hidden>
Date:   Wed Apr 1 07:55:23 2009 +0000

    add fifos to interface to the macs
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 89e9eb623a5404899dca5daad902a93b7e5c4f6b
Author: matt <address@hidden>
Date:   Wed Apr 1 02:28:13 2009 +0000

    rx seems to work.  haven't test error frames
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7e203e416b4e792faa931d4ee25b45b91c22cb2c
Author: matt <address@hidden>
Date:   Wed Apr 1 02:27:46 2009 +0000

    address filtering
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f39f35fd9baecf52b696fa1b33f7945b8dfa8e24
Author: matt <address@hidden>
Date:   Wed Apr 1 02:27:00 2009 +0000

    only report result for 1 cycle
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d381c0bab21594625f09533b436b8c1cd2c27976
Author: matt <address@hidden>
Date:   Wed Apr 1 02:26:19 2009 +0000

    variable length delay line, based on srl16
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 85121bf83232ff0026e945185efe19c765463fa5
Author: matt <address@hidden>
Date:   Wed Apr 1 02:25:04 2009 +0000

    now checks the crc as well for the received side
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cb1a975e2c6813325f9bb3613f6cc08ef6123faa
Author: matt <address@hidden>
Date:   Wed Apr 1 00:41:59 2009 +0000

    checkpoint
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0933dbae83a375ea3cf99304fcb722172c7768fb
Author: matt <address@hidden>
Date:   Tue Mar 31 18:03:20 2009 +0000

    we now inhibit our own sending when a received pause frame comes.  _rx.v is 
currently only a skeleton for testing pause
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d5c01c74cce7d5fdc469fee7ecc51f2c6a3837e3
Author: matt <address@hidden>
Date:   Tue Mar 31 08:14:22 2009 +0000

    sample packet
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8d1e2f5511716cb852afb6aee5b2580860b38978
Author: matt <address@hidden>
Date:   Tue Mar 31 07:51:53 2009 +0000

    cleaned up a little
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit dd7e693c9e6fe8ac7974ffb1b491f45e5c4359e7
Author: matt <address@hidden>
Date:   Tue Mar 31 07:39:34 2009 +0000

    tx should be fully working now
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0054bca4afa42ec61d83ce9466cecc0677c85ce4
Author: matt <address@hidden>
Date:   Tue Mar 31 06:55:21 2009 +0000

    everything but CRC
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 72c3b388a969b2b879ac0fa8195d23c248abf60c
Author: matt <address@hidden>
Date:   Tue Mar 31 05:56:47 2009 +0000

    nearly there
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c1950e29b0d51926ad036352f8f39ad2ac1a5dbb
Author: matt <address@hidden>
Date:   Mon Mar 30 22:52:00 2009 +0000

    work in progress on a simpler gigabit-only mac
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 22b2e334a5fe7a909d936f1c948328418eca0e8c
Author: jblum <address@hidden>
Date:   Mon Mar 30 20:57:00 2009 +0000

    option to enforce padding aspect ratio in grid plotters
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5d6a2e6ef107cd4137558df16efd1fd43616ca85
Author: matt <address@hidden>
Date:   Mon Mar 30 02:58:36 2009 +0000

    copied over from other project
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8599dee8d6795d65fb9be9e9264c16c9257fb77a
Author: matt <address@hidden>
Date:   Mon Mar 30 02:54:51 2009 +0000

    new fifos copied over from other project
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 09526676f951056543a2891db36ef5d7ec804b4a
Author: matt <address@hidden>
Date:   Mon Mar 30 02:37:05 2009 +0000

    optional (but not used) additional buffering in eth rx path.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 53215bb75308ccf466aed3b87f02e57e609969bf
Author: matt <address@hidden>
Date:   Mon Mar 30 02:34:53 2009 +0000

    comment out the RMON, which we don't use
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 348e192734854045b55e182f85ab630115766870
Author: jcorgan <address@hidden>
Date:   Mon Mar 30 00:19:42 2009 +0000

    Applied phase jump patch from Stefan Bruens.  Fixes erratic performance of 
phase recovery loop at higher frequency offsets.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a811a7f070ae087aceb5443d2021d691398be2a0
Author: jcorgan <address@hidden>
Date:   Sun Mar 29 16:36:01 2009 +0000

    Reorganize queue runner, some cleanup, fixes ticket:376
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6d0c3329c2aa5b2a9dbd879350f4beda74b5abfd
Author: eb <address@hidden>
Date:   Thu Mar 26 19:20:38 2009 +0000

    fixed typo
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cfdc2e80d867777a405b3f1ba8ae6278b4f29f97
Author: eb <address@hidden>
Date:   Thu Mar 26 18:52:38 2009 +0000

    Partial fix for ticket:378.  Merged eb/t378 -r10682:10688 to trunk.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d0dc3ffdc43630abd1cf800cb6f3b9195770fd4d
Author: eb <address@hidden>
Date:   Wed Mar 25 22:29:21 2009 +0000

    Add check for interruption to gr_tpb_thread_body to ensure that
    threads stop quickly.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ecc7cd7f1f7b2e446c87e21d2023f197e8ed41e2
Author: eb <address@hidden>
Date:   Wed Mar 25 19:13:58 2009 +0000

    missing lock
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4f480479afac529eadc65f4e0bc6fe13e42553b3
Author: jblum <address@hidden>
Date:   Tue Mar 24 19:45:55 2009 +0000

    Merged r10666:10669 from jblum/vlen. Trunk passes distcheck.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d9a4ecedfcd777262cde70554d6e6a7b4f0657c0
Author: anastas <address@hidden>
Date:   Tue Mar 24 13:11:18 2009 +0000

    added a radix-n fsm constructor
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4038332cdd92ab3050682e5d55a596aabb0ab806
Author: jcorgan <address@hidden>
Date:   Mon Mar 23 19:49:49 2009 +0000

    Error out when creating hierarchical blocks with arbitrary or variable 
numbers of inputs and outputs.  Temporarily fixes ticket:247; this 
functionality will be added during the release 3.2 series but not for the first 
release.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cd1f3306405980e80d6325ee433eb5fdfb358afa
Author: jcorgan <address@hidden>
Date:   Fri Mar 20 03:25:45 2009 +0000

    Adds QA code for ticket:237 fix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d9744799b7df6c09180778540bf55eb9dc84281b
Author: jcorgan <address@hidden>
Date:   Fri Mar 20 02:16:20 2009 +0000

    Merged r10463:10658 from jblum/gui_guts into trunk.  Trunk passes distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 88304ce16a97945d13510b5fdaefcc0f62462d9d
Author: jcorgan <address@hidden>
Date:   Thu Mar 19 22:32:30 2009 +0000

    Error out when hierarchical block inputs and outputs aren't wired 
internally.  Fixes ticket:237
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8cbe88292ba457fe1dca5931bf037d88a3650bc3
Author: eb <address@hidden>
Date:   Thu Mar 19 20:58:41 2009 +0000

    Document run/start/stop/wait preconditions.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5407ac629e56300936cfbf0b5877aab607ddfef5
Author: jblum <address@hidden>
Date:   Thu Mar 19 20:23:48 2009 +0000

    wxpython 2.8 version check
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 086dab5820832e4967c513ff17a1975eabef8e22
Author: jblum <address@hidden>
Date:   Thu Mar 19 20:21:05 2009 +0000

    reverted grc config to r10638
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1910719ec29a12be380b9fa3dcd3ab893ce87ce2
Author: eb <address@hidden>
Date:   Thu Mar 19 19:59:48 2009 +0000

    Merged remainder of eb/t348 10637:10648.  This adds a -N <nsamples>
    argument to usrp_siggen.py, usrp_siggen.cc and test_usrp_standard_tx.cc.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 06d584f74eb9407d804ce9d560c31d7c240b086f
Author: eb <address@hidden>
Date:   Thu Mar 19 19:57:46 2009 +0000

    Fix for ticket:348, Stopping a process does not properly terminate USRP1.
    This is a partial merge from eb/t348 10637:10648, and contains the
    actual fix.
    
    The next commit will contain the rest of the merge which adds a
    -N <nsamples> argument to usrp_siggen.py, usrp_siggen.cc and
    test_usrp_standard_tx.cc.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f430647f21ae456591e2f8152e6234cf8752f245
Author: eb <address@hidden>
Date:   Thu Mar 19 17:27:47 2009 +0000

    Fix for ticket:375, gr_clock_recovery_mm_ff, from Mike Ossmann.  Thanks!
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a280d36680d1f1b2f3cbe565b4db0765025e675a
Author: jcorgan <address@hidden>
Date:   Thu Mar 19 17:09:20 2009 +0000

    Applied Douglas Geiger's packet filter patch, with cleanup.  Fixes 
ticket:286.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f686f6ac05db1f8b91d216b38a0748dddcef3e20
Author: jblum <address@hidden>
Date:   Thu Mar 19 04:45:23 2009 +0000

    gtk version test through pkg config
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 545f3de12e535862a2fca41186ba5d9888cd0e2c
Author: eb <address@hidden>
Date:   Wed Mar 18 20:00:41 2009 +0000

    Fixed ticket:339 (ethernet capability advertisement).  We now
    advertise that we only handle 1000BASE-T, and that we want to send
    PAUSE frames, but not receive them.  The flow control resolution is
    currently printed out on the serial port when the link comes up.  When
    we get what we want, it says "ethernet flow control: WE_TX".  If it
    says "ethernet flow control: NONE" unthrottled transmission (e.g.,
    usrp2_siggen.py) will be hosed.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8760688849a4faf902de90d6d28335a1edbfcc03
Author: jblum <address@hidden>
Date:   Wed Mar 18 05:56:59 2009 +0000

    Properly handle duplicated IDs.
    Duplicates OK in disabled blocks.
    Confine validation errors to blocks involved.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ac543718da8ae272f863bdfb1076d5a470f9fdbf
Author: jblum <address@hidden>
Date:   Tue Mar 17 19:56:17 2009 +0000

    A simple GRC example with packet blocks and dbpsk blocks.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 18b277b52c6c066722317dc3f4a10247e809a4c3
Author: mleech <address@hidden>
Date:   Tue Mar 17 02:41:36 2009 +0000

    Removed special-case for BASIC_RX
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit fed7f5b403b930682920478203d3a43b49380b6f
Author: michaelld <address@hidden>
Date:   Mon Mar 16 13:23:00 2009 +0000

    Fix missed setting from r10598 .
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e2643f57dd862b22745c6a62daf55c28d8631598
Author: mleech <address@hidden>
Date:   Sun Mar 15 21:29:46 2009 +0000

    Fixed bug with BASIC_RX
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 689dff0d4a6aeb56bc397a5922dfb7e713c55f5f
Author: mleech <address@hidden>
Date:   Sat Mar 14 20:53:00 2009 +0000

    Removed reference to DBS_RX_REV_2_1
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 44f01e6d551ed19ee28ef2b6ff60c470ec439f9c
Author: jblum <address@hidden>
Date:   Sat Mar 14 17:44:54 2009 +0000

    Use size_t over int for vlen.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7d0955ef7bc7a41855ca3301976c6616981fa27e
Author: jblum <address@hidden>
Date:   Sat Mar 14 05:54:43 2009 +0000

    Add vlen to subtract, divide, and float2complex.
    Takes care of #302 and #303
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cdc6f1d7b55c69c28c6fb4fe99faf4397bd39ba0
Author: jcorgan <address@hidden>
Date:   Sat Mar 14 02:34:00 2009 +0000

    Removed generated file from version control.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c3f962a1f0a4132ad643c58774bb69b190dccc49
Author: jcorgan <address@hidden>
Date:   Sat Mar 14 02:28:41 2009 +0000

    Merged r10554:10595 from michaelld/am_swig_4 into trunk.  Major overhaul of 
SWIG usage in build system, also fixes ticket:130.  Trunk passes distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4eea337c46db44a6ee7560a4552e158421776777
Author: jcorgan <address@hidden>
Date:   Thu Mar 12 17:14:55 2009 +0000

    Add daughterboard test
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2c4a4e0c371b1cd0029901aa176915300a02f1b8
Author: jblum <address@hidden>
Date:   Thu Mar 12 06:53:54 2009 +0000

    Added OFDM Mod and Demod to GRC (cough cough... kludge).
    Generalized the packet mod and demod stuff to accept the OFDM blocks.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 48ecbf1162f9031ab7134bbb571efc345bc8d7bd
Author: jcorgan <address@hidden>
Date:   Wed Mar 11 20:52:08 2009 +0000

    Add shutdown hook
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ceca8e1482d9d4c93eecb279d2491186e4ad8076
Author: jblum <address@hidden>
Date:   Wed Mar 11 19:07:31 2009 +0000

    Add a warning about flow control and throttle when the fg is generated.
    Because who reads the wiki anyway.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a26cbe72ae41b9505544679e4e35c91102657b02
Author: jblum <address@hidden>
Date:   Tue Mar 10 01:34:16 2009 +0000

    Bumped up minimum divider to 131 for xcvr.
    130 too small for certain boards?
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 539ed3f26a84714c2670040fc1322d1f2e731cba
Author: matt <address@hidden>
Date:   Mon Mar 9 17:41:33 2009 +0000

    copied over old one which works with icarus
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6ab7109a1e7e2bb22aa1075f890de4e444958cd1
Author: jcorgan <address@hidden>
Date:   Sun Mar 8 02:57:32 2009 +0000

    Improve error message
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8be822c4665125ee9f435bb5a7336047b43f8f01
Author: jcorgan <address@hidden>
Date:   Sun Mar 8 02:39:21 2009 +0000

    Copy pubsub from gr-wxgui into gnuradio-core, need to migrate wxgui usage 
to new class before removing old
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1df84e329951c51ce7fedd5eb3a2bd1e4bb8ad3d
Author: jcorgan <address@hidden>
Date:   Sun Mar 8 02:38:18 2009 +0000

    Fix radiobox label
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 96cb773ed47079d47f6d4bf75fd8fdb60cb17e27
Author: trondeau <address@hidden>
Date:   Fri Mar 6 03:07:09 2009 +0000

    merging qtdevel branch -r10534:10564 to sync with trunk because my computer 
got confused which branch it was supposed to work on. Confused and annoyed and 
fixing it.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8bae90aecb4e5d876cf341167e99873122f49805
Author: eb <address@hidden>
Date:   Fri Mar 6 00:23:21 2009 +0000

    fixed output type
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a18bbf5bcaee381715ec39b51477c065110a9513
Author: jblum <address@hidden>
Date:   Thu Mar 5 22:38:09 2009 +0000

    audio blocks: note to alsa users, hide the device name when empty
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 976df9d40be11a16900464a7ef44603856f0c5a1
Author: eb <address@hidden>
Date:   Thu Mar 5 01:21:44 2009 +0000

    New standalone firmware, burn_dbsrx_eeprom, that burns new dbid into
    modified DBS Rx daughterboard.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1cf496ea123d149c280f6158aa98bb2d503c23ea
Author: eb <address@hidden>
Date:   Thu Mar 5 01:19:50 2009 +0000

    updated svn:ignore
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 51f5744cffd9d9774a8bb64ac7ae710690e3270d
Author: jcorgan <address@hidden>
Date:   Wed Mar 4 19:27:22 2009 +0000

    Fix case where USRP2 left streaming prevents reinitialization
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 834ccb04f243e4992cb2c23a8ea4ebe55027fb1c
Author: jblum <address@hidden>
Date:   Tue Mar 3 19:44:29 2009 +0000

    Actually enable/disable tx via gpio (...when tx enable is supported).
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4c400067338be2d8c2d76b0773dd4087d61b159b
Author: jcorgan <address@hidden>
Date:   Tue Mar 3 02:10:36 2009 +0000

    Merged r10539:10546 from michaelld/two_mods into trunk.  Trunk passes 
distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 771f4e5e434fdc1d0b1fdd4191b28e6843d87094
Author: jcorgan <address@hidden>
Date:   Tue Mar 3 01:04:43 2009 +0000

    Updated ignores
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 411819184064d82ada48b5b9e77f3e52870170ec
Author: trondeau <address@hidden>
Date:   Sat Feb 28 05:08:32 2009 +0000

    Properly handles verticle scaling
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c57b705cf907ad3329da629f9d4dbbd82dc53c08
Author: trondeau <address@hidden>
Date:   Sat Feb 28 04:15:05 2009 +0000

    Adding a constellation plot and an example for viewing constellations of 
digital modulations.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 916a20271b7d81edc40dfc18468634311172c952
Author: trondeau <address@hidden>
Date:   Sat Feb 28 03:41:15 2009 +0000

    some cleanup as well as adding a way to pass the Qapplication between sinks 
that allows multiple GUIs to be defined and run.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d31a4ee4ce385907a9886f9796cbe379f95ca8c9
Author: michaelld <address@hidden>
Date:   Fri Feb 27 03:35:20 2009 +0000

    Fixes the error message printed when a component (call it 'foo') is
    configured using --with-foo , but a dependency of this with-component
    (call the dependency 'bar') was not configured using --with-bar
    (either it was included using --enable-bar , or not included at all).
    Simple change, complex explanation ;)
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 503efe1fbe3822979b8aa3c868d3d13fbeb9af7f
Author: jcorgan <address@hidden>
Date:   Thu Feb 26 23:39:17 2009 +0000

    Merged r10504:10528 from michaelld/fix_local_data_install into trunk.  
Trunk passes distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f1c079534256ec7e1cd2bbf1360bec15c539d87c
Author: matt <address@hidden>
Date:   Thu Feb 26 04:44:02 2009 +0000

    timing fix.  The line address in the buffers still updates now even if 
there is an error.  Doesn't matter, since the error means the buffer is useless 
anyway.  This makes meeting timing much easier since the address update does 
not depend on the error signal which comes late.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8c0095f191a8db3994d7f6f6b49b868d1a49743b
Author: matt <address@hidden>
Date:   Thu Feb 26 04:42:33 2009 +0000

    timing fix, delays the ethernet flow control by a cycle to get it across 
the chip.  Seems ok in testing.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 877bb0fb32b188f0eb7a697ace229d04653eff58
Author: matt <address@hidden>
Date:   Thu Feb 26 04:27:08 2009 +0000

    remove support for unmodified dbsrx because there is way too much phase 
noise.  only modified dbsrx are supported
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 436f3744f211b396b68fd58699063047899b7281
Author: anastas <address@hidden>
Date:   Thu Feb 26 00:29:51 2009 +0000

    Added support for Continuous Phase Modulation in gr-trellis + an example
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4d192c227e6c7a00b82aef4aca71a3a77ac0dbd1
Author: eb <address@hidden>
Date:   Wed Feb 25 21:58:41 2009 +0000

    Merged mld/fix_makefile_gen -r10446:10509 to trunk.  This cleans up
    the generation of the Makefile.gen's that occurs in gr-trellis,
    lib/gengen and lib/filter.
    
    If you change any code generator such that it generates a different
    set of generated file names, you must execute "make generate-makefile"
    in a non-VPATH build to regenerate the Makefile.gen's.  Once they are
    regenerated, commit them to the repo.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 274f8a56f0d2bad59fb8cef6a11431ccfe6a1e6e
Author: jcorgan <address@hidden>
Date:   Wed Feb 25 19:33:46 2009 +0000

    Updated ignores.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c48f42b58c67eefd19ea1a803329bcf62eac06e9
Author: jcorgan <address@hidden>
Date:   Wed Feb 25 19:04:35 2009 +0000

    Merged r10501:10505 from michaelld/omnithread into trunk.  Moves omnithread 
header files into /gnuradio.  Trunk passes distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 203024bad3191ea14eff902549e6b4d95e08e43c
Author: jcorgan <address@hidden>
Date:   Tue Feb 24 23:05:00 2009 +0000

    Fix missing file from distribution tarball (Bruce McGuffin)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6a6eb191a0aa6f36aa40a38bfaf360f6e993339b
Author: mleech <address@hidden>
Date:   Tue Feb 24 19:55:16 2009 +0000

    A little documentation
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2dff6e4965f0fbcf83d5b2cdce8c81ceb5133ea7
Author: matt <address@hidden>
Date:   Tue Feb 24 17:53:32 2009 +0000

    set all debug stuff to zero
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cbf5b4a6c3dde5acce2b9c47becc5828103c7e1c
Author: matt <address@hidden>
Date:   Mon Feb 23 17:40:39 2009 +0000

    support for unmodified dbsrx boards
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e070cdadef33a956b210fb23c9b444d5d855c681
Author: matt <address@hidden>
Date:   Mon Feb 23 17:40:09 2009 +0000

    support for unmodified dbsrx boards
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 000d018bf144a507a11fdaa66c96b28206a1dbfc
Author: eb <address@hidden>
Date:   Mon Feb 23 16:58:29 2009 +0000

    disable gr-audio-jack when cross-compiling until somebody fixes it
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 002e7a2b4a8630599849ee2bb488cf62ffbd8757
Author: jcorgan <address@hidden>
Date:   Mon Feb 23 02:14:39 2009 +0000

    Reverted changeset r10451.  Instead we will ensure top_block.stop() and 
wait() can be called on a stopped flowgraph with no ill effects.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 98dca512c2fdfbed0f9db14bc07fe5c2ed58b83b
Author: jcorgan <address@hidden>
Date:   Mon Feb 23 02:08:43 2009 +0000

    Cleanup, changed ifc_name() to interface_name()
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 09ce7710430c32b09f549eda728e711e41e8f3a6
Author: jcorgan <address@hidden>
Date:   Sun Feb 22 20:55:28 2009 +0000

    Re-implementation of usrp2_siggen.py with dynamically adjustable flowgraph. 
 Adds new usrp2_siggen_gui.py that implements GUI interface on top if same, 
GUI-unaware flowgraph.  Uses new gr.wxgui.gui class.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8056ff424a153dd5bab95bdda1758efe5ed9b246
Author: jcorgan <address@hidden>
Date:   Sun Feb 22 20:52:29 2009 +0000

    Adds ifc_name() to libusrp2 and gr-usrp2
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f92986d6ff10330ee4608510f7baaa895e6772e0
Author: jcorgan <address@hidden>
Date:   Sun Feb 22 20:20:34 2009 +0000

    Adds new simple gui class to gr-wxgui.  Apps using it to come.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6d26c7b1a39fa0c2b4559fb4e81b12f4f447b4ec
Author: eb <address@hidden>
Date:   Fri Feb 20 20:27:49 2009 +0000

    fix for config_mimo host code.  (Doug Geiger)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5d1b71031124406721a701c259c12392cd52c4aa
Author: michaelld <address@hidden>
Date:   Wed Feb 18 15:18:23 2009 +0000

    Merging in branch to add malloc.h to posix_memalign.cc for Cygwin.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 14e59a3bedfdbd2835c3053cb0be26131bafb9d1
Author: eb <address@hidden>
Date:   Wed Feb 18 03:05:58 2009 +0000

    use 4.3 versions of ppu cross-compilers if we've got them
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 01b6697b18e1e04ce0a8709f82c170f2076e4cda
Author: eb <address@hidden>
Date:   Wed Feb 18 03:04:20 2009 +0000

    gcc 4.3 cleanup
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 29839da9cc9ade9ce28cefcfc0530055623d0b8b
Author: jblum <address@hidden>
Date:   Wed Feb 18 01:45:41 2009 +0000

    dont check this
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9030fb71746966a9ef6eb6ae2dc0aebdc6016987
Author: jblum <address@hidden>
Date:   Tue Feb 17 23:03:39 2009 +0000

    usrp methods for computing the mux for dual subdevices
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit eb2648dc72e7edb0adb0d810fc4166633c26aea0
Author: eb <address@hidden>
Date:   Tue Feb 17 19:52:12 2009 +0000

    minor renaming
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 68495fa71f0845671ecd34b9fe69e9573c42456c
Author: jcorgan <address@hidden>
Date:   Tue Feb 17 17:19:48 2009 +0000

    Use defined bit positions
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4c84464a17b1a89a733846bd194ba7cedb1e4429
Author: jcorgan <address@hidden>
Date:   Tue Feb 17 17:03:56 2009 +0000

    Updated README for gsl and GRC
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1fd57936765fd19c51842ce2bfec41abb9146eaf
Author: jcorgan <address@hidden>
Date:   Tue Feb 17 16:57:00 2009 +0000

    Added ability to determine if flowgraph is running
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 603d50a90cc7a9eb91c8d6178cfef238986a650f
Author: jblum <address@hidden>
Date:   Tue Feb 17 05:14:26 2009 +0000

    flex option not needed here
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 19e3114defa259f7fd941d46a6f6002db6b8a0de
Author: jblum <address@hidden>
Date:   Tue Feb 17 02:33:08 2009 +0000

    kludge the legacy: usrp subdevice 2, the 3rd subdevice
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9106e20f757dd22c00c0cacc242a0388323ab33e
Author: jblum <address@hidden>
Date:   Thu Feb 12 20:39:34 2009 +0000

    updated todo
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d3d62764237a2834a8a4eb54934afba8c63999d9
Author: jblum <address@hidden>
Date:   Thu Feb 12 19:47:23 2009 +0000

    port and type controller modify logic out of gui
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f962f54c6089f60fbd395464e6771701a85f57fd
Author: eb <address@hidden>
Date:   Tue Feb 10 21:05:13 2009 +0000

    formatting changes only
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2aa4794125a35c3ca57db6e8c145d8894dead4d1
Author: eb <address@hidden>
Date:   Tue Feb 10 21:00:05 2009 +0000

    Applied patch to cleanup msdd
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d9210d937fa909c27b95f468dbff7a02fea278b1
Author: eb <address@hidden>
Date:   Tue Feb 10 20:55:42 2009 +0000

    removed slow, TCP-based sources
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9e9015093d4cd5c7bb53426e64b9917b28393fd7
Author: jcorgan <address@hidden>
Date:   Tue Feb 10 17:54:41 2009 +0000

    Remove obsolete app
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 776f05255fbed9d7beecf03759215641c74188c5
Author: jcorgan <address@hidden>
Date:   Tue Feb 10 16:35:17 2009 +0000

    Merged r10418:10423 from jcorgan/pps into trunk.  Adds usrp2::sync_every_pps
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9f6bc9d5da0e504008b7d692fd6c9cbe55753d90
Author: jcorgan <address@hidden>
Date:   Tue Feb 10 14:41:18 2009 +0000

    Better fix for missing header file include
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7783dc88c6acf839b59c7c3358094f85e0012ada
Author: jcorgan <address@hidden>
Date:   Tue Feb 10 04:53:37 2009 +0000

    Merged r10385:10413 from michaelld/swig_tweaks into trunk.  Passes 
distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 417a36b82e23fa681e361541c1824ba4de811a7a
Author: jcorgan <address@hidden>
Date:   Sun Feb 8 21:13:04 2009 +0000

    Add missing destructor (Don Ward)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 76f2ecaf79b14feccbf4a4a6e2b6dc2969fc76e8
Author: jcorgan <address@hidden>
Date:   Sun Feb 8 21:11:17 2009 +0000

    Add missing library in link (Don Ward)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 32358d121afcd3e1430f08a05fbb813eba322365
Author: jcorgan <address@hidden>
Date:   Sun Feb 8 21:06:13 2009 +0000

    Fix missing header include (Don Ward)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1349e1681c01fa028d906edf109a8c2b4cd22aac
Author: jblum <address@hidden>
Date:   Fri Feb 6 19:16:49 2009 +0000

    proper check for too many connections
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c077a28498d2691f28e34846667575a8c4dc6859
Author: jblum <address@hidden>
Date:   Fri Feb 6 19:01:10 2009 +0000

    grc: better handling of disabled elements
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f23f2dee67cf7a0e3aa7ccfbf889ecc2177826bf
Author: jblum <address@hidden>
Date:   Fri Feb 6 00:37:41 2009 +0000

    typo
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 094b853201fb5229451be1030921673ced470516
Author: jblum <address@hidden>
Date:   Thu Feb 5 23:18:47 2009 +0000

    better type checking in repr
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a179d077394ca41573c3d1443e1c29d7ab6e3a8f
Author: jblum <address@hidden>
Date:   Thu Feb 5 22:55:06 2009 +0000

    whoops, restored comment
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d0abb2bcf6832310a32ace3513dee181134778a6
Author: jblum <address@hidden>
Date:   Thu Feb 5 22:51:03 2009 +0000

    PYTHON_CHECK_MODULE: added extra argument for assertion tests (ex: version 
testing)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9b388ac1184c71449c49fb44551c5c38f8098d8e
Author: jcorgan <address@hidden>
Date:   Wed Feb 4 23:06:02 2009 +0000

    Merged r10383:10390 from jcorgan/u2-wip into trunk.
    
    * Implements daughterboard independent LO offset tuning
    
    * Removes RFX specific LO offset code
    
    * Adds 'set_lo_offset' to libusrp2 and Python API
    
    * Adds --lo-offset to usrp2_fft.py and usrp2_rx_cfile.py
    
    * Ensures daughterboards are reset to default values at
      startup.
    
    Trunk passes distcheck.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 68282b6ffed904bb55700314a600fe5d731dd0ea
Author: jblum <address@hidden>
Date:   Wed Feb 4 23:03:47 2009 +0000

    nicer display formatting, and use of eng notation
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f21c7b1eeed46a2edf5b082d86d5386790e99f98
Author: jblum <address@hidden>
Date:   Wed Feb 4 21:25:49 2009 +0000

    rt sched option in grc
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6f6746b88c9f2bafbbb34c4207245319a3e4fd2b
Author: jblum <address@hidden>
Date:   Wed Feb 4 20:36:36 2009 +0000

    usrp2-xcvr cleanup, working gains, freqs
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 620c5db0cc448c8b275943069e39cb0eec2f08a0
Author: jblum <address@hidden>
Date:   Wed Feb 4 03:06:20 2009 +0000

    usrp2: xcvr working
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 27b85cba78bb01b5e70929ce110fc6f2ce14fdcf
Author: michaelld <address@hidden>
Date:   Tue Feb 3 20:34:41 2009 +0000

    Changed $(builddir) to ".", since it should always be that.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit dcd93a4dc7026914202754b9b1632062b9d96931
Author: jcorgan <address@hidden>
Date:   Tue Feb 3 19:21:11 2009 +0000

    Revert r10379, which works at runtime but does not pass check or distcheck 
on Ubuntu 8.10.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bd18ea81f1cba643bf0c526676445637c2f1e1b3
Author: jcorgan <address@hidden>
Date:   Tue Feb 3 18:05:02 2009 +0000

    Use runtime valid module names for import
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1a550a92d5b10fcc2537aa8a80366c74494430b8
Author: matt <address@hidden>
Date:   Tue Feb 3 02:30:25 2009 +0000

    work in progress: xcvr running, needs work with divisors
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4a0dc4d161e9f1a615808aee7a59d056beef30dc
Author: jblum <address@hidden>
Date:   Mon Feb 2 22:02:18 2009 +0000

    removed auto tr from sources, combined auto tr with transmit options in 
sinks
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 40d6c72b9b62f7074a0607479b6a093f66c7c364
Author: jblum <address@hidden>
Date:   Mon Feb 2 18:51:13 2009 +0000

    work in progress: setting gpio on xcvr
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 04defa6b9337b2499e906dc06ac49a3e690a4946
Author: mleech <address@hidden>
Date:   Mon Feb 2 16:54:39 2009 +0000

    Included support for decim=4, by loading non-default firmware.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f1d00c76d0d896a9de424865423508a31f24d18a
Author: jcorgan <address@hidden>
Date:   Mon Feb 2 14:53:09 2009 +0000

    Possibly temporary fix for r10350 breakage when using swig < 1.3.38
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8193fd8a044a18471a6091249195d15ae6d814be
Author: jcorgan <address@hidden>
Date:   Mon Feb 2 14:27:28 2009 +0000

    Merged r10288:10370 from michaelld/swigpythonargs into trunk.  Passes 
distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 09f236be864aaa3b5216eb42676eafb38d47b587
Author: jblum <address@hidden>
Date:   Sun Feb 1 19:26:56 2009 +0000

    options for hb filter in usrp simple source
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 80fb5db88469ed5c80246846a2086338af7caea4
Author: jblum <address@hidden>
Date:   Sun Feb 1 03:37:13 2009 +0000

    insert for odict
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7725205613b4737bfbc50a2c29932f832ec3e705
Author: matt <address@hidden>
Date:   Sat Jan 31 23:44:25 2009 +0000

    work in progress
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f559baf176652c1c212c338625f83118311df05d
Author: matt <address@hidden>
Date:   Sat Jan 31 23:43:37 2009 +0000

    work in progress
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7676a022d7e8657d4a98c99a65d40cc0f257e502
Author: matt <address@hidden>
Date:   Sat Jan 31 23:43:14 2009 +0000

    work in progress
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 93b7821380882712a8d48e87e4f9f50cbabe11ca
Author: matt <address@hidden>
Date:   Sat Jan 31 23:42:19 2009 +0000

    first cut at 64 bit time
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 99bacfb2b8a51698aa2e1f98079488a63484bfc3
Author: matt <address@hidden>
Date:   Sat Jan 31 23:23:27 2009 +0000

    set fft-size from command line, default to 12 divs vertical
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4aa6f03ab50ec4a9d66e18cb578fe17528209a9f
Author: matt <address@hidden>
Date:   Sat Jan 31 23:22:20 2009 +0000

    debug info
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7c668358e1d7ff48061ff99e2bac769e82bbadb6
Author: matt <address@hidden>
Date:   Sat Jan 31 23:19:12 2009 +0000

    minor rev increase for for 3.01, which was just pcb cosmetic changes
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bebf5a4a72d205a1a05c7dc70d9bef240cfc477f
Author: michaelld <address@hidden>
Date:   Sat Jan 31 02:48:58 2009 +0000

    Merged in misc_fixes branch.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f1ea36990b1a2bcf304cd6371100b9d175db0b3d
Author: jblum <address@hidden>
Date:   Sat Jan 31 01:19:25 2009 +0000

    work with the set reg functions
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 66e7cc3fc3b8aec9c4e83c49e78a040599ba1a42
Author: matt <address@hidden>
Date:   Sat Jan 31 00:31:14 2009 +0000

    much better register settings, should work all the time
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5283cfdcd38c5f192e2c7f203a6b62cb4dfdfd00
Author: jblum <address@hidden>
Date:   Fri Jan 30 21:43:52 2009 +0000

    bug fix, unselect on double click
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d19334349914e06a4112e13b79ac3af0004dd9d0
Author: jblum <address@hidden>
Date:   Fri Jan 30 20:32:06 2009 +0000

    xcvr: initialize chipset
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit df4743a8710ba7d7f36d6ea6a5b79dd82e84bdaf
Author: jblum <address@hidden>
Date:   Fri Jan 30 19:38:21 2009 +0000

    whoops
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7d8538ba36c16d4179b965f2f884d15032469f25
Author: jblum <address@hidden>
Date:   Fri Jan 30 19:30:03 2009 +0000

    grc usrp supports 8 bits
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 42c73b5588fc9199a4a7729084defb3188a80f26
Author: jblum <address@hidden>
Date:   Fri Jan 30 07:18:33 2009 +0000

    converted set freq in xcvr
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d91553f39c8790036831ab9956a1f6649d765fda
Author: jblum <address@hidden>
Date:   Fri Jan 30 02:31:55 2009 +0000

    work on xcvr set_freq
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ef8869bed042b058be04356660c6eaafee72ecf7
Author: jblum <address@hidden>
Date:   Fri Jan 30 01:01:43 2009 +0000

    xcvr dboard support
    gain setting coded, not tested
    set freq not implemented
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 69d1bd245aedd437f8550417ea5bf6847dd74619
Author: jblum <address@hidden>
Date:   Thu Jan 29 06:20:41 2009 +0000

    added eng notation to slider gui control
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f711b9f7cb5eca6071034462a43ce09745763eb2
Author: matt <address@hidden>
Date:   Thu Jan 29 03:04:09 2009 +0000

    tunes the dbsrx properly.  You need to mod your dbsrx, though.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 94f824d5313e2354f74deea9333063daa3998571
Author: matt <address@hidden>
Date:   Wed Jan 28 22:35:21 2009 +0000

    dbsrx daughterboard support, gain works, not freq
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c75a990177a8729993caf2dd1b17d9bae1b5ced0
Author: jblum <address@hidden>
Date:   Wed Jan 28 20:06:20 2009 +0000

    constant source convenience wrapper
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f6d78800dc5b9db2025ffc2855f09f5cc79b16a6
Author: jblum <address@hidden>
Date:   Wed Jan 28 19:52:45 2009 +0000

    fixed 2 scaling bugs in scopesink
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d902f1e112636d4c9d1257c50ee259db382770f5
Author: jblum <address@hidden>
Date:   Wed Jan 28 19:09:53 2009 +0000

    simplified with some one liners, added check to ensure dual source has 
different ants
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 47ef466fe778f43ed523ba782595cec31613bfd0
Author: jblum <address@hidden>
Date:   Wed Jan 28 18:41:23 2009 +0000

    callbacks for bb_freq and samp rate in fft and waterfall wrappers
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5d77d6f0f1f893746ab46e827760592a4786d14d
Author: eb <address@hidden>
Date:   Tue Jan 27 21:27:14 2009 +0000

    third time's a charm...
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e20a530eec09713a28a056aae051fdd32d22d48d
Author: eb <address@hidden>
Date:   Tue Jan 27 21:19:03 2009 +0000

    added missing .h files
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b37c7375faf0ee227276ce9cc35344d5e00dc4c6
Author: eb <address@hidden>
Date:   Tue Jan 27 21:15:51 2009 +0000

    Merged eb/u2-mimo-wip -r10297:10317 into the trunk.  This contains
    down and dirty test code that confirms that we can coherently transmit
    different signals to two USRP2s connected via a mimo cable.
    app_common_v2.h and app_passthru_v2.h were slightly modified, but
    these changes to not alter the behavior of the standard code (txrx).
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 85b76dd55f422cf70238c58f2e39c2c28555f6ce
Author: jcorgan <address@hidden>
Date:   Tue Jan 27 18:00:05 2009 +0000

    General housekeeping--removing ancient cruft mostly.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f0d8ab4f2f2cf681994e1ab9a2f5c7dbcd9419cd
Author: jcorgan <address@hidden>
Date:   Tue Jan 27 16:10:28 2009 +0000

    Removed DECT Python example.  Refer to DECT project in CGRAN for a more 
comprehensive example.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e4e520f0dbff5473993e33ad4a0237c461d2c212
Author: jblum <address@hidden>
Date:   Mon Jan 26 22:07:51 2009 +0000

    decim/interp first for consistency
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b21f38784342234627c9f43d7013f139800322b1
Author: jblum <address@hidden>
Date:   Mon Jan 26 21:17:41 2009 +0000

    new and improved simple/dual usrp blocks and wrapper classes
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 381eea6c45b640fdfbf4b4ba167583f1390b9ac2
Author: jblum <address@hidden>
Date:   Mon Jan 26 20:45:52 2009 +0000

    -u for unbuffered python exec, fix:callbacks from enabled blocks only
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7730c688af61a49cd754e441be5222b959a6fec4
Author: eb <address@hidden>
Date:   Fri Jan 23 23:14:58 2009 +0000

    mimo tx work-in-progress
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4d26058e23b82488974b50da22462e7d60780d84
Author: jblum <address@hidden>
Date:   Fri Jan 23 19:49:20 2009 +0000

    usrp2 examples
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 63bda2352df94fd07843b38be17a6129acb5af54
Author: eb <address@hidden>
Date:   Fri Jan 23 02:12:04 2009 +0000

    revert extraction of buffer_state
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 413543bbf3bc445079010d3f7f5ed4f8ab30d526
Author: eb <address@hidden>
Date:   Fri Jan 23 01:48:58 2009 +0000

    Work in progress on mimo Tx state machine.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b255f6ad2e093a7503bf1926eb841707e12e8bed
Author: jblum <address@hidden>
Date:   Fri Jan 23 00:11:30 2009 +0000

    test case of file DNE
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1545a741acca4ee45e8cfd889d9152f5db57bd1b
Author: eb <address@hidden>
Date:   Thu Jan 22 18:29:24 2009 +0000

    bumped stack to 3k (not sure we needed to), cleaned up old serdes test
    code: eth_serdes.c and serdes_txrx.c, can tx over serdes at interp 4
    (underruns quite frequently), same behavior as regular txrx.c
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f5fdfe3342750df3092bd0a8d39cb42b4d599012
Author: matt <address@hidden>
Date:   Thu Jan 22 18:23:45 2009 +0000

    trial fix for problem when 3 loads with 1 wait state are followed by a 
barrel shift or multiply.  Shawn will let us know if this works.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8977bb20290ba518dce35a35e85d6b21caf265e9
Author: matt <address@hidden>
Date:   Thu Jan 22 18:22:11 2009 +0000

    catching up with shawn.  these aren't used here anyway.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e8ffb69e69cdf089fecddf7f97ad97d50419f3fb
Author: jblum <address@hidden>
Date:   Thu Jan 22 17:02:14 2009 +0000

    typo fix in cpfsk xml
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e6934619731b56a6090d17c4354e5ad4e291971c
Author: mleech <address@hidden>
Date:   Thu Jan 22 04:27:38 2009 +0000

    Fixed short-form name for --notch_taps
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4f46841cdf9e0de686255eed37f8889783d3d386
Author: matt <address@hidden>
Date:   Thu Jan 22 01:02:08 2009 +0000

    detect loss of signal
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 76019d92265a85197d9d6bccfbbdb725a58d8d5a
Author: jblum <address@hidden>
Date:   Thu Jan 22 01:00:12 2009 +0000

    params must exist for option parser
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit fc9df36159a97fd691c585ce3c7556987aefe38a
Author: jblum <address@hidden>
Date:   Thu Jan 22 00:32:48 2009 +0000

    cmd line options with param block
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7050258b5882c9d2dca83994e009bfd135823648
Author: jblum <address@hidden>
Date:   Wed Jan 21 22:43:57 2009 +0000

    template simplify
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 29222e3f472dd690d0caf83f51d96c81d56e7bc2
Author: mleech <address@hidden>
Date:   Wed Jan 21 19:08:54 2009 +0000

    Added --notch_taps to allow user to specify number of taps in notch filter
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f1ee6a7c8ae0a57a119d167b6e767138f6c487d1
Author: jblum <address@hidden>
Date:   Wed Jan 21 19:05:38 2009 +0000

    usrp2 function names, usrp2 contructor usage
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ec73b08c2d615f1a151eb7af0037ca95b22f8585
Author: jcorgan <address@hidden>
Date:   Wed Jan 21 16:56:57 2009 +0000

    Update howto revision to 3.2svn, fix 'missing ltmain.sh' issue
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8c4c07298ddce28175323e8674a01407631529f7
Author: jcorgan <address@hidden>
Date:   Wed Jan 21 16:11:49 2009 +0000

    Update trunk revision to 3.2svn
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f64da1cf3acc3d12e3ac38f27cd3f09c3e920e0a
Author: jblum <address@hidden>
Date:   Wed Jan 21 00:38:23 2009 +0000

    sort macs
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9931fdf6e91914407a604c9f84a37e66498ceb85
Author: jblum <address@hidden>
Date:   Tue Jan 20 23:36:17 2009 +0000

    dont hide vlen controller when vlen > 1
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a6b928438657b86426c6ca04adec2030a865dab2
Author: jblum <address@hidden>
Date:   Tue Jan 20 22:44:51 2009 +0000

    probe for the usrp2
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 89d75b7d46fbc06a1190e672ee5742e1f413062a
Author: mleech <address@hidden>
Date:   Tue Jan 20 15:54:48 2009 +0000

    Fixed arguments mis-match in setup_normal(), setup_dual(), 
setup_interferometer()
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 88470f93a4d2e9e6d7e5d39dac52115de0e5d1ca
Author: jblum <address@hidden>
Date:   Tue Jan 20 07:14:39 2009 +0000

    set the icon in both executables
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c0acd97cf9aa20bb66351bc05f698e95dd0c7eae
Author: jblum <address@hidden>
Date:   Tue Jan 20 05:06:04 2009 +0000

    usrp2 block xmls
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 66811bb61a014b7da27235cdb6219705243533a9
Author: jblum <address@hidden>
Date:   Tue Jan 20 04:59:13 2009 +0000

    call it probe
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9e85055e987db1d8b753cea6394e3a9d6806529b
Author: jblum <address@hidden>
Date:   Mon Jan 19 22:58:08 2009 +0000

    replaced &quot;, usrp2 blocks, hide for usrp params, mux defaults to 0x0
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0dcb587d948787215b6367725e7483fc4cbcd94d
Author: jcorgan <address@hidden>
Date:   Mon Jan 19 21:51:07 2009 +0000

    enable_realtime in usrp2_siggen.py
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 55f9faf59065140a3b84f63c6b6deda9909c6f19
Author: jcorgan <address@hidden>
Date:   Mon Jan 19 21:21:40 2009 +0000

    only set scale_iq if asked
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e1661da333c29049c5dbca3eead1f49108c99d2a
Author: matt <address@hidden>
Date:   Mon Jan 19 05:11:24 2009 +0000

    corrected link up detector
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 24deabbeb9330324dd06d15e3fcc6f03f5099c4f
Author: matt <address@hidden>
Date:   Mon Jan 19 05:08:51 2009 +0000

    new cordic
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cec3bbe943d22f6a98b7f9d376caae281e459247
Author: matt <address@hidden>
Date:   Mon Jan 19 04:39:47 2009 +0000

    widen cordic on tx side
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4d98ea032054e775b92ef28c2857a890df17c341
Author: matt <address@hidden>
Date:   Mon Jan 19 04:35:49 2009 +0000

    clarify comment
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e679eef9eadf1acd92f55bfb2fcfffe41f5f5d3c
Author: matt <address@hidden>
Date:   Mon Jan 19 04:33:11 2009 +0000

    24 bit wide z.  Can't do this parameterized, unfortunately.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 81a02bb328b7b730d428278a1c75a637c7d45a7c
Author: gnychis <address@hidden>
Date:   Sat Jan 17 19:59:28 2009 +0000

    merging -r10252:10253 from developer branch to kick RX gain down in half on 
default
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b83b1b405aea79115336485d608ba701873767d6
Author: gnychis <address@hidden>
Date:   Sat Jan 17 04:46:33 2009 +0000

    merging from developer branch to fix manual frequency setting problem, for 
real this time
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 349bad9cfdb7eacfb53d2551874ee1f1c74d8524
Author: gnychis <address@hidden>
Date:   Sat Jan 17 04:42:26 2009 +0000

    seriously, sorry... tried to ctrl+c that but didnt get in time
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3318308900dff9b1140a47b3e798ab5a14e9bae3
Author: gnychis <address@hidden>
Date:   Sat Jan 17 04:39:52 2009 +0000

    merging r10246:10247 from developer branch to fix manual frequency setting 
problem
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c3f5183d1383a2fb029bf2a77555499ebf0530ff
Author: gnychis <address@hidden>
Date:   Fri Jan 16 18:51:42 2009 +0000

    merging 10218 to 10241 for full daughterboard support with in-band project
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4b5cfa809a01a494c4f5e6b052414ed9b3d066cb
Author: eb <address@hidden>
Date:   Thu Jan 15 10:23:50 2009 +0000

    Merged eb/gcell-wip -r10213:10230 into the trunk.  This reduces the
    overhead of off-loading jobs, such that it is now feasible to off-load
    50us jobs on the QS21 and 10us jobs on the PS3.  See wiki:Gcell for
    performance graphs. There is still plenty of room for improvement.
    I'll be revisiting this in a week or so.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ddd347cc96e38c3758dea53cb0d93391ea566a35
Author: jblum <address@hidden>
Date:   Wed Jan 14 05:06:23 2009 +0000

    always use ddc0
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 28d43c45d9e63daf075a23c3abfc04a1d4165062
Author: jcorgan <address@hidden>
Date:   Mon Jan 12 21:31:44 2009 +0000

    Fixes in-band code for new daughterboard API (Stefan Bruens)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 509b112439807d9bc63d24adb5a248d9f81add91
Author: jblum <address@hidden>
Date:   Sun Jan 11 07:57:08 2009 +0000

    cache evaluated statements, do not parse huge vectors for display
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit be1969eec0791ff97ab2fecf97e65fe92022e167
Author: matt <address@hidden>
Date:   Fri Jan 9 03:43:19 2009 +0000

    added frequency offset
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c0ae1f0f1eb49fd070af75efcac49b06458ecdae
Author: matt <address@hidden>
Date:   Fri Jan 9 03:33:16 2009 +0000

    fix for xcvr.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2133f27ae1bae65696857d6db5303309cdae2133
Author: jcorgan <address@hidden>
Date:   Fri Jan 9 02:33:04 2009 +0000

    More XCVR2450 fixes.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a690f8b5cd6865809afff74d2cc85d76c48eb641
Author: jcorgan <address@hidden>
Date:   Thu Jan 8 23:50:42 2009 +0000

    Fix sign error in XCVR2450 code
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1a68a69e67e72842f815bcc4a2af466118cde382
Author: jblum <address@hidden>
Date:   Thu Jan 8 01:53:08 2009 +0000

    fixed syntax error cases
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 183b989d40805b0fd5d4890ef83314434a693141
Author: jblum <address@hidden>
Date:   Wed Jan 7 19:50:19 2009 +0000

    gtk test import redirect warning
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 74f527a8840e91c420962f26bea0e9f299f4b514
Author: jcorgan <address@hidden>
Date:   Tue Jan 6 02:00:34 2009 +0000

    Update doxygen Python generation (Firas Abbas)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1fc72526b45810f5a22a08479657d96c47b3290f
Author: jcorgan <address@hidden>
Date:   Mon Jan 5 18:59:27 2009 +0000

    Update configuration file to not use inline comments
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 54625297142c1ed5ac4665d48ae6dea997b7b7eb
Author: jcorgan <address@hidden>
Date:   Mon Jan 5 18:05:17 2009 +0000

    Allow setting of non-standard FPGA master clock frequency for USRP1
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b54ab8fc36e242e0ae9c0fad99e1eda5d6423bd1
Author: mleech <address@hidden>
Date:   Sat Jan 3 01:50:36 2009 +0000

    Fixed bug that under-flowed self.notches
    increased notch resolution to 128 taps
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a304d90fa55c9d6748764f4c2367c72418691a79
Author: mleech <address@hidden>
Date:   Thu Jan 1 21:01:51 2009 +0000

    Bumped up resolution of notch filter from 16 taps to 128 taps.
    Increased buffering on usrp.source_c
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cd7b07f0140ddff670e29f28566ec48304365d0f
Author: jcorgan <address@hidden>
Date:   Thu Jan 1 20:07:46 2009 +0000

    Add BOOST_LDFLAGS to link, clean up
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0ba124e805046f65a7ef275ebe9d8254d8f69ed9
Author: jcorgan <address@hidden>
Date:   Wed Dec 31 22:33:47 2008 +0000

    Fix USRP2 peek32() max words
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5eb35d758f7bf08b821479d11a8784689eef239c
Author: jcorgan <address@hidden>
Date:   Wed Dec 31 22:19:48 2008 +0000

    For USRP2, implement auto scaling of TX pipeline such that [-1.0 1.0] input 
to
    usrp2.sink_32fc results in full-scale DAC outputs, regardless of 
interpolation
    rate.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit be2af97adb04146243019b5d3eb8bc44ca44e1a4
Author: jcorgan <address@hidden>
Date:   Wed Dec 31 20:46:29 2008 +0000

    Rename constant for clarity
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6fb1e402a79cb9c0f78180caf44e4274aa2c503b
Author: mleech <address@hidden>
Date:   Tue Dec 30 04:58:11 2008 +0000

    Fixed handling of out-of-range NOTCH specifications
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 567177c5e17e670f378ebc13aca7314e83a75a81
Author: mleech <address@hidden>
Date:   Tue Dec 30 01:02:55 2008 +0000

    Turned set_bw() back on...
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 015c18afbcff894affb3ede7f39d781354087051
Author: jblum <address@hidden>
Date:   Tue Dec 30 00:51:54 2008 +0000

    error handling for dtd validation
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 50b2df2ed93de8dbba3185714a3e07e7470e1229
Author: jcorgan <address@hidden>
Date:   Mon Dec 29 01:35:48 2008 +0000

    Implements USRP2 poke32() command.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 31daef30bc197cb86c7310db386d0b5835c03422
Author: jcorgan <address@hidden>
Date:   Sun Dec 28 17:28:42 2008 +0000

    Fix typo
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit dbd66da2876df4b57e083aa90ad04e024f70ec34
Author: jcorgan <address@hidden>
Date:   Sun Dec 28 17:26:29 2008 +0000

    Replaced USRP2 peek() with peek32(), handles endian-swapping if needed
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 38fe0d40793814e94e17e5ae7813a54e68d08dd9
Author: mleech <address@hidden>
Date:   Sun Dec 28 04:17:43 2008 +0000

    Brought back support for notch filtering--both clicky in FFT display, and on
      the command line.  Temporarily commented-out call to set_bw(), since 
latest
      trunk has broken it.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 297479844e3d9a6eea54fa69147e6a20c0bfc412
Author: jcorgan <address@hidden>
Date:   Sat Dec 27 21:09:26 2008 +0000

    Implements USRP2 peek() command, allowing arbitrary reads from the internal
    Wishbone bus.  Minor fix for USRP2 sync_to_pps() (uses correct packet type.)
    
    Example:
    
    >>> from gnuradio import usrp2
    >>> u = usrp2.source_32fc()
    >>> u.peek(0x1234, 4) # Read four bytes at offset 0x1234 (code)
    (185, 244, 253, 164)
    >>>
    
    The return value will be zero length upon error.
    
    The read address must be 32-bit aligned, and only the lower 16 bits are
    significant.  The length must be an integral multiple of 4 bytes. There is
    currently a read limit of 176 bytes per read; to change requires some 
additional
    firmware changes to allocate a larger reply packet.
    
    WARNING: Trying to read from memory locations not serviced by RAM or by a
    Wishbone peripheral may result in a hang requiring a USRP2 power cycle.  The
    USRP2 internal memory map is documented in usrp2/firmware/lib/memory_map.h.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a09700c26a39ebddbeb56b5ecddedf50f0cc7ac4
Author: jcorgan <address@hidden>
Date:   Fri Dec 26 19:31:44 2008 +0000

    Fix missing set_bw call in new daughterboard API.  Reconciled 
implementations between different boards to return true or false (success).
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d755f1395daf64f3a75d5947cd71b0a61b099392
Author: jcorgan <address@hidden>
Date:   Thu Dec 25 20:03:00 2008 +0000

    Fix include paths for VPATH build (Michael Dickens).  Note, this was one of 
thoses cases where 'make distcheck' would pass, yet a VPATH would fail.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 72c625f7e50b65dc3b642112762e9eb1d633bd42
Author: jcorgan <address@hidden>
Date:   Wed Dec 24 08:10:48 2008 +0000

    Merged r10071:10164 from features/cppdb-test into trunk.  Implements the 
fully native C++ API for the USRP.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 06e7a0313a09ee812061d855a47206ed303eac7f
Author: eb <address@hidden>
Date:   Mon Dec 22 04:24:34 2008 +0000

    Merged eb/gcell-wip2 rev 10130:10152 into trunk.
    
    This makes several gcell related changes.
    
    {{{
    The first two are INCOMPATIBLE CHANGES:
    
    (1) The gcell portion of the code base was reorganized.  As part of that
    reorganization, the paths to the include files changed.  They are now
    installed under PREFIX/include/gcell instead of directly in PREFIX/include.
    
    This means that all includes of the form:
    
      #include <gc_foo.h>
    
    should be changed to
    
      #include <gcell/gc_foo.h>
    
    
    (2a) If you are directly using gcell-embedspu-libtool or the
    $(GCELL_EMBEDSPU_LIBTOOL) variable in your Makefiles, the order of the
    two command line arguments was switched.  It's now
    
      $(GCELL_EMBEDSPU_LIBTOOL) input_file output_file
    
    or equivalently
    
      $(GCELL_EMBEDSPU_LIBTOOL) $< $@
    
    
    gcell-embedspu-libtool allows you to convert an SPE executable
    into something that libtool will allow you add to a host shared library.
    
    
    (2b) The name of the symbol created by gcell-embedspu-libtool is now
    suffixed with _spx (SPE executable) to reduce the probability of name
    collision.  If you have lines like this:
    
      extern spe_program_handle_t gcell_all;
    
    in your code, you may have to change them to:
    
      extern spe_program_handle_t gcell_all_spx;
    
    
    
    The following changes are enhancements and shouldn't break any
    existing code:
    
    
    (3) We now install two new pkg-config files, gcell.pc and gcell_spu.pc.
    These can be used to assist in building gcell code that lives outside
    the GNU Radio repository.  The first gives the include and library
    paths for the PPE host code, the second is the same info for the the
    SPE code.
    
    There is also a new .m4 macro, GR_GCELL, contained in
    config/gr_gcell.m4, that uses PKG_CONFIG_MODULES to fish out the
    relevant variables.  If you've got standalone code that uses gcell,
    you'll probably want to copy this macro (along with our version of
    pkg.m4) to your tree and use it.  It sets the following variables:
    
      GCELL_CFLAGS
      GCELL_CPPFLAGS
      GCELL_INCLUDEDIR
      GCELL_LIBS
      GCELL_SPU_CFLAGS
      GCELL_SPU_CPPFLAGS
      GCELL_SPU_INCLUDEDIR
      GCELL_SPU_LIBS
      GCELL_EMBEDSPU_LIBTOOL
    
    
    (4) make -j now works in the gcell directory (fixes ticket:242).
    }}}
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 13b15589f0b98fbd13fa42c31dcfbe2674dd562c
Author: mleech <address@hidden>
Date:   Sun Dec 21 02:11:49 2008 +0000

    Updated Sunset/Sunrise functions to latest PyEphem API
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 88daa730d23983109b116e59331c11a11a1ef537
Author: jblum <address@hidden>
Date:   Sat Dec 20 23:59:15 2008 +0000

    dont check gtk version if first test failed
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 66dca69648e7fa8fbdd2973f77224ad34198d9a5
Author: jcorgan <address@hidden>
Date:   Sat Dec 20 20:54:52 2008 +0000

    Move mblock library include files into separate library.  Updates to usrp 
in-band code to accommodate.  Tested with out-of-tree mblock application 
builds.  Trunk passes distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8d3704c5af29ef15e3a4490049d2fd6d917bc6d8
Author: eb <address@hidden>
Date:   Fri Dec 19 19:37:45 2008 +0000

    missing AC_REQUIRE
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cfbbb67aac365b1592f038aec0cd96a741853aac
Author: jcorgan <address@hidden>
Date:   Fri Dec 19 06:19:12 2008 +0000

    Fix pkgconfig file for libgnuradio-audio-alsa
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6dcbc791992abf8ec57b9208c39aa0539f0cdef7
Author: matt <address@hidden>
Date:   Thu Dec 18 22:09:45 2008 +0000

    added frequency sweep capability
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 97537ae02e08048e89c98e4fbe4455faeabcbd1c
Author: matt <address@hidden>
Date:   Wed Dec 17 23:02:59 2008 +0000

    added frequency offset capability.  Set to 12.5e6 on TX, 0 on RX for now
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0ebedf4c4111e2842ad4f90eb80f812479e6ec18
Author: jcorgan <address@hidden>
Date:   Mon Dec 15 04:53:29 2008 +0000

    Add sync_to_pps to gr-usrp2
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2a59bb988662ecd430ce885a53aa3823ab546230
Author: matt <address@hidden>
Date:   Mon Dec 15 04:26:43 2008 +0000

    pps sync works, meets timing
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e92cf3171d273ca1192647d240be75066bf38a4e
Author: matt <address@hidden>
Date:   Sun Dec 14 19:47:11 2008 +0000

    add break at end of new case to prevent fallthru.  Also cleared up a 
warning.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 232cd6761feacce00c497dbf58fda30fcbbd863d
Author: matt <address@hidden>
Date:   Sun Dec 14 17:58:24 2008 +0000

    synchronized pps, lots of debug pins changed, works, meets timing
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6ffba63c4060893223f9c99f7f6048af3ee6f98c
Author: jcorgan <address@hidden>
Date:   Sun Dec 14 01:05:27 2008 +0000

    Fix failure with interp > 128
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f2695be7c09fec1bc5b62f3b229b9002572aeb30
Author: jcorgan <address@hidden>
Date:   Sun Dec 14 01:01:11 2008 +0000

    Implement sync_to_pps command for USRP2
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0a5eb9fc28515627ef6d2937e26aadd0a4fd53cf
Author: matt <address@hidden>
Date:   Sat Dec 13 23:28:58 2008 +0000

    reset the phase when we shut down.  Aids in sync
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 11095bc27990afc62defa06e4304fe26b0457ae6
Author: matt <address@hidden>
Date:   Sun Dec 7 01:33:50 2008 +0000

    split test out into a function
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b399cfc25429a232aa7a46c8d6ee0765f275588e
Author: matt <address@hidden>
Date:   Sun Dec 7 01:33:22 2008 +0000

    more tests, for ram and sd card
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a14e59f1ad50f2b637e8916e8c4fa2328956b5aa
Author: anastas <address@hidden>
Date:   Sat Dec 6 19:08:24 2008 +0000

    minor updates in gr-trellis/examples
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bd716cacc3009ce60f67362ab8f9e588e14a9478
Author: matt <address@hidden>
Date:   Fri Dec 5 00:36:22 2008 +0000

    implemented "reset master clock on next PPS" so we can easily sync multiple 
units without MIMO connections
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4ef65a60c4cf79a11a097cac312d86803fbbd202
Author: matt <address@hidden>
Date:   Fri Dec 5 00:03:29 2008 +0000

    send a char to the serial port, but don't wait if the queue is full
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4ffdba1a3f74aaf98b89047f1834055652586359
Author: matt <address@hidden>
Date:   Thu Dec 4 06:12:51 2008 +0000

    speed up the diagnostic signals, they were causing timing problems
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b2a284bf2640b26639a81266d8e5e926e91e303d
Author: jcorgan <address@hidden>
Date:   Mon Dec 1 20:03:38 2008 +0000

    Merged r9798:9801 from michaelld/memalign into trunk.  Passes distcheck on 
Ubuntu 8.10.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ac06546bb238161e493c9f25f5cf4e5b188ee291
Author: jblum <address@hidden>
Date:   Sun Nov 30 23:55:36 2008 +0000

    check extension on save
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5e84bb4e73836b8d0016b75c7ba6de0ae9af6e6e
Author: jblum <address@hidden>
Date:   Sun Nov 30 18:53:29 2008 +0000

    dont check that
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d52557f41f4a933d6342359fa6802149eb2df615
Author: jblum <address@hidden>
Date:   Sun Nov 30 02:58:32 2008 +0000

    enum
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d9f284cbf0bbb524cfc7c27080fda739f2a120a2
Author: jblum <address@hidden>
Date:   Fri Nov 28 07:14:58 2008 +0000

    fix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d01692fa60eb6b08b6b7b5369d2a08cee912395f
Author: jblum <address@hidden>
Date:   Fri Nov 28 06:51:21 2008 +0000

    new preferences
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 277aa8d20c9db1c3de915d284db9e420f3d9f2f6
Author: jblum <address@hidden>
Date:   Fri Nov 28 00:34:51 2008 +0000

    blocks window position pref
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f8fe10054cba4a8dbf012f328eb86c9ef1c75869
Author: jblum <address@hidden>
Date:   Thu Nov 27 07:12:15 2008 +0000

    resizable reports window
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 373dd3bd1f46d09eb2ef2e4aeefe3f1be58c6ab1
Author: jblum <address@hidden>
Date:   Thu Nov 27 00:17:32 2008 +0000

    grc gtk version check
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 715009be8e02990af5497edb251cce7839123a06
Author: jblum <address@hidden>
Date:   Wed Nov 26 23:51:43 2008 +0000

    switched hotkey handling to gtk accelerators
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit af26023ef8414044a4229688c2ad5853e3eb3cb6
Author: trondeau <address@hidden>
Date:   Sun Nov 23 17:10:23 2008 +0000

    fixing sync routines by wrapping the angle and not clipping it; also 
opening up the frequency sync range a bit.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8531d9655ee9067d4d2b060290fcf26e8c7472be
Author: trondeau <address@hidden>
Date:   Sun Nov 23 16:38:54 2008 +0000

    Tom's law: the simpler the function, the more prone I am to make errors.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5508c2179cf5738f274eaf9938dadff4c5f6e784
Author: jblum <address@hidden>
Date:   Sat Nov 22 20:03:38 2008 +0000

    clarification for random source
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b78783a3eb8624f17851e96ebf44e0e84a9832f7
Author: jblum <address@hidden>
Date:   Tue Nov 18 21:45:31 2008 +0000

    usrp dual source def typo fix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit be7c88c4f9877050d3599d62666748d0afdbc342
Author: jblum <address@hidden>
Date:   Tue Nov 18 06:56:00 2008 +0000

    grc trellis makefile
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 749ac8bc7cadf575c0b23afcc299a86bc9731186
Author: anastas <address@hidden>
Date:   Tue Nov 18 06:03:54 2008 +0000

    added an example in grc that uses trellis structures
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6e263b3dc7853a5965e6aa51f8abcbc8180a9e6c
Author: trondeau <address@hidden>
Date:   Mon Nov 17 02:38:41 2008 +0000

    Added ability to select USRP board to digital examples
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5bf8dd44be83bf7e3eec21067f01ab7fc2cd031a
Author: matt <address@hidden>
Date:   Sun Nov 16 20:56:02 2008 +0000

    removed old python comments
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit de8ca69a22ada942849f4232954854d47e5e724d
Author: matt <address@hidden>
Date:   Sun Nov 16 20:55:07 2008 +0000

    fixed gain calculations rfx900-2400
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0aa75fde365f501a68a1028aed9426add2267e5f
Author: matt <address@hidden>
Date:   Sun Nov 16 20:43:57 2008 +0000

    added a utility function to get the integer rounded gain
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 28bbeb38f65ebe5b6422e52d31b359ddfac94fc2
Author: jblum <address@hidden>
Date:   Sat Nov 15 00:23:27 2008 +0000

    only change id if not unique
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit dce791d534f242691b5899544f75b24077ff894e
Author: anastas <address@hidden>
Date:   Fri Nov 14 00:31:23 2008 +0000

    added callbacks to trellis_metrics and trellis_viterbi_combined in grc
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7e38bfd2cd47010aaf64d06c38e4bcb6804020e4
Author: matt <address@hidden>
Date:   Thu Nov 13 23:14:38 2008 +0000

    added 2tone capability
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e512c1c1e9a00baad1226c5f1ed3c1e853343cf3
Author: jblum <address@hidden>
Date:   Thu Nov 13 19:15:33 2008 +0000

    grc check python version
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d2b06e6769d7500aa06239f693de8d6cb43eff29
Author: anastas <address@hidden>
Date:   Thu Nov 13 15:24:59 2008 +0000

    Several updates on gr-trellis: 1) new fsm constructor for a joint trellis, 
2) Corresponding fsm file examples, 3) added set_TABLE method in 
viterbi_combined and metrics
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4f8ca94b8375ff482f43a143c0055d583986e3bf
Author: trondeau <address@hidden>
Date:   Thu Nov 13 03:29:54 2008 +0000

    proper comparison of vectors; I thought I had already fixed this...
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3ea9636ef6cd7922c4490764795d0b5717563c70
Author: jblum <address@hidden>
Date:   Thu Nov 13 03:14:52 2008 +0000

    trellis IO fix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3157229ca16c628a5cbc626a76c1629c51289bd3
Author: matt <address@hidden>
Date:   Tue Nov 11 19:48:52 2008 +0000

    fixed behavior around VCO changeover point (5.275GHz), and commented out 
debugging stuff
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 560c68ebfcfabcc9a75e32d24c44e0bdfa8e2450
Author: jcorgan <address@hidden>
Date:   Tue Nov 11 16:03:07 2008 +0000

    Fix help strings
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9f6d3260f13cbfb138dc54bdec9935ea97cdcc22
Author: jcorgan <address@hidden>
Date:   Tue Nov 11 15:51:23 2008 +0000

    Add --fft-size command-line parameter, defaults to original behavior (1024)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit eed0956a285e6aaf062a5c6f69e17bccd8ef8a20
Author: eb <address@hidden>
Date:   Mon Nov 10 20:19:39 2008 +0000

    wrap the return type from gr_enable_realtime_scheduling
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4e633f8926cf87b63694a5c3015d669040cf69e0
Author: matt <address@hidden>
Date:   Sun Nov 9 22:53:28 2008 +0000

    more thorough test
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5bb2cdf91cf8ca51525b6eb91b2e9219fdcf40ee
Author: matt <address@hidden>
Date:   Sun Nov 9 22:52:29 2008 +0000

    hardware control of leds
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 66d297a0bcd1bd590b7ee3e1a654af5df0c6c19f
Author: matt <address@hidden>
Date:   Sun Nov 9 22:51:15 2008 +0000

    hardware control of leds
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0532c3a1aed5260a2e3bd5d7947933a33e4dc5e0
Author: matt <address@hidden>
Date:   Sun Nov 9 21:53:11 2008 +0000

    more thorough test
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 47edb16f8e956fb652947dd79628ce4ec22b4aba
Author: trondeau <address@hidden>
Date:   Sun Nov 9 17:00:34 2008 +0000

    Merged r9946:9957 from trondeau/qt into trunk. make distcheck works on F9, 
Ubuntu 8.04 and 8.10 with and without qt libraries.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 72206b4aabe2bde24ba8320b310fceaa9a2bef57
Author: jblum <address@hidden>
Date:   Fri Nov 7 02:10:17 2008 +0000

    moved param input
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 70ac448ffc0f3e887ec0ff94a65cc163561ef779
Author: jblum <address@hidden>
Date:   Thu Nov 6 23:55:45 2008 +0000

    remove connection with drag
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cf4a073acba2742e4ef098336e2eb7f799b45823
Author: eb <address@hidden>
Date:   Thu Nov 6 01:34:01 2008 +0000

    removed obsolete test code
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 40c2af7d07383cbcf6cc1cc4f994784cc9823d32
Author: jblum <address@hidden>
Date:   Thu Nov 6 00:44:17 2008 +0000

    inject block wrapper path
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b58218aea0738646bb576739779b5c8d0b18ac18
Author: jblum <address@hidden>
Date:   Tue Nov 4 05:33:08 2008 +0000

    do not call is_valid within draw
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9c396d3353075919ae76b6f146ed6485b56880c6
Author: jcorgan <address@hidden>
Date:   Mon Nov 3 20:35:04 2008 +0000

    Fix issue caused by pkg-config stripping -I/usr/include from --cflags
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7ea75f891baabf0612f09e14353552bd33413dc8
Author: jcorgan <address@hidden>
Date:   Mon Nov 3 20:08:39 2008 +0000

    Merged r9881:9917 from jcorgan/deb-wip into trunk.  Updates Debian/Ubuntu 
packaging system to build trunk code on Ubuntu 8.10.
    
    Several new trunk components still need debs created.
    
    Impact on non-packaging code:
    
    * Renamed libgr_audio_alsa.so to libgnuradio-audio-alsa.so
    
    * Renamed libusrp_inband.so to libusrp-inband.so
    
    * Added PYTHON_CHECK_MODULE to build system to simplify Python dependency 
verification
    
    Packaging code updates:
    
    * Updated build-depends and package dependencies to be current with trunk
    
    * Added package for libgruel and libgruel-dev
    
    * Renamed library packages to use simplified names, removing the 0 or 0c2a 
suffix. This may not follow Debian policy, but we can revisit this if we ever 
go into official Debian or Ubuntu.
    
    * Remove gr-comedi from packaging
    
    * Restructured sections to eliminate 'contrib'.  Since we're not official 
Debian, we don't need to deal with the sdcc-nf issue.
    
    * Consolidated usrp firmware packages into corresponding main packages 
(same as previous).
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit fd5782d6940b262c3db553c6ba6afcf78954a4fa
Author: matt <address@hidden>
Date:   Fri Oct 31 17:35:37 2008 +0000

    enable all rfx boards
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0e7c3883b04cb0fb1f848f6f3482352d6a47cb9d
Author: eb <address@hidden>
Date:   Mon Oct 27 16:36:52 2008 +0000

    Fix (actually a bit of a kludge) for the frequency setting while
    streaming problem.  You can now set the frequency in usrp2_fft.py
    while streaming without dying :-)
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d4bcd458da9a26d8f272447af6e7d35f3c9101d4
Author: eb <address@hidden>
Date:   Mon Oct 27 16:33:14 2008 +0000

    backed out 9874
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9ed5c507988c020972109ee97ccda827f3f0e998
Author: jcorgan <address@hidden>
Date:   Mon Oct 27 15:53:31 2008 +0000

    Added copyright header and disabled test_004, as it requires pygsl, which 
is not checked for in configure
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit efe21ebe5e1c6dc9e70f9e1b25a3cdc8692b0877
Author: jcorgan <address@hidden>
Date:   Mon Oct 27 15:50:35 2008 +0000

    Copyright cleanup and fix compiler warnings.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c1182121a9c1ead0522ccd3012f4d4c2a885a84e
Author: eb <address@hidden>
Date:   Mon Oct 27 08:45:43 2008 +0000

    An insufficient attempt to fix the set_freq problem...
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 02f918615be22ea1660aa70ac74904d8abaedb41
Author: eb <address@hidden>
Date:   Mon Oct 27 08:08:52 2008 +0000

    Minor cleanup.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8b9d8612e3e32a8037782e027690e14b29254335
Author: eb <address@hidden>
Date:   Mon Oct 27 07:05:13 2008 +0000

    Added basic wavelet classifier blocks.  GSL is now a prerequisite for
    gnuradio-core.  Merged from eb/frank -r9627:9868 to trunk.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5805bd817fe4c8511297acd64b79457e2585980f
Author: eb <address@hidden>
Date:   Mon Oct 27 07:02:48 2008 +0000

    Added optional vlen parameter to vector_source_* and vector_sink_*.
    Merged from eb/frank 9627:9868 to trunk.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a69420c91d0d95b9751f807cc6898bab2b3d9d8e
Author: jcorgan <address@hidden>
Date:   Mon Oct 27 03:32:36 2008 +0000

    Revert erroneous change to usrp2_fft.py
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 600ece085c9c107cd97cf85a879f49533a3dffd5
Author: jcorgan <address@hidden>
Date:   Mon Oct 27 03:09:27 2008 +0000

    Adds usrp2 example directory, WFM receiver.  Default audio rate works out 
to 32015 Hz, which is close enough, but for ALSA, you can use -O plughw:0,0 to 
get rid of the warning message.  A resampler would be ideal.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit debdeab95b8da60d33152177bf8d10a323e5be31
Author: jcorgan <address@hidden>
Date:   Mon Oct 27 00:22:12 2008 +0000

    Fix gain slider for configurations that have no gain control
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 13c1a42f1cbe20d3d0e1fc5370d402c020770821
Author: eb <address@hidden>
Date:   Mon Oct 27 00:20:10 2008 +0000

    removed extra indentation.  No change in functionality
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a538f5aa702bb3ee2a9e6bb9ac3ef1a2988ed36b
Author: eb <address@hidden>
Date:   Sun Oct 26 23:50:51 2008 +0000

    Deadly printfs turned off...  Specified gain ranges for TV Rx and RFX 
boards.
    Still a problem setting the gain;  Firmware takes too long to get back
    to service ethernet.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 267cd744dda0cc857b623060023c658cf97b48f4
Author: jcorgan <address@hidden>
Date:   Sun Oct 26 20:41:23 2008 +0000

    Update usrp2_fft.py to use updated gr-usrp2.  Display is correct now, 
however, attempting to change parameters via the controls still isn't working.  
But this has been isolated to a libusrp2 issue, not a usrp2_fft.py issue.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7dd8552fb38a5bfdf68c280261fad60d43bdc328
Author: jcorgan <address@hidden>
Date:   Sun Oct 26 19:46:59 2008 +0000

    Updated usrp2_rx_cfile.py and usrp2_siggen.py to use updated gr-usrp2
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 69682ac49f545217f3070e0ac25b0da92cda1c2c
Author: jcorgan <address@hidden>
Date:   Sun Oct 26 16:05:03 2008 +0000

    Merged r9834:9855 from jcorgan/u2-wip into trunk.  Catches up gr-usrp2 with 
the latest changes in libusrp2, adding all the daughterboard accessor functions.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 144fa44ed2e0378e2ec585c3991108926d9449be
Author: trondeau <address@hidden>
Date:   Sat Oct 25 23:29:43 2008 +0000

    Merging qtgui branch-r9068:9837: this ads a qtgui_sink_c and qtgui_sink_f 
that displays the time, PSD, and spectrogram plots of a signal put into it. It 
requires qt4, qwt, and qwtplot3d and has not been tested on OSX.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 57b846ed17b0084563988d7817302f4f5b0d8e3c
Author: trondeau <address@hidden>
Date:   Sat Oct 25 22:11:31 2008 +0000

    added real PSD plotting tool with optional spectrogram plot.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0c743f55580109e868610f534b5b9310988f8a23
Author: trondeau <address@hidden>
Date:   Sat Oct 25 21:47:50 2008 +0000

    fixing time axes and zoom function
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0ccf912e55f03fd3623e481e16860680a8a12f66
Author: nldudok1 <address@hidden>
Date:   Sat Oct 25 21:44:06 2008 +0000

    bugfix also override CPP
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e528d03294cf9785137228766097acae9351dd08
Author: trondeau <address@hidden>
Date:   Sat Oct 25 21:22:12 2008 +0000

    updating FFT plotting utilities. New file gr_plot_fft.py can plot any data 
type with -d flag and gr_plot_fft_c and gr_plot_fft_f just call this one and 
pass in complex of float data types.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9213029afb2f1e614ea79fff3b2155ff48927a02
Author: matt <address@hidden>
Date:   Thu Oct 23 02:02:20 2008 +0000

    u2_rev2 now works again
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 532fa71cbe88afea044339ec47780e200e82e555
Author: eb <address@hidden>
Date:   Wed Oct 22 16:20:10 2008 +0000

    added missing tx_interp and rx_decim proxies
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 631f63e5cb7a018cad6b6ecd05faf29a3c5e6bf7
Author: eb <address@hidden>
Date:   Wed Oct 22 16:18:41 2008 +0000

    added rx_decim and tx_interp accessors
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bfe79d23738f24562dc7612049a90e8b20b53f79
Author: eb <address@hidden>
Date:   Wed Oct 22 00:56:40 2008 +0000

    Added methods to query daughterboard parameters.  Merged eb/u2-wip2
    -r9804:9814 into trunk; initialized dacmux in firmware.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit afc6e2b005581d1061b47c464f47ff2b48c6418b
Author: matt <address@hidden>
Date:   Wed Oct 22 00:29:15 2008 +0000

    make rev2 compile again
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b62e0a70a272a8e63b308cc1602f3973790a240e
Author: jblum <address@hidden>
Date:   Sun Oct 19 07:51:24 2008 +0000

    simplification
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7d69675bf33e09361d4845078158cbbdb3a7c202
Author: matt <address@hidden>
Date:   Sun Oct 19 02:38:12 2008 +0000

    this code was working, but how was unclear.  Now it still works, but should 
be clearer.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 959904c4b65d13328e31b36c9ccee404ac988e09
Author: matt <address@hidden>
Date:   Sat Oct 18 23:33:12 2008 +0000

    added in mux for DACs
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit db8296b7955813cb7c371ce901beb1c4dcd125e9
Author: matt <address@hidden>
Date:   Wed Oct 15 22:15:03 2008 +0000

    reverse the spectrum on the TVRX boards
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b34e89b319f8c8144b50bfb6f98221bf776fc503
Author: eb <address@hidden>
Date:   Wed Oct 15 00:42:58 2008 +0000

    Added firmware support for adc_mux to handle swapping I/Q, etc.
    Modified dsp_core_rx.v to swap A and B mapping so that the software
    thinks that the TVRX is connected to A/D A.
    
    ISE 10.1 SP3 is required to compile the FPGA successfully.  SP2 is
    insufficient.  It compiles with SP2, but the firmware doesn't load.
    Only the F led is one in that case.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 10ac1389a1d12524f1fdc0d7cf5eef6e31c12acb
Author: jblum <address@hidden>
Date:   Tue Oct 14 06:05:58 2008 +0000

    str cast
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit aeb0f46bd4b6ec474b3fddf0f8947f4fcde633aa
Author: jblum <address@hidden>
Date:   Tue Oct 14 05:16:46 2008 +0000

    text box control: string mode
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1a08081354384504aca33a6c303f510dea4d1500
Author: eb <address@hidden>
Date:   Tue Oct 14 04:44:02 2008 +0000

    fixed problem with negative offsets in calc_dxc_freq
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7b02f546b0c2f04ef0072fb6ef5659dcc01b1a23
Author: eb <address@hidden>
Date:   Tue Oct 14 03:30:17 2008 +0000

    mark RFX boards as i_and_q_swapped
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cf964adcd7fde2e30c01d0c09cc05656ce1a157d
Author: eb <address@hidden>
Date:   Tue Oct 14 03:29:46 2008 +0000

    s/w support for tx and rx mux
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cea78cb9b42943fe3e6e0bb598bb8e7cb7caead3
Author: eb <address@hidden>
Date:   Tue Oct 14 02:07:19 2008 +0000

    new tx and rx mux registers
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 54417d65eb368e6bdc064defc1211523716286ac
Author: eb <address@hidden>
Date:   Tue Oct 14 01:45:05 2008 +0000

    initialized freq_min/max values
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 747e9f07e81138f3e00d7efd28b7a5dca1931450
Author: eb <address@hidden>
Date:   Tue Oct 14 00:14:47 2008 +0000

    backed out noinline_udivmoddi4 patch
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 83c5579bf969583cb4ea4e1ecf4369148065b2d1
Author: eb <address@hidden>
Date:   Mon Oct 13 22:59:25 2008 +0000

    fix diagnostic output
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 566a9f01aa644aaa4e2310bc9a93f2f5b03c842e
Author: eb <address@hidden>
Date:   Mon Oct 13 22:58:16 2008 +0000

    mods to build under old tools
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4e6d4d61e28f236c7210ee8584c434d393bea993
Author: jblum <address@hidden>
Date:   Sun Oct 12 18:40:30 2008 +0000

    autohide grid pos and slider len, added slider len param
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bdc6be8f9dd7f591122078302607b01f3890ec23
Author: jblum <address@hidden>
Date:   Sun Oct 12 16:43:30 2008 +0000

    removed old import statements
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2ac80c5df7d9055d72b8f7e17fb5dd20db1f842b
Author: jblum <address@hidden>
Date:   Sun Oct 12 02:36:20 2008 +0000

    selector fix, issue with IO terminators
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 56752635457304d64eacf4694811f596d43185ec
Author: matt <address@hidden>
Date:   Sun Oct 12 00:26:16 2008 +0000

    refactored divider setting on rxdb clk, txdb clk, and test clk
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b4cbef36ad73ebc8c8521e33e14a33c86ee392c1
Author: matt <address@hidden>
Date:   Sat Oct 11 23:04:06 2008 +0000

    New serdes status interrupt, clk_status interrupt.  New capability to flush 
the ICache.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 361d5a4160be0d03e041daf6805b643956998165
Author: matt <address@hidden>
Date:   Sat Oct 11 23:02:50 2008 +0000

    removed unneeded setting
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b8ee82bdaac2b4ab3cac429e2dbd60b98d587547
Author: matt <address@hidden>
Date:   Sat Oct 11 19:28:45 2008 +0000

    Defaulting to a baseband frequency of 100kHz confuses everyone.  Make the 
default 0
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8d1e28e8fe73228a25dd899547ea56295b0b0233
Author: jblum <address@hidden>
Date:   Sat Oct 11 04:59:23 2008 +0000

    use vector sink inside variable sink
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit dacc2e78796f9ef16aca78d19ad73b7519820cb0
Author: jblum <address@hidden>
Date:   Sat Oct 11 03:45:09 2008 +0000

    support numpy types
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit fabc12473261de8f1cbff837df52c2659474ad6e
Author: jblum <address@hidden>
Date:   Sat Oct 11 02:12:45 2008 +0000

    some fix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b419135854207311cd467a987a75884dbae75afd
Author: jblum <address@hidden>
Date:   Fri Oct 10 21:18:20 2008 +0000

    dont sed check, can end badly
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3fc664ececbafa04ab5a117b418cb7b4fc0652c6
Author: jblum <address@hidden>
Date:   Fri Oct 10 21:13:33 2008 +0000

    check for samples before autoscale, avoids potential error condition
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4bea843cfe50369eed9ac13d7c60e28214804845
Author: jcorgan <address@hidden>
Date:   Thu Oct 9 22:51:44 2008 +0000

    Fix erroneous error message during configure
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 73f3c91a5ad2acbb9f32bd440f2d4ea9ab54ac08
Author: jblum <address@hidden>
Date:   Thu Oct 9 01:42:25 2008 +0000

    proper custom wxPython event, in wxPython style
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e06f06e37fdc65198c037ab92f669f3ce78949c9
Author: jblum <address@hidden>
Date:   Thu Oct 9 00:03:45 2008 +0000

    must check for exists, then ro
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5bc7e8d906438a9b3809d4ce3be4a5c016a13bbf
Author: jblum <address@hidden>
Date:   Wed Oct 8 20:17:18 2008 +0000

    read-only aware
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 55ef8d97a4de54f41df8fe9fa53397ab813a8af8
Author: jblum <address@hidden>
Date:   Wed Oct 8 14:56:34 2008 +0000

    custom wx event to post data, avoid threading issues
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a3e0ae23c39b34c5f652c8ae830e6fe33342817c
Author: matt <address@hidden>
Date:   Wed Oct 8 06:29:43 2008 +0000

    moved to appropriate places
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9330a80b713162b77be457b98eb251474cbd2647
Author: matt <address@hidden>
Date:   Wed Oct 8 05:53:22 2008 +0000

    added the basic wb<-->extram interface and a serdes interrupt to tell link 
status
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e7a634266fa2b406057b346adaa9a5efb7e479e2
Author: jblum <address@hidden>
Date:   Wed Oct 8 05:18:19 2008 +0000

    probe function block
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4df03f7bb6c99bb22f41d21e6c65c1b41e00ff05
Author: jblum <address@hidden>
Date:   Wed Oct 8 03:48:33 2008 +0000

    probe hier wrappers
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2eaf1be5c1702498d8b857eaa77e695fffc60834
Author: jblum <address@hidden>
Date:   Wed Oct 8 00:14:46 2008 +0000

    probe threads: set daemon
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a655ed5b528a407ad3aedb9a88f8b22700870e0c
Author: jblum <address@hidden>
Date:   Tue Oct 7 22:30:04 2008 +0000

    added probe blocks
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cc208f46b1219e54ca28fa125057311572332833
Author: jblum <address@hidden>
Date:   Tue Oct 7 20:50:02 2008 +0000

    scrambler stuff
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7e36f7c719e0e9ed4d9f0e82926168ed4962aca9
Author: jblum <address@hidden>
Date:   Tue Oct 7 20:18:45 2008 +0000

    handy post install message -> no more automated installation of freedesktop
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c2cfae994ac459f62447cc15f41a7c306e20ca9f
Author: eb <address@hidden>
Date:   Tue Oct 7 19:14:09 2008 +0000

    minor cleanup
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e0feca2c67788dffeff9a21fb047a8965658e528
Author: jblum <address@hidden>
Date:   Tue Oct 7 18:32:29 2008 +0000

    re-enable grc, passes distcheck
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 28aecb1ad5ce542a7611bb5a38001a32097bfb73
Author: eb <address@hidden>
Date:   Sun Oct 5 17:01:22 2008 +0000

    Added patch required to get microblaze toolchain from Xilinx EDK 10.1
    to build.  Also includes patch that reduces size of libgcc.a by not
    inlining __udivmoddi4.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b5744e15e6d7013db3328331cc0bde63b0dae5d0
Author: n4hy <address@hidden>
Date:   Sat Oct 4 19:12:02 2008 +0000

    adding missing comments to gr_firdes.i
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit af6842f337a6d7c640827a2bdcba89a8fecd63b2
Author: n4hy <address@hidden>
Date:   Sat Oct 4 19:08:56 2008 +0000

    fixing copyleft in gr_firdes.cc and .h
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0516ac157ec5413634b5a58a0acc02a836cfe426
Author: n4hy <address@hidden>
Date:   Sat Oct 4 19:01:01 2008 +0000

    completion of adding new filter design interfaces to gr_firdes.i.  Still 
need to add tests to qa code
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit daeac31043577697056aa78dbbf131700c67ed13
Author: eb <address@hidden>
Date:   Sat Oct 4 17:21:28 2008 +0000

    Refactored how the usrp2/firmware connects into the top-level built.
    We now have "normal" behavior.  That is, if your current directory is
    usrp2, when you invoke "make" it will make both the host and firmware
    directories.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 94981131edbe7bb7cc4261d73de0d476f386b6fa
Author: eb <address@hidden>
Date:   Sat Oct 4 01:29:47 2008 +0000

    USRP2 firmware fixes for EDK 10.1 microblaze toolchain.  Firmware now builds
    and runs correctly using these tools.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 640f3127479990181f7ec7381c6d67a5d1d689ac
Author: n4hy <address@hidden>
Date:   Fri Oct 3 22:30:56 2008 +0000

    more cleanup of comments and adding left our functions to swig.  Not yet 
complete
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6b3ee8f7a9831e2229d1ee7a05fc4a3a7be8fd56
Author: eb <address@hidden>
Date:   Fri Oct 3 21:45:25 2008 +0000

    fixes for EDK 10.1 tools
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit da8b917e3393427c3556044915f5a4d1e5fba030
Author: jblum <address@hidden>
Date:   Fri Oct 3 05:27:52 2008 +0000

    verbose messages for freedesktop installer, added missing import for main 
window
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit dfa8c9065b28729c342f0d345f506df63326a884
Author: jblum <address@hidden>
Date:   Fri Oct 3 00:48:47 2008 +0000

    fixed error for non root install in ticket:298, moved install task for 
freedesktop into script
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 48ce0c39329017f236d148bb067d15026f6d5ce9
Author: jcorgan <address@hidden>
Date:   Thu Oct 2 23:11:10 2008 +0000

    Removed extraneous flags
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3934562bb907b56659fe9774f16df6494fca406d
Author: eb <address@hidden>
Date:   Thu Oct 2 21:47:14 2008 +0000

    added gruel to gnuradio-core.pc.in
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 14575e40d2098bc193974653840986e8021164d8
Author: eb <address@hidden>
Date:   Thu Oct 2 20:38:02 2008 +0000

    disabled GRC, breaks VPATH build, see ticket:298
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 954595c9a7608ae853cd2e4d73db2174ef597490
Author: eb <address@hidden>
Date:   Thu Oct 2 04:38:37 2008 +0000

    stop installing test_all
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1dc5caf1b9bfadb212c394cf04ca29ade8a33fa7
Author: eb <address@hidden>
Date:   Thu Oct 2 03:54:25 2008 +0000

    VPATH fix related to gruel/inet.h
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 39b34ab91b52e73531a2b549ae186bc3c757978c
Author: eb <address@hidden>
Date:   Thu Oct 2 02:33:09 2008 +0000

    fix for "double cross-compilation"
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d497b054a51bc049640c1d43cb54ca3d54ffdb4a
Author: eb <address@hidden>
Date:   Wed Oct 1 23:11:11 2008 +0000

    Fixes ticket:297.  Refactors how usrp2/firmware is built.  Now
    AC_CONFIG_SUBDIRS is always called, and there's a AM_CONDITIONAL in
    usrp2/firmware that decides whether anything really gets built or not.
    
    I think this will fix the "double cross" issue (cross-compiling the
    bulk of this for cell while cross-compiling the usrp2 firmware at the
    same time), though it's not tested yet.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5bfda44b8d4093c81779c05c98f3bbd310f198df
Author: n4hy <address@hidden>
Date:   Wed Oct 1 20:42:43 2008 +0000

    pll bandwidth optimized to more nearly meet Carson's rule.  The 19 kHz 
pilot recovery will soon be replace by polyphase channelizer trick
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d9b0663b0170c7f5958df900ce68f15ea2b0434f
Author: n4hy <address@hidden>
Date:   Wed Oct 1 17:18:13 2008 +0000

    when gr_firdes.i was last touched, my version 2 filter design programs were 
removed from the swig file.  Also added is appropriate remarks for the 
low_pass_2 only.  More later
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 55a9ca4d4587de2d5a401d64d5eaf73717783388
Author: n4hy <address@hidden>
Date:   Wed Oct 1 02:34:32 2008 +0000

    Given 75 kHz deviation in the US FM market, Carson's rule says this is 
nominally 180 kHz occupied bandwidth, not 200 kHz
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3d7cc189f109b1c53623e85e1c74c903837919bf
Author: n4hy <address@hidden>
Date:   Wed Oct 1 02:22:52 2008 +0000

    Stereo receiver with 48 kHz sample rate output using rational resampler.  
Better filters chosen than optfir.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 54d49bfa380979795cc72fbfb72cefa9ec49d668
Author: jcorgan <address@hidden>
Date:   Wed Oct 1 00:46:58 2008 +0000

    Reenable GRC component
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3c593c11e470e92372cb0d8d9b28f0eb8a62b22a
Author: jblum <address@hidden>
Date:   Tue Sep 30 23:56:59 2008 +0000

    robust check for xdg-utils
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit df8ac9fe97f632b7ebe4d0f087f07ccf6c09383d
Author: eb <address@hidden>
Date:   Tue Sep 30 23:23:13 2008 +0000

    patch to update to hier_block2 from Douglas Geiger
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 39f5fa920c360e84f757162572fa4aa999aea4ef
Author: jblum <address@hidden>
Date:   Tue Sep 30 19:43:04 2008 +0000

    AC check for xdg utils
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e5c137e191f0f0f9817e03b9d54c11788432da50
Author: jblum <address@hidden>
Date:   Tue Sep 30 16:53:46 2008 +0000

    test for xdg utils
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 582c8108b5277ab3442ebdca6a2e919a6cb893a9
Author: jblum <address@hidden>
Date:   Tue Sep 30 15:58:01 2008 +0000

    gtk IconTheme module needs --theme gnome for some systems
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 215166ab142a0066675d20418fea1ac47a5209bf
Author: jcorgan <address@hidden>
Date:   Tue Sep 30 15:16:19 2008 +0000

    Disabled grc component until xdg-utils dependency check is added
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 719cb912950e20eab2a378636221c874d3544258
Author: jblum <address@hidden>
Date:   Sun Sep 28 20:48:43 2008 +0000

    multiple icon sizes for apps and mimetypes
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8e471825a4bb89d846e9909b5c2a87505523a220
Author: jblum <address@hidden>
Date:   Sun Sep 28 06:29:46 2008 +0000

    fixed bug: use title option, name removed
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0174f42a56c3e95008ffc6a9771f2bb2d155f0f5
Author: jblum <address@hidden>
Date:   Sun Sep 28 03:35:21 2008 +0000

    freedesktop
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ff9c2110d832a0d3b097eab9ca31562f91566404
Author: jblum <address@hidden>
Date:   Sat Sep 27 08:11:13 2008 +0000

    use gobject threading
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ebcafa4339b1ab5c1e86dd7f2d7905db9eae8ab9
Author: jblum <address@hidden>
Date:   Fri Sep 26 03:02:45 2008 +0000

    update docs after change
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6e66503560cd663d325f9ce2bc9446d0306ee5cf
Author: jblum <address@hidden>
Date:   Thu Sep 25 05:38:46 2008 +0000

    removed redundant get_doc
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 66a69ca3a92736aab9233ee4ac8295deaa1329f8
Author: eb <address@hidden>
Date:   Wed Sep 24 17:04:46 2008 +0000

    get initial sptr using new convention
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d6f1a54c745709543a28a66dcb9631c3dad39171
Author: eb <address@hidden>
Date:   Wed Sep 24 15:55:29 2008 +0000

    Applied patch from Stefan Brüns. It fixes a swig problem with 
enable_realtime_scheduling.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0a6b55e1d0ec6317a57568adb3f196851d080219
Author: jcorgan <address@hidden>
Date:   Wed Sep 24 15:36:17 2008 +0000

    Minor cleanup
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a28feaa487290195201ac6767b51a61b05066d40
Author: eb <address@hidden>
Date:   Wed Sep 24 00:20:41 2008 +0000

    return -1 (DONE flag) if source or sink sees an error
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8979083cd32897b7fc258d071b17d19fae0cc9d1
Author: eb <address@hidden>
Date:   Wed Sep 24 00:07:57 2008 +0000

    Renamed identifiers for consistency: s/complex_float/32fc/ 
s/complex_16/16sc/.
    Merged eb/u2-wip -r9645:9646 into trunk.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 801b22a99512ed3dfd2b92bfc597bfc3451ccbc9
Author: eb <address@hidden>
Date:   Tue Sep 23 21:57:31 2008 +0000

    usrp2 work-in-progress
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 16699b8ac2ab0c98ad3593b573e409ce39f9eb7c
Author: jcorgan <address@hidden>
Date:   Tue Sep 23 19:39:09 2008 +0000

    Adds usrp2_siggen.py to gr-utils, missed copyright notices
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7bd129934e980a8e9391f327e89ba56dd3ae95f4
Author: jcorgan <address@hidden>
Date:   Tue Sep 23 02:17:38 2008 +0000

    Adds usrp2.sink_32fc, usrp2.sink_16sc, refactoring, cleanup
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 20f913ec2e71888a451250ba841c980638221c65
Author: eb <address@hidden>
Date:   Mon Sep 22 21:53:29 2008 +0000

    fixed copy/paste problem and error handling
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c77463ef0bdb7ef7857c0e78b2821ff03796ccc0
Author: jblum <address@hidden>
Date:   Mon Sep 22 14:05:09 2008 +0000

    removed redundant pref
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 407bbe4bb7c8f73ac7d79de2f209f0a0e375cd65
Author: jblum <address@hidden>
Date:   Mon Sep 22 02:37:46 2008 +0000

    config properties and rates for gl sinks
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e35b75b4951a8a1c35dd6c8563db066391876f9d
Author: matt <address@hidden>
Date:   Sun Sep 21 17:57:49 2008 +0000

    catch up with latest pin defs of u2_core
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a457620598f18d9431ce8276c15f8135f06a3aff
Author: matt <address@hidden>
Date:   Sun Sep 21 17:57:02 2008 +0000

    attach a 16 bit device to the bus and make it look like a 32 bit device
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 430e7eb03892bea70bb93f8cd8b2edcef38f71c2
Author: matt <address@hidden>
Date:   Sun Sep 21 17:52:01 2008 +0000

    new app to test the ram
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a98e5bc7cfe53273f5c3306563aaad8d477e5d32
Author: matt <address@hidden>
Date:   Sun Sep 21 17:49:44 2008 +0000

    wb_zbt16_b is a quick hack just to be able to safely check the sram.  it is 
not speed-optimized
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e692f20ce0d68e46155ef3da517d40d18755a6e6
Author: matt <address@hidden>
Date:   Sun Sep 21 17:48:31 2008 +0000

    new directory for files
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0ea921dbf519c098a0abb59a9120ae9daa4b0fa1
Author: matt <address@hidden>
Date:   Sun Sep 21 17:47:17 2008 +0000

    zbt ram controller
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a7c9480cbf27fe625c7fb3b494512065012fcb42
Author: eb <address@hidden>
Date:   Sat Sep 20 20:10:44 2008 +0000

    added GRUEL_INCLUDES to STD_DEFINES_AND_INCLUDES
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 62c19827c19d5e42935c6d12489da884f132fb15
Author: eb <address@hidden>
Date:   Sat Sep 20 19:08:48 2008 +0000

    minor Makefile fix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2d5774fcb50a483f2c6beddb6ea379718e90d10f
Author: eb <address@hidden>
Date:   Sat Sep 20 16:04:19 2008 +0000

    merged michaelld/usrp2_config [9614] into trunk.  Fixes non-Linux builds
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b0a3976e0c8c45cbe194984abfc26a125a72870f
Author: jblum <address@hidden>
Date:   Sat Sep 20 15:24:32 2008 +0000

    conditional fix for docdir undefined in autoconf < 1.60
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 721a6b398ab3306d806f2a49741f005dcbee178f
Author: eb <address@hidden>
Date:   Sat Sep 20 00:50:25 2008 +0000

    Ensure that usrp2 background thread runs at good pri.  Doesn't fix SSSS 
problem
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8c2e26d9f7ef82fe5ae54a8e2b7744dedd746c2b
Author: eb <address@hidden>
Date:   Sat Sep 20 00:16:41 2008 +0000

    gr_realtime now uses gruel::enable_realtime_scheduling
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cefb4c1872c5e172f30933dcfa6f6b1156765335
Author: matt <address@hidden>
Date:   Fri Sep 19 23:41:21 2008 +0000

    first cut
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8e1575e9bc9ab9b78ae1620c15b8bf7a9ce8c25f
Author: eb <address@hidden>
Date:   Fri Sep 19 21:47:55 2008 +0000

    extend gruel:enable_realtime_scheduling interface to allow pri/policy
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 05b1edb08373dad4fe483d2b4a4c398e1f099042
Author: matt <address@hidden>
Date:   Fri Sep 19 01:44:34 2008 +0000

    first cut at an app for testing.  sets rev in eeprom, then runs txrx stuff
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8885c15d42ac21113c2bae0e9fc05b3194d75d68
Author: eb <address@hidden>
Date:   Fri Sep 19 00:42:37 2008 +0000

    conditional debugging code
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e47ac9ec27e039088617d5371715d754101c7465
Author: eb <address@hidden>
Date:   Fri Sep 19 00:39:55 2008 +0000

    removed sudo
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit aca0061a7a7b4923cf7a71e820f68d6f838cc182
Author: jblum <address@hidden>
Date:   Thu Sep 18 18:52:42 2008 +0000

    making use of PACKAGE
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7fa03f371fb3244a5d6a8cb3cd510fef5f97cdfe
Author: jblum <address@hidden>
Date:   Thu Sep 18 16:56:25 2008 +0000

    moved some constants
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d601eb214a5c5e647134f7a43c5d0fa83c3488a4
Author: jblum <address@hidden>
Date:   Wed Sep 17 14:34:27 2008 +0000

    replaced EXTRA_DIST with dist_ prefix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9a95709412e47237f595aab27f40704144bdafee
Author: jblum <address@hidden>
Date:   Wed Sep 17 14:28:14 2008 +0000

    moved unique id fcn to base platform, fixed paste bug
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a91336462fa381e6744240580c545b01537ddbec
Author: jblum <address@hidden>
Date:   Wed Sep 17 03:11:44 2008 +0000

    error message formatting
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e902750cc04f1d02d589b8237a181bed4c8f626c
Author: matt <address@hidden>
Date:   Wed Sep 17 00:20:44 2008 +0000

    better debug pins
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8537f35571348cd84c6a26536766388f74ed348a
Author: matt <address@hidden>
Date:   Wed Sep 17 00:15:10 2008 +0000

    allow fpga to take over sd card interface from cpld
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d81d35f7f833a3d1e24c353a5f56189dc6c919c5
Author: matt <address@hidden>
Date:   Wed Sep 17 00:14:48 2008 +0000

    allow fpga to take over SD card interface
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2853848d37a3f70ffc7527fdaf8bf13993c703dd
Author: matt <address@hidden>
Date:   Wed Sep 17 00:14:24 2008 +0000

    control CS line on SD card
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ad482436a7c9e97f4bc1f7407dccd85a4cade6c5
Author: matt <address@hidden>
Date:   Wed Sep 17 00:13:22 2008 +0000

    firmware support for reading and writing the SD card
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e2472717aff8c1f73f78eda2aa851a016dc9851a
Author: matt <address@hidden>
Date:   Wed Sep 17 00:11:47 2008 +0000

    blink all leds, leave one on when done to say that firmware is running ok
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 56bb94c9aebfa5914a77cc116bf38ff96636216a
Author: n4hy <address@hidden>
Date:   Tue Sep 16 23:31:52 2008 +0000

    bug in scopesink fixed
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9578be938ed0ed43aa7cf87ef96079a9f0f8ce55
Author: jblum <address@hidden>
Date:   Tue Sep 16 23:02:12 2008 +0000

    some formatting changes
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5fe222b348b9adc515877ba7aa2d840fd82e51cd
Author: jblum <address@hidden>
Date:   Tue Sep 16 16:59:13 2008 +0000

    color coding for param entry boxes
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 440ac243e66a801aa1b0612c0a5ac2ee01243898
Author: jcorgan <address@hidden>
Date:   Tue Sep 16 11:15:33 2008 +0000

    doc update
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3b6b910c2193f7ed735b242d9ba682b41e1beff7
Author: jblum <address@hidden>
Date:   Mon Sep 15 03:53:04 2008 +0000

    port dimensions based on label text
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5c071b07710d2c4e127d321faba59b2a7b1d7c8d
Author: jcorgan <address@hidden>
Date:   Sun Sep 14 18:37:08 2008 +0000

    Adds frequency accessor for Costas loop, BERT receiver displays frequency 
and timing offset
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 53dad5b53ec6468b23947e933ab18c422895f4e1
Author: jblum <address@hidden>
Date:   Sun Sep 14 17:28:56 2008 +0000

    fixed utils import
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 774917961b3ddc5d8f28f619241ee0f2f60492f8
Author: eb <address@hidden>
Date:   Sun Sep 14 15:24:54 2008 +0000

    fix for gcc 4.3
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4e8ef6dcae31586376986145f95689b70bc748e5
Author: jblum <address@hidden>
Date:   Sun Sep 14 02:43:47 2008 +0000

    support multiple blocks per wrapper, makefile for data dirs
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c4b73c460d21b3f0f6c608d38144eb7ae09c43ae
Author: jcorgan <address@hidden>
Date:   Sat Sep 13 23:43:19 2008 +0000

    Merged r9564:9568 from jcorgan/bert into trunk.  Adds BPSK bit error 
testing examples and support blocks.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bdcae56ac025ffd4c596201e672db87d192398d1
Author: jcorgan <address@hidden>
Date:   Fri Sep 12 18:29:00 2008 +0000

    Doc updates only
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c4763fb9f73df6832a015d84111cd2573a7b9bc6
Author: jcorgan <address@hidden>
Date:   Fri Sep 12 02:54:22 2008 +0000

    Merged -r9556:9560 from jcorgan/scr into trunk.  Adds gr.scrambler_bb and 
gr.descrambler_bb, using updated gri_lfsr.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 26e4afc44d2d0e77c2f6c41dff43555b3c9166e6
Author: jcorgan <address@hidden>
Date:   Thu Sep 11 02:04:40 2008 +0000

    Merged r9505:9553 from old usrp2/trunk into trunk/usrp2
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8cb024901c66ff487f2724199d31b8acfde71078
Author: eb <address@hidden>
Date:   Wed Sep 10 23:50:19 2008 +0000

    now reads h/w rev from eeprom.  f/w app set_hw_rev sets it
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 924831afcdb187b3de670be6fd1f6147d62be5cf
Author: jblum <address@hidden>
Date:   Wed Sep 10 01:23:21 2008 +0000

    Replaced """! with """. Exclamation mark showed in doxygen docs.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 237cb72e70ab4b88612bba1189b65a486337991a
Author: jblum <address@hidden>
Date:   Tue Sep 9 15:52:49 2008 +0000

    todo.txt is back
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 07598afb864a429e09f9356db98200dada9a53bf
Author: eb <address@hidden>
Date:   Tue Sep 9 15:19:00 2008 +0000

    trial fix for ticket:288; merged eb/fusb 9543:9544 to trunk
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a6aa6eb21209cf3004381c0c9f98b303929dac7a
Author: jblum <address@hidden>
Date:   Tue Sep 9 05:46:45 2008 +0000

    show/hide param logic,  usrp loopback example - neg freq
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 202d13adec25b771faa9e20531740c6ff771c444
Author: eb <address@hidden>
Date:   Mon Sep 8 23:08:46 2008 +0000

    Now passes distcheck with or without microblaze tools on path.
    Merged eb/distcheck 9534:9537 into trunk.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8282d43f2be31e3dbee12faf48c2bccaccea8323
Author: eb <address@hidden>
Date:   Mon Sep 8 15:37:55 2008 +0000

    added pre_shift method to gri_lfsr
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 231f1bcb9aa9f431a61869c9f2c5b6194b4768b9
Author: trondeau <address@hidden>
Date:   Mon Sep 8 03:43:36 2008 +0000

    merging branch -r9485:9498 to fix some warnings. This merge removes some of 
the old OFDM mappers that were specific to BPSK, QPSK, and QAM constellations. 
These were never really used and should not be.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e0fcbaee124d3e8c4c11bdda662f88e082352058
Author: jcorgan <address@hidden>
Date:   Mon Sep 8 01:00:12 2008 +0000

    Merged r9433:9527 from features/gr-usrp2 into trunk.  Adds usrp2 and 
gr-usrp2 top-level components.  Trunk passes distcheck with mb-gcc installed, 
but currently not without them.  The key issue is that when mb-gcc is not 
installed, the build system skips over the usrp2/firmware directory, and the 
firmware include files don't get put into the dist tarball.  But we can't do 
the usual DIST_SUBDIRS method as the firmware is a subpackage.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c86f6c23c6883f73d953d64c28ab42cedb77e4d7
Author: jblum <address@hidden>
Date:   Sun Sep 7 21:38:12 2008 +0000

    Merged r9481:9518 on jblum/grc_reorganize into trunk. Reorganized grc 
source under gnuradio.grc module. Trunk passes make distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ddec4fc07744a6519086b1b111f29d551b7f19c6
Author: jcorgan <address@hidden>
Date:   Sun Sep 7 20:23:53 2008 +0000

    another distcheck fix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 255a94dbce37649829c31b5d71672b8c043695e5
Author: jcorgan <address@hidden>
Date:   Sun Sep 7 19:30:10 2008 +0000

    fix typo
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4f016d5f6417d600e5402d7c33ee91446d356c8e
Author: jcorgan <address@hidden>
Date:   Sun Sep 7 19:22:39 2008 +0000

    distcheck fix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d0e46c317c4c3ef73dba2fdd196006b4792bbd15
Author: eb <address@hidden>
Date:   Wed Sep 3 17:00:14 2008 +0000

    export gri_fft planning mutex
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b0d95cf81d7bb691012a13932e6aa6d19648b929
Author: eb <address@hidden>
Date:   Wed Sep 3 16:12:06 2008 +0000

    Fibonacci Linear Feedback Shift Register
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b14aea7155940a0046cfccf515a0be161a3b0c33
Author: eb <address@hidden>
Date:   Wed Sep 3 15:36:34 2008 +0000

    make warning go away
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b5d45b36d47b198ff50289b5f292ff2e519dc7ad
Author: matt <address@hidden>
Date:   Tue Sep 2 19:50:09 2008 +0000

    Allows for changing the interpolation rate dynamically.  Stop the pipeline, 
set the rate, restart the pipeline.  Fixes bug #248.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 580a21ac5aa342b79b8d616117478196c5072e71
Author: jblum <address@hidden>
Date:   Tue Sep 2 18:13:40 2008 +0000

    patched channel plotter -> Stefan Brüns
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ec6d18c95d58707ad89f14e094bf592047048227
Author: jblum <address@hidden>
Date:   Tue Sep 2 07:24:19 2008 +0000

    replaced semaphore with primitive lock, adjusted drawing bounds
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0aa33cf5c22e3721c6809ef0db54cfbe9ebe4db7
Author: eb <address@hidden>
Date:   Sun Aug 31 23:22:43 2008 +0000

    removed some warnings
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ae3d670a6d7d01e513b2431bde68e15870a9bae9
Author: eb <address@hidden>
Date:   Sun Aug 31 23:00:30 2008 +0000

    fixed --enable-warnings-as-errors
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 659369f5b65376f8774f1a20fa07f8bb36f621eb
Author: eb <address@hidden>
Date:   Sun Aug 31 22:07:07 2008 +0000

    turn off strict-aliasing warning, not strict-aliasing optimization when 
compiling swig generated code
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0d6ae0ae8346544918280c49a750950d09dde66c
Author: eb <address@hidden>
Date:   Sun Aug 31 21:39:36 2008 +0000

    fixed copy/paste error in include guard
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a1d3c02337e5cee214d0476a8022e5b89b0ed8e7
Author: eb <address@hidden>
Date:   Sun Aug 31 21:35:48 2008 +0000

    fix for ticket:268, vector not always a context sensitive keywork
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d81b8e3ee33c117c7107bd747e907d7f22c29583
Author: jblum <address@hidden>
Date:   Fri Aug 29 21:42:16 2008 +0000

    removed eval kludge
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f1b6dd89d43ddf896e5b6dd0df0e43f0e35308f1
Author: jblum <address@hidden>
Date:   Fri Aug 29 20:55:06 2008 +0000

    separated controls and variables generation, removed evaluation dependency 
on variables extraction
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit eb5c6240718e57d6dc81be48cd29f7f3241625d3
Author: eb <address@hidden>
Date:   Fri Aug 29 00:25:01 2008 +0000

    added note about boost and DISTCHECK_CONFIGURE_FLAGS
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0e57dc43594230d8966d7d1893bad0ae466c5162
Author: jblum <address@hidden>
Date:   Thu Aug 28 19:29:40 2008 +0000

    temp fix for to_code error
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 924b8d43fefaed5b8b0ed37c5ffb6f846d225609
Author: jblum <address@hidden>
Date:   Thu Aug 28 18:56:14 2008 +0000

    temp fix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 636d63625c9adad7e8037e0096438b6e2764e5d8
Author: jblum <address@hidden>
Date:   Thu Aug 28 16:39:43 2008 +0000

    fixed import in xor wrapper
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 046646a4950cf6f55ab7d4ddf9b33db15ea9420f
Author: jblum <address@hidden>
Date:   Tue Aug 26 06:41:25 2008 +0000

    rotation function, cleaned up connection logic
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 747d0e565b21297bbea12da42676000fdf887d27
Author: eb <address@hidden>
Date:   Mon Aug 25 23:32:12 2008 +0000

    svn:ignore xml
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3845f5fda7d638015cf7dc3eaae3a3e1f3d2d1e9
Author: eb <address@hidden>
Date:   Mon Aug 25 23:31:35 2008 +0000

    Radically simplified standalone configure.ac (for out of tree builds).
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6975dcd421ebb535035cc319ba45c7e6e86685a8
Author: eb <address@hidden>
Date:   Mon Aug 25 19:02:19 2008 +0000

    Relaxed tolerance to fix OS/X 10.5 make check failure.
    Merged michaelld/gruel_make_check_osx -r9402:9403 to trunk.
    Thanks Michael!
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4f2edd5d1a76fc0a4ab0f4f03db981c0fb97ca1a
Author: eb <address@hidden>
Date:   Mon Aug 25 18:59:46 2008 +0000

    make check fix for OS/X.  Probably also fixes ticket:264, same problem
    on MingGW and Cygwin.  Thanks to Michael Dickens.  Merged
    michaelld/gruel_make_check_osx 9401:9402 to trunk.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 17073112f9665863861e5ac681f05d11c7f30b50
Author: jcorgan <address@hidden>
Date:   Mon Aug 25 18:16:41 2008 +0000

    Fix missed fg to tb conversion (Ulf Lindgren)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4500431e164f36f719d116c5a8ec6445b3d19f4e
Author: jcorgan <address@hidden>
Date:   Sun Aug 24 19:58:09 2008 +0000

    Missed directory
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6f1b6b2982ea0ed7bdba025b3ed911111d6e8e7d
Author: jcorgan <address@hidden>
Date:   Sun Aug 24 19:57:24 2008 +0000

    Fixup XML generation to avoid erroneous copying.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d806988c37dcdc3e7b5cf161fdff63920961695c
Author: jcorgan <address@hidden>
Date:   Sun Aug 24 19:32:13 2008 +0000

    Fixup grc data installation. Trunk now passes distcheck again.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 651837d37aa5b7e3dd15ab355612cc17204a9548
Author: jcorgan <address@hidden>
Date:   Sun Aug 24 18:22:50 2008 +0000

    Fix typo in variable name (Firas Abbas)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 34af4364456b9005efee3c3986ea0f4dce87c99e
Author: jcorgan <address@hidden>
Date:   Sun Aug 24 17:41:07 2008 +0000

    Fix compiler warnings across the tree.  Adds --enable-warnings-as-errors 
configure option.  Currently compiles with no warnings with GCC 4.2.3 on Ubuntu 
8.04.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 66a225bf721cd61c736879bdf8ab44674319426d
Author: jblum <address@hidden>
Date:   Sun Aug 24 05:26:04 2008 +0000

    added cpfsk, make samps/sym integer, included xml tail in doc extraction
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f3b43dd74f8757972cc30726f7b731a5441c6f31
Author: jcorgan <address@hidden>
Date:   Sun Aug 24 02:12:11 2008 +0000

    Fix location/names for gpio rbfs for deb file creation.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5b313df46a91b36f0698e5b369dba57f7ea8d879
Author: eb <address@hidden>
Date:   Sat Aug 23 21:26:19 2008 +0000

    Fix for ticket:214, gr_rotate speedup.  We now normalize once every
    512 cycles.  We also now compute the return value based on the
    preincremented phase value, thus shortening the dependency chain.
    This does put the computed result 1 tick ahead of the previous version
    of the code, but none of the code in the tree depends on the absolute
    phase.  If yours does, sorry.  You can work around it by initializing
    the phase to conj(gr_expj(phase_incr)) instead of gr_complex(1,0).
    Added QA code to ensure I didn't break anything.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0da73b85fc0a8bf49e84c46e29b045d76defa984
Author: eb <address@hidden>
Date:   Sat Aug 23 18:46:04 2008 +0000

    fix for ticket:243
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b38d18d543ab7b3452f456f7f39cc76fa271d8f3
Author: jblum <address@hidden>
Date:   Sat Aug 23 06:06:48 2008 +0000

    better connection drawing logic, 180 degrees
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3a31e0702c30f8960e869c7a11f0be24283ed2b3
Author: eb <address@hidden>
Date:   Sat Aug 23 04:13:02 2008 +0000

    moved author attribution out of individual files and put in AUTHORS
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d52c462e5fd3eae7d00505a64a013e811d43234c
Author: jcorgan <address@hidden>
Date:   Sat Aug 23 02:26:15 2008 +0000

    Merged changeset r9285:9377 from jblum/grc into trunk, with distcheck fixes
    and local modifications.
    
    Integrates previously separate GNU Radio Companion into top-level component
    'grc'.  (Josh Blum)
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5c02ea03e1226ed706abeede426f0e1727f1ea25
Author: eb <address@hidden>
Date:   Thu Aug 21 00:01:21 2008 +0000

    Updated gr-howto-write-a-block; mostly the .m4 macros and configure.ac.
    Also modified pkg.m4 to restore the FOO_INCLUDEDIR functionality and
    to add the FOO_CPPFLAGS variable for those times when you want only
    the -I, -D and -U flags from FOO_CFLAGS.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bb084b53d9f5d1dcf3c4ac2c5605352a2df6551f
Author: eb <address@hidden>
Date:   Wed Aug 20 21:41:26 2008 +0000

    resolved problem w/ lib vs lib64; added boost stuff to gnuradio-core.pc.in
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ec20f96de2e8a1ab95e370522eeb6ba840c9f09e
Author: eb <address@hidden>
Date:   Wed Aug 20 17:53:16 2008 +0000

    fixes for gcc 4.3
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 081b90ecf5dfa5e0eac8cdd4918bcdba09345461
Author: mleech <address@hidden>
Date:   Wed Aug 20 16:52:38 2008 +0000

    Added support for --switch_mode, along with an external switcher interface 
via a named pipe.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2c8ea58e4d76f54c98d71d3fcc64bc29da490908
Author: eb <address@hidden>
Date:   Tue Aug 19 23:09:56 2008 +0000

    Merged features/mp-sched -r8915:9335 into the trunk.  The trunk now
    contains the SMP aware scheduler.  This changeset
    introduces a dependency on boost 1.35 or later.
    See source:gnuradio/trunk/README.building-boost for additional info.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6039ba34aee72974b0eacc9408627a0fa038dc81
Author: jblum <address@hidden>
Date:   Tue Aug 19 20:53:18 2008 +0000

    plotter: require double buffering
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c500829e18e017e53ebcf57d0a9b85b6b1cd6ffa
Author: mleech <address@hidden>
Date:   Tue Aug 19 19:54:47 2008 +0000

    Added --interferometer, to allow correlation interferometry when you have
      two antenna, and two identical daughtercards.
    
    Cleaned up the way signal chains get built--isolated to separate functions
      per mode.
    
    SETI mode works with --dual-mode turned on, but not --interferometer.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 726f930f3967c14220317ea81bcc1eb1f6a29501
Author: mleech <address@hidden>
Date:   Mon Aug 18 23:32:23 2008 +0000

    Added support for dual_mode (for dual-polarization) removed two layers of
      filtering in the post-detector chain.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a3c5490e99dc21f24432c984cbdf0763e585a391
Author: n4hy <address@hidden>
Date:   Mon Aug 18 22:36:19 2008 +0000

    New taps computation based on requested transition bandwidth and stopband 
attenuation. qa code testing each added
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e92e82dd65a5c91a6b3a9e098e8f58948c779fa5
Author: jcorgan <address@hidden>
Date:   Mon Aug 18 20:44:41 2008 +0000

    Make gl selection more robust for testing
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8e7ddfa7b1c31da92fd6489ba79c7be71d26024e
Author: n4hy <address@hidden>
Date:   Mon Aug 18 19:55:14 2008 +0000

    configure.ac cleanup to remove dnl message
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b9bf2c0f402d1a17d843d233faf67674a49e8477
Author: n4hy <address@hidden>
Date:   Mon Aug 18 19:54:23 2008 +0000

    configure.ac cleanup
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7c41030e4b521d03d0db240cc7940085256fca44
Author: n4hy <address@hidden>
Date:   Mon Aug 18 19:49:06 2008 +0000

    gr_msdd6000 includes fixed up
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a04daa744de1bb915c01c7c0c14a3b14a52e64d4
Author: jblum <address@hidden>
Date:   Fri Aug 15 16:08:10 2008 +0000

    dont import plotter
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f806d765aab07876d073b60ad3cc5d3df321b87f
Author: eb <address@hidden>
Date:   Fri Aug 15 01:12:02 2008 +0000

    Trial fix for ticket:258 / integer overflow undefined / phase
    accumulator.  Thanks to Stefan Bruens and Philip Ballister for working
    on this.
    
    According to the fine print in the C and C++ standards, if a signed
    integer type overflows, the result is undefined.  As of gcc 4.3, gcc
    was proving that our code was overflowing, and took advantage of the
    "undefined" result to short circuit the evaluation.
    
    Moral of the story:  if you're using a fixed point phase accumulator,
    or anything else where you're counting on overflow happening, be sure
    that your variable is unsigned.
    
    See also http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37067 and
    http://www.airs.com/blog/archives/120
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c5241ccab38d16a529c9ccc9ca10e2fc8e6e5a59
Author: jblum <address@hidden>
Date:   Thu Aug 14 22:07:44 2008 +0000

    constsink in scope wrapper (backwards compadible)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2956c43f415c283ce1b1337e78debd896dc4c48a
Author: jblum <address@hidden>
Date:   Thu Aug 14 19:53:37 2008 +0000

    more backwards compadibility, marker for scope/xy plotter
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c3c6eb14f1d8b250322f63fb6b6adc3fb60c67eb
Author: jblum <address@hidden>
Date:   Thu Aug 14 19:20:58 2008 +0000

    changed glcanvas test (fedora fix)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 36649d4e472172fe840444ac0268c7b6b4da94b4
Author: jcorgan <address@hidden>
Date:   Thu Aug 14 18:43:15 2008 +0000

    Merged changeset r9241:9289 from jblum/glwxgui into trunk.  Adds OpenGL 
versions of fftsink, waterfallsink, and scopesink, and new constsink.  See 
README.gl for use. (Josh Blum)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5b09804605cd41bbc3fdcb917eda3f69a7598af9
Author: jcorgan <address@hidden>
Date:   Tue Aug 12 17:38:29 2008 +0000

    Refactored unique vector functionality into template.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6898c0abce827366e8985ba1d3f6805056eebc05
Author: jcorgan <address@hidden>
Date:   Tue Aug 12 17:01:37 2008 +0000

    Make gr_basic_block sort deterministic (Martin Dvh)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2105e82eb7d5cf5e5f44d3603c0111eecfaebe40
Author: jblum <address@hidden>
Date:   Wed Aug 6 20:11:53 2008 +0000

    set decim
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7de54eabe4405115d51fdf52905f794b5131ca10
Author: jcoy <address@hidden>
Date:   Wed Aug 6 00:15:23 2008 +0000

    added cpuid for sse3,ssse3,sse4.1, and sse4.2
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 955cb47cb9b6c07dbbb54ab14c16dd8e297e567d
Author: jcoy <address@hidden>
Date:   Wed Aug 6 00:15:04 2008 +0000

    dial_tone c++ example top block pointer fix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit aed878fe0680fa0b3b378ab186d974ab51755d2c
Author: jcorgan <address@hidden>
Date:   Sun Aug 3 17:15:05 2008 +0000

    Better fix for race in logpwrfft.py
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 49cd48784e826ad641ac81f62eb6fa2ad11b7955
Author: jblum <address@hidden>
Date:   Fri Aug 1 19:27:53 2008 +0000

    replaced tabs, added sample_rate, fixed average=True bug
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6d91e15b739b8b7ba3405b2ce9b9b7acb146174f
Author: eb <address@hidden>
Date:   Thu Jul 31 02:52:49 2008 +0000

    wrong sign
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1a3e74752984692b090ed1902914f900dc7de150
Author: eb <address@hidden>
Date:   Thu Jul 31 02:51:28 2008 +0000

    removed FIXME
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1456f0eaf89c8e191a246678f0a0b24196d9daf3
Author: jcorgan <address@hidden>
Date:   Sun Jul 27 22:52:44 2008 +0000

    Move libgruel configuration checks into config directory
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a36b922fa54458ccc432e794a47415115519bf6a
Author: eb <address@hidden>
Date:   Sun Jul 27 22:28:20 2008 +0000

    Merged gr-msdd6000 portability fix to trunk (eb/msdd -r8940:9027)
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d18a9e45b6d16d04cf438c54bf42618f2064b205
Author: jcorgan <address@hidden>
Date:   Fri Jul 25 00:02:47 2008 +0000

    Fix ignores.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 777479a5e44c5aadba2c3b1dd6416ee897853042
Author: jcorgan <address@hidden>
Date:   Fri Jul 25 00:02:08 2008 +0000

    Adds alternative integrate and dump decimator to gr-gpio.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e01ee204490910b3712eb030e2d398498802128d
Author: eb <address@hidden>
Date:   Thu Jul 24 17:48:46 2008 +0000

    Allow odd decimation if halfband filter is disabled.  Thanks Firas!
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 01668d67403cd1ee9a5626c931ad95c35c9cc5f7
Author: matt <address@hidden>
Date:   Thu Jul 24 06:08:01 2008 +0000

    first cut at iq imbalance compensation
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e9ef818c8afd0e32e9033522acf2e713fffa01a5
Author: jcorgan <address@hidden>
Date:   Tue Jul 22 00:07:51 2008 +0000

    Add gr_costas_loop_cc setters and getters
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5c8fcd7a45f2a32589ad87e1a14c8eed30bfd006
Author: matt <address@hidden>
Date:   Mon Jul 21 23:32:23 2008 +0000

    efficient moving average filters, should speed up OFDM significantly
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c8317fadf92f079b0a99f5b0c8a9041410c6ae6b
Author: eb <address@hidden>
Date:   Fri Jul 18 23:54:24 2008 +0000

    disabled gr-msdd6000 until ticket:252 is resolved
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e722fc33a402fa90f92f69b7e58281ce0890e04a
Author: n4hy <address@hidden>
Date:   Sun Jul 13 21:18:48 2008 +0000

    Clean up of comments and removal of a broken piece of test code that no 
longer works with the new firmware.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 241300330cfe393a3c19b7b1bedf87c127d649db
Author: jcorgan <address@hidden>
Date:   Thu Jul 10 19:56:51 2008 +0000

    Add lookup by serial number.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f6195a3edd1eac5c5109ad6ffeb744cb7238cb55
Author: jcorgan <address@hidden>
Date:   Thu Jul 10 17:54:45 2008 +0000

    Adds lsusrp to gr-utils, obsoletes usrp_print_db.py
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 395e1fa650428899dee0f123cb7bf432732280c5
Author: eb <address@hidden>
Date:   Wed Jul 9 18:59:37 2008 +0000

    Merged jcorgan/ptrfix -r8827:8843 into the trunk.
    
    Fix that allows C++ classes derived from gr_hier_block2 to
    use the new self() method to get a magic object that can be passed
    to connect or disconnect to refer to their own inputs and outputs.
    
    Note that the constructor wrapper of all classes derived from
    gr_hier_block2 (and thus gr_top_block too) MUST USE the new
    gnuradio::get_initial_sptr function to get the initial shared pointer.
    gnuradio::get_initial_sptr works on all block types, and should be
    used in all new code. See qa_gr_hier_block2_derived.{h,cc} for an
    example.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 73a2e8ac45347d1c1a12518557fb641dff3233b5
Author: jcorgan <address@hidden>
Date:   Wed Jul 9 16:36:46 2008 +0000

    Add some getter methods
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7d8ec624a0b832f695d7f91eb7cf4f6359502142
Author: eb <address@hidden>
Date:   Wed Jul 9 16:02:37 2008 +0000

    fix for ticket:250
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1585a4d080803031ed5b034ffb93cf5f3de65a67
Author: jcorgan <address@hidden>
Date:   Sat Jul 5 21:14:33 2008 +0000

    Fix block names.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a3d76190e22fe45e1e993421aa5fdd9070c0b0fd
Author: jcorgan <address@hidden>
Date:   Sat Jul 5 21:11:55 2008 +0000

    Fix block name.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 44498d114535a1cd05874ecc99940952210f2d63
Author: jcorgan <address@hidden>
Date:   Sat Jul 5 20:20:58 2008 +0000

    Adds blks2.logpwrfft_c,f blocks.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c7dbe5615fd0e3be26882ac8cf564d8ce0fed00a
Author: jcorgan <address@hidden>
Date:   Sat Jul 5 19:14:04 2008 +0000

    Adds blks2.stream_to_vector_decimator block.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 15542acbb479cede3970ab3ffd8997051d7ba0ec
Author: n4hy <address@hidden>
Date:   Fri Jul 4 16:58:23 2008 +0000

    fixed broken link in filterbank comment
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a9af7e15466a54619c9c7cf661b39ea503e522a1
Author: jcorgan <address@hidden>
Date:   Fri Jul 4 05:07:15 2008 +0000

    Fixed distcheck failure and cleaned up ignores.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2b77cc7bc535618c4bba6ce1f3d6fa388e843933
Author: n4hy <address@hidden>
Date:   Fri Jul 4 03:05:33 2008 +0000

    This completes the msdd6000 update with all example code and other utilities
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f658162db53edff09fe4c843e05dc6f02e78adfa
Author: jcorgan <address@hidden>
Date:   Fri Jul 4 03:05:26 2008 +0000

    Disable gr-msdd6000 component until it passes distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 31bd7da7765b5fc74f588fd025b509049152518c
Author: n4hy <address@hidden>
Date:   Fri Jul 4 02:56:31 2008 +0000

    lots of example and other useful code for use with the softronics msdd6000
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0096b08f3305101c7657a1971afa1cb45a855be0
Author: n4hy <address@hidden>
Date:   Fri Jul 4 02:46:18 2008 +0000

    forgot msdd.i
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d1c82f20a2180782a666074c434812dbea3b8ca8
Author: n4hy <address@hidden>
Date:   Fri Jul 4 02:45:05 2008 +0000

    msdd6000 source upgraded and enabled
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a5c340d582265522d2fd7f42b9b02a672a2187c9
Author: n4hy <address@hidden>
Date:   Fri Jul 4 02:13:00 2008 +0000

    temporary disabling of msdd6000 while under reconstruction
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ae0ca251c8384b97ef1ba69a13c02227a57eaa54
Author: n4hy <address@hidden>
Date:   Fri Jul 4 01:26:58 2008 +0000

    cleaning up and putting much better code in. Step 1 of 2
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 20615905cd0bf22772740d132be439bcf7ec4d8d
Author: eb <address@hidden>
Date:   Thu Jun 26 18:17:15 2008 +0000

    Fixed spelling error: s/writeable/writable/g
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a43f1cfbf40e234ed30659db3943eb9e0c1a7e94
Author: eb <address@hidden>
Date:   Wed Jun 25 21:24:03 2008 +0000

    distcheck fix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1c52ccb2794f6003f62f9202e733376f20253ece
Author: jcorgan <address@hidden>
Date:   Wed Jun 25 18:53:28 2008 +0000

    Reverted changeset r8180, r8181, and r8184 on trunk.
    
    To achieve equivalent functionality, just configure port-audio as the 
default
    audio library in the audio configuration.
    
    ~/.gnuradio/config.conf:
    
    [audio]
    verbose = True
    audio_module = audio_portaudio
    #audio_module = audio_oss
    #audio_module = audio_alsa
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4d5e702b2a7d511f22b8e5dcce7da5ce77a2d322
Author: eb <address@hidden>
Date:   Tue Jun 24 20:48:39 2008 +0000

    removed is_running method from gr_top_block
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ab6cf111c1d00b22d9016524b31cfcc6b09ffdc7
Author: matt <address@hidden>
Date:   Tue Jun 24 19:41:34 2008 +0000

    match the actual filename used
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit dd59e08dabdbd31cd968c5413cbbd7bf6990de77
Author: matt <address@hidden>
Date:   Tue Jun 24 19:40:47 2008 +0000

    new experimental daughterboards with other tuners
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e1e14bc59f04e11e5e32523cce4d1f7902bc89a4
Author: eb <address@hidden>
Date:   Mon Jun 23 23:03:43 2008 +0000

    Backed out [8669]. Better fix for removing cruft from opreport
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit aa4f0cf382ec49c6689896b8ba1d6afb2664f718
Author: eb <address@hidden>
Date:   Mon Jun 23 22:49:20 2008 +0000

    in SIMD assmebler, changed .cleanup to a local symbol
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit fd2bf069496e39e6be2df18f37e4fec89e09a6a8
Author: eb <address@hidden>
Date:   Mon Jun 23 19:42:13 2008 +0000

    Renamed benchmark_dotprod to benchmark_dotprod_fff (which it really was).
    Added new script, benchmark_dotprod, which runs all dotprods.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 093511adbc060f2518e772ec0acd05c914123d52
Author: eb <address@hidden>
Date:   Mon Jun 23 19:10:40 2008 +0000

    Renamed labels .loop1 and .loop2 to include name of file they're contained 
in.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ab9413edc46d05d534f4771e8274676fd2f69de6
Author: eb <address@hidden>
Date:   Mon Jun 23 18:36:53 2008 +0000

    added a few examples for benchmarking multithreaded scheduler
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bb5a5a24766e50059ff0756e2877d49c09f3ed9f
Author: eb <address@hidden>
Date:   Mon Jun 23 18:26:50 2008 +0000

    merged refactoring of gr_top_block_impl into abstract base class
    gr_top_block_impl and concrete class gr_top_block_impl_sts from
    eb/mp-sched r8447:8660.  No change in functionality or behavior.
    Paves the way for development of multiprocessor aware scheduler.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9918d6fa52d0ee97ddecbea8f3303b8cad988b32
Author: eb <address@hidden>
Date:   Mon Jun 23 17:56:28 2008 +0000

    fixed quoting problem
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9dbac26b6ccf8647d4b3e9c431aecf97c2846658
Author: eb <address@hidden>
Date:   Mon Jun 23 17:54:43 2008 +0000

    removed duplicate assignment
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit dda596bda18276bdd6881ce3d174128ed8dfca0d
Author: eb <address@hidden>
Date:   Mon Jun 23 17:47:47 2008 +0000

    script to install threading building blocks in prefix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8c689672c2ad1c0991973115cb53f702492ad767
Author: eb <address@hidden>
Date:   Mon Jun 23 17:45:33 2008 +0000

    removed old, left over import
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c1ff40ad50fd29ff64c8c3991d7b5f69b43c661d
Author: jcorgan <address@hidden>
Date:   Mon Jun 23 00:25:56 2008 +0000

    Use system byteswap implementations where available.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1adf4453962da0c2ebda1a8833ef3b5b849754e3
Author: jcorgan <address@hidden>
Date:   Sun Jun 22 22:56:48 2008 +0000

    Added autoconf independent bytesex routines to libgruel.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b48de00cfefac61414b0ea568e5014f2794e50cd
Author: jcorgan <address@hidden>
Date:   Fri Jun 20 18:14:47 2008 +0000

    Merged -r8639:8641 from jcorgan/gruel into trunk.  Adds libgruel, the GNU 
Radio Utility Etcetera Library.  See README for description.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8b04fb2beeae36bbbb8d66ce95dea7df8edb65be
Author: eb <address@hidden>
Date:   Thu Jun 19 15:04:26 2008 +0000

    Moved mb_time to omni_time and left mb_time.h with typedef to maintain
    backwards compatibility. Removed gcell's dependency on mblocks. Now
    gcell only depends on omnithread. Merged eb/wip -r8621:8623 to trunk.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit df0ae475f782814c95d4f9be166aaffbcc7d47b1
Author: eb <address@hidden>
Date:   Thu Jun 19 00:06:42 2008 +0000

    Merged eb/gcell-wip -r8559:8571 into trunk.  The shared queue
    structure is slightly modified, and the spu dequeue has been
    streamlined.  In addition, the spu Lost-Lock Line Reservation event is
    now work correctly, though it is still disabled because it's slower
    than the expontial backoff alternative.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a22202008689a4a893c29af118febf5c57cb8103
Author: eb <address@hidden>
Date:   Wed Jun 18 04:58:54 2008 +0000

    libtool 2.2 compatibility fix from Don Ward.  Details in ticket:249.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6051d8037f394e859a5980ef7ac37fa9db0cddac
Author: jblum <address@hidden>
Date:   Thu Jun 12 21:49:49 2008 +0000

    fftsink: stretch spacer for better fit
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit fbf6561921e39beb69caaca9f7012c17314530d7
Author: jblum <address@hidden>
Date:   Thu Jun 12 21:33:40 2008 +0000

    fftsink: y_per_div issue fixed
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1c8207ec547f0f5513e29fa6f3cc2037c407bc45
Author: jblum <address@hidden>
Date:   Thu Jun 12 19:08:59 2008 +0000

    fft stretch fix and control panel update
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 77284eb970036e6e71ef984133b5a5839d2a157c
Author: jblum <address@hidden>
Date:   Thu Jun 12 00:29:56 2008 +0000

    fft sink gui with control panel
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5f4532721843902ae3cf3100a6846727864471d2
Author: jcorgan <address@hidden>
Date:   Tue Jun 10 19:52:55 2008 +0000

    Make fpga register definition header files installed.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0f781c3f7dc1f93bee2f733f52373fad9b381d6c
Author: jcorgan <address@hidden>
Date:   Tue Jun 10 19:03:26 2008 +0000

    Fix missing library from debfile (Greg Ushomirsky).
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 42f5d8f6f7b2a3dbd09ac22c71d76ea35900dc76
Author: jcorgan <address@hidden>
Date:   Tue Jun 10 16:13:08 2008 +0000

    Fixes ticket:246
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b655e7dc6c96a7103f456eaadc07a0a0fcf8a130
Author: eb <address@hidden>
Date:   Tue Jun 10 15:48:12 2008 +0000

    Applied patch from Dean Armstrong to fix gr_repeat (ticket:246).
    The QA code was not updated to detect the bug and should still be sorted 
out.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 852ba2210329b25db1b2fe2423cec30175088f1f
Author: eb <address@hidden>
Date:   Thu Jun 5 22:45:24 2008 +0000

    refactored gc_jd_queue_data, faster mutex_unlock
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 30fde16beb9901189fa9546f95b26049df48c4c1
Author: eb <address@hidden>
Date:   Mon May 26 13:33:34 2008 +0000

    Added rewind() and clear() to vector sources and sinks. This is useful
    when doing automatic testing of a block (e.g. BER vs SNR).
    Patch from Andreas Müller.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit fcf2cfb0c0949db3cb7cdd635376a683cbc13f4d
Author: eb <address@hidden>
Date:   Mon May 26 13:30:41 2008 +0000

    channel_model.py now allows to set the random seed for the noise
    source via __init__ and adds a function to set the timing
    offset. (Patch from Andreas Müller.)
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c7fc4e073aca82bc4cae529459448e0bc98b650e
Author: jcorgan <address@hidden>
Date:   Tue May 20 18:56:10 2008 +0000

    Expose flowgraph debugging dump as gr.top_block.dump().  May or may not be 
suitable for ticket:245
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f86aa7487adf1403ac7a41d64eb3e2a74ce05299
Author: eb <address@hidden>
Date:   Tue May 20 03:34:03 2008 +0000

    distribute bootstrap with tarballs in case folks are modifying them
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c05a736009932e9a1583393309f568e71979f0ac
Author: eb <address@hidden>
Date:   Tue May 20 03:32:48 2008 +0000

    Let's step into the 21st century...
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c237a3700716a2ace4cc01c31abe8fb56b1b4c7c
Author: matt <address@hidden>
Date:   Mon May 19 18:15:53 2008 +0000

    works with shipping boards, mostly minor changes to reference frequency for 
the 9513 divider
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3da84a4ac3147828700ed4e26f4d007d1a362063
Author: jcorgan <address@hidden>
Date:   Mon May 19 02:36:00 2008 +0000

    Fix breakage introduced in r6228 (Josh Blum)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2b244aa14c71eb588ec7109d56bebe2e4b317744
Author: cswiger <address@hidden>
Date:   Fri May 16 17:29:29 2008 +0000

    Changed sample rate from 20M to 19.2M for faster lock.
    Changed phase detector from atan2 to gr_fast_atan2f for speedup.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0b47f2b4bc48583f997ac212958b7a87d0f46633
Author: cswiger <address@hidden>
Date:   Wed May 14 13:50:43 2008 +0000

    Cleanup mistakes, print pids
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e8ffc004bc0fd1cec66629d1c92af8f68fde3249
Author: cswiger <address@hidden>
Date:   Tue May 13 20:32:56 2008 +0000

    Added interp_fir_filter in place of zero sources, interleaver, filter
    scheme.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 939012c762e23fb6ae1039b8e15f9ad09b83fe29
Author: cswiger <address@hidden>
Date:   Tue May 13 14:23:45 2008 +0000

    Change flow_graph to top_block
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 00826f1405f04ed587733146d4c04ba8e5898405
Author: cswiger <address@hidden>
Date:   Tue May 13 14:14:08 2008 +0000

    Added interp_short.py and update README
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d77f50857ce4192fb9ab748b83f3d3d59699f5f1
Author: michaelld <address@hidden>
Date:   Sun May 11 18:26:00 2008 +0000

    Merged branch to fix libusrp dependence on CoreFoundation on OSX 10.4.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 593a87ce2254a7966d33fa88e2efa9cbbdb4f7f0
Author: eb <address@hidden>
Date:   Thu May 8 06:17:55 2008 +0000

    better fix for ticket:243
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f29ed72859a46428e1ad1d97306554b19202a958
Author: eb <address@hidden>
Date:   Thu May 8 05:41:23 2008 +0000

    svn:ignore cleanup
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 07383f3191c80c2d59535d72d5dc1c92075b0f49
Author: eb <address@hidden>
Date:   Thu May 8 03:57:47 2008 +0000

    fix for ticket:243
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ea185b2e2522be5abccf992e993dbf905194f33b
Author: eb <address@hidden>
Date:   Thu May 8 03:57:12 2008 +0000

    avoid possible log2 confusion
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 642d5860b15175e4540f59afccb1ab20d8bc7d1f
Author: eb <address@hidden>
Date:   Thu May 8 03:37:28 2008 +0000

    Applied patches from Don Ward.
    
    (1) Close out_f before removing it in
    gnuradio-core/src/python/gnuradio/gr/qa_wavefile.py (to prevent make check
    failure).
    
    (2) Don't permanently change PATH in config/sdl.m4 (to prevent real
    problems in MinGW and potential problems for any code that runs after
    sdl.m4 and depends on PATH).
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d5e5244a9ce8c5c3847c133c1107fba2af0e90c3
Author: eb <address@hidden>
Date:   Sun May 4 06:45:19 2008 +0000

    Merged eb/gcell-wip -r8302:8307 into trunk.  This changeset includes
    an example of SPE assembler (memset.S), a new file of macros for use
    with SPE assembler (gc_spu_macs.h), and an extended QA framework.  The
    easy to use QA framework adds support for SPE utility code that's
    usually not called from the PPE, such as memset. See
    qa_gcell_general.{h,cc} and qa_memset.c for example usage.
    
    memset achieves 44GB/s on the SPE.  That's within 3% of ideal.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b1f675f291e9bcae640bd6fcb6707d50951f0268
Author: eb <address@hidden>
Date:   Wed Apr 30 04:39:02 2008 +0000

    Fixed completely buggy memcopy that overwrote potentially lots of memory in
    atsc_depad.cc.  The problem has to do with confusion between input and 
output
    sizes, as well as some very wrong pointer math (Dan Halperin).
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8f00c03789c28b38c7ae92f6f407523d67c8318f
Author: eb <address@hidden>
Date:   Wed Apr 30 04:37:34 2008 +0000

    Added missing initialization of d_debug_fp (Dan Halperin)
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit dda0c8ce449e8e387290759c49abd1f38d2c7efb
Author: eb <address@hidden>
Date:   Wed Apr 30 04:36:05 2008 +0000

    Potentially invalid read deferred until it's valid (Dan Halperin)
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9d1423b9506c89a51a10b6119d01ce9a82a13b0c
Author: eb <address@hidden>
Date:   Wed Apr 30 03:52:31 2008 +0000

    Merged features/inband-usb -r6431:8293 into trunk.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7f202514385708941073930bc6d9a5237bb89826
Author: eb <address@hidden>
Date:   Wed Apr 30 03:50:36 2008 +0000

    distcheck fix for gr-gcell
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ea9c9ca430e0cba24e2e2e56cd73aa38ded0ebb0
Author: eb <address@hidden>
Date:   Wed Apr 30 02:33:53 2008 +0000

    minor cleanup to [8292]
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 38ea3a576a20820e574c6cb37607aeafe07f34b4
Author: eb <address@hidden>
Date:   Wed Apr 30 02:24:06 2008 +0000

    Tweaks for gcc 4.3 based on patch from Marek Mahut <address@hidden>.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d8e2641775a0ceb4fa388c59968a75509250d923
Author: jcorgan <address@hidden>
Date:   Sat Apr 26 03:26:58 2008 +0000

    Fix race on startup in fftsink2 (Josh Blum)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5eefec8efb22a15bb6f127f83214fdf11a626e06
Author: jcorgan <address@hidden>
Date:   Thu Apr 24 23:24:04 2008 +0000

    Make fftsink2 average and peak hold modes independent.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1959159927243a585342d1be5e7b70d56ab2984b
Author: jcorgan <address@hidden>
Date:   Thu Apr 24 23:02:55 2008 +0000

    Changed fftsink2 peak hold to be concurrent with live trace.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b92c457af141ed992671d14bf0a1b269b4946f8d
Author: jcorgan <address@hidden>
Date:   Thu Apr 24 20:32:58 2008 +0000

    Merged changeset r8231:8270 from jcorgan/merge-fix into trunk.  Fixes 
flowgraph reconfiguration bug reported by Tim O'Shea and Mark Schneider.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b9ba2711addfc9057c136b520afc9e121ec19be9
Author: eb <address@hidden>
Date:   Tue Apr 22 22:24:16 2008 +0000

    Merged eb/gcell -r8215:8243 into trunk.  This adds gr-gcell, the GNU
    Radio interface to the Cell Broadband Engine.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2ae538ed6a5d18615fb9eea280d861ed3a8600e5
Author: trondeau <address@hidden>
Date:   Fri Apr 18 16:06:40 2008 +0000

    Improved performance of the ML sync (with added computations). It uses the 
energy calculation to normalize the correlation and the timing sequence and 
correlation together to determine the timing. This works for frequencies of 
+-0.6 offset, which is a limiting factor still in the performance but better 
than the previous checkin.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b96d58fda01e00e8a9f710824dffe9123d93e35f
Author: trondeau <address@hidden>
Date:   Thu Apr 17 14:37:19 2008 +0000

    Improved the pnac ofdm sync block. This is based on a VTC'99 paper by 
Tufvesson, et al. that does a bit more work than the Schmidl and Cox to produce 
a more identifiable peak for the timing. This seems to work well in the 
simulation for low frequency errors. The correlation doesn't seem to track 
well, though. See the comments for more info. Also, the peak detection requires 
unity amplitude for the threshold detection. So, who wants to make an OFDM AGC?
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8bce0d9e3f61b4af7799ed519109b83b926d4e12
Author: trondeau <address@hidden>
Date:   Wed Apr 16 17:12:13 2008 +0000

    to complete what I started, this makes the ofdm_sync_fixed block work again 
in the OFDM receiver. Its only used for testing in the simulation mode if you 
want to remove any affects of the synchronization blocks. You have to manually 
edit the number of symbols and any fractional frequency offset you might want 
to use.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9b1edaa957fcdf0d34b809937ce5f2960057baff
Author: trondeau <address@hidden>
Date:   Wed Apr 16 16:22:41 2008 +0000

    The ofdm_sync_pnac method now works, though not that well. The frequency 
estimation is horrible and it still has some problems that may be a fundamental 
issue with the idea. I need to get the paper this was based off of to review it.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9f20c33e7742d44db4689efcc8d20d452baf51c1
Author: eb <address@hidden>
Date:   Wed Apr 16 05:32:54 2008 +0000

    FFT inverse tranform is now correct.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8f2a5f3837da61a4d49251ee65f91f0d2e8e48de
Author: eb <address@hidden>
Date:   Wed Apr 16 03:48:33 2008 +0000

    Merged gcell-wip -r8159:8202 into trunk.  This includes the following
    changes:
     * gc_make_job_manager now returns a boost::shared_ptr
     * opts.program_handle is now a boost::shared_ptr
     * two new functions for getting a program handle
     * look_proc and alloc_job_desc now throw on error
     * static methods for setting and getting a single job manager
     * new exception hierarchy
     * mv gcell/src/lib/procs gcell/src/lib/wrapper
     * added libfft.  Currently inverse xform is broken
     * gcell-embedspu-libtool creates libtool complaint .ko's from SPE 
executables
    
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6d234892030754c0cd058ad85d2c3759b0538c90
Author: jcorgan <address@hidden>
Date:   Tue Apr 15 23:38:03 2008 +0000

    Fixed to pass distcheck, except QA test operates differently during 
distcheck vs. command-line, so commented out for now.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a52f9a19581901beabc9111917965b9817231014
Author: jcorgan <address@hidden>
Date:   Tue Apr 15 21:31:29 2008 +0000

    Merged r8195:8205 from jcorgan/ecc into trunk.  Adds convolutional encoder
    and decoder corresponding to the R=1/2, K=7 CCSDS standard ("Voyager").
    
    This code is a GNU Radio wrapper around a 1995-era KA9Q portable-C
    implementation, and is designed for continuous streaming data, not packets.
    
    The encoder takes MSB packed bytes and outputs channel symbols 0 or 1.
    
    The decoder uses soft-decision Viterbi decoding on a floating point stream 
of
    (possibly noise corrupted) [1.0, 1.0] symbols, and outputs MSB packed
    decoded bytes.
    
    Benchmarking on a 2.16 GHz Intel Core 2 Duo shows 4.7 Mbps decoding rate at
    100% CPU usage (single core).  (There is a newer KA9Q library that 
implements
    SIMD speed ups with correspondingly faster performance.)
    
    The KA9Q library is placed into src/lib/viterbi.  It could use some cleanup,
    file/function renaming, and refactoring, or even replacement with the newer
    libfec code that is available.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 42b48770e756f1c082f5dfc9e757fafe69263496
Author: trondeau <address@hidden>
Date:   Tue Apr 15 17:12:18 2008 +0000

    Mostly fixed the van de Beek ML synchronization scheme. Instead of using 
the CP timing signal, it correlates against the known preamble just to send 
along the timing trigger. This works nicely and keeps the frequency more 
constant in the receiver since it updates the estimate every received symbol. 
Read the comments inside to see why it's 'mostly fixed' -- this was mostly 
proving a point for myself today.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3a2f0b7e9fedaa29dbce47fe5d0b61ac8135aefb
Author: trondeau <address@hidden>
Date:   Tue Apr 15 17:06:46 2008 +0000

    Adjusting structure a bit to redistribute responsibilities. This does not 
change the behavior or performance at all. The sync. block only calculates the 
frequency and timing signals and now outputs the fine frequency adjustment 
signal from output 0 and the timing signal for the start of the packet from 
output 1.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 87b7f14e965c86fbc024bc586cce0d73a3962785
Author: jcorgan <address@hidden>
Date:   Sat Apr 12 20:06:30 2008 +0000

    Fix typo in previous check-in
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ccea950c146d2f724fb37f18e27fc2857d191cfe
Author: jcorgan <address@hidden>
Date:   Sat Apr 12 20:03:11 2008 +0000

    Addes gr.cpfsk_bc(), a continuous phase frequency shift keying modulator 
block.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 92c6303550042adc00a33801cb9f5650009f3877
Author: jcorgan <address@hidden>
Date:   Sat Apr 12 18:36:16 2008 +0000

    Adds gru.daemonize() and example application.  Simplifies running GNU Radio 
applications as background daemon processes instead of foreground applications.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 296f981f79344d042f09ca2b30dcd7aa56f32981
Author: jcorgan <address@hidden>
Date:   Sat Apr 12 17:42:20 2008 +0000

    Adds gr.integrate_XX for ss, ii, ff, and cc.  Sums successive samples and 
decimates.  Trunk passes distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5b45a79a57750fec9f1585ad0f15b1050dc76f98
Author: jcorgan <address@hidden>
Date:   Sat Apr 12 15:46:02 2008 +0000

    Fixes typo in r8188.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3dbdc7d22db454532a8c0112be8c203ca5121204
Author: n4hy <address@hidden>
Date:   Fri Apr 11 23:51:39 2008 +0000

    bug in gr_argmax_XX.cc.t fixed
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b91ae9949255f403b186fe5e6e8d0f3300f33cd0
Author: n4hy <address@hidden>
Date:   Fri Apr 11 23:33:53 2008 +0000

    fixing bug in gr_max_XX.cc.t and modifying qa_max.py to test fix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c989df7703fb0c2869dc1de7e18df311e2bf626a
Author: jcorgan <address@hidden>
Date:   Fri Apr 11 21:31:25 2008 +0000

    Adds gr.repeat(), an interpolating block to repeat a sample N times on the 
output.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a761af14ad4a589637658f20ed3e58fcf7131bdd
Author: jcorgan <address@hidden>
Date:   Fri Apr 11 19:47:54 2008 +0000

    Added CIC compensation filter tap generator.  Useful when working without 
the half-band filter in the USRP.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3723fa627d97bd22a45c4e32bbf965120548a126
Author: jcorgan <address@hidden>
Date:   Fri Apr 11 15:50:32 2008 +0000

    Add ignores for new directory.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b846eaa22fcf169e8329ea49ea4c7574c95d0e5b
Author: n4hy <address@hidden>
Date:   Thu Apr 10 22:25:38 2008 +0000

    put portaudio examples in a separate directory
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 61d01c46d2a8b785ed887236460cb2985984606e
Author: n4hy <address@hidden>
Date:   Thu Apr 10 21:54:03 2008 +0000

    adding example sources to portaudio
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ca4b84f14b988fca64618edfb32127f35a49756a
Author: n4hy <address@hidden>
Date:   Thu Apr 10 21:51:09 2008 +0000

    portaudio specific examples added to gr-audio-portaudio
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 873a61258e6e8456b5d48a264e9a28d1246bf149
Author: jcorgan <address@hidden>
Date:   Wed Apr 9 15:26:29 2008 +0000

    Fixes ticket:238. (Tim Meehan)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 10c5ad2192eec80b3690baa2f44e28b83a96b3b3
Author: trondeau <address@hidden>
Date:   Wed Apr 2 00:37:04 2008 +0000

    Adding a simple script to read data from the MSDD source and dump it to a 
file.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8ff199cd1c7bc5cfaf3273b8638831e5e171ce63
Author: trondeau <address@hidden>
Date:   Wed Apr 2 00:23:21 2008 +0000

    Changed from TCP to UDP streaming; only reissue command when opening the 
socket or changing the streaming parameters.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 68fa20fd79424a4c64bf97444c66eb66f88a79bf
Author: n4hy <address@hidden>
Date:   Tue Apr 1 20:54:26 2008 +0000

    audio windows added to audio.py
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ce0a5f5d6df44cac93ba41a48b410cd3a6474b66
Author: trondeau <address@hidden>
Date:   Mon Mar 31 23:30:32 2008 +0000

    merging branch trondeau/ofdm r7971:8143. Fixing subcarriers and other 
issues to improve OFDM system operation. Not much more we can do with this than 
add channel coding and cleaning up.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 52234f95fc81481d1e92328b25e90a3e26731dea
Author: n4hy <address@hidden>
Date:   Tue Mar 25 22:59:46 2008 +0000

    modifications to firmware requires test code changes for udp
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c529a47357597ba1cea805b7e4f5fce3564404e1
Author: jcorgan <address@hidden>
Date:   Mon Mar 24 16:55:03 2008 +0000

    Update config files from canonical source.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 485cb0c8a17e73332e23ec579abd2ad838652baf
Author: jcorgan <address@hidden>
Date:   Mon Mar 24 16:46:55 2008 +0000

    Update config files from canonical source.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5a477a01798fa49a6d0d69debfb2e64c1ded5083
Author: jcorgan <address@hidden>
Date:   Mon Mar 24 15:58:45 2008 +0000

    Fixed gr.udp_source,sink for use on Win32 (Don Ward)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8d51a86a61448f746a3193f710b0beb7a0143f96
Author: jcorgan <address@hidden>
Date:   Mon Mar 24 15:52:50 2008 +0000

    Tweak ticket:181 fix for Win32 (Don Ward)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7916dd86c41bdc9cf7362dbe8f20858b8b3f9a2f
Author: jcorgan <address@hidden>
Date:   Mon Mar 24 15:42:24 2008 +0000

    Add missing peak hold initialization (Josh Blum)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a0eae4b4a9e0635fbb2a983673d1dd942f150ea7
Author: eb <address@hidden>
Date:   Mon Mar 24 07:46:47 2008 +0000

    Fix for gcell corrrectness/performance problem.  Replaces mfc_sync
    with appropriate use of tag and fenced get.  We could pick up a bit
    of additional performance by double buffering the the local store
    job descriptor, but that's left for a rainy day.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b1408be636817de8bfb39f154cc3db0d3736434c
Author: eb <address@hidden>
Date:   Mon Mar 24 07:39:22 2008 +0000

    dependency fix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 166bf655a6ee9c710205ffab69fccb82a419f175
Author: eb <address@hidden>
Date:   Mon Mar 24 07:00:14 2008 +0000

    minor cleanup
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 28361a1bfc8f155a7b1367a234c9256b7b69da38
Author: eb <address@hidden>
Date:   Mon Mar 24 06:09:29 2008 +0000

    Merged gcell, the Cell SPE scheduler and RPC mechanism into the trunk.
    (eb/trunk-with-gcell r8037:8085).  Expect additional tweaks, but
    currently works and passes distcheck.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a3ee0a2d8557477c873fb0bb43a34455944f7f58
Author: eb <address@hidden>
Date:   Wed Mar 19 22:49:51 2008 +0000

    Minor tweak that avoids intermittent build failure
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d64316eabae65b0efb6dfb581006e77b5574971d
Author: jcorgan <address@hidden>
Date:   Wed Mar 19 17:31:35 2008 +0000

    Fix missing symbolic link in Debian packages.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2206859b4d8de54249aa3d5cbabd2e157a1f08a3
Author: jcorgan <address@hidden>
Date:   Wed Mar 19 16:46:40 2008 +0000

    Fixes ticket:193
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7aa3a0579962ef00880987050164c64c948c9f14
Author: gdt <address@hidden>
Date:   Mon Mar 17 00:48:25 2008 +0000

    Don't define RANDOM_MAX on systems that have already defined it.  (At
    present, only NetBSD-current is known to do this.)  Improve the
    comment explaining the situation.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 00f4fd98fb3532e3a15f92c6403bebe878075f5e
Author: gdt <address@hidden>
Date:   Sun Mar 16 22:09:12 2008 +0000

    Use AC_PATH_PROG to avoid which(1).
    In addition to testing if $SVN is non-null, require the presence of a
    subversion ".svn" directory.
    Confirmed working with svn builds.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c5652769dcc55973895a13f3938f2c2f7217e107
Author: gdt <address@hidden>
Date:   Sun Mar 16 21:35:24 2008 +0000

    Add comments noting things that need fixing.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0388ecb65c788413c9d80e7d6a5622ecc280bd71
Author: jcorgan <address@hidden>
Date:   Wed Mar 12 17:52:38 2008 +0000

    Fix incorrect FFT size compensation in fftsink2
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 35a36b10d173b90f2475a9b35ba4d26ece8ca651
Author: jcorgan <address@hidden>
Date:   Sat Mar 8 18:52:25 2008 +0000

    Add ignores for generate-stamp.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6fa9db14c7fc024b0c63efced61461a7309febc8
Author: trondeau <address@hidden>
Date:   Fri Mar 7 19:59:28 2008 +0000

    Adds callback function so that the user can click on a point in the time 
sequence and highlight it and the corresponding point in the constellation 
diagram; can cycle forwards and backwards using < and > keys, respectively.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4f2f87e7b2fa3e6bd21726040ec01be521b258b3
Author: eb <address@hidden>
Date:   Wed Mar 5 15:40:44 2008 +0000

    Merged eb/reverted-7899 -r7928:7930 into trunk.  This effectively
    reverts changeset 7899 and fixes some distcheck problems.  We're now
    back to the old behavior, where you must "make" before "make distcheck".
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 787c17cfed1d89d6219a2dd36029d3da8025c726
Author: jcorgan <address@hidden>
Date:   Tue Mar 4 02:13:10 2008 +0000

    Fix tab/space usage for previous fix.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 526aaf45c246d14c73c7a55069034630eb644cfe
Author: jcorgan <address@hidden>
Date:   Tue Mar 4 01:43:27 2008 +0000

    Fix missing connect call from hier_block2 conversion.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a2bc656be80e36e8ff80364a7ca51a91ffb2c009
Author: eb <address@hidden>
Date:   Mon Mar 3 22:14:50 2008 +0000

    Fix for ticket:236, parallel makes are indeterminate.
    Merged eb/pmake r7909:7911 into trunk
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bd31e949498e722db8a0ebad5b5215a1fb8f73af
Author: jcorgan <address@hidden>
Date:   Fri Feb 29 19:48:00 2008 +0000

    Update for new gr-msdd6000 component.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1f1a5841eae5aa12f9fd814a73f22a63dbc2f15c
Author: gdt <address@hidden>
Date:   Fri Feb 29 19:42:11 2008 +0000

    Change prefix to /usr/local/gnuradio, believed acceptable on *BSD and
    Linux, based on discussion with jcorgan.
    
    Explain purpose of script better, and increase warnings at beginning.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 24c3d69446455800e0ba839580d36a7a7cd962cc
Author: jcorgan <address@hidden>
Date:   Fri Feb 29 19:26:49 2008 +0000

    Merged r7857:7898 from n4hy/msddLTS into trunk, with modification.  Adds 
gr-msdd6000 component, providing GNU Radio source and sink support for the 
Softronics Ltd. MSDD 6000 receiver.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a3ef00c5659120e2f6bb6f17d644d47b9a8bf7be
Author: jcorgan <address@hidden>
Date:   Fri Feb 29 17:40:18 2008 +0000

    Merged r7866:7887 from michaelld/discheck_fix into trunk.  Allows running 
'make distcheck' without running 'make' first.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5896598b17796c2bf7ed04f7d494285babbeffdb
Author: gdt <address@hidden>
Date:   Fri Feb 29 15:19:22 2008 +0000

    Set PREFIX back to /usr/gnuradio, because systems that do not use /opt
    and follow traditional UNIX partitioning will then put the build in /
    (which does not have adequate space and violates the point of / being
    separate).  The prefix /usr/gnuradio is also not known to be in use by
    any packaging system, and it is important that test builds not
    interfere with files controlled by packaging systems.  It may be that
    OS-specific overrides are needed to choose a reasonable prefix on
    systems where /usr/gnuradio is not appropriate.
    
    Add usrp as a dependency for gr-radar-mono.  Now only expected
    failures occur on NetBSD/i386 4.0ish (gr-audio-{alsa,osx,windows} and
    gr-comedi).
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 90e4faa68bbb21a21a459755942756686985ba46
Author: jcorgan <address@hidden>
Date:   Fri Feb 29 04:00:13 2008 +0000

    Merged r7769:7873 from michaelld/bc_behavior into trunk.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c7da4a90c594001596ab869cfa4bfb2479c9ac6d
Author: jcorgan <address@hidden>
Date:   Thu Feb 28 23:14:07 2008 +0000

    Adjust ref-scale to match observed amplitude on oscope.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9905fe273103025303358c57b79e8c197d95da3b
Author: michaelld <address@hidden>
Date:   Thu Feb 28 20:11:05 2008 +0000

    Fix for QA code for wavefile.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f2fa77f61b3d569e475cda12ca683fe419e7bfdd
Author: jcorgan <address@hidden>
Date:   Thu Feb 28 19:40:12 2008 +0000

    Make usrp_fft.py reference scale configurable.
    
    Default is 14390, which is the ADC full scale * CORDIC gain
    in the FPGA DDC.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a2d1e3699e0ce052b9005c708bc8d0c5c4c0ba03
Author: jcorgan <address@hidden>
Date:   Thu Feb 28 19:35:18 2008 +0000

    Make averaging alpha configurable
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5ede0e2b1457d7c28ad29c5f2322305621a3b26a
Author: jcorgan <address@hidden>
Date:   Thu Feb 28 19:03:55 2008 +0000

    Added reference scaling to fftsink2.  Default behavior is unchanged.
    
    The new parameter 'ref_scale', defaulting to 1.0, represents a 0 dB
    y-axis value.
    
    Updated usrp_fft.py to display dBFS by setting ref_scale to 32768.0
    and ref_level to 0.  This results in the full 100 dB of dynamic range
    being displayed.
    
    Updated some gnuradio-examples to use the new parameter.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2869e85809d37ab4a2c01a18c4b348f7f28ee9b0
Author: trondeau <address@hidden>
Date:   Tue Feb 26 23:02:20 2008 +0000

    merged -r7836:7846 from trondeau/ofdmtiming to trunk. This fixes the big 
issues in transmitting OFDM over the air with 1 preamble symbol. Still some 
smaller issues left.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8779afa30b5b0877d6a7908b3b72f236c444edc4
Author: nldudok1 <address@hidden>
Date:   Tue Feb 26 22:34:54 2008 +0000

    removed bug in gr_test which could result in segfault when 
d_sizeof_output_item!=d_sizeof_input_item
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 046604dc691ef19e23a4b539df77d17f27f47a20
Author: jcorgan <address@hidden>
Date:   Tue Feb 26 20:05:35 2008 +0000

    Fix missing files in distribution tarball (Dan Halperin).
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2e61368208de7fec418dbd539e4feed45f31fc2b
Author: jcorgan <address@hidden>
Date:   Tue Feb 26 19:04:26 2008 +0000

    Fix bitmap update on Win32 (Don Ward).
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 57b3fa45b564fc596eca80c02f0dd235c63887e9
Author: jcorgan <address@hidden>
Date:   Tue Feb 26 17:44:08 2008 +0000

    Reverted changeset r1631 on trunk (cruft).
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 666732e77c49dd3220cb0ac133f0796c9183640f
Author: jcorgan <address@hidden>
Date:   Sun Feb 24 20:14:03 2008 +0000

    Fix typo.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a047f68e970b1c82c93ff881b02dc28d94b0c58e
Author: jcorgan <address@hidden>
Date:   Sun Feb 24 20:10:12 2008 +0000

    Catch up Debian packages
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b0245c71f07edd7921f0b70d9050781b5cb0c4b2
Author: jcorgan <address@hidden>
Date:   Sun Feb 24 01:54:50 2008 +0000

    Fix topology checking code in gr_flowgraph.  Thanks to Dan Halperin.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c6bb9986f005bbc2da298c637cee6748bb377ae8
Author: jcorgan <address@hidden>
Date:   Sun Feb 24 01:42:50 2008 +0000

    Fixed waterfallsink2 display with wxGTK-2.8, remove duplicated code.  
Thanks to Tobias Gresch.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 776da31eb84e146a8adf1e3ca7e017c1d9992ce3
Author: michaelld <address@hidden>
Date:   Thu Feb 21 19:16:45 2008 +0000

    Merged build_config branch into trunk:
    
    1) Modified top-level run_tests.sh script:
    
     a) to execute code for setting or changing the library search path in
        Darwin (DYLD_LIBRARY_PATH) or Windows (PATH) on those host OSs
        only, not on other host OSs.
    
     b) Added local (to the component making check) library paths to those
        same search paths, since libtool doesn't do it (unlike in Linux).
    
    2) In all AM Makefiles -except those dealing with USRP firmware-,
    changes INCLUDES to AM_CPPFLAGS since the former is deprecated.
    
    3) Changed AM_CPPFLAGS to FW_INCLUDES for commands .c.rel in USRP
    firmware.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit fd7f6c8cfacb4afaca28b22325f450342edd5218
Author: eb <address@hidden>
Date:   Thu Feb 21 01:55:06 2008 +0000

    disabled test_002_checkwavcopy, fails on PPC
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6c2acc10a7306ac352735b7ca0c72421b358fc46
Author: gdt <address@hidden>
Date:   Tue Feb 19 03:48:02 2008 +0000

    Add make clean before make.
    Add dependencies for gr-sounder and gr-utils.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8cfa8db43a62854a981070f0a6c67446cd995fc0
Author: gdt <address@hidden>
Date:   Tue Feb 19 03:46:39 2008 +0000

    Use directory declarations rather than hand-written install rules, in
    order to avoid the use of "install -D", which creates missing
    directories on Linux and does something metalog-related on NetBSD.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3a4437ae8b58dbd5ebfb193611da2d27e66d50c5
Author: jcorgan <address@hidden>
Date:   Tue Feb 19 03:12:49 2008 +0000

    Merged Tim Meehan's gr.and_*, gr.not_*, and gr.or_* blocks.  Passes 
distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ac5495a48abacd740c37f9e79d1bbfff218107c3
Author: jcorgan <address@hidden>
Date:   Mon Feb 18 17:20:15 2008 +0000

    Merged r7732:7734 from jcorgan/boolean into trunk.  Add's Tim Meehan's 
gr.xor_* blocks.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e7fda5b546fb804a735b7880530b76018519faa6
Author: jcorgan <address@hidden>
Date:   Mon Feb 18 06:27:50 2008 +0000

    Merged -r7723:7729 from jcorgan/wav into trunk, with added example program. 
 Adds Martin Braun's gr.wavfile_source and gr.wavfile_sink blocks.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit dec3205cba1a23943b40e953a9e103e03be095ef
Author: jcorgan <address@hidden>
Date:   Sun Feb 17 00:37:00 2008 +0000

    Fix word usage.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 07a63e98260db46a240d3f2aa59843b82c1e9046
Author: gdt <address@hidden>
Date:   Sat Feb 16 21:03:39 2008 +0000

    Try to build every module.  This script is now mostly ok.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3e418bccfe1c134d7c17abdb1c840a9853dac8ff
Author: gdt <address@hidden>
Date:   Sat Feb 16 18:47:57 2008 +0000

    add missing dependencies from some components.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d3efda7e842a62943f4292760fe48d424a5b1c53
Author: jcorgan <address@hidden>
Date:   Sat Feb 16 18:10:29 2008 +0000

    Improve hierarchical block documentation.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8150149e384204b0a636ff4122da202feadd7b4c
Author: gdt <address@hidden>
Date:   Sat Feb 16 16:55:59 2008 +0000

    Script to build and install GNU Radio one component at a time.  Read
    thoroughly before running.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 46c1c946ef04c91d2d948143095c27d94b64167e
Author: matt <address@hidden>
Date:   Fri Feb 15 18:45:10 2008 +0000

    Show 100 dB
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 242ce170242d39a2454ae14b7124f7a48a8a9835
Author: matt <address@hidden>
Date:   Thu Feb 14 00:07:07 2008 +0000

    Allow variable number of vertical divisions on FFT sinks
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b836d1ca494e0303f49d847982f198bb1037f800
Author: michaelld <address@hidden>
Date:   Mon Feb 11 15:57:38 2008 +0000

    Fix for gr-comedi when using --with-gnuradio-core in configure.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 729f214b632d8e1f0976fc8c7be7ac7f408bb79f
Author: michaelld <address@hidden>
Date:   Mon Feb 11 14:58:36 2008 +0000

    Fix for older autoconf that doesn't define "abs_top_YYY" variables by
    default.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e57a197d363f84000d4bc9c2e215ea6bf4c1b711
Author: matt <address@hidden>
Date:   Sun Feb 10 23:37:26 2008 +0000

    swap IQ on TX side, and allow a second chance to get lock detect
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1eeb01e36a6f0c622b7779aba3c29942b21a79fa
Author: matt <address@hidden>
Date:   Sun Feb 10 23:36:53 2008 +0000

    allow for iq swap on TX side as well
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d11295c32942e2eab2a4b5f377f073b5483fc840
Author: matt <address@hidden>
Date:   Sun Feb 10 21:23:19 2008 +0000

    lower phase noise with lower cp current
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 48fefc9b6e294c0ecb3cdd826b5a2f4b008fa829
Author: jcorgan <address@hidden>
Date:   Fri Feb 8 23:48:25 2008 +0000

    Merged r7611:7614 from jcorgan/gpio into trunk. Adds custom
    FPGA build for streaming digital I/O to/from GPIO pins through LSB of I and 
Q
    datastreams, with example programs of use.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 42d9c6f495503d3d9d2db47a9979036c9233f976
Author: jcorgan <address@hidden>
Date:   Fri Feb 8 23:32:10 2008 +0000

    Merged r7478:7608 from michaelld/t186 into trunk.  Adds ability to compile 
GNU Radio modules individually, using already installed dependent libraries and 
include files.  New functionality is enabled using --with-* on configure 
command line; existing build options should remain unchanged.  Nice work by 
Michael Dickens, still needs documentation update on wiki.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6bf2c048d94e1c673c06c058b23213cd28292520
Author: jcorgan <address@hidden>
Date:   Fri Feb 8 18:45:33 2008 +0000

    Fixed missed conversion that prevented gr.wxgui from importing correctly.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 05005e3d3fad3c9baee9906714510b5d12e0fa6f
Author: eb <address@hidden>
Date:   Fri Feb 8 04:36:24 2008 +0000

    Removed gr.flow_graph, gr.hier_block and friends.  From here on out
    all work on the trunk must use gr.top_block and gr.hier_block2.
    Merged eb/fg-no-more -r7602:7606 into trunk.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 42ad2adb86981f4488edbe33169683f787b807c3
Author: trondeau <address@hidden>
Date:   Wed Feb 6 15:54:54 2008 +0000

    Merging trondeau/ofdmfix into branch at -r7582:7586. This allows for 
over-the-air OFDM. Works with all modulations and tested both send and receive 
on different computers/USRPs. Misses a few packets, so it's not perfect.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 00e5a82e769411988244fe6e3eb3fdbb30562169
Author: jcorgan <address@hidden>
Date:   Tue Feb 5 16:54:24 2008 +0000

    Fixes abort issue in gr.top_block exception handling, improve some 
exception messages.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 33e175e4c63a383298eee4d37d8bec588620a9b4
Author: eb <address@hidden>
Date:   Tue Feb 5 01:56:07 2008 +0000

    VPATH fix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6c7ee8932b84fa5dca0c88d7d80f2efe0aa30a06
Author: jcorgan <address@hidden>
Date:   Fri Feb 1 16:48:00 2008 +0000

    Moved gnuradio-core/src/utils/ plotting scripts into gr-utils, with some 
rework.
    
    The gr_plot_data.py class installs into the gnuradio namespace as
    gnuradio.plot_data, and the remainder of the scripts install into
    $prefix/bin.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 42271ef69334b0b9236bdbfd8aa26c2848249d6d
Author: matt <address@hidden>
Date:   Wed Jan 30 22:47:15 2008 +0000

    make it work with rev 2 enables
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6d62ce192da9e86bd8bdd3be4e6a6893ac68ac6e
Author: matt <address@hidden>
Date:   Wed Jan 30 22:46:24 2008 +0000

    minor refclk and pll changes
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c2c1ba21350d588adb4ec8f2f815f50df81927f8
Author: trondeau <address@hidden>
Date:   Wed Jan 30 22:28:15 2008 +0000

    Catching ImportError exception and giving (hopefully) useful error message 
to install the necessary packages.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f52a5932f178e474b625e86fb85c1c8954334398
Author: trondeau <address@hidden>
Date:   Wed Jan 30 11:36:39 2008 +0000

    Updating and cleaning up plotting code. When plotting char/int/short/float 
you can now specify multiple input files on the command line and each are 
plotted in a different color. Useful when comparing two outputs.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d25106c30ba0b169148ddaf98bb30dfd38012e03
Author: trondeau <address@hidden>
Date:   Tue Jan 29 19:58:49 2008 +0000

    Switched OFDM sync block to use peak detector from Kyle Jamieson. This 
solves one problem of locking up with low SNR but does not solve the big 
over-the-air problems.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1881514841bf270dfeaf7884233e2c88acbe0bd4
Author: jcorgan <address@hidden>
Date:   Mon Jan 28 19:22:51 2008 +0000

    Removed gr-qtgui component (never finished), archived in limbo.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0ffca9f47759a616e6fc6aaf7c2ab642601935d1
Author: matt <address@hidden>
Date:   Sat Jan 26 01:30:37 2008 +0000

    better filter bandwidths
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit df4979365e72f36f048e30a0b388e777c7c9a7a9
Author: gdt <address@hidden>
Date:   Thu Jan 24 18:04:03 2008 +0000

    Note that this file is somewhat useful as a dependency reference even
    if you don't use pkgsrc.
    
    add lang/guile as a dependency
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cda71d951ef0cb2126719fed029d459b23a02fe9
Author: eb <address@hidden>
Date:   Thu Jan 24 16:29:09 2008 +0000

    Doc fixes from Firas.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c0444b8eb63a4783657d55bef1a7e3c027fd035c
Author: jcorgan <address@hidden>
Date:   Tue Jan 22 00:06:28 2008 +0000

    Further attempted noise reduction for ticket:230
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 61400405ef05a34f1dd34aaf23a2797a16e219bf
Author: jcorgan <address@hidden>
Date:   Mon Jan 21 22:35:45 2008 +0000

    Trial fix for ticket:230
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d830a4547256be3096db83118f6e9ffe299f8ecf
Author: jcorgan <address@hidden>
Date:   Sat Jan 19 19:16:31 2008 +0000

    Fixes ticket:229.  Fixed code in synthesis filterbank, restored test 
programs from limbo and upgraded to use blks2.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0e47d4d37249d01d3b15684b95c941731c0505e4
Author: eb <address@hidden>
Date:   Sat Jan 19 01:31:48 2008 +0000

    applied patch for ticket:227
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 64069fba5439f51aa3bd22ddc2756c3781784531
Author: jcorgan <address@hidden>
Date:   Fri Jan 18 00:31:06 2008 +0000

    Trial workaround for ticket:181
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7b14a03f48984d20d0ff969eaa327078cd2773cb
Author: eb <address@hidden>
Date:   Wed Jan 16 20:38:04 2008 +0000

    Merged -r7436:7453 eb/freebsd into trunk.  This is a part of a set of
    patches from Diane Bruce for FreeBSD.  Still need to resolve the
    issue of where/how to include config.h in all swig code and
    how to select wx version on systems with more than one version installed.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bcb3b35f329f5cfc286c3fd86d349470d29366d5
Author: jcorgan <address@hidden>
Date:   Wed Jan 16 17:08:47 2008 +0000

    No longer need workaround.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7811f7f3d743aebafbe5daf2f5088d139b774459
Author: eb <address@hidden>
Date:   Wed Jan 16 03:10:08 2008 +0000

    Merged eb/firas-doc -r7443:7444 into trunk.  These changes allow
    doxygen to generate a unified output that includes both C++ and Python
    docs.  There's still work to do to get this cleaned up, but it's a
    great start!
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9949abfaf792fd860cb6d73775b53b655ca5417b
Author: jcorgan <address@hidden>
Date:   Tue Jan 15 19:54:22 2008 +0000

    Change usrp.selected_subdev() to return a weak reference to the
    daughterboard object.  This fixes the 'weakref exception' error on
    shutdown that is sometimes seen.  What was happening is that user
    code would hold a daughterboard reference, the USRP object would go
    out of scope, and then when the daughterboard finally went out of scope,
    it's destructor would try to invoke methods on (the now non-existent)
    USRP.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c134910514da25ea27142022c90fe384395668e4
Author: trondeau <address@hidden>
Date:   Mon Jan 14 14:06:01 2008 +0000

    Fixed tunnel.py to properly call send_pkt. Runs on USRP although I can't 
fully test it.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4022e568aa33f223df17b869af80f5c6565df286
Author: michaelld <address@hidden>
Date:   Sun Jan 13 20:41:11 2008 +0000

    Merged OSX fixes for 10.5 (backwards compatible with 10.4 if not
    earlier) for USRP legacy fast-usb code from r7358 branch into trunk:
    
    Fixed DEBUG commands in all files.
    Fixed flow control between originating and spawned threads.
    Fixed WritePipeAsync buffer write size.
    Added in debugging comments to fusb code, to better track async flow.
    
    NOT YET updated for MacOS X 10.5-specific IOKit code, but everything
    seems to work just fine as is.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 88632145c80262215e8a1ea8c18fea4ae98772c9
Author: trondeau <address@hidden>
Date:   Sat Jan 12 22:19:23 2008 +0000

    Converting OFDM tunnel.py to use blks2
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 824154f497f7f96a47297b589033638e3e77a6c4
Author: trondeau <address@hidden>
Date:   Thu Jan 10 10:47:48 2008 +0000

    woops. Actually assigning return value.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ee31bc0892dbd2c1d5ecae3a9ce9e54ed1bdf8c5
Author: trondeau <address@hidden>
Date:   Wed Jan 9 23:27:36 2008 +0000

    merging receiver branch -r6837:7375 into trunk. Improves speed of MPSK 
receiver; adds branching and branchless versions of clipping and slicing 
routines to gr_math.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 97dca638c9d58fe50a535719c2956ca9c937d963
Author: nldudok1 <address@hidden>
Date:   Sun Jan 6 01:09:51 2008 +0000

    missing pmt dependency
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 93a3a8624a3b82f55042ced8232f4d9805e87448
Author: jcorgan <address@hidden>
Date:   Sat Jan 5 04:35:41 2008 +0000

    Merged r7323:7349 from jcorgan/xcvr2450 into trunk.  Ads XCVR 2450 
daughterboard code.  Not fully tested.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ce16514534e5d7ebbc4fe46e2b09a25ccc5fdafd
Author: trondeau <address@hidden>
Date:   Wed Jan 2 17:35:35 2008 +0000

    Merging ofdm2 branch -r7047:7321 into trunk. This updates the OFDM code to 
hier_block2 in blks2impl and removed from blksimpl. The new code
    implements a decision feedback sync loop to lock the phase/freq, removes 
two unnecessary premables and performs frame sync and equalization off
    single preamble symbol. Also adds/updates Python plotting tools and a 
branchless clip algorithm in gr_math.h.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 481636b7be1462dc9f1909ac4700002af63dc8c0
Author: jcorgan <address@hidden>
Date:   Thu Dec 27 21:29:15 2007 +0000

    Added missing script to Makefile.am
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f3b12bf198e7a6a2d23bd67cda3653137a8f2c02
Author: michaelld <address@hidden>
Date:   Mon Dec 24 02:28:31 2007 +0000

    Fixes inclusion of omnithreads library and includes in usrp for
    darwin/OSX only.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 03f6a23182bee8d7502a69ec3b2000f6fb83b168
Author: eb <address@hidden>
Date:   Sun Dec 23 18:57:51 2007 +0000

    change in whitespace only
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d67725d6ae32ead4c87545caec6d79ea59d6608f
Author: mleech <address@hidden>
Date:   Sun Dec 23 02:02:48 2007 +0000

    Fixed io_signature errors caused by whole new block structure.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a8a4bf2003912f67a6a796de100c19a049b6d34e
Author: mleech <address@hidden>
Date:   Sun Dec 23 01:42:20 2007 +0000

    Fixed problems caused by upgrade to stdgui2, etc.
    
    Temporarily removed audio output.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 387d6d26a45e1ac037164eea875d87ffae0a1bac
Author: nldudok1 <address@hidden>
Date:   Fri Dec 21 04:43:55 2007 +0000

    bugfix for low decimation rates (dec<8)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 836d254439fb08c46edd6f020ab86bd02541baf1
Author: mleech <address@hidden>
Date:   Fri Dec 21 03:48:58 2007 +0000

    Fixed calls to ra_stripchartsink and ra_fftsink
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 374447978631cc38b18495f9a17d2fe1c85e1046
Author: jcorgan <address@hidden>
Date:   Wed Dec 12 03:48:44 2007 +0000

    Reverted changeset r7089 on trunk.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 85628b2391bc665dd7171f50e6cf8639c33c3fcf
Author: nldudok1 <address@hidden>
Date:   Tue Dec 11 23:45:06 2007 +0000

    added AM reception example in the style of wfm_rcv
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d4479396da276fe7e7dfe9b904522b076bde0d9b
Author: mleech <address@hidden>
Date:   Mon Dec 10 22:09:40 2007 +0000

    Updated to numpy.fft from Numeric.FFT
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e6b44c657f43ed84ac2889bac48ef24ca3bfe7e7
Author: mleech <address@hidden>
Date:   Mon Dec 10 22:09:21 2007 +0000

    Updated to numpy.fft from Numeric.FFT
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 100e6105278e91ab07ae37e88e83b1ab738594c9
Author: nldudok1 <address@hidden>
Date:   Sun Dec 9 17:40:08 2007 +0000

    bugfix for indexnumbers in IIR filter
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a81fada7ab253d3b8a48eab7c301c69c038c118d
Author: eb <address@hidden>
Date:   Mon Dec 3 19:17:41 2007 +0000

    fix for ticket:145
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b70f65470735926fae763bf9ddd9bc2a93e50618
Author: eb <address@hidden>
Date:   Mon Dec 3 17:56:42 2007 +0000

    Moved exception handling includes out of the sw_*.i files and into 
gnuradio.i
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4aff597a448d54a7979bea82201b4d9eec4d3b5f
Author: eb <address@hidden>
Date:   Mon Dec 3 17:46:09 2007 +0000

    Renumbered FGV_* so that they are zero based to fix problem
    reported and diagnosed by Michele Bavaro <address@hidden>
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 92af10c79ff5596839262b4772c65ab405738623
Author: matt <address@hidden>
Date:   Fri Nov 30 19:33:45 2007 +0000

    minor updates
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e01b98864f8dadc486e8f0c57ad69205944391a2
Author: eb <address@hidden>
Date:   Thu Nov 29 01:07:00 2007 +0000

    fixes ticket:211
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8f1eabe43be4b90ecfdbb501bc7fe8cd033e5357
Author: eb <address@hidden>
Date:   Tue Nov 27 20:27:57 2007 +0000

    disabled portaudio in cross compile
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f845cd62f4bc202dc3c23a916a6699a1afb2f40d
Author: jcorgan <address@hidden>
Date:   Tue Nov 27 20:06:08 2007 +0000

    Implements ticket:208
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0795ff1cc1f886c9749a4f95cd708190ec7eef20
Author: eb <address@hidden>
Date:   Tue Nov 27 19:38:39 2007 +0000

    disable gr-video-sdl until sdl.m4 is fixed
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3f279f89c668191fcfb7dcaf2c0e4e4bc044a381
Author: eb <address@hidden>
Date:   Tue Nov 27 19:36:40 2007 +0000

    fixed polarity of test
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7e5ff593896c6c1d832c17a7e0d0eb42f2277d9d
Author: jcorgan <address@hidden>
Date:   Tue Nov 27 19:15:30 2007 +0000

    Implements ticket:207
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b07df82d5536f65ad50d3029d69bd27cd25235de
Author: jcorgan <address@hidden>
Date:   Tue Nov 27 18:55:56 2007 +0000

    Implements ticket:206
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ffce4b9e4839413ce16484b851cf17a2bb6f1c4a
Author: jcorgan <address@hidden>
Date:   Tue Nov 27 17:35:53 2007 +0000

    Implemented ticket:205.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8e87bb89b6d80cc63c2474c333ab305bdcd99be3
Author: jcorgan <address@hidden>
Date:   Tue Nov 27 17:12:14 2007 +0000

    Convert missed script in digital examples to top_block code.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a81ac5a7bc4e77cf8c8212002e98be79f82acebf
Author: jcorgan <address@hidden>
Date:   Tue Nov 27 17:00:40 2007 +0000

    Added FIXME tags.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3c443c0b1ab35d08eb685ce5d7740e22d7d06a63
Author: jcorgan <address@hidden>
Date:   Tue Nov 27 15:29:17 2007 +0000

    Merged r7001:7035 from jcorgan/t202 into trunk.  Implements ticket:202, 
converting qa code in core to new top block code.
    
    Three issues exist and have been separately logged:
    
    qa_bin_statistics.py - ticket:199
    qa_rational_resampler.py - ticket:210
    qa_stream_mux.py - ticket:211
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 854381c3f3e21405d2dfb9e6ca830d0165c48ec6
Author: eb <address@hidden>
Date:   Tue Nov 20 22:54:51 2007 +0000

    added missing -lgromnithread
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b4a1b8d3c23ce86cf89cbba220b3b0acae3c2b24
Author: jcorgan <address@hidden>
Date:   Mon Nov 19 17:59:19 2007 +0000

    Partial completion of ticket:201.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b54da83a00895d11ba28fa73e7cbc5bf77c5b6d2
Author: jcorgan <address@hidden>
Date:   Sat Nov 17 22:00:32 2007 +0000

    Use newer version for gutsy.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bf12ba6d7019aaea6215b1a64e0f2b03de96b1be
Author: eb <address@hidden>
Date:   Mon Nov 12 18:08:38 2007 +0000

    minor adjustment to svn:ignore
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e7083c3547577b1faad7d67e68fc8f5c7dc6d12f
Author: eb <address@hidden>
Date:   Mon Nov 12 18:07:31 2007 +0000

    doc cleanup
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7fd9da3a4d2a1700212a8d8cd784bd8321af54ad
Author: eb <address@hidden>
Date:   Sun Nov 11 18:04:45 2007 +0000

    config files have new canonical home
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d458e807fd31000d3844497ba25c919a7058e009
Author: matt <address@hidden>
Date:   Sun Nov 11 00:36:44 2007 +0000

    first cut to control 2.4G/5G dualband board
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 320e6a0afb53b6c596eb8cbabe08aa139508f9ec
Author: jcorgan <address@hidden>
Date:   Sat Nov 10 19:23:57 2007 +0000

    Restores 8-bit sample format support to FPGA code.  Synthesized with 7.1SP1.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d15e9b2a599c5919152362331189a7cafcb7c457
Author: eb <address@hidden>
Date:   Sat Nov 10 11:41:15 2007 +0000

    pass args through
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bf89a84441f33f17f29ce238d9920f87a4d3b540
Author: eb <address@hidden>
Date:   Sat Nov 10 01:03:04 2007 +0000

    Merged -r6847:6850 from eb/trial-merge into trunk.  This changeset
    contains the modifications required to cross-compile GNU Radio for
    the Cell processor.  For directions, see CrossCompilingForCell
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 83200c22baaf6d2619035966bf8da1d662d8a9de
Author: jcorgan <address@hidden>
Date:   Sat Nov 10 00:53:09 2007 +0000

    Reverted changesets r6841 and r6840 on the trunk.  Passes make check.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6ddab26f99d1ebc27374ef9efe840329d498d86c
Author: n4hy <address@hidden>
Date:   Thu Nov 8 22:53:13 2007 +0000

    oops, meant to do that in our branch
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a6adc4cc6d35860a8b9b6b2cb1e3abb17b74552b
Author: n4hy <address@hidden>
Date:   Thu Nov 8 22:43:26 2007 +0000

    attempting to use branchless clipping to prevent pipeline dumping, fabs 
needs to be intrinsic for speed
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 28edd49f3d5c1e7eb2f3f2826726bf688f037b1f
Author: jcorgan <address@hidden>
Date:   Thu Nov 8 20:50:47 2007 +0000

    Fix for working with peak hold in usrp_fft.py
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9e9d90d528c8833c5b6a0a0982d7df198b6c9451
Author: jcorgan <address@hidden>
Date:   Thu Nov 8 19:46:06 2007 +0000

    Adds 'ctrl-double-click to re-center on maximum power' to usrp_fft.py
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3d2a76f4eeede13bdb4fcf628409a0086ae61737
Author: jcorgan <address@hidden>
Date:   Thu Nov 8 18:33:03 2007 +0000

    Added conflict in python-gnuradio-core for python-gnuradio < 3.1, which 
will hopefully force the prior package to be deinstalled when upgrading.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 014ae1c4fd0a0d77535a2a777aeb88f83fafee96
Author: eb <address@hidden>
Date:   Thu Nov 8 18:13:34 2007 +0000

    removed obsolete distribution tools used with CVS
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6fd683e2bef9b131bcf87dbdd04613b4a11f5e94
Author: jcorgan <address@hidden>
Date:   Thu Nov 8 07:03:45 2007 +0000

    Adds 'double-click to re-center' to usrp_fft.py
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 16920f6f12df9a4bbca3d9b2fa25f44145ee5513
Author: jcorgan <address@hidden>
Date:   Thu Nov 8 06:43:07 2007 +0000

    Cleanup and instance variable renaming.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 27d33b1d2c8dccf5945d34f9daccc93cb66dab2b
Author: jcorgan <address@hidden>
Date:   Thu Nov 8 03:03:32 2007 +0000

    Improved frequency display format.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 32ea2fe9034c799557cfb63be6f56301a94621f1
Author: jcorgan <address@hidden>
Date:   Thu Nov 8 02:20:57 2007 +0000

    Fixes center frequency display in usrp_fft.py
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9e4536a76f32aeab24b072689b2950cfa19c9f34
Author: jcorgan <address@hidden>
Date:   Thu Nov 8 01:04:58 2007 +0000

    Adds mouse hover value display to fftsink2
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8cb26a86477e2c09ca3d07cf9f9300e93cecfc9c
Author: eb <address@hidden>
Date:   Wed Nov 7 20:52:17 2007 +0000

    disabled test_mblock until ticket:180 is resolved
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 85dafd474ce90544e132c4e7f99265d26bbe4962
Author: jcorgan <address@hidden>
Date:   Tue Nov 6 02:12:54 2007 +0000

    Update Debian package changelog.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0dbdeb36e55196f0a14fc5ae680ded07e96e5aca
Author: jcorgan <address@hidden>
Date:   Tue Nov 6 02:00:11 2007 +0000

    Updated debian package version.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c680f7a3509ea7d06e0e7180195924978974bf36
Author: jcorgan <address@hidden>
Date:   Tue Nov 6 01:01:46 2007 +0000

    Cleanup distribution list.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e8f0d65634e4817e200ae72db9c4c3fed749b484
Author: jcorgan <address@hidden>
Date:   Tue Nov 6 00:49:08 2007 +0000

    Stop distributing bootstrap script in release tarball.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e52d20dd54cb94aebcab4e68e808dbcfe10dd76a
Author: jcorgan <address@hidden>
Date:   Tue Nov 6 00:45:42 2007 +0000

    Added file for accumulated release making notes.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2dbf05ad660a00c460aa8cbae84be8d6350f8bd9
Author: jcorgan <address@hidden>
Date:   Tue Nov 6 00:39:39 2007 +0000

    Updated to latest canonical config.guess and config.sub
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6ae6d3f59baceee8be11ba3c1ae4b5ed5116aaa8
Author: jcorgan <address@hidden>
Date:   Sat Nov 3 00:59:40 2007 +0000

    Merged r6794:6798 from jcorgan/t198.  Fixes ticket:198.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6b1dcc7d74acf86d755de4668ad7b136ed3748be
Author: jcorgan <address@hidden>
Date:   Fri Nov 2 03:02:56 2007 +0000

    Merged r6780:6781 from jcorgan/t196.  Fixes ticket:196.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a65493f9255903f790d128217b8254736b37d5ba
Author: jcorgan <address@hidden>
Date:   Thu Nov 1 23:57:49 2007 +0000

    Regenerated USRP Makefile.extra
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3db1ec114a99512786c4b165d573ed2b10f8d47f
Author: jcorgan <address@hidden>
Date:   Thu Nov 1 23:56:59 2007 +0000

    Merged r6766:6775 from jcorgan/t195.  Fixes ticket:195.  NOTE: this removes 
8 bit sample width support on receive.  Synthesized with 7.1SP1.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a5f7fe576829f66d1a33ab339f406a9c3b18cf72
Author: jcorgan <address@hidden>
Date:   Thu Nov 1 03:29:36 2007 +0000

    Merged r6749:6763 from jcorgan/t179.  Fixes ticket:179.  New RBFs 
synthesized with 7.1SP1.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cdc4b7416c50dd46c666220e01ff1bd6101085ab
Author: eb <address@hidden>
Date:   Mon Oct 29 05:54:51 2007 +0000

    eliminate warning when pktno > 64K
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d3bc8c2ce9fdf9adec90b77e2da44e3b9d0a43bf
Author: eb <address@hidden>
Date:   Mon Oct 29 05:52:44 2007 +0000

    simplified import
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2ca15dc5e29410ed63afafb882811716d74e209e
Author: nldudok1 <address@hidden>
Date:   Sun Oct 28 23:08:45 2007 +0000

    resolved bug which prevented loopback from working
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2b552c8dbf35c7efb26b5efd851f4682aa599ba3
Author: nldudok1 <address@hidden>
Date:   Sun Oct 28 22:08:40 2007 +0000

    added complex and dualchan option for BasicRX and LFRX
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2de82ac7f5d32890be9515b67acef4ad51b000f4
Author: jcorgan <address@hidden>
Date:   Mon Oct 22 23:15:11 2007 +0000

    Remove some regenerated files from version control.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 95dbcb609dd32affe70ec943dfffab2e81d718d1
Author: jcorgan <address@hidden>
Date:   Mon Oct 22 19:05:27 2007 +0000

    Revert mistaken version change.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 79794cbcf4498b525048566b4582ae00c9196894
Author: jcorgan <address@hidden>
Date:   Mon Oct 22 19:04:50 2007 +0000

    Upgrade to latest autotools helper scripts and files.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e7e760bad5ad27ee6e8ba2d218a25330675f03f9
Author: jcorgan <address@hidden>
Date:   Mon Oct 22 19:00:37 2007 +0000

    Update howto QA code to use new topblock code.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a688351b4f53b8dbf7412788be04e5eeffa11346
Author: jcorgan <address@hidden>
Date:   Mon Oct 22 17:44:26 2007 +0000

    Revert automated versioning on trunk Debian package build.  Too many things 
depend on static changelog.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d50661511c78e489fdf54584c31639945fdd37f8
Author: jcorgan <address@hidden>
Date:   Mon Oct 22 17:13:50 2007 +0000

    Add methods in shim to allow derived class override in Python
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 62cc4591826f6cd5b8e9581ccddd4910eb598bf4
Author: jcorgan <address@hidden>
Date:   Sun Oct 21 19:56:42 2007 +0000

    Update Debian packaging to reflect repository version, tweaks
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b5bd9e6e65aba8b235541442633f18f5e120c682
Author: jcorgan <address@hidden>
Date:   Thu Oct 18 01:47:32 2007 +0000

    Remove non-converted OFDM code from blks2impl (examples still use blks, not 
blks2.)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a5e16a6c596984438c53fbf17d0f812616320aa3
Author: jcorgan <address@hidden>
Date:   Tue Oct 16 17:56:14 2007 +0000

    Add missing include for ::write
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ba04e0dd0133dbb1edaf672f19f70588fa743e9d
Author: jcorgan <address@hidden>
Date:   Sat Oct 13 21:51:08 2007 +0000

    Changed revision to 3.1.svn.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3d6881a6295a9fc2c292ab0d7ddcc4d8528af318
Author: jcorgan <address@hidden>
Date:   Sat Oct 13 20:50:09 2007 +0000

    Added enabling group 'user' access to USRP hardware into Debian packaging.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9dd3b1fc59558fc00ac5cf1399b992b5fb8bf74a
Author: jcorgan <address@hidden>
Date:   Sat Oct 13 12:55:51 2007 +0000

    Update to latest config.sub and config.guess.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 435b908dacb80c344f96aac57d90ca110910f54f
Author: jcorgan <address@hidden>
Date:   Fri Oct 12 03:54:50 2007 +0000

    Cruft removal.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 80e6a256ed352771acedbb2c5628d3d06f06a7d8
Author: jcorgan <address@hidden>
Date:   Wed Oct 10 13:42:18 2007 +0000

    Added missing package.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 503ac5ec658d73d15b959b8684d991116ac11c5e
Author: jcorgan <address@hidden>
Date:   Wed Oct 10 13:31:27 2007 +0000

    Added missing package.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c3afdef49407739ab106cae31b0899eaaf32aacc
Author: jcorgan <address@hidden>
Date:   Wed Oct 10 11:46:53 2007 +0000

    Tweaks to Debian packaging.
    
    Added .so versioning where needed (libpmt, libmblock, libgromnithread) to 
allow automated dependency checking.
    
    Reverted (perhaps temporarily) to '3.0.svn' version numbering as the '~' 
trick wasn't working with Ubuntu
    
    Note: the -dev packages don't seem to be sufficient to compile the 
gr-howto-write-a-block module, so still debugging.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 577d40edc52e303a2594b3b51bd22a4927878273
Author: jcorgan <address@hidden>
Date:   Wed Oct 10 09:55:40 2007 +0000

    Merged r6502:6602 from bdale/deb into trunk.  Tweaks on Debian packaging.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7f4748559238447611a176772597de9dbc037c38
Author: eb <address@hidden>
Date:   Tue Oct 9 20:10:04 2007 +0000

    tool version changed
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6a5d58b8c0272abecd709b668d6e09439c69e552
Author: eb <address@hidden>
Date:   Tue Oct 9 20:09:04 2007 +0000

    New rbfs built from r6602 using Quartus II Web Edition version 7.1 SP1
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d00c31fe6b935cf1210e714018d490aa4571133b
Author: eb <address@hidden>
Date:   Fri Oct 5 00:20:23 2007 +0000

    documented standard command line options and conventions
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 568b72d1d6dd2652e21863d457df7319a9194129
Author: jcorgan <address@hidden>
Date:   Wed Oct 3 16:20:05 2007 +0000

    Applied patch from Josh Blum.  Adds multiple input specification to 
constructor for scopesink2 and convenience constructor for constellation mode.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5ffe20b3c2b12405e20c54f5a47f801346485714
Author: eb <address@hidden>
Date:   Tue Oct 2 23:12:57 2007 +0000

    added missing aligned attribute
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 97ee4acfa1cd2c1ce9fec183500afadb9f99300a
Author: eb <address@hidden>
Date:   Tue Oct 2 21:32:19 2007 +0000

    Trial fix for ticket:189, gr_mpsk_receiver_cc problem.
    Added checking for SIMD alignment requirement on gr_complex (must be
    8-byte aligned) so that future violations will throw an exception.
    Modified gr_mpsk_receiver_cc.h so that delay line being passed to
    gri_mmse_fir_interpolator_cc is 8-byte aligned.  Added QA code for
    gri_mmse_fir_interpolator_cc.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0b0f2e10fa76e6adebf669f8a7ef1c7d15d8c5d2
Author: eb <address@hidden>
Date:   Tue Oct 2 19:30:33 2007 +0000

    renamed test macro for consistency
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 554380de440aed0dd2c20c1c394e15c770802b2d
Author: jcorgan <address@hidden>
Date:   Fri Sep 28 21:44:05 2007 +0000

    Merged r6552:6562 from jcorgan/radar into trunk.  Updates gr-radar-mono 
with changes from live field testing.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ea8558daa6d9afa7dea13fe0adf7acbac4e5d352
Author: jcorgan <address@hidden>
Date:   Thu Sep 20 23:37:14 2007 +0000

    Fixed typo in dependency list.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 35259f3084142193b3c4a16bea14e4fab98c9958
Author: jcorgan <address@hidden>
Date:   Thu Sep 20 23:06:27 2007 +0000

    Work in progress with Debian packaging.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d5168150815339f0d3b117bcfb4d2c4265d15b33
Author: jcorgan <address@hidden>
Date:   Thu Sep 20 17:13:52 2007 +0000

    Converted blks2.channel_model to hier_block2 format.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a64acfe8cef1fa73da333d0860b3da0c97a5eb45
Author: jcorgan <address@hidden>
Date:   Thu Sep 20 03:34:02 2007 +0000

    Merged r6475:6484 from jcorgan/radar into trunk.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit afa44e7107019fa5207fde4baf9a6f477bd995e9
Author: jcorgan <address@hidden>
Date:   Wed Sep 19 21:44:17 2007 +0000

    Fix missed variable name change.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 57cb93004961c2d5ecf2db6201dd98dfc253e7ac
Author: jcorgan <address@hidden>
Date:   Wed Sep 19 17:22:48 2007 +0000

    Added missed numbersink2.py
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e692e71305ecd71d3681fe37f3d76f350d67e276
Author: jcorgan <address@hidden>
Date:   Tue Sep 18 18:59:00 2007 +0000

    Merge r6461:6464 from jcorgan/t162-staging into trunk.
    
    * Final gr.top_block and gr.hier_block2 implementation inside
      gnuradio-core/src/lib/runtime
    
    * Implementation of gr.hier_block2 versions of all the old-style blocks
      in blks.  These live in blks2.
    
    * Addition of gr.hier_block2 based versions of gr-wxgui blocks
    
    * Conversion of all the example code in gnuradio-examples to use this
      new code
    
    * Conversion of all the gr-utils scripts to use the new code
    
    The OFDM examples and related hierarchical blocks have not yet been
    converted.  Code in the rest of the tree that is outside the core
    and example components has also not yet been converted.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6ad04a094ced626e46c210b9847eae46a1ae8e67
Author: jcorgan <address@hidden>
Date:   Tue Sep 18 18:10:01 2007 +0000

    Fixed base class name.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a44b72ba2a9e572145cf96a7b9f7758bc58238be
Author: jcorgan <address@hidden>
Date:   Mon Sep 17 22:08:05 2007 +0000

    Merged -r6379:6451 from jcorgan/radar into trunk.  Adds working receiver 
implementation to gr-radar-mono.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4e7d048aeb80f95b19cebed9d76b79e6cbe64a9a
Author: eb <address@hidden>
Date:   Thu Sep 13 23:21:41 2007 +0000

    Merged r6329:6428 of features/inband-usb + distcheck fixes into trunk.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6006b92a287fa5a23bcb7905f6f854d9c9dd4462
Author: michaelld <address@hidden>
Date:   Thu Sep 13 20:36:23 2007 +0000

    Made changes, such that:
    * trunk now passes "make distcheck" on OSX
    * verified that 'realtime' scheduling now works on systems with
      'pthread_setschedparam' but not 'sched_setscheduler' (e.g. darwin);
      the latter has priority if both are installed.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit aecbab9d0720eacfb4e42aeb825c3f821c4df7a3
Author: jcorgan <address@hidden>
Date:   Mon Sep 10 15:20:46 2007 +0000

    Added base class member for select_rx_antenna.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f1b81c4d4a4d5bc3d040970fa5296be7f932c854
Author: matt <address@hidden>
Date:   Sat Sep 8 21:17:20 2007 +0000

    added option to set the gain
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1de3b0ded031368de377d44305f6aa506e0d6ec5
Author: matt <address@hidden>
Date:   Sat Sep 8 21:16:25 2007 +0000

    added option to choose the antenna on RFX and WBX boards
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8a848c1b2c49893f79a1d9ef7e8b35a25738c79d
Author: mleech <address@hidden>
Date:   Thu Sep 6 02:20:16 2007 +0000

    Removed a diagnostics print
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit deb2f30daebaeb9c5e2aa64278bdd8cc7e28ed61
Author: mleech <address@hidden>
Date:   Thu Sep 6 01:54:36 2007 +0000

    Updated to use Dave Wards code.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 43f5a4f95acac503d2f5f7668c6138d41ad8fd32
Author: mleech <address@hidden>
Date:   Thu Sep 6 01:54:13 2007 +0000

    Updated to use a variant of Dave Wards waterfallsink.py
    
    Added -Q (--seti_range) option to allow setting of scanning bandwidth in
      SETI mode.
    
    Added more statistical output in seti_analyser
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3b0431055608fa4a9158ea2b546955a3f0c9475b
Author: jcorgan <address@hidden>
Date:   Wed Sep 5 23:52:39 2007 +0000

    Fix typo.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4e6ff2a839fcf608be5cc802717d913431e7812b
Author: jcorgan <address@hidden>
Date:   Wed Sep 5 22:13:18 2007 +0000

    Control file cleanup.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c274ae3e2f2891fb7f6c5f5360d91ee94d8ce534
Author: eb <address@hidden>
Date:   Wed Sep 5 21:33:05 2007 +0000

    Merged George's changes from features/inband-usb r6309:6325 into trunk.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 73b85d7840a0694b9deafc75e081dd67cb935169
Author: eb <address@hidden>
Date:   Wed Sep 5 20:18:28 2007 +0000

    Merged eb/usrp-la r6317:6320 into trunk.  This deborks the dependency
    on usrp-inband that was introduced in [6307].
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bdae13c6aae7a5190e25dfb41e546382e9c6def3
Author: eb <address@hidden>
Date:   Wed Sep 5 19:14:11 2007 +0000

    Added CMD_SEND_*, moved ports to SRC and DST regs
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6377a536a6aff4a914494299679ddc223e2cf3c9
Author: eb <address@hidden>
Date:   Wed Sep 5 16:56:30 2007 +0000

    Applied patch from Richard Alimi
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c40929faf2ef4dc93be9df246b1370cea3849d45
Author: jcorgan <address@hidden>
Date:   Wed Sep 5 16:54:54 2007 +0000

    Fix erroneous entry in control file.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b644e266dd6f5f4b6cdac126477b61debee89e26
Author: eb <address@hidden>
Date:   Wed Sep 5 01:43:43 2007 +0000

    Merged features/inband-usb r5224:6306 into trunk.
    This is work-in-progress on inband signaling for the USRP1.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9ccd0ffb7846f7d8d82e9214bca9c2d11311b649
Author: jcorgan <address@hidden>
Date:   Tue Sep 4 21:28:57 2007 +0000

    Merged r6285:6297 from features/deb into trunk.  Nearing completion on 
Debian packaging for 3.1.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a211635bd5035f23e398ffbc32488d15a611d873
Author: jcorgan <address@hidden>
Date:   Tue Sep 4 19:47:03 2007 +0000

    Oops.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 42c1bfdc72b29f18c5a750a07959d4cc760411b4
Author: jcorgan <address@hidden>
Date:   Tue Sep 4 13:21:24 2007 +0000

    Cleanup on gnuradio-examples restructuring.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 60d88c4aef7c5c1851028046eb67fdfe162c82c4
Author: jcorgan <address@hidden>
Date:   Tue Sep 4 03:21:23 2007 +0000

    Merged r6045:6116 from jcorgan/radar into trunk.  Updates gr-radar-mono 
with work-in-progress.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1ef3a907f1d02d40ddc06f150d0524f01520f902
Author: jcorgan <address@hidden>
Date:   Tue Sep 4 02:48:20 2007 +0000

    Missed svn:ignore file.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 54d6b9281dc233e0b2acf26884073d973b7663de
Author: jcorgan <address@hidden>
Date:   Tue Sep 4 02:43:56 2007 +0000

    Merged r6271:6278 from jcorgan/t182 into trunk.  Implements ticket:182.
    
    Created new top-level component, gr-utils, to hold commonly used utility
    scripts (originally in gnuradio-examples).  These now install into the
    system path, allowing their use from wherever.
    
    Reorganization of gnuradio-examples component:
    
     * Commonly used utility scripts moved from python/usrp into gr-utils.
     * Examples now install into $(prefix)/share/gnuradio/examples/...
     * Channel coding examples moved into gr-trellis/src/examples, now install
       from there, only if gr-atsc itself is going to built and installed.
     * ATSC example scripts now install into example hierarchy
     * Cruft has been moved into 'limbo' in repository, do not get installed
    
    Trunk passes 'make distcheck'.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2c37e57fe4626ac30eb8c042e4d7daf64a0d45f5
Author: jcorgan <address@hidden>
Date:   Mon Sep 3 02:22:28 2007 +0000

    Fix svn:ignore property
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8af32097a1ebd90ca344e0e96616fd3be7a00af6
Author: jcorgan <address@hidden>
Date:   Sun Sep 2 21:20:24 2007 +0000

    Merged r6224:6268 from features/deb into trunk.  Implements most of a 
Debian package generation system. EXPERIMENTAL.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 415910cb8d48e33edf3289e2ba7b4a7b7f352cdd
Author: eb <address@hidden>
Date:   Fri Aug 31 01:59:32 2007 +0000

    Attempt to simplify conditions for ticket:181.  Didn't fix problem, but
    didn't harm anything either.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 36999d9a501bec0a02568a2a739a0a94ab1cf8ad
Author: eb <address@hidden>
Date:   Thu Aug 30 19:26:39 2007 +0000

    utility for extracting full paths of installed files
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7366cf6e495703a71de622b44d4c233b8f59d240
Author: eb <address@hidden>
Date:   Thu Aug 30 17:41:59 2007 +0000

    applied patch from jblum
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 35b216199a680cfdac3b543d6e5ac03d6a6cf641
Author: jcorgan <address@hidden>
Date:   Thu Aug 30 12:43:38 2007 +0000

    Merged r6216:6221 from features/deb into trunk.  Work-in-progress on Debian 
package generation; merging now to avoid file substitution issues in Subversion 
as deleted files are reintroduced.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 975e25baef29afca48ef9b25558bf867515b4034
Author: jcorgan <address@hidden>
Date:   Thu Aug 30 01:28:27 2007 +0000

    Merged -r6156:6213 from features/deb into trunk. Initial framework for 
creating Debian packages for 3.1 release.  NOT FUNCTIONAL.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e754be9784681f3e439fa67f4e877fd6aeb44277
Author: eb <address@hidden>
Date:   Thu Aug 30 00:11:16 2007 +0000

    fixes ticket:144; works around g++/PPC -O1 bug
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c3dbdb6a7baebf5157c552aefd06d8f171f46eb3
Author: eb <address@hidden>
Date:   Wed Aug 29 20:44:39 2007 +0000

    loosened tolerance so that it passes on Cell/PPC
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2a88d301ecdc95266e8f84fe36be646f78a9895a
Author: jcorgan <address@hidden>
Date:   Wed Aug 29 19:16:10 2007 +0000

    Clean up shared pointer casting.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0786370660817056e2ecb6b9793894678445a1a8
Author: jcorgan <address@hidden>
Date:   Wed Aug 29 19:03:41 2007 +0000

    Fixes ticket:172 and ticket:174
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0d4c64424578f537c47320e8893f7a9cf5e7e80a
Author: eb <address@hidden>
Date:   Wed Aug 29 04:26:04 2007 +0000

    Fixes ticket:169.  Tell assembler that our hand-coded assembly code
    does not require an executable stack.
    Merged eb/xstack -r6203:6204 into trunk.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 29576322fe8ef81e1f5b7cbafe62f413ccc2c911
Author: eb <address@hidden>
Date:   Wed Aug 29 00:42:11 2007 +0000

    trial fix for ticket:137.  Merged -r6196:6200 from eb/signal to trunk
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4d88dd87ef4145c5284ab4f437a32b4576276bdb
Author: eb <address@hidden>
Date:   Tue Aug 28 21:58:54 2007 +0000

    updated gr_omnithread.m4 so that it preserves ACX_PTHREADS default if-found 
behavior
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b8e0da3357a1366a9ef2d9d80311cd24fb526fb0
Author: jcorgan <address@hidden>
Date:   Tue Aug 28 20:44:59 2007 +0000

    Updated doxyfile for main documentation, include everything except... 
semantics
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a55fd4e34bf7372453c37966f1824b1b94983870
Author: eb <address@hidden>
Date:   Tue Aug 28 19:09:51 2007 +0000

    applied patch from Michael Dickens
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9b7a98d56ffefa71fb9d0b14cf7d56740dc890c8
Author: eb <address@hidden>
Date:   Tue Aug 28 06:12:16 2007 +0000

    Refactored flatten into const-correct functional form.  Beauty
    reigns.  Merged -r6191:6192 from eb/fg.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 02cd43b565615593f90bd08eb4e718a6ee649661
Author: eb <address@hidden>
Date:   Tue Aug 28 05:59:31 2007 +0000

    Kludged around hang in hier_block2.  Merged -r6189:6191 from eb/fg
    into trunk.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c088a546ac7ae55748e5421201f3387f3e1286f9
Author: jcorgan <address@hidden>
Date:   Mon Aug 27 18:49:11 2007 +0000

    Merged r6171:6186 from jcorgan/fg into trunk.
    
    Changes hierarchical flow graph API to use gr.top_block instead
    of gr.runtime.
    
    See discuss-gnuradio mailing list for explanation of changes.
    
    GRC has not been updated to use the changed API.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 06945c04b4af8af035aeee2e28d5e5626888f5ee
Author: jcorgan <address@hidden>
Date:   Sat Aug 25 04:14:06 2007 +0000

    Doxyfile cleanup.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e23303070a0b94a903f724548e2ae357294faee9
Author: jcorgan <address@hidden>
Date:   Sat Aug 25 04:01:19 2007 +0000

    Make usrp documentation its own top-level directory.  Fixes ticket:149.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1fc3f8738ac12ec2c08558277ac744ace545ca6b
Author: eb <address@hidden>
Date:   Fri Aug 24 20:45:54 2007 +0000

    trial fix for ticket:175
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f561a45ce55debd0662ea38e17b2ea4ad50ad771
Author: jcorgan <address@hidden>
Date:   Thu Aug 23 18:46:20 2007 +0000

    Merge r6160:6168 from jcorgan/fg into trunk.
    
    Refactors gr_simple_flowgraph into gr_flowgraph and gr_flat_flowgraph.
    
    Adds cppunit-based QA.
    
    Trial fix for ticket:164 included for free.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8c9188a05a0334e59553ded02052dc1ecb67feb6
Author: eb <address@hidden>
Date:   Tue Aug 21 19:15:43 2007 +0000

    fix for ticket:153, missing throw decl in .i file
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d404d01943acb9b8c929b3203c73a4c139466205
Author: eb <address@hidden>
Date:   Mon Aug 20 18:10:08 2007 +0000

    working doc on usrp2 traffic cop design
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 34feb86d97bb98d2e013ba84077ad8f9df83fa6b
Author: michaelld <address@hidden>
Date:   Sat Aug 18 20:23:55 2007 +0000

    Reverted source and sink blocking default back to 'true'.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d33a2b199ec6ddaf648ec6ae0081807a70d278f9
Author: michaelld <address@hidden>
Date:   Sat Aug 18 02:56:04 2007 +0000

    Fixed use of mutex and condition, which corrects a long-standing rare
    bug over contention of shared variables.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0693ac18e31a9014dd83b4a4c7ac43071279353a
Author: michaelld <address@hidden>
Date:   Sat Aug 18 02:35:43 2007 +0000

    Fixed use of mutex and condition, which corrects a long-standing rare
    bug over contention of shared variables.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8e44b73ab454947a1d2b97f8e793d1e481db2b5a
Author: michaelld <address@hidden>
Date:   Fri Aug 17 20:34:21 2007 +0000

    Changes so that OSX's FUSB will use gr's omnithreads instead of pthreads.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7dca4d18c5ebaf1bca2a0413f5dbb2941b396828
Author: jcorgan <address@hidden>
Date:   Fri Aug 17 18:38:47 2007 +0000

    Added selection of USRP hardware
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b6597c5a4efff24beb5b0ee58e6f8ec3c7f55f56
Author: michaelld <address@hidden>
Date:   Fri Aug 17 15:18:20 2007 +0000

    Added and changed comments debugging commands.
    
    Changed the 'do_block' argument from true to false as the default.
    
    Corrected a bug in the source: if 'do_block' is false and there is no
    data to return in "work()", now correctly releases the internal mutex
    before returning (0).
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c6e9cb1d8f59873d0dd26458062fd0d01ec69b23
Author: michaelld <address@hidden>
Date:   Fri Aug 17 03:23:02 2007 +0000

    Updated USRP's circular_buffer with the same corrections as for
    gr-audio-osx.  These corrections impact OSX/Darwin only.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d5d0ca37f209d85298f46fa730abed5fa671174f
Author: michaelld <address@hidden>
Date:   Fri Aug 17 03:18:37 2007 +0000

    added some debugging comments; fixed a bug in the circular buffer so
    that the internal mutex is released correctly and new data overwrites
    older data when an overrun occurs and writing is not blocked.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 667e15dd9d22c761d9fb4603b1f67912d4eff245
Author: matt <address@hidden>
Date:   Wed Aug 15 21:19:39 2007 +0000

    progress
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ec990a00c4430679a653323f1da0d8623f4c503a
Author: matt <address@hidden>
Date:   Wed Aug 15 03:29:23 2007 +0000

    progress
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 571337f2953eaf474ff4f942f6d56fe44f494aba
Author: matt <address@hidden>
Date:   Wed Aug 15 03:25:49 2007 +0000

    link in file for wbx
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3e0fb6a5b33c5165766ddaf0c1d046c89db9f86f
Author: matt <address@hidden>
Date:   Wed Aug 15 02:44:48 2007 +0000

    progress
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6a341feb050f97b258594a968403ee4e65f44455
Author: mleech <address@hidden>
Date:   Mon Aug 13 23:35:59 2007 +0000

    Changed to use numpy instead of Numeric
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 36050b7e616c22defbf4b4841f1d2cc7e4b837cf
Author: eb <address@hidden>
Date:   Thu Aug 9 13:24:09 2007 +0000

    work-in-progress on db_wbx
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e1afd7250a6ed57de64db0b6dda3996599f27b55
Author: eb <address@hidden>
Date:   Thu Aug 9 12:04:58 2007 +0000

    get_lo_offset -> lo_offset
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 62c619063040c6ee8f377a50963a419f607848fc
Author: matt <address@hidden>
Date:   Thu Aug 9 11:57:23 2007 +0000

    prelim wbx files
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a4e4925de62b771d850972917ed802d7c467f2c7
Author: matt <address@hidden>
Date:   Thu Aug 9 11:54:21 2007 +0000

    minor fixes
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9967e2e7664dbc96a5d1587c194cc648d01cf487
Author: trondeau <address@hidden>
Date:   Sat Aug 4 15:21:34 2007 +0000

    merged -r5966:6112 on trondeau/ofdm_mod. Allows for generic constellations 
(supports bpsk, qpsk, 8psk, qam16, qam64, and qam256 currently), fixes some 
bugs in the correlation and altered default parameters for over-the-air 
operation. This merge fixes ticket:156 and ticket:157.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e1ba40adade7ca7c1d732b4739c3889f2c6fd7a6
Author: jcorgan <address@hidden>
Date:   Fri Aug 3 06:09:23 2007 +0000

    Fix eol-style property on recently created m4 files, fixes ticket:160.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4df7abce00fbd7817ed87d3a2ac8a6be4df35f03
Author: mleech <address@hidden>
Date:   Wed Aug 1 04:09:50 2007 +0000

    Made --notches code more robust--error checks, and it now also "tracks"
      frequency changes.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1b5ffab02fdeb78b055e8b60371e776f320010ef
Author: mleech <address@hidden>
Date:   Tue Jul 31 22:09:18 2007 +0000

    Added an experimental feature for listing notch frequencies on the command 
line
      using --notches.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 367c10ecfcb7955ac923322c20be89d4b77dbedd
Author: jcorgan <address@hidden>
Date:   Tue Jul 31 04:04:45 2007 +0000

    Fix missed usrpm conversion.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 89ccdd52761aa7c77010cfbe8e46a4ac9b813e92
Author: mleech <address@hidden>
Date:   Mon Jul 30 03:46:03 2007 +0000

    Extended the range of the offset controls so that it now covers -750 to +750
    Added bounds-checking/setting for both --calib_coeff and --calib_offset
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit afdea599c98729e2b868819565f4c95c563c8c48
Author: mleech <address@hidden>
Date:   Mon Jul 30 01:26:03 2007 +0000

    Added GUI for post-detector offset and gain.  Previously these were carried
      on the command line only, as --calib_offset and --calib_coeff.  Now
      you can tweak them with the GUI, and the command line options have
      different scaling than previously.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 95c18a4684ad7a48b225decbee8177c6ad86ba7a
Author: eb <address@hidden>
Date:   Sat Jul 21 22:12:56 2007 +0000

    fix .h to match .cc
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 937b719d2e57d0497293d603da10cac2532346f6
Author: eb <address@hidden>
Date:   Sat Jul 21 03:44:38 2007 +0000

    Updated license from GPL version 2 or later to GPL version 3 or later.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 367efcdd71036a7f9930359280ca056baadc48a8
Author: eb <address@hidden>
Date:   Sat Jul 21 02:46:08 2007 +0000

    removed redundant copies of COPYING
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9064e0b29fcc12fe88a6673ddea2ee346c8df02d
Author: jcorgan <address@hidden>
Date:   Fri Jul 20 19:35:40 2007 +0000

    Update LO offset calls.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e67e6ad3539b8b847a4c011e23d5722c7a74f473
Author: jcorgan <address@hidden>
Date:   Fri Jul 20 19:35:08 2007 +0000

    Reworked LO offset handling.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 08b4782777eccd8913ac9dbd7b15508229db034e
Author: jcorgan <address@hidden>
Date:   Thu Jul 19 04:56:10 2007 +0000

    Fix for working with RFX boards.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 27669cfcdca0d56642cf5279d372fe149e7b1d26
Author: jcorgan <address@hidden>
Date:   Thu Jul 19 04:39:37 2007 +0000

    Merged r6015:6026 from jcorgan/radar.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0c30f34bf0afa14e8f2ee128dd4168c7c372b862
Author: jcorgan <address@hidden>
Date:   Wed Jul 18 20:20:30 2007 +0000

    Merged r5945:6012 from jcorgan/radar into trunk.  Updates gr-radar-mono 
component. Trunk passes distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 21a86c72fb9059cd975603dbae7d06665cfab373
Author: jcorgan <address@hidden>
Date:   Mon Jul 16 17:03:07 2007 +0000

    Added documentation.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5f18b3e1319b5a2f2fadc05bd1e51045846f4b6b
Author: jcorgan <address@hidden>
Date:   Mon Jul 16 16:02:34 2007 +0000

    Added center band
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5a73474dac86dceba0086e48f4812b77adea2118
Author: jcorgan <address@hidden>
Date:   Mon Jul 16 15:06:45 2007 +0000

    Missed file.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 877a3e627d3d5db76f205bb78aad5ed0ca898ad3
Author: jcorgan <address@hidden>
Date:   Mon Jul 16 15:04:44 2007 +0000

    Added decoder script for band (40 channels).
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 898245bd3bf4d652a94515171791bc59396fa019
Author: jcorgan <address@hidden>
Date:   Mon Jul 16 06:46:06 2007 +0000

    Implemented AFC loop in gr-pager
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 99de8b0d2849993b71c0d5b7d078d73850ac02b9
Author: jcorgan <address@hidden>
Date:   Mon Jul 16 05:42:22 2007 +0000

    Fix reference message and tweak DC removal constant.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 37c779b0c6394a3cec53370beb3b5a95e898b66a
Author: jcorgan <address@hidden>
Date:   Mon Jul 16 05:28:38 2007 +0000

    Merged r5950:5978 from features/pager into trunk. Trunk passes distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2e458356def8ef23944a2e578ce563bcb14dcab5
Author: trondeau <address@hidden>
Date:   Sun Jul 15 18:05:55 2007 +0000

    merged -r5947:5965 on trondeau/regen into trunk. Fixes ticket:154 on 
gr_regenerate_bb block.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ee7cc3b28783c6b564f32085d0a0fb9b66bc101b
Author: jcorgan <address@hidden>
Date:   Sat Jul 14 04:08:09 2007 +0000

    Updates to AUTHORS file.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b4d5fd2ff94d41f7981f87081a5d58cda1016ee5
Author: jcorgan <address@hidden>
Date:   Thu Jul 12 18:25:09 2007 +0000

    Fix gain setting in digital example transmit path.  Only affects BasicTX 
and LFTX operation.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c39968a6c89b0d428eb25385bcc6306c8eeb8f26
Author: jcorgan <address@hidden>
Date:   Thu Jul 12 00:54:37 2007 +0000

    Merged r5732:5941 from jcorgan/sar into trunk.  Adds start of gr-radar-mono 
component. Trunk passes distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d72cd723c56614f95286ed71272be3406cf36ddd
Author: jcorgan <address@hidden>
Date:   Wed Jul 4 22:58:57 2007 +0000

    Minor tweaks in display
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 708f6482fd0acb631f9c7db6b793f497cec665e1
Author: jcorgan <address@hidden>
Date:   Wed Jul 4 17:10:23 2007 +0000

    Fix long standing hang when exiting due to blocking read in gr-pager.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7214e263039f32a9f64c2c1db1a603f9a8135329
Author: jcorgan <address@hidden>
Date:   Wed Jun 27 17:42:16 2007 +0000

    Fix missed import from usrpm conversion.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8c7985d26f776437d04f4e2c7f467c02d44d1fd4
Author: nldudok1 <address@hidden>
Date:   Mon Jun 25 22:15:03 2007 +0000

    removed bug in pll_carrier_recovery which prevented stereo from working. 
Side-effect is that stereo-squelch is disabled for now
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 86b3b0128b43804326fa1f17b995b62b94d0b0a2
Author: nldudok1 <address@hidden>
Date:   Mon Jun 25 22:12:24 2007 +0000

    removed bug in pll_carrier_recovery which prevented stereo from working. 
Side-effect is that stereo-squelch is disabled for now
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit eea0c49c9d4dab6864cb5ba6feccde292c8be4a2
Author: nldudok1 <address@hidden>
Date:   Mon Jun 25 22:01:52 2007 +0000

    bugfix: itemsize was not respected, sizeof(float) was allways used
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5688cb1e638fdb25f8d7dd5c2d9bc8ae5e46cfa4
Author: anastas <address@hidden>
Date:   Fri Jun 15 20:01:45 2007 +0000

    added two helper functions: fsm_concatenate and fsm_radix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a663f5b481679d8a352c668825cee92f548f3fcc
Author: trondeau <address@hidden>
Date:   Sun Jun 10 18:16:11 2007 +0000

    Merging OFDM features branch r5661:5759 into trunk. OFDM works over the air 
with BPSK and QPSK modulations on subcarriers. Passes make distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 616296d9e9e091360101f7f68b0c03ec1a6e382d
Author: jcorgan <address@hidden>
Date:   Wed Jun 6 00:36:25 2007 +0000

    Added vector smoothing, removed record reversal
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e283fe844c88aa33b6bde4a7cb74f0d1c2ddbbc5
Author: jcorgan <address@hidden>
Date:   Tue Jun 5 04:21:29 2007 +0000

    Merged r5566:5676 from jcorgan/snd into trunk, with minor changes.  
Component gr-sounder is now complete for recording impulse responses to a file.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 389906ea28957c6d7a08b5cd43a4ac2ab0c9d24d
Author: jcorgan <address@hidden>
Date:   Tue Jun 5 03:55:45 2007 +0000

    Added more files to ignore.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c7dbfcc7d78275f76d8c2a8ef21e3100721874be
Author: trondeau <address@hidden>
Date:   Mon Jun 4 16:08:44 2007 +0000

    merge ordm/receiver branch -r5574:5659. Reworks OFDM receiver with 
refactored OFDM blocks. A few bug fixes for other blocks have also been slipped 
in.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d476abb6debdf8ef5c0adf97af50a9b704605e2a
Author: matt <address@hidden>
Date:   Sat Jun 2 16:13:08 2007 +0000

    useful for splitting up packets
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 308f6e2ce98175aa50118f679c4b2361e3087dcd
Author: matt <address@hidden>
Date:   Wed May 30 23:27:58 2007 +0000

    not used
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 22988d507235d59cc168408e8dee8f0210153701
Author: eb <address@hidden>
Date:   Wed May 30 19:26:46 2007 +0000

    Added error checking on call to set_freq
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e60ca726639d6588b243241d38d28a094404dbb7
Author: eb <address@hidden>
Date:   Wed May 30 19:19:35 2007 +0000

    Dave Gotwisner's fix for usrp_basic_rx::stop
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ce991c54a0969ffdceb5165bc349b1cc3befa3c2
Author: eb <address@hidden>
Date:   Wed May 30 18:14:59 2007 +0000

    added Trond's gr_max_* and gr_argmax_* blocks
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7319f1cc57eb81488e0b13756ed55a9a299cc64e
Author: eb <address@hidden>
Date:   Wed May 30 17:37:45 2007 +0000

    minor doc tweak
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1c5b90d74b00c6dc5d4013001458310f86179016
Author: mleech <address@hidden>
Date:   Wed May 30 13:17:34 2007 +0000

    DBS_RX_2_1 --> DBS_RX_REV_2_1
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 25c5610e7e74bc875a70aa091e11d8c89d4b4ff1
Author: mleech <address@hidden>
Date:   Tue May 29 11:37:08 2007 +0000

    Changed detector chain in usrp_psr_receiver to use complex_to_mag_squared.
    Changed usrp_ra_receiver to use dbid() method to determine which card type
      is being used.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8e8b38dd844ded1017bff0ca79622e497ed7eabf
Author: jcorgan <address@hidden>
Date:   Tue May 29 01:01:25 2007 +0000

    Merged r5556:5561 from jcorgan/snd into trunk. Updates gr-sounder with 
receive processing.  Trunk passes distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9880e7bb383054aa43681b52ebd33c8fd4cb8fcb
Author: jcorgan <address@hidden>
Date:   Mon May 28 17:04:09 2007 +0000

    Merged r5547:5542 from jcorgan/num into trunk.  Converts from using Python 
Numeric to numpy.  Trunk passes distcheck.  gr-radio-astronomy still needs 
conversion.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f29776e2c39c06c958e7b4dfeae8883b47305969
Author: jcorgan <address@hidden>
Date:   Mon May 28 16:46:12 2007 +0000

    Trial fix for ticket:153
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0a5304ff0360f3dcec8bc2455fd4dd09e0c54778
Author: eb <address@hidden>
Date:   Mon May 28 05:49:25 2007 +0000

    minor cleanup
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 929caa62a9c8f0fcea6562cf5d829eac470cab40
Author: anastas <address@hidden>
Date:   Fri May 25 13:11:31 2007 +0000

    updated cpm.py file
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7e24277efcd3589884170bdc0dcb4302b8262e97
Author: eb <address@hidden>
Date:   Wed May 23 03:27:07 2007 +0000

    fix calculation of mid-pri for realtime_scheduling
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1dd27f78f2ca518d361a97abed44b9eb0fd8167c
Author: jcorgan <address@hidden>
Date:   Mon May 21 06:23:54 2007 +0000

    Fix uninstall bug, trunk passes distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2711e51f33e4c83b07d8293ceca5d6db7830656e
Author: jcorgan <address@hidden>
Date:   Mon May 21 05:58:05 2007 +0000

    Merged r5463:5504 from jcorgan/snd into trunk. Work in progress, adds 
digital loopback and receive to FPGA code.  Host receive code is still 
debugging only.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9b7e0f924e4294bff46fa55b9a993b4d529f499a
Author: anastas <address@hidden>
Date:   Tue May 15 02:34:48 2007 +0000

    Generic Continuous Phase Modulator (CPM) hierarchical block
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2a872c2235d75ff0f1cdd6d563dbbc7a349c25db
Author: gdt <address@hidden>
Date:   Mon May 14 14:16:44 2007 +0000

    2007-05-14  Greg Troxel  <Greg Troxel <address@hidden>>
    
            * host/lib/legacy/usrp_bytesex.h: Fix typo in portability code.
            Add #warning that it is non-portable.
    
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 26edfd3579f33893e5a917df0ccb77c301252e7f
Author: gdt <address@hidden>
Date:   Mon May 14 14:12:11 2007 +0000

    avoid unused warning which breaks build.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c95b26a7d8f04140d2371c075016c39c45b92580
Author: jcorgan <address@hidden>
Date:   Sat May 12 23:50:46 2007 +0000

    Added ability to log receive path power to file in digital examples.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bbc84f59726f2aab25a9647c734208adf744e6d3
Author: gdt <address@hidden>
Date:   Fri May 11 23:53:42 2007 +0000

    Document dependency on GNU make, which previously was official but
    secret :-)
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b06cd32d19dffe3b3fea0abb5a44d8cb57e7dfda
Author: eb <address@hidden>
Date:   Mon May 7 21:36:54 2007 +0000

    Added fusb_sysconfig::default_block_size (<= max_block_size).
    Changed Linux default_block_size to 4KB, and default buffersize to 1MB.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b10b4d157f059773d0dd665d040c44453b14501e
Author: eb <address@hidden>
Date:   Mon May 7 20:27:00 2007 +0000

    Added guile dependency to the README
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b37d879f6b46225fab22862f193f10d1908400e1
Author: jcorgan <address@hidden>
Date:   Sat May 5 18:26:33 2007 +0000

    Merged r5241:5242 from jcorgan/reconf into trunk.  Trunk passes distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6b1e25d6c62d82369548ecad4b86a0795be23025
Author: jcorgan <address@hidden>
Date:   Fri May 4 21:59:50 2007 +0000

    Post merge cleanup.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0ad83f0492d51806e6bf30a89f04affda3a71ca2
Author: jcorgan <address@hidden>
Date:   Fri May 4 21:50:13 2007 +0000

    Merged r5230:5237 from jcorgan/disc2.  Trunk passes distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 09fb857fd9d361a88a0bd5e9f882e1125e9ebaa9
Author: eb <address@hidden>
Date:   Thu May 3 17:20:42 2007 +0000

    fix for VPATH build
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 11376fc8fc7ae1b67dd019f2c111aa0c3e8faab3
Author: jcorgan <address@hidden>
Date:   Wed May 2 15:50:56 2007 +0000

    Merged r5203:5204 from developer branch jcorgan/atr. Fixed ATR delay enable 
and reduced delay width to 12 bits.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a7fff42defe9c48fb5fba92065d9cc187c25667a
Author: eb <address@hidden>
Date:   Wed May 2 05:17:46 2007 +0000

    removed unneeded includes
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4abf64700697bc6424e51892b7dc8c86e5f97afb
Author: eb <address@hidden>
Date:   Wed May 2 05:13:53 2007 +0000

    removed unneeded includes
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ac4fcbfdcc2c15069524cc1ea154a8ff7d1fa188
Author: eb <address@hidden>
Date:   Wed May 2 04:46:01 2007 +0000

    cleanup for distcheck
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0bf2128a621ae84099f43744e1b81800f2b9d2d7
Author: eb <address@hidden>
Date:   Wed May 2 04:08:47 2007 +0000

    Merged features/inband -r4812:5218 into trunk.  This group of changes
    includes:
    
     * working stand-alone mblock code
     * work-in-progress on usrp inband signaling
    
    usrp now depends on mblock, and guile is a dependency.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 28259329a829f157fd877a1c14139eaf0117dabd
Author: eb <address@hidden>
Date:   Wed May 2 04:03:32 2007 +0000

    cleaned up some warnings
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2972cb29e206e2c0ed2d5e8283d2d1864126da08
Author: eb <address@hidden>
Date:   Wed May 2 04:02:29 2007 +0000

    cleaned up some warnings
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e041f7efac3075af0cafd94fc76858702a378c28
Author: jcorgan <address@hidden>
Date:   Tue May 1 16:36:51 2007 +0000

    Removed empty component.  Trunk passes distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 08f3f99fa99689a9145baf2d7885055bee9b123c
Author: jcorgan <address@hidden>
Date:   Tue May 1 16:03:37 2007 +0000

    Moved obsolete component into limbo.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4735dd8fe9a5bb501b6a125f18ad802293ebd45e
Author: jcorgan <address@hidden>
Date:   Tue May 1 16:03:18 2007 +0000

    Moved obsolete component into limbo.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 67c488c82e14fe28f9db001116a1319ede4b8c8f
Author: jcorgan <address@hidden>
Date:   Tue May 1 16:02:14 2007 +0000

    Component clean up.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7961e0f99c9b24aa347f3943333470f643e7f9bc
Author: jcorgan <address@hidden>
Date:   Mon Apr 30 18:02:39 2007 +0000

    Fix incorrect include file reference.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1350802218d8e718ad6615f37fb9e8fec6fa739f
Author: jcorgan <address@hidden>
Date:   Sat Apr 28 16:05:10 2007 +0000

    Reverting changeset r5183, not needed.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ba0df61e210f962ad9b1429437558ef6dfa9dc10
Author: n4hy <address@hidden>
Date:   Sat Apr 28 16:01:09 2007 +0000

    replacing needed file
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b26ea69676c09f5366a9e2f33b11ae5a7521ffe5
Author: jcorgan <address@hidden>
Date:   Sat Apr 28 02:20:28 2007 +0000

    Merged -r 5137:5174 from developer branch jcorgan/hb.  Trunk passes 
distcheck. Converts gr.hier_block2 API to not use 'define_component' 
methodology anymore.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 00696b9f754338de9362932c1ecfb1e144a38786
Author: eb <address@hidden>
Date:   Sat Apr 28 02:00:15 2007 +0000

    Fix for ticket:148 "Unable to find USRP #0" on 2.6.20 (Ubuntu Feisty Fawn).
    2 days, 1 line ;)
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c0099ef47771a7a960b1433867fe6de4c9e732b5
Author: cswiger <address@hidden>
Date:   Fri Apr 27 18:35:40 2007 +0000

    Updated gr-atsc README
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1a1b74dee68348803521593223dd095e1257343f
Author: cswiger <address@hidden>
Date:   Fri Apr 27 17:36:29 2007 +0000

    Fixed filter delay offset pointers in atsc_equalizer
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 43819f0f33498239970b4479684f12aa080859e6
Author: jcorgan <address@hidden>
Date:   Thu Apr 26 22:51:48 2007 +0000

    Merged r4518:5130 from developer branch n4hy/ofdm into trunk, passes 
distcheck.
    
    Adds incomplete OFDM implementation, further work to be completed in the
    features/ofdm branch.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c6baf9d41d452965fe6af642b61b2bb823dcf9ea
Author: jcorgan <address@hidden>
Date:   Wed Apr 25 23:38:21 2007 +0000

    Merged r5033:5116 from developer branch jcorgan/snd, with minor edits.  
Trunk passes distcheck.  Adds gr-sounder component, see gr-sounder/README.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9892ce20ebbdc227fb57d3a5e50738997fcc2a11
Author: jcorgan <address@hidden>
Date:   Wed Apr 25 16:27:37 2007 +0000

    Fix uninitialized register settings.  FPGA code only cleared these during 
hardware reset.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 966f753be4e615d68ef47ad57c54dd622f8461ab
Author: trondeau <address@hidden>
Date:   Tue Apr 24 21:35:07 2007 +0000

    Updating Doxyfile to build CVSD documentation
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 33f10c531765a2bcec83c1bc34ab34774b85c63b
Author: trondeau <address@hidden>
Date:   Tue Apr 24 21:34:27 2007 +0000

    using LPF taps for interpolator and decimator now and adding documentation 
to wrapper class
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2222687e95b8a8e57e6dddb174660a1f440cd98e
Author: trondeau <address@hidden>
Date:   Tue Apr 24 21:33:42 2007 +0000

    adding proper documentation to CVSD vocoder
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 71193898cbd7a26ec7bde00ee5efdc77242a155f
Author: trondeau <address@hidden>
Date:   Tue Apr 24 21:09:59 2007 +0000

    update to Doxygen info to fix warning and a bit more explicit info on 
frequency ranges
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d049678e49aefaa823ce45bd9310e2e43c93e1cf
Author: cswiger <address@hidden>
Date:   Mon Apr 23 10:45:42 2007 +0000

    Fixed atsc_field_sync_demux to consume input even when not creating
    output. Added python files to make a complete 2.x atsc receiver, but
    it is not fully working. It will happily produce the exact same amount of
    transport stream output as a working system but has errors in the data.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit aaf51ed7d99ba7cb9badd38c15e8643425b8bf78
Author: mleech <address@hidden>
Date:   Sat Apr 21 00:36:46 2007 +0000

    Changed a chain of split/multiply/add for the detector into a single
      gr_complex_to_mag_squared().  I'm hoping this will save a little in
      terms of buffer management and CPU cycles.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 338888863b57185fe076d220c16ba56f99250a93
Author: cswiger <address@hidden>
Date:   Thu Apr 19 08:01:39 2007 +0000

    Fixed forecast and consume - now sees segment sync.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f5fd1a6c453292aa7e997d0524ef4a0be7b29210
Author: jcorgan <address@hidden>
Date:   Mon Apr 16 23:34:25 2007 +0000

    Re-enabled gr-qtgui in configure.ac.  Trunk passes distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9e04f8e3bfe584f87c4e4f5cc40781ae6a217f00
Author: jcorgan <address@hidden>
Date:   Mon Apr 16 21:30:13 2007 +0000

    Adds capability to independently delay the Auto T/R switching signal
    by a configurable number of clock ticks, to allow users to precisely
    align their T/R output with the pipeline delays in the transmitter.
    
    There are two new registers:
    
    FR_ATR_TX_DELAY (7'd2)
    FR_ATR_RX_DELAY (7'd3)
    
    ...and the corresponding db_base.py methods to set them:
    
    db_base.set_atr_tx_delay(clock_ticks)
    db_base.set_atr_rx_delay(clock_ticks)
    
    These methods are inherited by all the daughterboard objects so you can
    call them from your scripts as:
    
    subdev.set_atr_tx_delay(...)
    
    ...where 'subdev' represents the daughtercard object you're working with.
    
    The FPGA synthesis for the 2 RXHB, 2 TX case expands from 95% to 96%,
    with no additional synthesis messages or impact on timing.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 36c0ba64703776f4cc2a77adc00740b05e0b055d
Author: trondeau <address@hidden>
Date:   Sat Apr 7 01:31:18 2007 +0000

    merged developer branch trondeau/cvsd -r4801:4904 to add CVSD vocoder and 
example code
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit abda07ea005562a7031ddeec80f86595632de889
Author: trondeau <address@hidden>
Date:   Wed Apr 4 14:56:44 2007 +0000

    updating documentation for Costas loop
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bae47cc41eda30e96de5e6d640f467760ae05c23
Author: jcorgan <address@hidden>
Date:   Tue Apr 3 20:11:05 2007 +0000

    Merged r4767:4859 from developer branch jcorgan/channel, passes distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0825379873157f65ebbcdaeed47da5bd760c5276
Author: jcorgan <address@hidden>
Date:   Tue Apr 3 19:53:50 2007 +0000

    Merged r4429:4857 from developer branch jcorgan/dect into trunk, passes 
distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5943dd46802d6649686e7e94303405561f14f027
Author: eb <address@hidden>
Date:   Mon Apr 2 23:39:16 2007 +0000

    New FPGA binaries (.rbfs).  These include fixes for the scaling in
    the CIC decimator so that signals are now roughly leveled, independent
    of the decimation rate.  Decimating by 44 now works too ;)
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bfc18d83b329dff661eac46aea6801ecffd84942
Author: matt <address@hidden>
Date:   Fri Mar 30 21:52:52 2007 +0000

    registered to meet timing
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d53437a03ff992f1f3f9651248ac8aad94414fac
Author: mleech <address@hidden>
Date:   Wed Mar 28 20:30:04 2007 +0000

    Added control button for turning scanning on/off in SETI mode.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 83c3f0346ee91e0da3fb7bb8e65947a01ce0c269
Author: eb <address@hidden>
Date:   Wed Mar 28 19:38:28 2007 +0000

    disabled GR_QTGUI which had accidentally been turned on in r4809
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 00abce8438bdbcd544a9fcf4c348c8716bd0434f
Author: eb <address@hidden>
Date:   Wed Mar 28 19:00:55 2007 +0000

    copied usrp_inband_usb from -r4809 features/inband-usb into trunk
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7833f98efff394454973a0a3441ddac608066737
Author: eb <address@hidden>
Date:   Wed Mar 28 18:58:21 2007 +0000

    Merged mblock work-in-progress eb/mb -r4798:4808 into trunk.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cfcb8639814e9913dfb96d9929bab2cf6b6fb057
Author: matt <address@hidden>
Date:   Tue Mar 20 02:13:06 2007 +0000

    proper shifting for the cic decim now keeps signals roughly leveled
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 55bf852abbbdbd522a24b3f04d60d10c45ffbc45
Author: matt <address@hidden>
Date:   Tue Mar 20 01:23:26 2007 +0000

    if you ever tried to interpolate by 44 it didn't work.  now it does.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 449e08a84426691f8052af3abb9cb1d800ef2c2c
Author: matt <address@hidden>
Date:   Tue Mar 20 01:05:29 2007 +0000

    removed a parameter
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5a83b3327d0c38f35187b72aef11110110002f4a
Author: matt <address@hidden>
Date:   Tue Mar 20 01:03:10 2007 +0000

    allow for varying the bitwidth
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 315b13bc36682df0566623b5f5f1bc2428b1ae05
Author: matt <address@hidden>
Date:   Tue Mar 20 01:02:46 2007 +0000

    added comment
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c91496cde886c604f66e84b0ad895bcf41ff4b0a
Author: matt <address@hidden>
Date:   Tue Mar 20 01:02:25 2007 +0000

    added comments, removed dead code
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4f98df812677bc97f850e4f59a6bb9b975b0cdd4
Author: jcorgan <address@hidden>
Date:   Mon Mar 19 02:13:20 2007 +0000

    Updated ignore property.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 833d35613a48a347146de1cc45ac9efc656433ca
Author: jcorgan <address@hidden>
Date:   Mon Mar 19 02:13:01 2007 +0000

    Fixed missed linker fix.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 801e169fc171f2fc4572321e889eaa83125fd993
Author: eb <address@hidden>
Date:   Thu Mar 15 22:12:28 2007 +0000

    more gr_qwt.m4 fixes
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a63a5e701f5c257d10ccd98452fd7e296eb7e9a3
Author: jcorgan <address@hidden>
Date:   Thu Mar 15 21:23:49 2007 +0000

    Cleanup on qwt config to not require qwt includes to be in a subdirectory.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 54cb541c009e7362cae4fdf9620cefb774e13b55
Author: mleech <address@hidden>
Date:   Thu Mar 15 17:37:15 2007 +0000

    Fixed syntax error that was previously not caught by Python.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 77349c7d43b029bc13263343d2632d36be661f7c
Author: mleech <address@hidden>
Date:   Thu Mar 15 17:36:36 2007 +0000

    Increased FFT average upper limit to 3000, from 2000
    Fixed type mistmatch in Numeric.zeros()
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 75f9f9c4373fe6ec5e88045151614c3ff3ad983e
Author: jcorgan <address@hidden>
Date:   Wed Mar 14 22:49:45 2007 +0000

    Merged r4750:4755 from jcorgan/frac into trunk. Adds 
gr_fractional_interpolator_ff and _cc. Passes distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6bbda4eb07df7091f5e8d2cadc4635bab9f616db
Author: jcorgan <address@hidden>
Date:   Wed Mar 14 00:18:18 2007 +0000

    Fix typo, add error message.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cc84bf9a0219ccc1c23e71f18725aa0a34ef1060
Author: jcorgan <address@hidden>
Date:   Wed Mar 14 00:11:07 2007 +0000

    Created configuration file for QWT library.  This is in lieu of hand 
installing
    a .pc file per the gr-qtgui README.  Component gr-qtgui is still disabled in
    configure.ac until testing is complete.  Requires qwt files to be included 
using
    the #include <qwt/...> syntax; this is the default for binary installations 
of
    the qwt library. Normal users will user run ./configure without any changes.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f38a7682e3eb4a8a2bfc36a1c771cbf3cd1bdd0e
Author: eb <address@hidden>
Date:   Mon Mar 12 22:08:06 2007 +0000

    New fix for gr_framer_sink_1 hang on zero length payload.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1cdeff14aa038f53336f871f588e6b6a2d67a82d
Author: jcorgan <address@hidden>
Date:   Sun Mar 11 16:32:34 2007 +0000

    Fixed state machine hangup with invalid payload_len field.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 597e6db00739dd479ebcf9fe22c3a5ea9465e405
Author: eb <address@hidden>
Date:   Thu Mar 8 23:07:59 2007 +0000

    beginning of host spec for inband-usb
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 28e086141aead2e43f958f0ae14d58cac557fa2d
Author: trondeau <address@hidden>
Date:   Wed Mar 7 04:31:19 2007 +0000

    merged trondeau/digital-wip2 r4193:4730 into trunk - improves digital 
receiver and fixes ticket:72
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 224434889bf564a4456011180c62a58e0ca55c8f
Author: eb <address@hidden>
Date:   Wed Mar 7 01:43:43 2007 +0000

    Merged eb/usrp-install r4723:4727 into trunk.
    This moves usrp related .py files from the top-level of site-packages
    into site-packages/usrpm.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 511ddd6cbfd7788f8a2cb3634d898d7c5fdd29fb
Author: michaelld <address@hidden>
Date:   Tue Mar 6 23:38:46 2007 +0000

    Best current fix for ticket:141 .
    
    This should be revisited once OSX 10.5 is released.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5ae92bbcf03aa472658021b209c3df3f09dcf0a8
Author: eb <address@hidden>
Date:   Tue Mar 6 01:38:08 2007 +0000

    Added OpenOffice source file for USRP signal flow diagram.  Thanks to Lee 
Patton.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c458230f2adc497dc1cb291934e75fe5a97a4450
Author: eb <address@hidden>
Date:   Mon Mar 5 05:00:02 2007 +0000

    Refactored FPGA *.vh files.  Moved common pieces to toplevel/include.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e92d03cf19be0c915e7b8fd3d87a9bf1f547efc9
Author: n4hy <address@hidden>
Date:   Sun Mar 4 15:10:00 2007 +0000

    adding QWT_CFLAGS substitution to grc_gr_qtgui
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2f103c4224ad022f862b31307b6c8fa6ca500e1d
Author: n4hy <address@hidden>
Date:   Sun Mar 4 04:10:11 2007 +0000

    The correct grc_qt_qtgui.m4 and modified instructions for qwt install 
provided in the README file
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2c0dc73daa123127ace1cfadd91dee1909e4d9cb
Author: eb <address@hidden>
Date:   Sat Mar 3 03:50:06 2007 +0000

    Add new standard configuration for 1 RX w/ half-band, 1 TX
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b366eddcfcd7e0cf5a51d918a8034bb9092afddb
Author: eb <address@hidden>
Date:   Sat Mar 3 03:49:04 2007 +0000

    updated qsf file to Quartus 6.1.  No semantic changes
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a72aac6b5f556857359cbb955bdf020f676ebbe5
Author: n4hy <address@hidden>
Date:   Fri Mar 2 21:55:22 2007 +0000

    Modified grc_gr_qtgui.m4 AND the README in gr-qtgui to enable gr-qtgui to 
build from source
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 38f5ce6a4ab0330d2216acf814709f97c9a155f4
Author: eb <address@hidden>
Date:   Fri Mar 2 19:29:01 2007 +0000

    added R3, flow control
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cf05642359cb605493dade5948ede431e5f97a09
Author: eb <address@hidden>
Date:   Fri Mar 2 19:14:29 2007 +0000

    first two strawman requirements
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ec28fd462b042213617d97bdb1657967204edda8
Author: n4hy <address@hidden>
Date:   Fri Mar 2 12:57:59 2007 +0000

    modified email address for Bob McGwier in AUTHORS
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 83abf5800ced1aaa5bb824a86019e3e5e76ed896
Author: jcorgan <address@hidden>
Date:   Fri Mar 2 07:58:29 2007 +0000

    Fixes ticket:143.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 19a5b154cc5c2cd5f80bcd17d71241572ca7fbd6
Author: jcorgan <address@hidden>
Date:   Fri Mar 2 02:49:48 2007 +0000

    Merged r4671:4680 from jcorgan/est into trunk.  Pulls in gr-wxgui updates 
for new hierarchical blocks and work-in-progress channel sounder example.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 005d44e0e9281152bde0923e3239772d67e4e730
Author: eb <address@hidden>
Date:   Fri Mar 2 01:50:03 2007 +0000

    Applied patch from Josh Blum that adds SQUARE, TRIANGLE and SAWTOOTH
    waveforms to gr_sig_source*
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 95945638f5d97469ac0a396aeaeb619e6ca1f308
Author: jcorgan <address@hidden>
Date:   Wed Feb 28 17:29:26 2007 +0000

    Disabled gr-qtgui component until proper configure file is done.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a237f318baa7e503347fc213b92033b1d0c7b84e
Author: jcorgan <address@hidden>
Date:   Wed Feb 28 02:42:35 2007 +0000

    Fix mblock linking breakage.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit eff66341dc89dddde4341ead1ddcbbd9cb137c1a
Author: n4hy <address@hidden>
Date:   Tue Feb 27 13:33:36 2007 +0000

    README patched with GT's suggested text
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0394b4fb7cb3d260d0ca356f244e0a5e43077dca
Author: eb <address@hidden>
Date:   Mon Feb 26 23:57:36 2007 +0000

    fixed comment
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 51485f7614d8b6a154b19923fdec327d638f08c0
Author: eb <address@hidden>
Date:   Mon Feb 26 23:56:39 2007 +0000

    fixed comment
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 238861b2256ed691f5d07eb71ac1a9b62fd33298
Author: eb <address@hidden>
Date:   Mon Feb 26 21:35:42 2007 +0000

    added moc_*.cc to list of files to ignore
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 02de4c1843e90ac144054d5776858f7a1f6a9442
Author: eb <address@hidden>
Date:   Mon Feb 26 21:32:48 2007 +0000

    added Write Register Masked operation
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 63d05d64826fd1b3eef89e5a8a14a73b318464ac
Author: jcorgan <address@hidden>
Date:   Mon Feb 26 21:26:10 2007 +0000

    Merged r4632:4645 on jcorgan/linking into trunk.  Cleans up linking issues 
with libtool and already installed libraries.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 789bfcc9d9172645e7b4bf0c7fbf30574e03c201
Author: jcorgan <address@hidden>
Date:   Mon Feb 26 18:11:15 2007 +0000

    Updated gr_python.m4 for ticket:39 fix.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 84546ead65d3cf50b681fbfb7de66bf7421f98c9
Author: eb <address@hidden>
Date:   Mon Feb 26 02:25:11 2007 +0000

    added OP_DELAY
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7c9883d7500fcea8232e2dc860ceb2baaeb18823
Author: eb <address@hidden>
Date:   Mon Feb 26 00:40:37 2007 +0000

    Merged mblock work-in-progress from eb/mb -r4341:4633 into trunk.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 455450fe17ceb0f4ed9d3c072fc7afba258b6fea
Author: eb <address@hidden>
Date:   Sun Feb 25 23:33:37 2007 +0000

    Additional specs for USRP inband signaling.  Control channel
    sub-packets are now specified.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a8feb55ea3bc852c02965fca826211617985f33e
Author: jcorgan <address@hidden>
Date:   Sun Feb 25 21:32:44 2007 +0000

    Merged -r4560:4627 from jcorgan/ticket-39 into trunk.  Fixes ticket:39.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cbf5cb8c7a87ab7d583edf4f77c910786ad58813
Author: nldudok1 <address@hidden>
Date:   Sun Feb 25 13:37:46 2007 +0000

    changed link to new wiki
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5cc50f1242f072f8a2dcf6a30c3c48ea3f6afeff
Author: jcorgan <address@hidden>
Date:   Fri Feb 23 20:18:36 2007 +0000

    Fix miscalculated length when degree is 32.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b459380b7143f7e048d1d7ca3e6c8a04d563b9f3
Author: jcorgan <address@hidden>
Date:   Fri Feb 23 19:10:22 2007 +0000

    Added noise example using LFSR.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a39870d9fc9c4c7b6b8f9ae5de3286c5362470f7
Author: jcorgan <address@hidden>
Date:   Fri Feb 23 18:27:17 2007 +0000

    Merged r4605:4612 from jcorgan/glfsr branch into trunk.  Implements Galois 
LFSR source block of degree 1 through 32.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2a9030866bfe832e6d3593b6cef9495509aba8bc
Author: michaelld <address@hidden>
Date:   Thu Feb 22 20:23:17 2007 +0000

    True fix for ticket:140.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 90bd1466f372aeafd7d67433171c8048afc41656
Author: jcorgan <address@hidden>
Date:   Thu Feb 22 19:37:36 2007 +0000

    Better fix for ticket:140.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8d216abdf283cf0f8292c14fd28cba08f98c10be
Author: jcorgan <address@hidden>
Date:   Thu Feb 22 17:06:51 2007 +0000

    Updated ignore properties for new gr-qtgui component.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ae5e798e4cc44e768475f40656f0de7d42faad1a
Author: jcorgan <address@hidden>
Date:   Thu Feb 22 16:44:14 2007 +0000

    Reordered variable definitions for clarity.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ebbc5466b9ea9f16f4a9afa278c6f6904950ad7d
Author: jcorgan <address@hidden>
Date:   Thu Feb 22 16:29:05 2007 +0000

    Trial fix for ticket:140
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7c0a2f98979a0aa155a0b8a73e952e328fbd08ce
Author: trondeau <address@hidden>
Date:   Thu Feb 22 15:16:10 2007 +0000

    removed function in access code correlator that should fix the problem 
observed in tunnel.py (originally fixed using the whitener offset)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9b4666694c33d4865ffa223fd957d8c791aac67a
Author: n4hy <address@hidden>
Date:   Thu Feb 22 04:27:13 2007 +0000

    confusing comments in Makefile.gen removed
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d4cb0a656b03540a143765121339557954d67312
Author: n4hy <address@hidden>
Date:   Thu Feb 22 00:08:22 2007 +0000

    fix to qt versus qt-mt issues on Fedora and Debian/Ubuntu, qwt is next
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 47752e96f57bdc534fe766baaf9d1d162432bf69
Author: eb <address@hidden>
Date:   Wed Feb 21 23:53:01 2007 +0000

    work-in-progress on specifying inband-signaling
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e533a26acc3ceb41c558a50ab3550710b2f948e3
Author: eb <address@hidden>
Date:   Wed Feb 21 23:48:02 2007 +0000

    work-in-progress on specifying inband-signaling
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d17c86e8c52b6c8ae4ed276ace8727f0c9097bc4
Author: n4hy <address@hidden>
Date:   Wed Feb 21 21:24:23 2007 +0000

    Beginnings of a qt based gui system added under gr-qtgui
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8097ab89e6e26c08e6ed9bd57502f7fbb1385299
Author: eb <address@hidden>
Date:   Tue Feb 20 20:49:54 2007 +0000

    Merged eb/iosig r4533:4539 into trunk.  This adds support for
    io_signatures with heterogeneous stream element sizes.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0ff13bf5b3ab73ebf77974a91f466385591d4ec7
Author: eb <address@hidden>
Date:   Mon Feb 19 22:14:55 2007 +0000

    allocated 10 USB PIDs for Bdale
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit acd06fea71d5a9e0e12ab72e3df4faf44cea8d16
Author: n4hy <address@hidden>
Date:   Mon Feb 19 20:17:21 2007 +0000

    more adding of version 3 of tuner
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c4d38e3c65d10aa8e489b4b93934f873ee86f696
Author: n4hy <address@hidden>
Date:   Mon Feb 19 20:15:09 2007 +0000

    usrp TV Tuner version 3 added
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 84fd64015292ff853899364c8d5765ceb9e4b0f9
Author: n4hy <address@hidden>
Date:   Mon Feb 19 20:13:04 2007 +0000

    adding Rev 3 tuners to the usrp_wfm receiver code
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b310478456293a9d94a923f2ac83050e566f7117
Author: anastas <address@hidden>
Date:   Sun Feb 18 20:44:36 2007 +0000

    Adding the display sink by Martin Dvh
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d37f0144d85d17d8a7d5dbda6200a24484aacde8
Author: trondeau <address@hidden>
Date:   Fri Feb 16 02:33:22 2007 +0000

    quick fix for std::min error on 64-bit systems
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 47f550e25ae7dfca6798c42bb89faca4c032c03a
Author: jcorgan <address@hidden>
Date:   Thu Feb 15 18:49:01 2007 +0000

    Fixes ticket:139
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e10941aa8714b9df39c7159f511cdc4612b59ddb
Author: jcorgan <address@hidden>
Date:   Thu Feb 15 18:35:18 2007 +0000

    Merged r4456:4483 from jcorgan/ticket-138 into trunk.  Fixes ticket:138.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 68f156c493d305a6ed185314850273701ac37bb4
Author: anastas <address@hidden>
Date:   Wed Feb 14 02:06:53 2007 +0000

    ignoring some files
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f3b15da88fd649361a5aad8094899ac94618bcb8
Author: anastas <address@hidden>
Date:   Tue Feb 13 15:38:55 2007 +0000

    gr-trellis/src/lib/Makefile.gen added back to repo
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 54b62c5dc7398ac793c85ae1e55430bc3cdca8e9
Author: jcorgan <address@hidden>
Date:   Tue Feb 13 07:35:39 2007 +0000

    Removed generated files from repository.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d1e790baef141358b6a594b375e3b553f2d995eb
Author: anastas <address@hidden>
Date:   Tue Feb 13 05:26:07 2007 +0000

    update examples to reflect latest changes in gr-trellis
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 30c2e70fad2fc3fe75cbf9b2cb60399771fd2ba3
Author: anastas <address@hidden>
Date:   Tue Feb 13 05:19:21 2007 +0000

    files are not required anymore
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 766c024bab87d0991492be43d8ed0cda26d723b2
Author: anastas <address@hidden>
Date:   Tue Feb 13 05:19:17 2007 +0000

    files are not required anymore
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4818f696855568d83cf8bb584b785367ccd97437
Author: anastas <address@hidden>
Date:   Tue Feb 13 05:19:11 2007 +0000

    files are not required anymore
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a34f4ec555a0068759c3c2e2374542ded1ac1d14
Author: anastas <address@hidden>
Date:   Tue Feb 13 05:11:24 2007 +0000

    trellis_generated.i and Makefile.gen need not be under version control...
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 36a544bbbd42673f5212926b408a920e1f02c1e4
Author: anastas <address@hidden>
Date:   Tue Feb 13 05:09:11 2007 +0000

    clean up the code
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ce34921306ca908c64b3b9e847f5831c9a0340ed
Author: anastas <address@hidden>
Date:   Tue Feb 13 05:06:56 2007 +0000

    implementation using templates
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f6ee48fda7ca4692808eaf57944d8b16ace4cb1c
Author: anastas <address@hidden>
Date:   Tue Feb 13 04:52:51 2007 +0000

    added methods to interleaver class for writting to text file
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8c639b3bb3e92f42442c78069310654ca03a0743
Author: anastas <address@hidden>
Date:   Tue Feb 13 04:52:10 2007 +0000

    viterbi_combined templates for both input and output
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c9717248b32083565bdbdd8cbacde1dac92daf31
Author: anastas <address@hidden>
Date:   Tue Feb 13 04:50:17 2007 +0000

    added methods to fsm class for writting to text file
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3e7f3d33cfbd4f64a90aa43c8e8505213362faee
Author: trondeau <address@hidden>
Date:   Fri Feb 9 22:49:09 2007 +0000

    merging r4318:4437 to fix ticket:131 from branche trondeau/udp udp 
source/sink pairs working
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ad798c9a53e0c4cbee7ba3b47966c0882e22e8e1
Author: jcorgan <address@hidden>
Date:   Wed Feb 7 21:10:37 2007 +0000

    Implemented fix for ticket:117 for gr-howto-write-a-block.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9094c43cbc2202b08149bc63a1da37bd8e4b042d
Author: jcorgan <address@hidden>
Date:   Wed Feb 7 21:02:37 2007 +0000

    Fix ticket:133 for gr-howto-write-a-block
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 698e8712bf0da4cca8fc7677bb867ea851a9f014
Author: jcorgan <address@hidden>
Date:   Wed Feb 7 18:25:06 2007 +0000

    Typo fix.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9f502aa5f040b15b6d6e76d26a1dce3cb1a90f96
Author: anastas <address@hidden>
Date:   Tue Feb 6 23:55:34 2007 +0000

    Minor fix in interleaver class: invoking with negative seed will not reset 
the random number generator.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 552c2aa5e5900697e3f2bcc38dc381662af5b8d6
Author: michaelld <address@hidden>
Date:   Tue Feb 6 23:26:05 2007 +0000

    Added explicit template instantiation.
    Removed unneeded non-template code.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 529ce3118a00af873c846e98f43d95f1eed7ceb6
Author: anastas <address@hidden>
Date:   Tue Feb 6 16:59:40 2007 +0000

    added method in fsm to generate an svg description of the fsm (by Tim 
Meehan)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8d772aff591235ec029cf967fdf6d7dd17cf6a78
Author: anastas <address@hidden>
Date:   Tue Feb 6 03:02:33 2007 +0000

    added comments in quicksort_index.cc
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c4e072e8a58800f2dfd6c1e5e95009dd783061be
Author: jcorgan <address@hidden>
Date:   Tue Feb 6 00:10:32 2007 +0000

    Merged r4354:4390 from developer branch jcorgan/digital into trunk.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b431e9f594607e61866aef2bab73240c21c4cc6f
Author: eb <address@hidden>
Date:   Mon Feb 5 22:15:17 2007 +0000

    updated svn:ignore property
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d5f0ec3d5bd5bf867ae5e387a6485a2d78138efb
Author: eb <address@hidden>
Date:   Mon Feb 5 22:13:22 2007 +0000

    removed generated files from svn
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8ae12742437172375c1721c439d850268982f687
Author: eb <address@hidden>
Date:   Mon Feb 5 22:09:29 2007 +0000

    changed variable name to remove automake warning
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9de985caa57cb46a569cacff59a43cbe455a8bc5
Author: michaelld <address@hidden>
Date:   Mon Feb 5 20:29:40 2007 +0000

    Fix for ticket:29 .  Newly generated .cc,.h,.i files are also checked
    in, with the "warning" message at the top.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit dcc3193644f81fb5547bcf1d2273a84eb6a66002
Author: anastas <address@hidden>
Date:   Mon Feb 5 18:56:43 2007 +0000

    minor fixes so that there are no warnings when making gr-trellis
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 21da0bdb9b602bab50cd65085575c217716eada0
Author: anastas <address@hidden>
Date:   Mon Feb 5 18:34:49 2007 +0000

    fixed a small error in gnuradio-examples/python/channel-coding/README
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a597c1caaf0e95545cce87cbb2670d36819b5937
Author: anastas <address@hidden>
Date:   Mon Feb 5 18:29:18 2007 +0000

    added warning message for automatic generation
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit aab570d9c707d3e021a4f6c6c183ccf8bbdfd918
Author: anastas <address@hidden>
Date:   Sun Feb 4 23:10:23 2007 +0000

    added toy fsm file to test irregular FSMs
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 82a5715de7e2ad1448ab98cd7081c8cca5b7e763
Author: anastas <address@hidden>
Date:   Sun Feb 4 23:09:12 2007 +0000

    added support for irregular FSMs
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6bfcea09c4fe36804294f96131342aa80a854311
Author: eb <address@hidden>
Date:   Thu Feb 1 02:07:51 2007 +0000

    If doxygen enabled, gen docs for all C++ code
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 106af0e251ec0cb1237f5bcc4814d79c76048819
Author: gdt <address@hidden>
Date:   Wed Jan 31 18:10:53 2007 +0000

    free schmid_guard on error paths where it has been allocated and not
    freed.  Fixes shm leak on NetBSD which hits the error case for unknown
    reasons.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 868b49fe7cd9ea52fe534420d48973873a0e7930
Author: eb <address@hidden>
Date:   Wed Jan 31 01:59:14 2007 +0000

    omnithread refactoring fix in gnuradio-core.pc.in
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7bf578af31a8986f2ec41fb191958afce0e548f7
Author: gdt <address@hidden>
Date:   Wed Jan 31 01:28:00 2007 +0000

    spiff up pkg_chk config file:
    
      include jack, portaudio and SDL
    
      trim boost requirement to boost-headers since GNU Radio only uses
      smart pointers
    
    Add pointer in README, and sugges that the pkg_chk config file may be
    useful to others as a reference.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 461866f984d88789d1746d6f78855d4b769c7fdb
Author: gdt <address@hidden>
Date:   Tue Jan 30 19:00:08 2007 +0000

    Add a not-tested pkg_chk config file for installing all of GNU Radio's
    dependencies.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4d84dd43e1dd5056a49b6c8d4caa638ece7a6cff
Author: eb <address@hidden>
Date:   Tue Jan 30 03:59:34 2007 +0000

    Fixes ticket:134.  Unlikely offender was inclusion of
    gr_udp_sink/source code io.i.  omnithread.h was also including
    <config.h> which is a no-no.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6ff1faed9d4c7095ab2d07b99478fe46e35f0e1e
Author: eb <address@hidden>
Date:   Tue Jan 30 02:12:05 2007 +0000

    Merged eb/omni -r4315:4327 into trunk.
    
    Extracted omnithread from gnuradio-core and made it a top-level
    component.  This allows mblock to use it without a dependency on
    gnuradio-core.  Completes ticket:132
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b8a177591928973eb863cc3690fb381306830bbd
Author: eb <address@hidden>
Date:   Tue Jan 30 00:34:14 2007 +0000

    Fix for ticket:133, merged from eb/bsd 4322:4324.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8585c5018d79b7d87f8e0bd664a235fba22da093
Author: eb <address@hidden>
Date:   Mon Jan 29 20:49:39 2007 +0000

    removed obsolete dsb_tx.py
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cf90c86471aac829564feabab0ee7f6efc85d4b7
Author: eb <address@hidden>
Date:   Mon Jan 29 20:38:00 2007 +0000

    removed obsolete dsb_tx.py
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a6db1d097d7be5e562c07f60a1ff711bddc5e99c
Author: eb <address@hidden>
Date:   Mon Jan 29 00:10:51 2007 +0000

    Merged mblock work-in-progress (eb/mb r4273:4312) into trunk.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f8af5803ca8b87aa6c5f8c97d5abbabe2b837619
Author: eb <address@hidden>
Date:   Sat Jan 27 18:39:31 2007 +0000

    cleaned up error checking
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2d452df22ba3225a5560b5044f30f09c96a95342
Author: eb <address@hidden>
Date:   Sat Jan 27 18:21:55 2007 +0000

    fixed error handling and warning
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 10157d34bf9c2216d55d75d4d3d0d65ed90b606d
Author: trondeau <address@hidden>
Date:   Fri Jan 26 20:05:09 2007 +0000

    removed changes to nbfm_tx.py (not sure where/when that happened), did not 
mean to commit it
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d52c8fc348f5667e2ca7e074844d91af53ae96d4
Author: trondeau <address@hidden>
Date:   Fri Jan 26 20:02:22 2007 +0000

    updated copyright info, and snuck a little something else in (you didn't 
see anything...)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3bb7b864dd0be5d9c55d5c1be5024bcc823f60ff
Author: trondeau <address@hidden>
Date:   Fri Jan 26 19:24:06 2007 +0000

    merged changeset r4281:4292 on trondeau/ethernet into trunk
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4b5e1238492fe40727d19abefe22ae448c720419
Author: eb <address@hidden>
Date:   Wed Jan 17 22:44:13 2007 +0000

    Applied patch from Brett Trotter that stuffs zeros into the head of
    the tx signal processing pipeline when the Tx FIFO is empty.
    
    This results in the DACs outputing zeros when there's no data, unless
    the tx pipeline is disabled on the host.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 01eb527e0c1f445fab7c7cef039ba623e93f8c7c
Author: eb <address@hidden>
Date:   Tue Jan 16 17:57:28 2007 +0000

    fixed problem with gr_noise_source_* caused by splitting 
gnuradio_swig_python
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d23ea17ced9b398c97203e7ba1ad37d64f9812b1
Author: eb <address@hidden>
Date:   Tue Jan 16 17:45:41 2007 +0000

    added minimal qa code for gr_noise_source
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a21ef0862e1fbd6e63ebb7c3442af07ba1f58cbf
Author: gdt <address@hidden>
Date:   Tue Jan 16 13:27:47 2007 +0000

    Add comment noting use of GNU make extension.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9ba03b638d49f5f59b44ff4c1de9bb98726cad3a
Author: eb <address@hidden>
Date:   Sun Jan 14 21:03:40 2007 +0000

    removed unused/out-of-date bus_interface.v
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e67d15bded325ad7b68a95d632b6fd4ae9115cc9
Author: eb <address@hidden>
Date:   Sun Jan 14 20:40:45 2007 +0000

    New usrp_wfm_rcv_sca.py example from Eric A. Cottrell (WB1HBHU)
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 29c73e79ef50525b56d8e9f89808baace75fae82
Author: eb <address@hidden>
Date:   Sat Jan 13 06:39:33 2007 +0000

    Merged latest pmt and mblock into trunk (eb/wip -r4262:4268)
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 77a328cd9cc198de890787e000985baf976af32a
Author: jcorgan <address@hidden>
Date:   Sat Jan 13 06:17:57 2007 +0000

    Updated README with pointer to Wiki.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 201828251b0297cc85fa93e1de568350ee90a009
Author: eb <address@hidden>
Date:   Sat Jan 13 05:41:44 2007 +0000

    doc update
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ab59143ff56605611cade6a97087c101c0b4f0c1
Author: eb <address@hidden>
Date:   Sat Jan 13 05:40:37 2007 +0000

    removed gr-error-correcting-codes and gr-radar from trunk build
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3fb2ce35e2528bab7aee8f79243848a47978cf9e
Author: eb <address@hidden>
Date:   Sat Jan 13 05:39:41 2007 +0000

    Moved to limbo pending some better idea.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 87afa6ff1bb26acf3cd8a2c37a11fd44e655d314
Author: eb <address@hidden>
Date:   Sat Jan 13 05:37:03 2007 +0000

    Moved gr-radar out of trunk for now.  Needs portability cleanup.
    Not to mention some functionality...
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cbe1628f2eb1a1a3c8b0b96a3b1334a039074def
Author: eb <address@hidden>
Date:   Sat Jan 13 04:14:56 2007 +0000

    SWIG compilation speedup!  Fixes ticket:9.
    Merged -r4203:4254 from eb/swig-split into trunk.
    
    This refactors gnuradio_swig_python.{cc,py} into 5 separate .so's
    These correspond to the runtime, general, filter and io directories,
    and also includes a new directory, gengen.  gengen contains that part
    of general that was machine generated.  This split is arbitrary, but
    was useful for getting size of the swig generated glue code for
    general down to about 2MB.
    
    In addition, the swig glue is now compiled with -g1 -O1 instead of
    -g -O2.  With this change all the swig code now compiles in about 60%
    of the time that it used to take.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 90347f36e4087cb2136096c9f1f43c0cb629dcb0
Author: eb <address@hidden>
Date:   Sat Jan 13 03:22:46 2007 +0000

    fixed warning
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit be578090e070010c608d3fc06599e23be7fc70dd
Author: eb <address@hidden>
Date:   Wed Jan 3 19:25:13 2007 +0000

    added PID for EZDOP
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d96995551ae115858fc75664719724cdbcba1cae
Author: eb <address@hidden>
Date:   Wed Jan 3 17:09:30 2007 +0000

    Added new PID for QS1R HF Receiver
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7ca5ed6eea81906e4145ae38766d8d51e7c111d2
Author: trondeau <address@hidden>
Date:   Tue Dec 26 22:47:47 2006 +0000

    minor typo fix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1b57a6db754487283026e3c2bab615a00ccfff84
Author: jcorgan <address@hidden>
Date:   Sun Dec 24 19:13:47 2006 +0000

    Organized python example directory for new hierarchical blocks, cleaned up 
dial_tone2.py
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f771aaf216a8e801a049f7bea51232f99c745ec5
Author: n4hy <address@hidden>
Date:   Sat Dec 23 16:29:24 2006 +0000

    ofdm code added in PRELIMINARY FORM it is not complete
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 30981f7989b22e0e3b837c9420763fffb5586106
Author: eb <address@hidden>
Date:   Fri Dec 22 03:08:20 2006 +0000

    loosen tolerance so that opteron passes (64-bit vs 80-bit FP arith)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0d638d7cab2f52e4331de5ebb0e9018cc6f95b12
Author: jcorgan <address@hidden>
Date:   Thu Dec 21 23:34:59 2006 +0000

    Fix distcheck errors.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 71647e094f85e520363e579eab4b86e430be4e90
Author: n4hy <address@hidden>
Date:   Thu Dec 21 19:41:29 2006 +0000

    Merged changeset r4153:4167 on n4hy/iir into trunk.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 566df7b80d836b42b75b63d9a0704a04b387115a
Author: eb <address@hidden>
Date:   Wed Dec 20 19:52:04 2006 +0000

    trial fix for ticket:102, import error in powermate.py under MinGW/Cygwin
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 781eb41b703f3b15c3106167e02e01cf0b336ffd
Author: eb <address@hidden>
Date:   Tue Dec 19 22:54:23 2006 +0000

    applied patch for ticket:115
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f7400ffb7619ad96e5d23830408179093818568f
Author: eb <address@hidden>
Date:   Tue Dec 19 20:22:25 2006 +0000

    ''Real'' fix for ticket:104.  I should have just applied it all the
    first time around ;)  Thanks Don for the patch.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0fea2400127392cbb313627720468211ba759577
Author: eb <address@hidden>
Date:   Tue Dec 19 20:11:38 2006 +0000

    backed out partial fix for ticket:104
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 81d3ab82071b3c24f1e750f5f33753436b58fc2d
Author: eb <address@hidden>
Date:   Tue Dec 19 19:45:52 2006 +0000

    Fix for ticket:104, huge initial value plotted.
    Problem was due to uninitialized internal buffer, combined with
    incorrect initial state.  Thanks for the patch, Don.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0b81b3001db022aeb3107799a0241b51810a34da
Author: gdt <address@hidden>
Date:   Mon Dec 18 21:33:02 2006 +0000

    describe existing code.
    
    Add straw plan for 802.11 integration.
    
    (comments, please).
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 31f26ecfc331e73a9708f869c64309999a0f85de
Author: gdt <address@hidden>
Date:   Mon Dec 18 20:49:23 2006 +0000

    Description that's probably right, which seems better than the current
    mysterious state.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 76dabf817d73fe0353077b6f8fb4dc9362d510a9
Author: jcorgan <address@hidden>
Date:   Mon Dec 18 18:02:00 2006 +0000

    Temporary fix for ticket:116.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 91752d56d14fac020bb9782964b36efbdc260fc8
Author: eb <address@hidden>
Date:   Mon Dec 18 17:58:25 2006 +0000

    disabled build of gnuradio-examples/c++/dial_tone pending proper 
autoconfiscation
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f481c98a79621648efd24861db723821ebd07da1
Author: eb <address@hidden>
Date:   Mon Dec 18 17:55:04 2006 +0000

    Applied patch to fix ticket:117
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 424a1b454020727163cbbb0b19e8ea2f0833ef85
Author: jcorgan <address@hidden>
Date:   Mon Dec 18 05:39:40 2006 +0000

    Cleanup on hierarchical flowgraph code.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bc0f3fc1f8593a25d2f9bc1c83d73260d18d33ac
Author: jcorgan <address@hidden>
Date:   Mon Dec 18 05:14:24 2006 +0000

    Missing file update to previous check-in r4128.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e8fee7f683e3898a66eb2a91448bdb0c72cba64f
Author: jcorgan <address@hidden>
Date:   Mon Dec 18 05:12:26 2006 +0000

    Remove example from C++ directory.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5d9d2e48124fc6b981c35b69536001221678e871
Author: jcorgan <address@hidden>
Date:   Mon Dec 18 04:43:36 2006 +0000

    Rename dialtone -> dial_tone in examples.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 95144e53f0285d9e5ea897348030a33c18773b60
Author: jcorgan <address@hidden>
Date:   Mon Dec 18 04:35:19 2006 +0000

    Merged jcorgan/sfg r4097:4124 into trunk, fixing hier_block2 threading 
issues.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 88c16d7192ccf1caf14c2417959ab675b1f6a79e
Author: eb <address@hidden>
Date:   Mon Dec 18 01:48:25 2006 +0000

    Don't remove Makefile.in during clean
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 45221bd3e8ad6be56cb0ba471aa6a1d06e9efc0b
Author: trondeau <address@hidden>
Date:   Sun Dec 17 01:40:33 2006 +0000

    changed complex_to_arg to use fast atan and updated QA
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 367b9c4766edf249352e525411ad7da73ef62c05
Author: trondeau <address@hidden>
Date:   Sun Dec 17 01:39:44 2006 +0000

    Added fast atan with complex input
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9d1f4b4603f181fb02100de77501ebbfd99f1df6
Author: eb <address@hidden>
Date:   Sat Dec 16 23:53:13 2006 +0000

    fix for ticket:114
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a9da4b3439c7c90e4fd20d2fe1e43958656cda12
Author: matt <address@hidden>
Date:   Sat Dec 16 23:43:21 2006 +0000

    change order to avoid silly warnings
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a7e596eb3785b37cf0034b457187cc52d44c6bfd
Author: jcorgan <address@hidden>
Date:   Sat Dec 16 07:26:48 2006 +0000

    Merged jcorgan/sfg changeset r4048 into trunk.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6b34a29b1370d59b5c32fa6b4bb1e5639b8619b8
Author: trondeau <address@hidden>
Date:   Fri Dec 15 00:59:53 2006 +0000

    more expressive Doxygen tag for using Costas loop
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3ffcee6b999a5ec8a1e59c0a26cd8f3bc7725dfc
Author: jcorgan <address@hidden>
Date:   Thu Dec 14 23:37:20 2006 +0000

    Merge jcorgan/sfg changeset 4089 into trunk.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit eabd80cc159a8532952f6c23789d89b19066c35c
Author: trondeau <address@hidden>
Date:   Thu Dec 14 23:11:11 2006 +0000

    updated name of examples directory to /digital
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e51cf8c1c26c39793bf97a8fc9694f75944d56bb
Author: trondeau <address@hidden>
Date:   Thu Dec 14 19:03:00 2006 +0000

    adding QA for pll_freqdet block
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c1ffa6942036ace92844853b15fc0584e4b27de0
Author: trondeau <address@hidden>
Date:   Thu Dec 14 18:52:32 2006 +0000

    adding QA for pll_refout block
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 005b5f6ae5a1e0cf2a403a32bdf543f4b14e5134
Author: trondeau <address@hidden>
Date:   Thu Dec 14 18:39:12 2006 +0000

    adding QA for pll_carriertracking block
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8046aa32043bf58ef0a6657b2fba8fe357a294af
Author: n4hy <address@hidden>
Date:   Thu Dec 14 18:03:00 2006 +0000

    These routines have been modified to use fast atan2
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 65ee33a8122bf23dad5721ff115e80ae7bb8e523
Author: jcorgan <address@hidden>
Date:   Thu Dec 14 16:28:36 2006 +0000

    Merged jcorgan/sfg changeset r4082 into trunk (fixes gr.runtime parameter 
typing issue)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0bcd3eef3ddd18fd190a459923920a59287b7485
Author: n4hy <address@hidden>
Date:   Thu Dec 14 05:20:15 2006 +0000

    Two loop gr_costas_loop removing one if statement per sample
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 732324bb5569286f035eec8ad0d6923b3ad843ce
Author: n4hy <address@hidden>
Date:   Thu Dec 14 03:31:45 2006 +0000

    Modified gr_pll_carriertracking to use gr_fast_atan2 rather than atan2
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 76ed4c2fea5f59bfe02bbbb17754ef7eda44feca
Author: jcorgan <address@hidden>
Date:   Tue Dec 12 20:00:39 2006 +0000

    Merge jcorgan/hier developer branch into trunk.  Enables creation of true 
hierarchical blocks, from either C++ or Python, as well as creating pure C++ 
gnuradio applications. EXPERIMENTAL.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5de36fac220305307d6fb64eabe6f417a26c0982
Author: jcorgan <address@hidden>
Date:   Tue Dec 12 18:11:13 2006 +0000

    Move gr_runtime.h out of the way in preparation for merge of hier developer 
branch.  No changes in functionality.  Passes make distcheck.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5f11df3a837bfe56013b9483e5d8dd931b1aaf4e
Author: eb <address@hidden>
Date:   Mon Dec 4 23:39:26 2006 +0000

    fix for ticket:113 gr_firdes::band_reject
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 050f4b33a597e3cb804f89173359bce4dc898f2a
Author: gdt <address@hidden>
Date:   Mon Dec 4 18:19:59 2006 +0000

    Describe issues surrounding integrating BBN's 802.11 code.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c3be127df8835a4471b778b8c2d6d48b3534d0f5
Author: jcorgan <address@hidden>
Date:   Fri Dec 1 02:54:38 2006 +0000

    Fixes ticket:110.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b4f863606de90b6582aaa12b0e3b38017d9cdbea
Author: jcorgan <address@hidden>
Date:   Fri Dec 1 00:11:02 2006 +0000

    Fixes ticket:109
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2963f41e9b8bd7158c68da19331d4e1a3f374c11
Author: jcorgan <address@hidden>
Date:   Thu Nov 30 23:06:05 2006 +0000

    Require swig version 1.3.31 due to broken 'director' functionality in prior 
versions.  Addresses ticket:106.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit af8c4dc804ea84452f01b8b4a636cf9b9e6beb3a
Author: jcorgan <address@hidden>
Date:   Mon Nov 27 05:24:04 2006 +0000

    Fixes ticket:108
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7887a76a7d9eb140da6a33c15845f2ad5a072faa
Author: jcorgan <address@hidden>
Date:   Mon Nov 27 04:53:34 2006 +0000

    Fixes ticket:103 (patch applied)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 41d981f49e20fc55a6bc23ff854c2f868c980e6c
Author: jcorgan <address@hidden>
Date:   Mon Nov 27 04:30:26 2006 +0000

    Fixes part 1 of ticket:99
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 418075553b255199911e965041211211a7a4e5d9
Author: gdt <address@hidden>
Date:   Sat Nov 25 18:34:55 2006 +0000

    Comment out non-portable pattern rules that aren't being used, and
    leave a comment explaining why so that if documentation is added in
    the future portable make code will be written.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8ef184f76856b829b708393458eef745baeffec3
Author: gdt <address@hidden>
Date:   Sat Nov 25 15:15:05 2006 +0000

    Use paths with $(top_srcdir) so that builds from other than source dirs 
work.
    (Corrects problem I introduced when removing pattern rules.)
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 669ac5572e5f2703179f7d3f4bca80d8a36ee592
Author: gdt <address@hidden>
Date:   Sat Nov 25 14:40:36 2006 +0000

    Use PORTAUDIO_CFLAGS thoughtfully provided by configure.  Fixes build
    on NetBSD with pkgsrc, where portaudio is in
    ${PREFIX}/include/portaudio2 and ${PREFIX}/lib/portaudio2 in order to
    allow parallel installs of v19 with v18.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 60d2ca1516f1c0ecbbbaa2cf5fd296588f61124c
Author: gdt <address@hidden>
Date:   Sat Nov 25 14:36:31 2006 +0000

    Avoid pattern rule to enable building with BSD make.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1d92f3adb480675cf5a269ea3ead0b5756df1982
Author: gdt <address@hidden>
Date:   Sat Nov 25 13:10:32 2006 +0000

    Note optional use of xmlto.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 289b209b123471ad6236880930bcae0a8f325a4e
Author: gdt <address@hidden>
Date:   Sat Nov 25 13:06:18 2006 +0000

    Avoid non-portable use of $< in non-pattern rule.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c26f00879436d715503e7d8da9645651bb7e05f2
Author: gdt <address@hidden>
Date:   Sat Nov 25 13:00:42 2006 +0000

    When using python to check for wx module, call it via the variable
    earlier set with the path to the python interpreter, rather than
    hard-coding 'python'.  Fixes build on systems where python is
    installed with a version suffix (e.g. python2.4), such as pkgsrc.
    
    From Berndt Josef Wulf via gnuradio-discuss; change is below the
    copyright threshold.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit eeebc6bf08230ff905262d08b33fbd10dcddb306
Author: trondeau <address@hidden>
Date:   Tue Nov 21 18:18:24 2006 +0000

    fixed typo in beta value for qpsk demod
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit dbff43ebe7be502e7f2b2cb4e09152c82a669167
Author: trondeau <address@hidden>
Date:   Tue Nov 21 17:21:15 2006 +0000

    improved Costas loop gains for QPSK receiver
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1754fa9fa66a47de3c445396b523084aee57a81e
Author: matt <address@hidden>
Date:   Mon Nov 20 02:41:19 2006 +0000

    latest version of quartus
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 82367233ec631944a707433a08a18a50d755be4e
Author: eb <address@hidden>
Date:   Wed Nov 15 21:24:30 2006 +0000

    updated for new ftp.gnu.org upload system
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit eba97622f7fc5e6999f34c05b4d6c4ed1e3fe5a0
Author: gdt <address@hidden>
Date:   Sat Nov 11 20:49:40 2006 +0000

    explain why this is separate (ripped off from Eric's email to the list)
    
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 967b6754467da04232c470067bf165b8ca11513b
Author: jcorgan <address@hidden>
Date:   Fri Nov 10 18:40:44 2006 +0000

    Fixes ticket:98
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0dae4622c0e27aab2b5ebf810796c499eb55043c
Author: jcorgan <address@hidden>
Date:   Fri Nov 10 18:26:46 2006 +0000

    Fixes ticket:97
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ef9205276a1cdcfadde8faf684dc443e3d577a0d
Author: eb <address@hidden>
Date:   Fri Nov 10 16:15:57 2006 +0000

    added default values to help messages
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4589ad2c5a98eef0d550eb59c0b6cd7ff61ee9b0
Author: jcorgan <address@hidden>
Date:   Wed Nov 8 15:27:10 2006 +0000

    Fixes ticket:93.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d1ce7d2f70973adda0d8fbf5834875493a6d493d
Author: trondeau <address@hidden>
Date:   Mon Nov 6 14:18:37 2006 +0000

    Default costas-alpha set to None instead of float
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d09833bc3db07e18e245426f5d8fd20bfa3d0b67
Author: trondeau <address@hidden>
Date:   Sun Nov 5 21:14:00 2006 +0000

    merging from trondeau/digital-wip for improved dbpsk and dqpsk receivers
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6f41f8088e3548e25729a74b42ebe03b53e819ae
Author: jcorgan <address@hidden>
Date:   Sat Nov 4 22:53:51 2006 +0000

    Clarify bug fix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9f3bf64970dbdc69d327f00c4f12ffc10cb9dc44
Author: jcorgan <address@hidden>
Date:   Sat Nov 4 22:50:20 2006 +0000

    Fixes ticket:96
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c6eaa53c3739ea2fb39a088e50bfa142b1cdb136
Author: jcorgan <address@hidden>
Date:   Sat Nov 4 21:38:39 2006 +0000

    Fixes ticket:95.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5a2864573c870ad6f3ff3dc818b3603ff9340618
Author: jcorgan <address@hidden>
Date:   Sat Nov 4 21:04:37 2006 +0000

    Added note about line ending styles.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b0b5b7dc338be776d3230dcff6f0fe24fca3b54a
Author: jcorgan <address@hidden>
Date:   Sat Nov 4 20:39:15 2006 +0000

    Add configure.ac to the files affected by ticket:88
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ee9ad87ad18169040fc6a5375f20ea4144945235
Author: jcorgan <address@hidden>
Date:   Sat Nov 4 19:43:20 2006 +0000

    Applied changeset r3926 on release branch to trunk.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 262bef227ec4b6d1605fdca4714eea9005f5b3b5
Author: jcorgan <address@hidden>
Date:   Sat Nov 4 17:12:08 2006 +0000

    Fixes ticket:94, caused by prior fix for ticket:92
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ff432904e416faee98cb4b4cafe1b4b6649ae970
Author: jcorgan <address@hidden>
Date:   Sat Nov 4 00:48:00 2006 +0000

    Fixes ticket:92.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 82550ac99edb201ef395fd2d7e072d4622871b37
Author: matt <address@hidden>
Date:   Wed Nov 1 23:36:51 2006 +0000

    optimized halfband coefficients, courtesy of Larry Doolittle
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 206d6c926832940452d3c9ce45c9d38637a2950f
Author: cswiger <address@hidden>
Date:   Wed Nov 1 19:05:49 2006 +0000

    atsc.pad() - Pads a 188 byte mpeg transport stream packet out to 256
    bytes for atsc transmitter randomizer. Opposite of depad.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 50a6df5e198231188f40c23e609a3fe078ad436a
Author: jcorgan <address@hidden>
Date:   Tue Oct 31 19:15:02 2006 +0000

    Restore gr-pager to trunk.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2c1032480d2874f38af9b5b9d18e753e968619e5
Author: eb <address@hidden>
Date:   Tue Oct 31 16:07:47 2006 +0000

    Merged eb/binstats -r3848:3906 into trunk.  These changes
    (1) fix a problem with gr_feval* where when called from a live
    flowgraph, they resulted in the call back into Python occuring without
    holding the Global Interpreter Lock causing a SIGSEGV.
    
    (2) add gr_bin_statistics_f which combines statistics gathering
    with a control state machine that allows spectrum sensing or related
    applications that need to step through the spectrum to be built.
    
    (3) usrp_spectrum_sense.py which ties all this together in an
    application which steps through the spectrum a chunk at a time and
    gathers statistics.  In the current version, the stats are gathered by
    nothing is done with them.  Think of this as the framework for a real
    application.  This code may require tuning of the --tune-delay and
    --dwell-delay timeouts to ensure that the samples being processed are
    associated with the given center frequency.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3695548d8598f524dd203f7dfc4f73f301b7282a
Author: eb <address@hidden>
Date:   Sat Oct 28 01:46:05 2006 +0000

    conditionalize include of linux/compiler.h
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 80a2360b43dfa95de3a54972120f47112637a266
Author: mleech <address@hidden>
Date:   Fri Oct 27 11:42:47 2006 +0000

    Fixed bug in write_hits--was using wrong index variable.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 359b70960f8e2d9c5288914fe6370b836d0a8167
Author: eb <address@hidden>
Date:   Tue Oct 24 22:03:38 2006 +0000

    made warnings go away
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4a03552c34d5d400afb29b8bf90b41f8c5b08464
Author: eb <address@hidden>
Date:   Tue Oct 24 21:03:11 2006 +0000

    added void callback to feval family
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 93366b0cc2b423e47ac21b261e3944096f25b53e
Author: eb <address@hidden>
Date:   Tue Oct 24 21:01:36 2006 +0000

    improved error message on size mismatch
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit da120ed66db04bc10346d46a8b2ef959bd60c7e4
Author: mleech <address@hidden>
Date:   Tue Oct 24 16:31:23 2006 +0000

    Added notation tag to continuum log file indicating whether the Sun is in 
the
      sky at the time or not.
    
    Increased the difficulty of the "gauntlet" that "hits" in the SETI mode
      have to run through in order to be considered a hit.  Hard to test :-)
      Added intensity levels to SETI hit logging.  This will allow post-facto
      gaussian profile determination for any hits that are found.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 688af764739051f04769c55d6e6d832ebdb72784
Author: jcorgan <address@hidden>
Date:   Mon Oct 23 17:29:52 2006 +0000

    Fix make distcheck breakage.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 62cf5126cd25e3d7e67daefb55d69c8e9526dc86
Author: gdt <address@hidden>
Date:   Mon Oct 23 14:58:05 2006 +0000

    Search for rm, and substitute it.  Avoids assumption that make
    predefines RM (BSD make does not).
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2efbbf1f2c3bc7deb4c6998e4b7235552c140506
Author: gdt <address@hidden>
Date:   Mon Oct 23 13:22:48 2006 +0000

    Note that gnuradio-core and boost are required.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 32b58a7e22e7f88725c005972aa37065a00b2c4d
Author: gdt <address@hidden>
Date:   Mon Oct 23 13:21:21 2006 +0000

    change $< to explicit prereq, avoiding gmake-specific use of $< in
    non-pattern rule.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 748e8b199f9c1586b802646393037a297fa9c2f8
Author: gdt <address@hidden>
Date:   Mon Oct 23 13:06:33 2006 +0000

    Fix "test ==".
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c3a8f2199f6bdd9389f59f08069886e271888880
Author: eb <address@hidden>
Date:   Wed Oct 18 01:35:09 2006 +0000

    moved out of trunk
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d3764678fda9c37f38a012c96771934a8cab8ba3
Author: eb <address@hidden>
Date:   Wed Oct 18 01:33:38 2006 +0000

    gr-pager fix
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bdb7c3a6eb5050d4eabac42699bc8f720bfd1df1
Author: gdt <address@hidden>
Date:   Sun Oct 15 00:01:00 2006 +0000

    portability: use = instead of == with test
    
    from Rolang Illig via NetBSD pkgsrc
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a8012b9695d4fca3eaed265c6fcb7db282c93557
Author: michaelld <address@hidden>
Date:   Sat Oct 14 18:40:03 2006 +0000

    Fix for ticket:80 .
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 076fd769e77a757d582c50856be20b0f8f16c224
Author: mleech <address@hidden>
Date:   Wed Oct 11 02:36:24 2006 +0000

    Added "Spectral Cursor" functionality into the waterfall display.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit defd1701b49abc08b0fa6d18ca6c5410f6b97dc2
Author: mleech <address@hidden>
Date:   Tue Oct 10 17:25:34 2006 +0000

    Made SETI mode remove the continuum components.  Because of the
      continuous frequency-scanning, the continuum data will be invalid
      anyway, and of little use.
    
    This saves a little bit of CPU, so I've been able to get a 25Khz
      FFT with a length of 32768 bins, for continued sub-1Hz resolution,
      but with a wider instantaneous bandwidth.  For some reason, though,
      there's a "knee" in the curve, and running at 50Khz sampling increases
      the CPU consumption by a much larger factor than you'd expect.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 89011a4f33fc4dabc3cfe0513e3c198bf4e07588
Author: jcorgan <address@hidden>
Date:   Tue Oct 10 17:07:02 2006 +0000

    Changed line ending style to LF for m4 files.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9e0e5539bf75a50695906b6f2b2324fbe2ac2050
Author: gdt <address@hidden>
Date:   Tue Oct 10 16:25:28 2006 +0000

    2006-10-10  Greg Troxel  <address@hidden>
    
        * firmware/include/Makefile.am: avoid nonportable use of $< (first
        prereq in GNU make, implied source for pattern rule in BSD make)
        used in a non-pattern rule.
    
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 81571bfc29c7d799656868c477dd529e05ba21fa
Author: mleech <address@hidden>
Date:   Tue Oct 10 03:34:42 2006 +0000

    Removed --calib_eqn, added more internal documentation on the SETI mode.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 74e4486598b3ea40e13312c355814372930e5b62
Author: mleech <address@hidden>
Date:   Tue Oct 10 02:40:19 2006 +0000

    Improved SETI mode--added 1Mhz swath scanning, and reduced SETI mode FFT
      bandwidth to 12.5Khz, allowing sub-1Hz resolution.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3dfb00b807b9242d0ab794eaa67c494d10122b13
Author: jcorgan <address@hidden>
Date:   Mon Oct 9 19:46:41 2006 +0000

    Fixes ticket:87.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7c012bd767096cb86c3f9e053c1448b31e4771a6
Author: jcorgan <address@hidden>
Date:   Mon Oct 9 19:46:18 2006 +0000

    Fixed missing files for distribution.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4bf3a46e2560a040fb02e8228ca9b45455cc4809
Author: jcorgan <address@hidden>
Date:   Mon Oct 9 19:16:23 2006 +0000

    Partial fix for ticket:84. Improves error message.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 185072828d14fe5b54fddba8748266d98c0af870
Author: jcorgan <address@hidden>
Date:   Mon Oct 9 19:11:57 2006 +0000

    Change line ending style for config/*.m4 to LF from native.
    Completes ticket:88.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 799c842bcb802d42eed9b8d972ec667abbde347e
Author: jcorgan <address@hidden>
Date:   Mon Oct 9 19:09:58 2006 +0000

    Updated AUTHORS file.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit acfef10b683740d15e4bd1dfd2607e86f712a071
Author: jcorgan <address@hidden>
Date:   Sun Oct 8 19:24:04 2006 +0000

    Updated AUTHORS to reflect Debian packaging done by Bdale Garbee.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9702787a5c9f8ae38c5a34cc957a2ddd3ed0ff5d
Author: jcorgan <address@hidden>
Date:   Sun Oct 8 18:53:36 2006 +0000

    Updated revision post 3.0 release.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 42fde01ca6704b0ab721e35a7225daadb6cbefc0
Author: mleech <address@hidden>
Date:   Sat Oct 7 12:42:24 2006 +0000

    Added waterfall display, and SETI processing options to usrp_ra_receiver, 
which
      necessitated an RA-specific version of waterfallsink.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2dbacda7b6ca783cccb687ab98429a539f82900d
Author: jcorgan <address@hidden>
Date:   Sat Oct 7 01:22:00 2006 +0000

    Merged -r3690:3730 from jcorgan/pager branch into trunk.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit baab0003d7c2464b61e29bbce615402bca7682c5
Author: jcorgan <address@hidden>
Date:   Fri Oct 6 04:15:34 2006 +0000

    Reverse erroneous config file update.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3df00301e32d55a2c10088b07122fda44afab9e6
Author: jcorgan <address@hidden>
Date:   Fri Oct 6 04:06:05 2006 +0000

    Update config.guess and config.sub from canonical source.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 420e1ef52542ccab7b63a1a1579ee332e113f919
Author: jcorgan <address@hidden>
Date:   Fri Oct 6 04:04:01 2006 +0000

    Prepare gr-how-to-write-a-block for separate distribution.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 348e6d5266d353feef7fb8043963682b1d58fc4d
Author: jcorgan <address@hidden>
Date:   Fri Oct 6 03:52:50 2006 +0000

    Reduced tmp usage during gnuradio-core 'make check'
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 64a2773afd1cf4214923908259646016e940f84b
Author: jcorgan <address@hidden>
Date:   Fri Oct 6 03:49:05 2006 +0000

    Updated config.guess and config.sub from canonical source.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cf13ba6e5cc79e0ba5f2720f3a46211c5c7173d3
Author: jcorgan <address@hidden>
Date:   Thu Oct 5 07:02:35 2006 +0000

    Fixes ticket:82.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a1fa37f5722e2cd7d32a2ff57774e028d50a02f5
Author: jcorgan <address@hidden>
Date:   Wed Oct 4 20:59:20 2006 +0000

    Trial fix for ticket:83
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0213b7e6e892fd901d5c81809e1095bb2ea594ea
Author: jcorgan <address@hidden>
Date:   Wed Oct 4 20:16:12 2006 +0000

    Further fixes for ticket:81
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 15698af5362ece0c9eb14f81ae2e8b483ef8b948
Author: gdt <address@hidden>
Date:   Wed Oct 4 20:02:48 2006 +0000

    general cleanup:
    
      add hints for pkgsrc (dependencies, how to link against them, avoid 
suggesing to install -devel)
    
      adjust language to be more OS-neutral
    
      change PYTHONPATH hint example to be 2.4 since that's more likely to be 
right if blindly copied.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c4657d5441095e0cbac5fdd4d3300893de72f704
Author: jcorgan <address@hidden>
Date:   Wed Oct 4 19:08:50 2006 +0000

    Partial fix for ticket:81
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d1f870c0f848711761d429aa912e5ebfd2d1592a
Author: gdt <address@hidden>
Date:   Wed Oct 4 17:20:15 2006 +0000

    Portability fixes:
      Use /bin/sh instead of /bin/bash.
      Use = instead of == with test.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 823ce5ceaa54bea679228e60569c8b43044fe28a
Author: cswiger <address@hidden>
Date:   Wed Oct 4 14:53:43 2006 +0000

    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c7be5804b32bcf19739297b04f3d811bee1a47fb
Author: mleech <address@hidden>
Date:   Wed Oct 4 14:36:13 2006 +0000

    Changed data logging significantly, in that for continuum data, the data
      logging is more directly plugged into the signal-processing chain,
      rather than being a side-effect of plotting.  For spectral data, had it
      copy spectral bins into a data buffer that gets dumped once per second
      in the UI, same as continuum data.
    
    Added --calib_coeff and --calib_offset command-line parameters to scale
      the output of the continuum detector.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 58d96ee6c7c8992eaf9659668cc70530ef2f3171
Author: jcorgan <address@hidden>
Date:   Wed Oct 4 05:56:27 2006 +0000

    Disabled gr-error-correcting-codes until fix for ticket:80
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a0418c71fcd7cf7233e7dbbd1a4a48efd2757c52
Author: eb <address@hidden>
Date:   Tue Oct 3 23:45:13 2006 +0000

    minor tweak
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7627aff24f358831bdaa0d27a67443554a7a9a75
Author: jcorgan <address@hidden>
Date:   Tue Oct 3 21:28:41 2006 +0000

    Reversed changeset r2201, removing gr_feval_ff implementation.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f26bb1c175f27d665f70e4dd62d1fd78a6d19b8a
Author: jcorgan <address@hidden>
Date:   Tue Oct 3 21:07:28 2006 +0000

    Fixes ticket:79.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 14cdcdc75bb8d42a5e0fafc44156ef4248373633
Author: trondeau <address@hidden>
Date:   Sat Sep 30 20:09:28 2006 +0000

    fixed problem with loggin dbpsk
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 46234d16039b057bc09a87530afec61e05cce202
Author: jcorgan <address@hidden>
Date:   Sat Sep 30 04:19:28 2006 +0000

    Adds alphanumeric and numeric decoding.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e915fef7316364459c87fb314371f6c1720b06e9
Author: jcorgan <address@hidden>
Date:   Thu Sep 28 16:44:30 2006 +0000

    Updated revision to 3.0svn.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f003cdd04924da69049d332e897dd6eaea55f297
Author: jcorgan <address@hidden>
Date:   Thu Sep 28 16:43:53 2006 +0000

    Merged jcorgan/pager developer branch into trunk.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a986c0681c44d3788299f5bdcf025248edf02845
Author: jcorgan <address@hidden>
Date:   Thu Sep 28 06:55:02 2006 +0000

    Fixes ticket:77.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit eceb00eba3d3076e6de1118844df45473b095a35
Author: jcorgan <address@hidden>
Date:   Thu Sep 28 06:28:26 2006 +0000

    Fixes ticket:76.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 32b724459bee94d645fcf4b85b4c27c18b3600ec
Author: jcorgan <address@hidden>
Date:   Thu Sep 28 05:48:31 2006 +0000

    Partial fix for ticket:76. Fixes those components that are being
    released in 3.0.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 99601baef3d552b9d805e7eb5438bae9b1baba89
Author: eb <address@hidden>
Date:   Wed Sep 27 06:29:48 2006 +0000

    New rbfs.  These were compiled using Quartus 6.0 sp1
    and include the post-ADC / pre-DDC digital rssi measurement code.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d8ceccfaee97a5645e22d400305bf5a6cd7295af
Author: eb <address@hidden>
Date:   Wed Sep 27 05:55:42 2006 +0000

    some updates for 3.0rc1
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ff45268d9b0923e5e7345bfd31c28bdea48ea08e
Author: eb <address@hidden>
Date:   Wed Sep 27 05:37:01 2006 +0000

    added note pointing to trac
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f1c41f807cb29472d0924149e39d6ec8ad90e6a2
Author: eb <address@hidden>
Date:   Wed Sep 27 05:14:03 2006 +0000

    Merged changes from eb/digital-wip into trunk.
    
    This includes:
    
    * renaming gnuradio-examples/python/gmsk2 to 
gnuradio-examples/python/digital
    * refactoring the digital data tx and rx test code into benchmark_tx
    and benchmark_rx.  These accept a -m <modulation> argument.
    <modulation> can currently be selected from gmsk, dbpsk, dqpsk
    * Two new AGC blocks:  gr_agc2: separate attack and delay rates;
    gr_feedforward_agc: FIR-ish compressor.  Normalizes to peak envelope.
    * Working DBPSK mod/demod (works fine)
    * Working DQPSK mod/demod (works, but still needs more work)
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 04bb51ec4f1539c51c861b7fcad2ca8047a872a3
Author: mleech <address@hidden>
Date:   Sat Sep 23 03:54:46 2006 +0000

    Added --audio_dev option.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit dadc2f8b0dea65176f723042b3deb26386272686
Author: eb <address@hidden>
Date:   Fri Sep 22 18:57:58 2006 +0000

    fixed install failure that occured with automake 1.7.9
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bd91aeab420858beb3fabc60570bb147027ac6a4
Author: eb <address@hidden>
Date:   Fri Sep 22 05:30:26 2006 +0000

    applied supplied patch to close ticket:70
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9a3c01437bf8952a401345919b8c9b32e1a10bf0
Author: eb <address@hidden>
Date:   Thu Sep 21 21:24:36 2006 +0000

    updated FSF street address
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c8ed035413582319e606104d00ab69f919ab6038
Author: eb <address@hidden>
Date:   Thu Sep 21 21:23:37 2006 +0000

    Merged -r3596:3600 of eb/ra_wb  into trunk.  This contains the
    BSD read-ahead/write-behind fast usb support.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 10a360549723bc9f64c97ed9bfa0acaaf514ac87
Author: mleech <address@hidden>
Date:   Thu Sep 21 01:03:42 2006 +0000

    Increased annotation-writing interval to 20 seconds, to save disk space.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 48fae4e0e218abf3199f17c6e0dc80247c236a1a
Author: mleech <address@hidden>
Date:   Wed Sep 20 00:54:26 2006 +0000

    Added more annotation data to data files, including center frequency,
      bandwidth, integration time, spectral averaging, and gain. This
      necessitated a change to data file syntax in the last token, but the
      post-processing scripts have been updated to handle both old and new
      formats.  In the old format, there was a single "annotation" token--
      the current declination.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d8e3e5527331076faf43af28377c2453e428b6be
Author: jcorgan <address@hidden>
Date:   Tue Sep 19 01:02:02 2006 +0000

    Updated ignore list.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 124d034f103825aef0b484cf891d2b3ef1cc11f2
Author: jcorgan <address@hidden>
Date:   Tue Sep 19 01:00:51 2006 +0000

    Accomodate avr-gcc 4.1 deprecation.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 800c7af01e745900c0b12474c9b9ef5090f9d25a
Author: jcorgan <address@hidden>
Date:   Tue Sep 19 00:59:01 2006 +0000

    Really fix ticket:68.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8030ff9a8451d4320ba46aad916487a95ce8e7ae
Author: jcorgan <address@hidden>
Date:   Tue Sep 19 00:25:13 2006 +0000

    Fixes ticket:68, making 'Auto' the default trigger option.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8fd1bbd2be7a5d6f1f160e1ac5f64faacab6a7b2
Author: mleech <address@hidden>
Date:   Mon Sep 18 23:28:22 2006 +0000

    Updated the way the LPF bandwidth is set on daughtercard, if DBS_RX.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7c36abd16c12279fbfb29c30662cd3e96f8252e5
Author: mleech <address@hidden>
Date:   Mon Sep 18 23:20:45 2006 +0000

    Updated proportionality constant
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e23dfcb27b35ead7265fad57eacdfb2f35dcfffe
Author: eb <address@hidden>
Date:   Sat Sep 16 19:28:45 2006 +0000

    updated FSF address
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit cf33be6cfbd15aa2a1025e486f478925938a1f56
Author: eb <address@hidden>
Date:   Sat Sep 16 05:10:40 2006 +0000

    fixed typos in .h files
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2072f53c2b9622bd8cb0d803c24d39a0aee699c2
Author: eb <address@hidden>
Date:   Sat Sep 16 02:26:42 2006 +0000

    gnuradio.utah.edu --> gnuradio.org
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6105af538d20a5f945d01044909c90e6a4ae1256
Author: eb <address@hidden>
Date:   Sat Sep 16 02:14:47 2006 +0000

    Added note about how to work around Fedora Core PYTHONPATH weirdness on 
X86_64.
    Closed ticket:39.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b79f439a502172bb1487a49e5d9d7d228c587f48
Author: anastas <address@hidden>
Date:   Thu Sep 14 15:09:03 2006 +0000

    fixed ticket #65
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit aa0555b49ca61be638bc57b8d823d870aeb3edbb
Author: jcorgan <address@hidden>
Date:   Thu Sep 14 03:07:01 2006 +0000

    Added gr-pager component to trunk by merging from r3474:r3537 in
    branch developer/jcorgan/pager.  Currently implements most of the FLEX
    pager protocol demodulation, but doesn't yet decode individual pages.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 86f5c92427b3f4bb30536d76cf63c3fca388fb2f
Author: eb <address@hidden>
Date:   Wed Sep 13 21:30:04 2006 +0000

    Updated FSF address in all files.  Fixes ticket:51
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 31750b16dc2676a323fb8bd4a933e166d81b547e
Author: eb <address@hidden>
Date:   Wed Sep 13 21:22:11 2006 +0000

    script to update FSF address in files
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 07680d145f38e05e1b0be9980db3645a63334234
Author: jcorgan <address@hidden>
Date:   Wed Sep 13 01:40:21 2006 +0000

    Better fix for ticket:64 that will work with VPATH builds.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 868b460ef95e57a6233671247312448b9e7fc7c9
Author: jcorgan <address@hidden>
Date:   Wed Sep 13 01:33:23 2006 +0000

    Trial fix for ticket:64.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a5c2fda5e888832a11057792d6679f7d4399f934
Author: eb <address@hidden>
Date:   Tue Sep 12 20:28:33 2006 +0000

    trial fix for ticket:63
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d3ac84258f5da18469897c8eb41123d0015b2af7
Author: anastas <address@hidden>
Date:   Mon Sep 11 21:55:23 2006 +0000

    Updated documentation in gr-trellis/doc
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 23703f65f0d1cb5e1245a8448d59c1462659fc91
Author: matt <address@hidden>
Date:   Mon Sep 11 21:48:35 2006 +0000

    make this block do what it says its doing.  Patch from Henryk Plötz, 
henryk _at_ ploetzli.ch
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b15586bbab01e39cc5b888413abbc4c2a19d1ab4
Author: eb <address@hidden>
Date:   Sun Sep 10 19:21:33 2006 +0000

    added gr.complex_to_mag_squared block
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d663513cd3fd9012b1bb6e6240691d6ddcc31f74
Author: eb <address@hidden>
Date:   Sun Sep 10 18:14:55 2006 +0000

    fixed ticket:46 by applying Don's patch
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c320874dd0444cff1f1d9669e3f3efa9dd2a74c7
Author: mleech <address@hidden>
Date:   Tue Sep 5 04:13:44 2006 +0000

    Changed calculation of receive power from squared I+Q
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d6a4c07fc4471db655d9b2157114358221c910e3
Author: mleech <address@hidden>
Date:   Tue Sep 5 04:13:03 2006 +0000

    Turned on baseband filtering if DBS_RX
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 88d87e948315bc22ce02e635cb4771a836b73616
Author: mleech <address@hidden>
Date:   Tue Sep 5 04:12:48 2006 +0000

    Turned on baseband filtering if DBS_RX
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 36c175fb855d11d09d5418afa83dcc7a6924efac
Author: jcorgan <address@hidden>
Date:   Sun Sep 3 23:46:01 2006 +0000

    Merged branch jcorgan/wip into trunk.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d4697a07812be9e1f91a03b0a2dd61b1948f9925
Author: anastas <address@hidden>
Date:   Sun Sep 3 20:27:42 2006 +0000

    Refactored some common functions for metric calculations. Updated the 
documentation.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 21abdfb3f1ba6520a7911a0787adab664d9a790f
Author: jcorgan <address@hidden>
Date:   Thu Aug 31 06:30:59 2006 +0000

    Applied patch in ticket:59 by Don Ward.  Updates waterfallsink.py to use
    messages instead of pipes.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a0d2039df66fd23218c95dd7e5ae83424dfcd1e4
Author: anastas <address@hidden>
Date:   Wed Aug 30 21:59:48 2006 +0000

    updated gr-trellis documentation
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 07759120a1e53495aea91215d507977c83cfe431
Author: anastas <address@hidden>
Date:   Wed Aug 30 18:33:26 2006 +0000

    Added a siso_combined block analogous to the viterbi_combined; useful for 
FSMs with a large output alphabet
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2dd336e418b5459558e7590e2d72347b1b689522
Author: anastas <address@hidden>
Date:   Wed Aug 30 18:24:23 2006 +0000

    More turbo equalization examples
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ea554bd9003efc6fe32619f49962fd18ec65b9f2
Author: eb <address@hidden>
Date:   Tue Aug 29 03:24:31 2006 +0000

    revised fix for ticket:54
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4279fc2bf97c7cd2b970b9fe55fd727626ae48ae
Author: michaelld <address@hidden>
Date:   Sun Aug 27 23:12:06 2006 +0000

    Fixed python qa code in gr-ecc.  Moved the non-standard qa tests into
    gr-ecc/examples for now until the gr-ecc blocks are fully operational.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ef47957bdc5340fca828635988e8fd64a9a3fc71
Author: jcorgan <address@hidden>
Date:   Sun Aug 27 18:59:21 2006 +0000

    Add missed fix for ticket:42.  Merged -r3435:3438 from developer branch
    jcorgan/ticket-3.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 6b5a0200e260382d61e31dbf016719644163f73b
Author: jcorgan <address@hidden>
Date:   Sun Aug 27 18:51:43 2006 +0000

    Implements ticket:3 and fixes ticket:42.  The common functionality of
    run_tests.in for Python QA has been extracted into run_tests.sh in the
    top-level and the individual run_tests just invoke that with the right
    path parameters.  Also fixed Cygwin 'make check' bug by adding fix by
    Don Ward.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f1ae6ff27783dd482e16cc28dd8a64702235179f
Author: michaelld <address@hidden>
Date:   Sun Aug 27 01:33:06 2006 +0000

    Hopeful fix for ticket:41 .  On Mac-Intel only, forces x86 assembly
    for Darwin and XCode to ignore the debugging pseudo-ops, as it already
    does in XCode 2.2 and 2.3 but creates an error in XCode 2.4.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5d74416a0450e49807c7d66e00673d0b00a57e95
Author: michaelld <address@hidden>
Date:   Sat Aug 26 19:20:27 2006 +0000

    Fix for ticket:54 .
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 878730dc2aa16817055998592610a0f43b3a22cb
Author: jcorgan <address@hidden>
Date:   Sat Aug 26 17:55:12 2006 +0000

    Fixes ticket:34.  Merged r3420:3425 from jcorgan/ticket-34.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2c857b24438ac67b3f332934ede4e6710f49a65d
Author: eb <address@hidden>
Date:   Sat Aug 26 05:44:37 2006 +0000

    added $(NO_UNDEFINED) to Makefile.am
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4eea1411eef278b7d3a2c243a97ecc99709a6372
Author: eb <address@hidden>
Date:   Sat Aug 26 05:39:21 2006 +0000

    added $(NO_UNDEFINED) to Makefile.am
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 287fc41d5f82ff3236aa270689bd55278e2c841a
Author: jcorgan <address@hidden>
Date:   Fri Aug 25 23:58:20 2006 +0000

    Implements ticket:28.  See BuildConfiguration for documentation.
    Merged developer branch jcorgan/ticket-28 into trunk.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 23a71f0089b7c94b7c61a28dd6c0e5af668df79c
Author: eb <address@hidden>
Date:   Fri Aug 25 20:16:04 2006 +0000

    trial fix for ticket:55
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 383649867fc83a7f348572099b70721302b01f2a
Author: matt <address@hidden>
Date:   Fri Aug 25 17:57:15 2006 +0000

    audio spectrum analyzer.  SHould have had this a long time ago
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 743769c0aba5b6db0f6af8c87b762bda0bef3caa
Author: trondeau <address@hidden>
Date:   Fri Aug 25 02:01:26 2006 +0000

    fixed problem with tunnel.py
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 11154aa39c3875b20e5aa9ab757443e1c63fd808
Author: jcorgan <address@hidden>
Date:   Thu Aug 24 22:42:37 2006 +0000

    Trial fix for ticket:53.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 62959cd5d2356fa3120680a96ae6814a0c0effbe
Author: eb <address@hidden>
Date:   Thu Aug 24 18:50:19 2006 +0000

    Trial fix for ticket:45
    
    Changed interpretation of second argument to gr_buffer_add_reader from
    "history" to "nzero_preload".  If the argument is 0, no zeros are
    preloaded into the buffer.  This is a less surprising interpretation
    than the old behavior, which when passed a zero, inserted buffersize-1
    zeros ;)
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 87a17aaaecc22ba91cc04fa10c9024c8650c260a
Author: anastas <address@hidden>
Date:   Wed Aug 23 05:19:41 2006 +0000

    Updated viterbi equalization examples and README file
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 979ae071d508762513981a063961551b59199081
Author: anastas <address@hidden>
Date:   Wed Aug 23 05:18:04 2006 +0000

    clean-up of Viterbi blocks: d_trace is not a private variable anymore but a 
local variable
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 180347e40854f865a1592af729a00236f061d039
Author: anastas <address@hidden>
Date:   Tue Aug 22 17:26:18 2006 +0000

    Added examples for Viterbi Equalization in 
gnuradio-examples/python/channel-coding
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0b271125ac42ed3a50082a2bb352c64b9e2d292e
Author: jcorgan <address@hidden>
Date:   Sun Aug 20 17:47:10 2006 +0000

    Fixes ticket:35.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 87fc05279c822141556ac362ddd96002fe377c25
Author: eb <address@hidden>
Date:   Sat Aug 19 07:38:57 2006 +0000

    set svn:eol-style=native
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 319caa5a3882142be42e03b0f20488730f5d208e
Author: eb <address@hidden>
Date:   Sat Aug 19 07:36:33 2006 +0000

    set svn:eol-style=native
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f3c0065c1e9bb7bfdbdba6118682be13c3365f4a
Author: jcorgan <address@hidden>
Date:   Sat Aug 19 00:37:11 2006 +0000

    Fixes ticket:38.  Merged -r3339:3349 from jcorgan/ticket-38 into trunk.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 2e62dfd2a2391406b729546e8c23b89a5aee5d97
Author: eb <address@hidden>
Date:   Fri Aug 18 22:53:02 2006 +0000

    trial fix for ticket:43
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4d9e68f1463e175ba1c4d1a0f19dfbe5cc90c681
Author: michaelld <address@hidden>
Date:   Thu Aug 17 19:23:48 2006 +0000

    Fix for ticket:36 , now (hopefully) does "make check" properly on all
    platforms.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit dee26d1c3360303a1d9db6941d214ae443399eb5
Author: eb <address@hidden>
Date:   Thu Aug 17 01:10:20 2006 +0000

    merged in mblock work-in-progress
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 528dfacaf3958f0e3d05c41b4d3a3c683e227b85
Author: jcorgan <address@hidden>
Date:   Thu Aug 17 00:38:09 2006 +0000

    Removed TODO.build as this can be managed in trac
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 65f2e6e487a71647167b83e9fde1cd62451c2cd7
Author: eb <address@hidden>
Date:   Wed Aug 16 23:38:54 2006 +0000

    trial fix for ticket:33
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8ccd9c08e0d043160a3933512e43264c3f51402a
Author: eb <address@hidden>
Date:   Wed Aug 16 23:36:27 2006 +0000

    removed obsolete comment and FIXME
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 30e919fa1e081e54a77ae0741d8964f0444b0fcc
Author: jcorgan <address@hidden>
Date:   Wed Aug 16 21:32:08 2006 +0000

    Fixes ticket:37.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f170c32cbcbef44b4d094ee7018f5f618ea95f90
Author: jcorgan <address@hidden>
Date:   Wed Aug 16 21:04:19 2006 +0000

    Removed ezdop from build until m4 issue fixed.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d5c192f9e3cde58589845b7b51057afc45d3bc79
Author: anastas <address@hidden>
Date:   Wed Aug 16 20:07:36 2006 +0000

    Several enhancements to gr-trellis and 
gnuradio-examples/python/channel-coding:
    -Added fsm constructor for generating FSM directly from the
    generator matrix of binary convolutional codes.
    -Added functionality to fsm class to compute the best way to
    go from any state to any other state (useful for termination)
    -Added soft-in-soft-out (SISO) block for turbo processing
    -Added turbo decoding examples
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1f0a124c68a40b2eee063267d4f7aeba4ed87619
Author: eb <address@hidden>
Date:   Wed Aug 16 18:44:25 2006 +0000

    strtof -> strtod
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9e87536c2e785147cd8d0781df172e9775ecc5d0
Author: eb <address@hidden>
Date:   Wed Aug 16 18:42:10 2006 +0000

    Disabled GRC_GR_ERROR_CORRECTING_CODES, which was inadvertantly reanbled
    in [3291].
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 89b030a756348651872f368fa4349651c297c98a
Author: eb <address@hidden>
Date:   Wed Aug 16 18:09:58 2006 +0000

    Moved usrp-hw to new home
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0c56537183895202aaab6349d650e38784444bc2
Author: matt <address@hidden>
Date:   Wed Aug 16 05:27:21 2006 +0000

    some of the generated files
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit fe2cbf02b23beafb50cae57f6bfdfb7b50f3aac2
Author: matt <address@hidden>
Date:   Wed Aug 16 05:21:00 2006 +0000

    rev 2.1 gerbers
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8c8eeca9e2ae26c30f186bef23411d345acbc3f6
Author: matt <address@hidden>
Date:   Wed Aug 16 05:19:57 2006 +0000

    generated files, rev 2.0
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1781b64f46a51ec82c527542ad37324e753e55d5
Author: matt <address@hidden>
Date:   Wed Aug 16 05:15:52 2006 +0000

    added in generated files
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 53c42b897350587f5d47d722fa09bb787f3a6bdf
Author: matt <address@hidden>
Date:   Wed Aug 16 05:12:35 2006 +0000

    add in generated files
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit dda314d528f47603b0b5e7f0a3cb2463a0340fae
Author: matt <address@hidden>
Date:   Wed Aug 16 05:07:54 2006 +0000

    output files
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8425df8c71f9af2e2ac3ac9f306b9db05cee23b8
Author: matt <address@hidden>
Date:   Wed Aug 16 05:00:08 2006 +0000

    shipping rev 4 versions of files
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a399d36169bac017d85771cfcdce80de41d4548d
Author: matt <address@hidden>
Date:   Wed Aug 16 04:58:53 2006 +0000

    copied over from  usrp-b-bom-20060323.xls
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e5a9d4d2021e6c6ca10ff0965539f11bcb234280
Author: matt <address@hidden>
Date:   Wed Aug 16 04:58:24 2006 +0000

    copied over from  usrp-b-bom-20060106-rev3.xls
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9332fab752db4e7e9066081b8c98cf7880cc2c35
Author: matt <address@hidden>
Date:   Wed Aug 16 04:56:23 2006 +0000

    rev 4 updates
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 08b22592c283c19ae2b4d521fa7712eba47be21c
Author: matt <address@hidden>
Date:   Wed Aug 16 04:42:38 2006 +0000

    tagged released version of USRP
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f8593ec26d3b9ca14ffdff48a9bdd8ceb3eb3bb4
Author: matt <address@hidden>
Date:   Wed Aug 16 04:38:03 2006 +0000

    renamed to generic names
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 396751c1a17834f59edeb0f1b535fd88096c8be0
Author: matt <address@hidden>
Date:   Wed Aug 16 04:26:25 2006 +0000

    renamed to generic name
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit f7025fcf9cd6089a0c3a6c036040c95895706c20
Author: matt <address@hidden>
Date:   Wed Aug 16 04:25:37 2006 +0000

    rename to generic name
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d13d20c2147d06f28896ec4a305147c7844fc795
Author: matt <address@hidden>
Date:   Wed Aug 16 04:22:50 2006 +0000

    complete usrp rev 3 files
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9bc538599e49ed040d95513ee07495bb28ad31e9
Author: matt <address@hidden>
Date:   Wed Aug 16 04:01:39 2006 +0000

    more initial checkins
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 91387b113c5fce022b74c85569c6f10fdf53b6f3
Author: matt <address@hidden>
Date:   Wed Aug 16 03:49:35 2006 +0000

    first checkin of usrp-hw
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ef5fd2df34e16a56c664d0ffeb04d1c0b426950f
Author: jcorgan <address@hidden>
Date:   Wed Aug 16 03:29:41 2006 +0000

    Reenabling ezdop
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0741656006d3d480b3e58d42916649a82e8f766a
Author: jcorgan <address@hidden>
Date:   Wed Aug 16 03:29:20 2006 +0000

    More fixes for ticket:35, which was reopened.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b28ddc2ca38630d0a5ce0561a647e3e1bf83194b
Author: eb <address@hidden>
Date:   Tue Aug 15 13:27:48 2006 +0000

    disabled gr-error-correcting codes.  Make check is still failing.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c7aab5e1c9cbd2e1624d6cfbe92ca6aba70e7f62
Author: jcorgan <address@hidden>
Date:   Tue Aug 15 03:39:14 2006 +0000

    Fixes for ticket:35, allowing use of BSD make instead of GNU make.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4e8b03a868354c8c8ef9c72b021bf52a53615aee
Author: michaelld <address@hidden>
Date:   Mon Aug 14 22:44:48 2006 +0000

    Fixes YA compile issue of a sloppy use of "const" ... should compile
    now on all systems (with warnings possibly, but no errors). Mods which
    force template expansion for a specific metric PDF function type
    <float>, while still allowing for use-defined M-ary precision of the 
metrics.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e7d7a023503a193009ea14eaf5ee1eab19e2b60f
Author: michaelld <address@hidden>
Date:   Mon Aug 14 02:19:14 2006 +0000

    fixes ticket:25
    
    merged from 3244 to 3270 in michaelld/wip
    
    Convolutional encoder now works; all features tested.
    
    Re-enabled gr-ecc in the top configure.ac file.
    
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 7ef9b9bfca4abb3ec5774faa59a26300d4695b39
Author: eb <address@hidden>
Date:   Sun Aug 13 22:23:09 2006 +0000

    trial fix for ticket:33
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 791d39192348370953d948b8ba140ec1968cffff
Author: eb <address@hidden>
Date:   Sun Aug 13 22:22:44 2006 +0000

    slight tweak to make emacs syntax highlighting happy
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 9dfda74b6c7897aff0c3d0b527f93926c0d72c2b
Author: jcorgan <address@hidden>
Date:   Sun Aug 13 01:45:54 2006 +0000

    Fixes ticket:8.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 25ef3e6c556d8f45f7519d22f5f0bccac21b93be
Author: jcorgan <address@hidden>
Date:   Sat Aug 12 23:38:59 2006 +0000

    Fixed bogus assignment in config macro.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 676acd5cc47828bc92c2fad1e474a39aacbd2ba4
Author: jcorgan <address@hidden>
Date:   Sat Aug 12 23:25:38 2006 +0000

    Merged jcorgan/ezdop into trunk.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0b9b3564fd50c630fbbce7a06fda134ae5468828
Author: jcorgan <address@hidden>
Date:   Sat Aug 12 19:25:38 2006 +0000

    Fixes ticket:26, ticket:27, and ticket:32.
    Merged -r3250:3255 from jcorgan/ticket-26.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4bd5af8ba135884f01973468a48802e12757397e
Author: jcorgan <address@hidden>
Date:   Sat Aug 12 03:21:12 2006 +0000

    Disabling gr_error_correcting_codes until compilation bugs fixed 
(ticket:25).
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b2d2f4adcb0b0a4d9b612523c2078f43c35ca924
Author: jcorgan <address@hidden>
Date:   Sat Aug 12 03:17:05 2006 +0000

    Fixes ticket:24.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b5ae4d442582b7d63e751e7de8553f6ba3db41bf
Author: jcorgan <address@hidden>
Date:   Sat Aug 12 03:08:18 2006 +0000

    Fixes ticket:23 and ticket:30
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit adf507b5ed6bb213400320d7c4e1b79346fae85c
Author: anastas <address@hidden>
Date:   Fri Aug 11 23:00:10 2006 +0000

    Temporary fix to qa_trellis.py so that make distcheck succeeds
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a1dfc92488b276152305c6b6e1b9c88c9eb956cb
Author: anastas <address@hidden>
Date:   Fri Aug 11 18:45:44 2006 +0000

    Fixed gnuradio-examples/python/channel-coding/Makefile.am so that make 
distcheck passes
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5014e03e3205611c4ffb1d5ec06d3710391485e3
Author: anastas <address@hidden>
Date:   Fri Aug 11 11:37:02 2006 +0000

    Fixed some examples in gnuradio-examples/python/channel-coding, and added a 
README file
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 77d25d75e11b7d574ab7073e1054cb25e66baa12
Author: anastas <address@hidden>
Date:   Fri Aug 11 10:57:08 2006 +0000

    Added examples for gr-trellis in gnuradio-examples/python/channel-coding
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 8e8f22dda66b63ee58a25f1052cd197779f164dc
Author: anastas <address@hidden>
Date:   Fri Aug 11 10:27:46 2006 +0000

    Added support for concatenated codes
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 954e2976e43507479e0bc5d1526e555627117125
Author: anastas <address@hidden>
Date:   Fri Aug 11 08:33:17 2006 +0000

    Additional constructor for random interleaver (not working yet)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ebd3845a6aac08b8b7058963e1d72c93d652f2f3
Author: anastas <address@hidden>
Date:   Fri Aug 11 07:03:03 2006 +0000

    1) Minor correction in Viterbi. 2) Checked in interleaver structure
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 30f2121800afe283879a3369a7462d699a77af50
Author: anastas <address@hidden>
Date:   Wed Aug 9 16:58:13 2006 +0000

    Improved documentation files\n
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 943fc694d03a23906d1d537cd50259905004a77c
Author: anastas <address@hidden>
Date:   Wed Aug 9 15:15:36 2006 +0000

    First 3 tests added for fsm class
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c4b3487f753d15f45cf38a704930ee4bc8ec97c5
Author: anastas <address@hidden>
Date:   Wed Aug 9 15:02:43 2006 +0000

    Minor Changes
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 210a7bdc5af3b42ad71e01b2016a5a3b830afcd3
Author: jcorgan <address@hidden>
Date:   Wed Aug 9 00:57:24 2006 +0000

    Added native svn:eol-style property to files that were missing it.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 04f1d54baa600e5763b7cc2473b09df8063cc23f
Author: jcorgan <address@hidden>
Date:   Tue Aug 8 14:30:58 2006 +0000

    Test to see if eol-style changes behavior under Mingw
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1d6a61e49b4a7074abaced0eae1c4840cf29f3c6
Author: jcorgan <address@hidden>
Date:   Tue Aug 8 04:00:12 2006 +0000

    Trial fix for ticket 13.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit faa24d29c7ef9edc4634907b132f9fdc9f288f40
Author: jcorgan <address@hidden>
Date:   Tue Aug 8 01:09:07 2006 +0000

    Fixes ticket 17.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4dc777af1a2c40bccd1894f58d4988bd642951a3
Author: eb <address@hidden>
Date:   Mon Aug 7 16:46:46 2006 +0000

    VPATH update for gr-trellis
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e9a821632def12c450110e164d0d1c0275d41946
Author: eb <address@hidden>
Date:   Mon Aug 7 16:28:55 2006 +0000

    Merged anastas/wip changes r3156:3218 into trunk.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5d94acf997672a5101db4984a590aa4f1d2d6e03
Author: jcorgan <address@hidden>
Date:   Mon Aug 7 15:48:50 2006 +0000

    Updated TODO.build to reflect current status.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e27ba9aebfddf88cd245636d2f652a4ee4e289ec
Author: jcorgan <address@hidden>
Date:   Mon Aug 7 15:41:19 2006 +0000

    Fixes for ticket:10, ticket:18, and ticket:19. Merged r3194:3215 from
    /gnuradio/branches/developers/jcorgan/ticket-10.  'make distcheck' now
    successfully completes on a machine that has never had gnuradio installed
    before.  In addition, several cleanups and refactoring of build system
    code have been applied.  NOTE: gr-audio-portaudio, gr-audio-osx, and
    gr-audio-windows have not been fully tested and will need verification
    by the maintainers of these components.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 37bee553f670da9c82b5a438fe06df3a1ca8b2aa
Author: jcorgan <address@hidden>
Date:   Sun Aug 6 20:22:03 2006 +0000

    Fixed ticket 10.  Merged from 
/gnuradio/developers/branches/jcorgan/ticket-10.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 1c52e19c838eb8afa0a908b50d23c57d72782718
Author: jcorgan <address@hidden>
Date:   Sun Aug 6 18:06:22 2006 +0000

    Updated to reflect current status.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 40a96ec9427ef94e9f1d5dbfc870417a97a0e3e1
Author: jcorgan <address@hidden>
Date:   Sun Aug 6 17:59:35 2006 +0000

    Additional testing of commit emails.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit edb7183644c9d025a548f74004e4df117647ab3b
Author: jcorgan <address@hidden>
Date:   Sun Aug 6 17:56:20 2006 +0000

    Additional testing of commit emails.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5a113d870a2989efc1da70910d1cc1fee9f497da
Author: jcorgan <address@hidden>
Date:   Sun Aug 6 17:38:29 2006 +0000

    Additional comments in Makefile.common (further testing commit emails.)
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 79efa0fdae858321fbb86f9e11f7cc7cd7c6c5f1
Author: jcorgan <address@hidden>
Date:   Sun Aug 6 16:47:32 2006 +0000

    Added note about USRP variables. (Testing commit email list.)
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit adeb84b4988a0e75702b31d7382b1efb454e59b1
Author: jcorgan <address@hidden>
Date:   Sun Aug 6 16:40:39 2006 +0000

    Removed extraneous directory from include specification.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 591ecb7f286484ff157147829c8c9ec69ec2f7fa
Author: jcorgan <address@hidden>
Date:   Sun Aug 6 09:05:24 2006 +0000

    Fixes ticket #12. Merged r3170:HEAD from
    branches/developers/jcorgan/ticket-12.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 63d965c07207c2233943af49ae25a7574f71c3f6
Author: jcorgan <address@hidden>
Date:   Sun Aug 6 04:36:40 2006 +0000

    Updated TODO.build to reflect current status.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 951966ca64fc1ddd24889f6318c8c8794657cfba
Author: jcorgan <address@hidden>
Date:   Sun Aug 6 04:31:17 2006 +0000

    Partial fix for ticket 10 merged into trunk from
    branches/developers/jcorgan/ticket-10
    
    As of this merge the trunk and the above branch are identical.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit db1b2f7c85600ffd108bd69a381505e0e7223a8a
Author: eb <address@hidden>
Date:   Sun Aug 6 02:12:07 2006 +0000

    better (read: real) fix for ticket:15
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 4d686c3f89295daa61936881c2e48347bd07cbcb
Author: jcorgan <address@hidden>
Date:   Sat Aug 5 23:40:59 2006 +0000

    Fixes ticket 16 by adding $(PORTAUDIO_LIBS) in the right place in
    the Makefile.am.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 3e43ee302f3ad91a8f8303bb06945f4e6fb8e4f1
Author: eb <address@hidden>
Date:   Sat Aug 5 22:59:44 2006 +0000

    fixed ticket:15
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5f21da995f183d387e2b9a852d9d744609c793f6
Author: jcorgan <address@hidden>
Date:   Sat Aug 5 06:43:24 2006 +0000

    Fixed ticket #11. Merged r3165:3167 from
    branches/developers/jcorgan/ticket-11
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 889bb385944b9f5893a45d6ddce19b3a221f47a2
Author: jcorgan <address@hidden>
Date:   Sat Aug 5 06:24:15 2006 +0000

    Completed fix for ticket #1.  Merged r3160:3168 from
    branches/developers/jcorgan/m4mfixes into trunk.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit d5da42a04cab4623ab7f293426f4831c0d4367f8
Author: eb <address@hidden>
Date:   Sat Aug 5 03:05:07 2006 +0000

    believed to have fixed ticket:7 (missed one file)
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e20a5fd252815a5799908598abdecb4dafa73389
Author: eb <address@hidden>
Date:   Sat Aug 5 03:03:37 2006 +0000

    believed to have fixed ticket:7
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 46d07539cf7c560031582c0cd80796ae8694996e
Author: eb <address@hidden>
Date:   Sat Aug 5 02:28:00 2006 +0000

    Fixed ticket:6
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit b949d474c61cc116eaf181e1c9e56a98e01fb74b
Author: jcorgan <address@hidden>
Date:   Fri Aug 4 19:59:27 2006 +0000

    Implemented consistent naming scheme for build system component macros
    (GRC_*) and filenames (grc_*.m4).  Merged r3140:3159 from
    /gnuradio/branches/developers/jcorgan/m4mfixes into trunk. Fixes
    ticket #2.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a47b421365b48263ac647083d7fb963b184daae5
Author: eb <address@hidden>
Date:   Fri Aug 4 17:02:26 2006 +0000

    Fixed compile problem on x86_64.  Reordered functions for consistency.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 33998145b1539db5e8299a046eac4334ec9312b7
Author: jcorgan <address@hidden>
Date:   Fri Aug 4 16:09:14 2006 +0000

    Add note about disabling qa tests in gr-error-correcting-codes.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c5b588b8f182374d83918d810e6c59b3bd804d7e
Author: jcorgan <address@hidden>
Date:   Fri Aug 4 16:07:06 2006 +0000

    Merge CVS changes from FIRST_MIGRATION_2006_07_26 into trunk.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 79cf92c9a63c1887693cdff226aca116fc89ea95
Author: eb <address@hidden>
Date:   Fri Aug 4 06:48:36 2006 +0000

    partial fix for ticket:1
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit c4f2c9f38aeef90cb5b78a21ac8310252b47f0fa
Author: jcorgan <address@hidden>
Date:   Fri Aug 4 03:38:29 2006 +0000

    Made example makefiles consistent with directory contents.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a221cbd5bafce3cb80e25bd65ba3ee83744cc0c5
Author: jcorgan <address@hidden>
Date:   Fri Aug 4 03:05:48 2006 +0000

    Fixed typo.
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 542c00327b1846d5816d76f87e4624cdb5c9a7d6
Author: jcorgan <address@hidden>
Date:   Fri Aug 4 03:03:30 2006 +0000

    Adjusted makefiles to accommodate r3133.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 559f82a0d10f604b0b27cfb8663d93b1625dbd8b
Author: eb <address@hidden>
Date:   Fri Aug 4 01:54:23 2006 +0000

    Cleaned up top-level README, and fixed or deleted lower level ones as
    appropriate.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit fd4a4f2ae9e3c9ff989b1118ebeb5a15718b456c
Author: jcorgan <address@hidden>
Date:   Fri Aug 4 01:04:18 2006 +0000

    Restored pkgconfig install entries for usrp and gnuradio-core.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit ed085618b6f1f5cb942269e6c78626828f874234
Author: eb <address@hidden>
Date:   Fri Aug 4 00:35:15 2006 +0000

    adjusted top_srcdir relative path
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit e6ba43e3c978a9212b21da25819934098ae75fca
Author: eb <address@hidden>
Date:   Thu Aug 3 23:42:44 2006 +0000

    merged interim/pmt r2248:HEAD into trunk
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 0f53423b1973cf31a44fafe6b2a28e37061527f7
Author: eb <address@hidden>
Date:   Thu Aug 3 23:34:56 2006 +0000

    merged interim/pmt changes r2243:2248 into the trunk
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit bf12a22d5abddc7ff79ca5584da87fa414564ab2
Author: jcorgan <address@hidden>
Date:   Thu Aug 3 14:26:52 2006 +0000

    Added TODO.build items for usrp.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit a678e2c5f2c1f0d6f72cd810546d5918adc45c9a
Author: jcorgan <address@hidden>
Date:   Thu Aug 3 14:18:13 2006 +0000

    Misc. gnuradio-examples build system minor cleanup.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 405a2871f397a175b9aab6cd78e7ad47abe2f36f
Author: jcorgan <address@hidden>
Date:   Thu Aug 3 14:04:22 2006 +0000

    Misc. gnuradio-core build system minor cleanup.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

commit 5d69a524f81f234b3fbc41d49ba18d6f6886baba
Author: jcorgan <address@hidden>
Date:   Thu Aug 3 04:51:51 2006 +0000

    Houston, we have a trunk.
    
    
    git-svn-id: http://gnuradio.org/svn/gnuradio/address@hidden 
221aa14e-8319-0410-a670-987f0aec2ac5

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


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



reply via email to

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