commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/jcorgan branch, wip/runtime-next, c


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/jcorgan branch, wip/runtime-next, created. 3.6.1git-826-g51063b0
Date: Mon, 26 Nov 2012 14:58:06 +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/jcorgan".

The branch, wip/runtime-next has been created
        at  51063b0b527dcc34f36ca10e879d84322f5678ca (commit)

- Log -----------------------------------------------------------------
commit 51063b0b527dcc34f36ca10e879d84322f5678ca
Author: Johnathan Corgan <address@hidden>
Date:   Mon Nov 26 06:48:04 2012 -0800

    runtime: initial creation of gnuradio-runtime component
    
    * Passes its own C++ QA
    
    * Has minimal set of blocks needed to pass C++ QA
    
    * Creates Python namespace gnuradio.gr, incomplete
    
    * gr-blocks modified to compile against gnuradio-runtime instead
      of core for testing
    
    * Build with:
    
      cmake \
        -DENABLE_DEFAULT=OFF \
        -DENABLE_TESTING=ON \
        -DENABLE_PYTHON=ON \
        -DENABLE_VOLK=ON \
        -DENABLE_GRUEL=ON \
        -DENABLE_GNURADIO_RUNTIME=ON \
        -DENABLE_GR_BLOCKS=ON \
        ..
    
    * See WIP-NOTES in root
    
    * Safety not guaranteed

commit 2e1b7a5dc7af96054234af1e7a5c5f2abf21893b
Merge: 4d957e4 9ea88b7
Author: Johnathan Corgan <address@hidden>
Date:   Mon Nov 26 06:40:51 2012 -0800

    Merge branch 'master' into next

commit 9ea88b7b2af1cda2dae9ef5ab733bc1644cd42a3
Author: Johnathan Corgan <address@hidden>
Date:   Mon Nov 26 06:40:12 2012 -0800

    blocks: fix initializer order warning

commit 11c2ceb8c6d671f9083153414fd96420c773d005
Merge: 2d1d05a 9f83463
Author: Johnathan Corgan <address@hidden>
Date:   Mon Nov 26 06:28:56 2012 -0800

    Merge branch 'maint'

commit 9f83463dd5915b307c475a86b8ea46341e63cba6
Author: Josh Blum <address@hidden>
Date:   Sun Nov 25 22:52:21 2012 -0800

    core: this should have deparated w/ gr-wavelet

commit 0d0f6eb364bda1fc6c2d2820e2d8412af3be8c5c
Author: Ben Reynwar <address@hidden>
Date:   Sat Nov 24 19:02:20 2012 -0700

    cmake: Find Qwt6 installed on OSX using macports.

commit 4d957e4fb0fbe12e20c6890035f4b66b1a63115b
Merge: cc507e9 2d1d05a
Author: Johnathan Corgan <address@hidden>
Date:   Sat Nov 24 09:37:31 2012 -0800

    Merge branch 'master' into next

commit 2d1d05a8c4cd2f9597bcebe7f0801b5a8948aeab
Author: Johnathan Corgan <address@hidden>
Date:   Sat Nov 24 09:36:47 2012 -0800

    blocks: fix required libs in .pc file

commit cc507e9936dfc0adfb2e157f46acca4b39f6d125
Merge: 249e23f 8dcd5f3
Author: Johnathan Corgan <address@hidden>
Date:   Thu Nov 22 11:30:47 2012 -0800

    Merge branch 'master' into next

commit 8dcd5f361188df9181d047111c11534058081a92
Merge: 4eec94a b71c875
Author: Johnathan Corgan <address@hidden>
Date:   Thu Nov 22 11:17:03 2012 -0800

    Merge branch 'maint'

commit 4eec94a051007230becf30ebb1704b1f4ea5dc73
Merge: 5a6f3e4 4d6b277
Author: Johnathan Corgan <address@hidden>
Date:   Thu Nov 22 11:16:31 2012 -0800

    Merge remote-tracking branch 'tom/set_python_dir'

commit 5a6f3e4bc8fc6af84bb09294b77bb4456c4c77f0
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 22 14:10:31 2012 -0500

    runtime: changed check after cast to gr_block.

commit b71c875803986664611d2988193f2768bf08f207
Author: Johnathan Corgan <address@hidden>
Date:   Thu Nov 22 10:56:27 2012 -0800

    filter: don't install .grc file as python file

commit 1294d9b540b9f68f038b18f706867d87c08be4c8
Author: Josh Blum <address@hidden>
Date:   Thu Nov 22 10:51:26 2012 -0800

    gruel: remove erroneous include path from cmake

commit 83e1adf6f3efee641a994a9f4bb8dc2f827c873b
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 22 10:42:03 2012 -0500

    runtime: moved setting of min/max buffer sizes from gr_basic_block to 
gr_block.

commit 4d6b277c28b8161ff7db9bade127bab5e03a38ef
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 22 09:59:57 2012 -0500

    cmake: Allow user to set Python installation directory from cmake.
    
    cmake -DGR_PYTHON_DIR=<install path>

commit 249e23fcc83b48daf26d2dea78595c578a23fe03
Author: Martin Braun <address@hidden>
Date:   Thu Nov 22 09:51:57 2012 -0500

    filter: matched doxygen docs to reflect oldstyle change.

commit 93008c8fd2724054a289911fa97289b9730a09b1
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 21 11:11:49 2012 -0500

    filter: update IIR filter to have a constructor parameter for taps style.
    
    Old style (default) is the way it's always been.
    
    New style (oldstyle=False) is the new taps which are negated from the old 
style and generally how programs generate IIR filter taps.

commit a61c44ec72aa77b068a8ebe84ab69847ea02b808
Merge: c0b35b4 20de05e
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 21 10:23:54 2012 -0500

    Merge branch 'master' into next.
    
    Merged to keep sane; all .S files are gone in next.
    
    Conflicts:
        gnuradio-core/src/lib/filter/3dnow_float_dotprod_really_simple.S
        gnuradio-core/src/lib/filter/3dnow_float_dotprod_simple.S
        gnuradio-core/src/lib/filter/ccomplex_dotprod_3dnow.S
        gnuradio-core/src/lib/filter/ccomplex_dotprod_3dnow64.S
        gnuradio-core/src/lib/filter/ccomplex_dotprod_3dnowext.S
        gnuradio-core/src/lib/filter/ccomplex_dotprod_3dnowext64.S
        gnuradio-core/src/lib/filter/ccomplex_dotprod_sse.S
        gnuradio-core/src/lib/filter/ccomplex_dotprod_sse64.S
        gnuradio-core/src/lib/filter/complex_dotprod_3dnow.S
        gnuradio-core/src/lib/filter/complex_dotprod_3dnow64.S
        gnuradio-core/src/lib/filter/complex_dotprod_3dnowext.S
        gnuradio-core/src/lib/filter/complex_dotprod_3dnowext64.S
        gnuradio-core/src/lib/filter/complex_dotprod_sse.S
        gnuradio-core/src/lib/filter/complex_dotprod_sse64.S
        gnuradio-core/src/lib/filter/fcomplex_dotprod_3dnow.S
        gnuradio-core/src/lib/filter/fcomplex_dotprod_3dnow64.S
        gnuradio-core/src/lib/filter/fcomplex_dotprod_sse.S
        gnuradio-core/src/lib/filter/fcomplex_dotprod_sse64.S
        gnuradio-core/src/lib/filter/float_dotprod_3dnow.S
        gnuradio-core/src/lib/filter/float_dotprod_3dnow64.S
        gnuradio-core/src/lib/filter/float_dotprod_sse.S
        gnuradio-core/src/lib/filter/float_dotprod_sse64.S
        gnuradio-core/src/lib/filter/short_dotprod_mmx.S
        gnuradio-core/src/lib/filter/short_dotprod_mmx64.S

commit 20de05ea85ee09c7462fbddfe680eb1a87996dc7
Merge: afea463 4b95874
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 21 10:23:05 2012 -0500

    Merge branch 'asm_for_clang'

commit c0b35b4ec7c95e9d0e91d91edb81d854db2b2b72
Merge: a7dce67 afea463
Author: Johnathan Corgan <address@hidden>
Date:   Mon Nov 19 19:42:52 2012 -0800

    Merge branch 'master' into next

commit afea463f079efe099a2228f0e60f4481e5edcd91
Merge: 315237f 9b8bbbb
Author: Johnathan Corgan <address@hidden>
Date:   Mon Nov 19 19:42:38 2012 -0800

    Merge branch 'maint'

commit 9b8bbbb8f198a9ede11003f7a15ce7f50b219005
Author: Josh Blum <address@hidden>
Date:   Mon Nov 19 19:37:42 2012 -0800

    uhd:  include gnuradio paths for swig build first
    
    This fixes a potential issue where swig sees old installed headers,
    where it should be seeing in-tree headers.

commit a7dce670c05c30ff2cd8dccd36c6c960a6992551
Author: Josh Blum <address@hidden>
Date:   Wed Nov 14 18:42:12 2012 -0800

    gr: added missing dependencies for unit tests

commit 8d4d5c1600f9baf1bb665b5925acdcdc7da11f6a
Author: Josh Blum <address@hidden>
Date:   Wed Nov 14 18:41:55 2012 -0800

    gr: reorder new components in order of dependency

commit aaaa251ab02a39b66ecd14111e5fb9afc01ef39d
Author: Josh Blum <address@hidden>
Date:   Wed Nov 14 15:02:19 2012 -0800

    fec: removed undefined variables FEC_LIB...

commit 4f4e571cef6a3cd64469901d654a1d4448e850d4
Author: Josh Blum <address@hidden>
Date:   Wed Nov 14 15:00:51 2012 -0800

    gr: misc test dependencies for new components

commit d809902ad340a2b45101b2fb03334ac50681526d
Author: Josh Blum <address@hidden>
Date:   Wed Nov 14 14:27:26 2012 -0800

    volk: fix popcnt in volk_rank_archs
    
    The naive ranking system uses a popcnt to see which impl matches the most 
archs.
    GCC gives us a builtin popcnt. MSVC also has __popcnt, but it seems to be
    segfaulting, probably because the rank archs.c is built arch indepdent.
    
    So, a manual popcnt has been implemented for all non gcc builin cases.
    This is superior because 1) it doesnt segfault, 2) it covers all compilers.
    
    Also note that the implementation does not have to be fast,
    this is a one-time lookup process while the kernel table is loaded.

commit 5c71424d3a6828ace96bf4a12040d68a4458168d
Author: Josh Blum <address@hidden>
Date:   Wed Nov 14 12:45:55 2012 -0800

    fec: fixed api export typo

commit 910c043857ba53d0ed462a212ebfdd1c3040062f
Author: Johnathan Corgan <address@hidden>
Date:   Wed Nov 14 10:12:37 2012 -0800

    gr: apply pattern for g37f7522 and gc4c0ce9 to gr-channels and gr-fec

commit 8e01e6f004fe9039cb833250231192438c982c0a
Merge: 01abe9f 315237f
Author: Johnathan Corgan <address@hidden>
Date:   Wed Nov 14 10:07:45 2012 -0800

    Merge branch 'master' into next
    
    Conflicts:
        gr-atsc/src/lib/CMakeLists.txt
        gr-digital/python/CMakeLists.txt
        gr-trellis/src/python/CMakeLists.txt
        gr-vocoder/python/CMakeLists.txt
        gr-wavelet/python/CMakeLists.txt

commit 315237fd3935f31a0920613af3947189520f796a
Author: Josh Blum <address@hidden>
Date:   Tue Nov 13 19:53:55 2012 -0800

    analog: add analog dependencies to test

commit 69d2ba539e1774a30ef44685ba82bdb0c54b5ca4
Author: Johnathan Corgan <address@hidden>
Date:   Wed Nov 14 09:52:26 2012 -0800

    gr: apply pattern for g37f7522 and gc4c0ce9 to gr-analog and gr-blocks

commit 0ffb07f4f1763ae6f5cc9cb2910ba20241e84bca
Merge: 973a213 64913ee
Author: Johnathan Corgan <address@hidden>
Date:   Wed Nov 14 09:34:01 2012 -0800

    Merge branch 'maint'

commit 64913ee414f2c8a51afb2277b16b957fa2e7e066
Author: Josh Blum <address@hidden>
Date:   Tue Nov 13 19:32:45 2012 -0800

    filter: use matching free for malloc, fixes access violation

commit b22ff660f8a710aea6e1ca75075d2265478b0465
Author: Josh Blum <address@hidden>
Date:   Tue Nov 13 18:28:06 2012 -0800

    filter: removed undefined FFTW3F_ libs/incs

commit 02ac01a814a9f856ed1f9a65f6b7fe281cdb13f1
Author: Josh Blum <address@hidden>
Date:   Tue Nov 13 18:12:37 2012 -0800

    fft: restore FFTW3F_THREADS support for fft.cc

commit 83ba8a2dd64c821458e9d7ab89c89a08ef8bc31d
Author: Josh Blum <address@hidden>
Date:   Tue Nov 13 18:07:46 2012 -0800

    fft: removed non-existant FFT_LIBRARY_DIRS FFT_LIBRARIES

commit f986d38812c3fe93087c1e42a5aef966f1e9d659
Author: Josh Blum <address@hidden>
Date:   Tue Nov 13 18:06:06 2012 -0800

    fft: added gnuradio-fft dep for some tests

commit c4c0ce97f4f5586548a603acc8c9721f416c5803
Author: Josh Blum <address@hidden>
Date:   Tue Nov 13 17:31:45 2012 -0800

    gr: same change for common PYTHON test paths
    
    Conflicts:
    
        gr-analog/python/CMakeLists.txt
        gr-blocks/python/CMakeLists.txt

commit 37f752257d7fc336de1fe85a5a83134e66441e6e
Author: Josh Blum <address@hidden>
Date:   Tue Nov 13 17:04:16 2012 -0800

    gr: set a common GR_TEST_TARGET_DEPS for all module unit tests
    
    Each unit test shares common dependencies,
    but we have been neglecting to set these.
    
    In this changeset, we set one top level GR_TEST_TARGET_DEPS,
    and simply append module-specific dependencies for each test.
    
    This also helps to fix QA tests on windows
    which were missing the dependencies list.
    
    Conflicts:
    
        gr-analog/python/CMakeLists.txt
        gr-blocks/python/CMakeLists.txt

commit 01abe9f225dd73e6feae151e42c285dd3c880d54
Merge: ce4e0e6 ce1213e
Author: Johnathan Corgan <address@hidden>
Date:   Mon Nov 12 20:39:42 2012 -0800

    Merge branch 'gr-fec-next' into next

commit ce1213e615023fa5c43f75ba2d2ec54649025b8f
Author: Johnathan Corgan <address@hidden>
Date:   Mon Nov 12 20:36:05 2012 -0800

    fec: add new top-level component for FEC blocks
    
    Removed viterbi and reed-solomon from gnuradio-core

commit ce4e0e692de8802d458fd6c504c79f0f877d9557
Merge: 0613db3 5b568ab
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 12 22:10:18 2012 -0500

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

commit 0613db37aa3d87eb3cce2841fa210abc6b7f9c22
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 12 21:56:06 2012 -0500

    qtgui: Fixed some build issues and made sure all qtgui examples work.
    
    analog: also fixed having a default arg for noise_source seed in Python.

commit bbbbf8b042c3443415ae766bf7b6a26134c0119d
Merge: ea539a7 8740eb0
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 12 21:55:23 2012 -0500

    Merge branch 'qtgui_stylesheets' into next
    
    Conflicts:
        gr-qtgui/lib/DisplayPlot.cc
        gr-qtgui/lib/DisplayPlot.h
        gr-qtgui/lib/displayform.cc
    
    Fixed some function name issues and updated qtgui examples.

commit 5b568abe194f027860670317915c27c174fab52e
Merge: 63bb895 973a213
Author: Johnathan Corgan <address@hidden>
Date:   Mon Nov 12 18:42:18 2012 -0800

    Merge branch 'master' into next

commit 8740eb0d9460060ae97f9d252cae81cdcf0e20e5
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 12 21:12:18 2012 -0500

    qtgui: fixed a few bugs under qwt6. Made checks around the symbol pointers.

commit 63bb89504b71df66b8b459665b37b2ad5d79091c
Author: Josh Blum <address@hidden>
Date:   Mon Nov 12 14:38:48 2012 -0800

    digital: added missing library link to analog

commit b38a7f5696bd5f6afcb12739dddf9b9f89eb2ed2
Author: Josh Blum <address@hidden>
Date:   Mon Nov 12 14:32:15 2012 -0800

    gr_fxpt_xco: inline classes, nothing to export

commit 973a21382f2bb64ebe426886a01a67d62816e54c
Author: Nicholas Corgan <address@hidden>
Date:   Mon Nov 12 13:17:24 2012 -0800

    analog: fixed include guard typo

commit ea539a77938c81bb046a6d83f3cf3f40eaa33c49
Author: Johnathan Corgan <address@hidden>
Date:   Sat Nov 10 22:09:44 2012 -0800

    channels: switch to using gr-blocks

commit fd380cb2e0bfa999ecc053ab32916c7380e70ebb
Author: Johnathan Corgan <address@hidden>
Date:   Sat Nov 10 22:08:59 2012 -0800

    blocks: fix includes to also include generated files

commit cd8b03e45ff50f6f65f57b2e62e70f725da638d4
Author: Tom Rondeau <address@hidden>
Date:   Sat Nov 10 16:25:30 2012 -0500

    analog: moved lfsr from gr-analog to gr-digital where it is used.

commit 0cf561018b60bd00b2315f77c7ee073acb6a8758
Merge: 611f7e4 2329b71
Author: Tom Rondeau <address@hidden>
Date:   Sat Nov 10 15:46:33 2012 -0500

    Merge branch 'next' into next_analog

commit 2329b7126c313e1492942655e28a2f59c89d30b4
Merge: 2f0985b cec59e9
Author: Tom Rondeau <address@hidden>
Date:   Sat Nov 10 15:46:14 2012 -0500

    Merge branch 'master' into next

commit cec59e9ad69920811821ba9feeefd3c3e52a0285
Merge: 1db7838 2915137
Author: Tom Rondeau <address@hidden>
Date:   Sat Nov 10 15:45:55 2012 -0500

    Merge branch 'maint'

commit 291513738c41128bd2ed37b26c53eb7273903dab
Author: Tom Rondeau <address@hidden>
Date:   Sat Nov 10 15:45:06 2012 -0500

    fft: fixing float-in, complex-out fft block to use the right io sig.

commit 611f7e45e7a793f2489d76670a61493327838e3e
Author: Tom Rondeau <address@hidden>
Date:   Sat Nov 10 15:43:21 2012 -0500

    analog: fixing up GRC and other examples to use gr-analog for sig and noise 
sources.

commit 1155ff1e58fc3311f55f28d2e95f057708b99c7d
Author: Tom Rondeau <address@hidden>
Date:   Fri Nov 9 22:42:52 2012 -0500

    Fixed QA code for new component dependencies.
    
    constellation_receiver implements channel_model since gr-digital does not 
depend on gr-channels.

commit cbc7960a4facfc50c3861ca96e51348802d457cc
Author: Tom Rondeau <address@hidden>
Date:   Fri Nov 9 22:30:01 2012 -0500

    analog: removed noise and sig sources from core.
    
    Fixed QA code for components that do not use gr-analog.

commit 6be5d93ab0e9ec205f1cb72f8d2d60006b08e7f2
Author: Tom Rondeau <address@hidden>
Date:   Fri Nov 9 19:14:15 2012 -0500

    fixing up various QA issues with new components.

commit 908e0409de40e7c3a7c855f680ad568b1acd85e0
Author: Tom Rondeau <address@hidden>
Date:   Fri Nov 9 19:05:17 2012 -0500

    channels: adding new component gr-channels to hold channel models.
    
    Currently, only holds our simple channel_model block.

commit 2f78621b74296c397143371e30707024fa33d082
Author: Tom Rondeau <address@hidden>
Date:   Fri Nov 9 18:56:00 2012 -0500

    digital: fixed swig linking issue to gr-analog.

commit 988c73b0e9f012a1951cfa02b3054cf856a795dd
Author: Tom Rondeau <address@hidden>
Date:   Fri Nov 9 18:17:25 2012 -0500

    analog: removing rotator from gr-analog.
    
    Will go into gr-blocks (it's used in gr-filter). QA code is in 
gnuradio-core/.../filter but is not activated.

commit 0b1d665833530ff9120f55e132f95aa8013cefa2
Author: Tom Rondeau <address@hidden>
Date:   Fri Nov 9 18:08:12 2012 -0500

    analog: fixed a few build issues against gr-analog.

commit 2f0985b105885c9eed1e213dd6da5a2389288e53
Author: Tom Rondeau <address@hidden>
Date:   Wed Nov 7 00:12:45 2012 -0500

    qtgui: adding ability to save a qtgui sink.
    
    Right-click menu has a "save" option to take a snapshot of the figure.

commit 2553961b6e6a2543a81463b9a1ad2a44bf11bdf6
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 6 21:17:03 2012 -0500

    analog: removing frequency mod, phase mod, quad demod, and rail from 
gnuradio-core.

commit 111ec357548f3c810739a12ed8faead0a5935e0b
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 6 20:14:48 2012 -0500

    analog: removing cpfsk and cpm from gnurdio-core.

commit f86c6e0462f8208106d41e4be02b59c66ce50e5a
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 6 18:36:47 2012 -0500

    analog: removing gr-analog as a required dependency when not actually 
necessary.
    
    Examples that use gr-analog test for it first.

commit fd110bdbbe8bc40781c34f33c70deec5b7931109
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 6 14:28:22 2012 -0500

    analog: Removing reference to gr.sig_source_X and gr.noise_source_X where 
possible.
    
    Passing make and make test. Examples and apps need testing.
    
    gr-filter relies on sig_source and noise_source, so can't remove them from 
core.

commit 0c9c16fb008b02a5af39fb22e18acfff2dbd933a
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 6 12:26:57 2012 -0500

    all: Python, GRC, and examples to properly pull blocks from filter and 
analog.

commit 463b962fe280c5515947498b4d0f4fd3b5993662
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 6 12:25:58 2012 -0500

    analog: Removing all squelch blocks from gnuradio-core.
    
    Also updating some Python blocks and examples to properly pull from filter 
and analog.

commit 55eb2dbfc38ce4287c7408bf9a87c6b56a618d1f
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 6 11:11:31 2012 -0500

    analog: removing probe_avg_mag_sqrd from gnuradio-core.

commit 6167cf58f167fc65999237d1502461e5cc39c986
Author: Tom Rondeau <address@hidden>
Date:   Tue Nov 6 11:10:59 2012 -0500

    analog: fixing Python files to install and be usable as part of gr-analog.

commit a99beca4b60869f7d8ae1743ba4d72fd71461ad0
Merge: 3ca7aee 0617e68
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 5 22:50:46 2012 -0500

    Merge branch 'next' into next_analog

commit 0617e68d5f6406e9f18580823e3530b2b21d017a
Merge: 2ce9fa1 1db7838
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 5 22:45:24 2012 -0500

    Merge branch 'master' into next

commit 1db78387c584638db2613655d4ddcb03d03f4318
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 5 22:44:21 2012 -0500

    analog: adding probe_avg_mag_sqrd GRC block.

commit 4b95874e18fa2faa31495e7c1a258fd63494a72b
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 5 17:19:49 2012 -0500

    filter: removing '.version' lines in ASM code for compat with CLANG.

commit 2ce9fa13996a9d3c61f3e3ac3b9119f272609eb9
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 4 22:26:01 2012 -0500

    qtgui: adding a save and exit menu to qtgui-based static plotting tools.
    
    Save will save the current plot as a jpeg, png, bmp, or tiff.

commit ced77908c7b813cd983147cc8c990893cb755171
Author: Tom Rondeau <address@hidden>
Date:   Sun Nov 4 18:33:11 2012 -0500

    qtgui: fixed static plot tools for new set_line_label name change.

commit d0694e70599197402e02a714cf4edb204aa8e296
Merge: 419d266 cc86201
Author: Johnathan Corgan <address@hidden>
Date:   Sun Nov 4 09:14:20 2012 -0800

    Merge branch 'master' into next

commit cc8620141d9c20e9dda84707db77a3ebf4d2ce5f
Merge: a6d285d 32cad29
Author: Johnathan Corgan <address@hidden>
Date:   Sun Nov 4 08:40:16 2012 -0800

    Merge branch 'maint'
    
    (commit chunk for gr-blocks added back in)

commit 32cad29dc50d26af8e7a34b040d9d2657017e5bb
Author: Josh Blum <address@hidden>
Date:   Sat Nov 3 14:02:49 2012 -0700

    gr: added python -B everywhere for clean source tree

commit 419d266f61e1721c5222c4d23903728cec8b6ec7
Merge: 63bc052 a6d285d
Author: Johnathan Corgan <address@hidden>
Date:   Sat Nov 3 13:21:32 2012 -0700

    Merge branch 'master' into next

commit a6d285d9140d41645c05547a3b6431fa0c93da8d
Author: Nicholas Corgan <address@hidden>
Date:   Fri Nov 2 14:19:03 2012 -0700

    analog: not all classes export symbols

commit 63bc052026f66b25b3d52879a9a132e168ef4ee6
Merge: 9f376ff 7167f2b
Author: Johnathan Corgan <address@hidden>
Date:   Fri Nov 2 10:40:20 2012 -0700

    Merge branch 'master' into next

commit 7167f2b61bad4b15f3b030312ad44b5e1337aa09
Author: Johnathan Corgan <address@hidden>
Date:   Fri Nov 2 10:39:49 2012 -0700

    Fix infinite recursion/loop when sincos is present
    
    (This was introduced by d9a292ac)

commit 9f376ff32edd2e0d0132029111c9bdff9654d1b2
Merge: 49dadf2 747b670
Author: Johnathan Corgan <address@hidden>
Date:   Fri Nov 2 10:06:09 2012 -0700

    Merge branch 'master' into next
    
    Conflicts are from moving gr_channel_model into
    filter::channel_model.
    
    Conflicts:
        gnuradio-core/src/lib/hier/gr_channel_model.h
        gnuradio-core/src/lib/hier/gr_channel_model.i
        gr-digital/examples/narrowband/benchmark_add_channel.py
        gr-digital/examples/ofdm/benchmark_add_channel.py

commit 747b6702a112ccb4644904e1c965221c2de157f8
Merge: 58ebe83 c5436ca
Author: Johnathan Corgan <address@hidden>
Date:   Fri Nov 2 09:43:58 2012 -0700

    Merge branch 'maint'

commit c5436ca8ddab5fa77a585c8f00743bb85a93c59a
Author: Alick Zhao <address@hidden>
Date:   Fri Nov 2 09:34:39 2012 -0700

    Fixes other uses of channel model to always have negative or zero
    seed for noise source, matching the documentation update in 0d6871b3.

commit 49dadf282dff3ab144ced916add4ef148b7378ba
Merge: a78f41a 58ebe83
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 1 11:47:00 2012 -0400

    Merge branch 'master' into next

commit 58ebe83ee38e45a80ace777a070d2c1fa1ab1df8
Merge: d9a292a 1137126
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 1 11:46:45 2012 -0400

    Merge branch 'rtld_ticket181_undo'

commit 3ca7aee9244a80aa5f2d65cace16be40d4bf539f
Merge: 1b83549 a78f41a
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 1 10:54:25 2012 -0400

    Merge branch 'next' into next_analog

commit 1b83549181135e79ad00b9bae0d11ab27efa4148
Author: Tom Rondeau <address@hidden>
Date:   Thu Nov 1 10:50:10 2012 -0400

    analog: removing PLL blocks. Also moved blks2impl files that used PLLs to 
gr-analog.
    
    This probably impacts a lot of examples; once we've removed all files in 
gnuradio-core, we'll need to retest.

commit a78f41aa7e67fe9af490f86fe6ff5fe20256c09c
Merge: 59f9e55 d9a292a
Author: Johnathan Corgan <address@hidden>
Date:   Thu Nov 1 07:36:57 2012 -0700

    Merge branch 'master' into next

commit d9a292acb566c6985785352c53c9ce1e3697836c
Author: Michael L Dickens <address@hidden>
Date:   Thu Nov 1 10:29:08 2012 -0400

    fix gr-analog to detect and compile 'sincos(f)' correctly

commit 539e8558924ebca5b972bab687815dcc89cca2ca
Author: Michael L Dickens <address@hidden>
Date:   Thu Nov 1 08:35:22 2012 -0400

    fix gr-analog to detect and compile 'sincos(f)' correctly

commit bbe599e4606b728c9610a17285b1e50f9e9d4dcb
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 31 20:05:09 2012 -0400

    analog: removed lfsr from gnuradio-core.

commit 66fd82ac5f87b55bb007b95ba9c7bfffe333b134
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 31 20:01:16 2012 -0400

    analog: removed all AGC blocks from gnuradio-core.
    
    Also replaces calls to gr.agc with analog.agc.

commit 59f9e558daeb3d148a26fbb56fedc8f1dac1a5bb
Merge: 1cd15f6 ac9430c
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 31 17:12:06 2012 -0400

    Merge branch 'master' into next
    
    Conflicts:
        gr-digital/CMakeLists.txt
        gr-digital/include/digital_additive_scrambler_bb.h
        gr-digital/include/digital_descrambler_bb.h
        gr-digital/include/digital_scrambler_bb.h
        gr-digital/lib/CMakeLists.txt
    
    Conflicts were for adding dependency on gr-analog.
    additive_scrambler_bb_impl, descrambler_bb_impl, and scrambler_bb_impl were 
update to use LFSR from gr-analog.

commit ac9430cd39bf12395952ca49b1966ec428fdadf3
Merge: fa4f1c2 21beb2a
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 31 16:28:53 2012 -0400

    Merge branch 'analog'

commit 21beb2a5dc1e589873b49836190c3caf354c86f7
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 31 15:55:13 2012 -0400

    analog: adding quadrature_demod_cf to gr-analog with QA and GRC.

commit 9dbc8b75787e4a6d493251826c0436f9af167a6d
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 31 15:06:23 2012 -0400

    analog: adding rail_ff block to gr-analog with QA and GRC.

commit 300f7b5313ff79d9f3d9c19e109e71ee608bea86
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 31 13:15:25 2012 -0400

    analog: adding pwr_squelch blocks to gr-analog with QA and GRC.

commit 54e947e394dcd2bbff2b49968adf7b0861f0851b
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 31 11:42:07 2012 -0400

    analog: adding simple_squelch block to gr-analog with QA and GRC.

commit 0353e0b56734c62884c7fd6d3634a28bafbae74f
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 31 11:04:49 2012 -0400

    analog: adding sig_source to gr-analog with QA and GRC.

commit c8b0062aeb430e9e8655014a430e5a8899278881
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 30 22:16:54 2012 -0400

    analog: adding rotator to gr-analog with QA.

commit 1c5accf1a195616f241f0a31f07e5a1847a3941d
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 30 17:19:55 2012 -0400

    analog: adding sincos functions to gr-analog.
    
    Adds QA test in C++ for sincos and the structure for running CppUnit tests 
in gr-analog.

commit a2cbbdd98e262b29d96109be7df2d888e4fe9c28
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 30 16:13:28 2012 -0400

    Revert "core: adding int32_t and uint32_t types to swig."
    
    This reverts commit 4c2330d08927e6436652c1cd3f651633b6b9e2d1.
    
    Instead, using stdint.i in analog_swig.i for the data type.

commit acde17371a4bec6afb07e9c83db001aa02a618eb
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 30 16:12:37 2012 -0400

    Revert "core: adding int32_t and uint32_t types to swig."
    
    This reverts commit 4c2330d08927e6436652c1cd3f651633b6b9e2d1.

commit bffff0329827a3c89ab50e6561ae0573c46c1dac
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 30 15:28:18 2012 -0400

    digital: switched digital components over to using LFSR class now in 
gr-analog.

commit 4c155b6caad4166c9dae2c49bd25215e8cba1e51
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 30 15:28:04 2012 -0400

    analog: executable flag for python QA codes.

commit e0f8e5e72ac119c980bc33f2fad9a7b83f44ab1b
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 30 15:27:34 2012 -0400

    analog: export lfsr class to Python and adding QA code for it.

commit 4c2330d08927e6436652c1cd3f651633b6b9e2d1
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 30 15:26:56 2012 -0400

    core: adding int32_t and uint32_t types to swig.

commit 43e13c6c0877930562a3d23e75bdb4db5698c466
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 30 14:55:26 2012 -0400

    analog: moving LFSR code into gr-analog.

commit 1eb6dd37acdfb81f7a8602897ac5cb1685c532e8
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 30 14:46:29 2012 -0400

    analog: adding probe_avg_mag_sqrd blocks to gr-analog with QA and GRC.

commit 11cd6d2dc3e6b3b40474a5a4495d814a7688fe0a
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 30 13:30:01 2012 -0400

    analog: added PLL blocks to gr-analog with QA and GRC.

commit 440739593a0648f40ddaf4e6d4cd898495a9c856
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 30 11:44:01 2012 -0400

    analog: fixing noise source in GRC.

commit 0c47c920908bb8e1b42c8e2cc77346ccc9d28693
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 30 11:23:38 2012 -0400

    analog: adding phase_modulator_fc to gr-analog with QA and GRC.

commit d5306ee4f6f76fd85f84b5f023917179f780d26a
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 25 23:01:35 2012 -0400

    analog: adding noise_source to gr-analog with GRC and QA.

commit d67c7948339b3d243449b54fa415e0dcfbf33988
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 25 23:00:25 2012 -0400

    core: update to build_utils to help with '_i_impl' blocks.

commit 8c9a5fdb19046c3cb8d25d6b77dbac87d49d8391
Author: Tom Rondeau <address@hidden>
Date:   Thu Oct 25 21:44:36 2012 -0400

    analog: adding frequency_modulator_fc to gr-analog, with QA and GRC.

commit 7b3ca29290f97388c3006959a91c24eea1116483
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 23 11:48:06 2012 -0400

    analog: added fmdet block to gr-analog.

commit 0723682d4f99a8dbe379a9aed0558650a977663e
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 22 21:35:04 2012 -0400

    analog: adding GRC blocks for:
    
    - AGC
    - AGC2
    - Feedforward AGC
    - CPFSK
    - CTCSS squelch
    - DPLL

commit 502eeffa9f5ebeec092be1954efeab4992ef9796
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 22 20:33:05 2012 -0400

    analog: adding dpll_bb to gr-analog.

commit f5bc994d85d020958d91111e82acf40262058686
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 22 19:57:58 2012 -0400

    analog: added cpfsk to gr-analog.

commit bce7518ae10c2514ae6d7c6edef3166c45c80782
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 21 14:09:40 2012 -0400

    analog: implemented all AGC classes in gr-analog with QA code.

commit fce7c0c5e1b1648c03f453cff457116990268a7c
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 21 14:06:45 2012 -0400

    analog: adding complex squelch base class.

commit 970bb33df3e9dfe19d9cae49a95494b7e175644f
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 20 17:14:02 2012 -0400

    analog: adding squelch_base_ff and ctcss_squelch_ff to analog.
    
    This addresses the issues of inheriting from both gr_block and another 
block (squelch_base_ff, in this case).

commit 1137126abd72593db6bc563d4c7dab00ba47e888
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 19 22:24:06 2012 -0400

    Removes some swig workaround code put in for ticket 181.
    
    This seems to fix the import problems recently seen on 12.10 for loading 
gnuradio-companion (due to 'from lxml import etree' which was actually due to 
'import os' causing a segfault).

commit 1cd15f64cb2b53219133bcb3821f76ecd2582ff5
Merge: 87e2bd3 fa4f1c2
Author: Johnathan Corgan <address@hidden>
Date:   Fri Oct 19 14:17:13 2012 -0700

    Merge branch 'master' into next

commit fa4f1c2fcec8536c9d71607a0a710878cb6010ff
Merge: 0b62e85 984a42a
Author: Johnathan Corgan <address@hidden>
Date:   Fri Oct 19 14:16:57 2012 -0700

    Merge branch 'maint'

commit 984a42a48f6872a4bdeb599786bf73097f4c0c68
Author: Nicholas Corgan <address@hidden>
Date:   Fri Oct 19 14:13:42 2012 -0700

    cmake: Ubuntu 12.10 package support

commit 1dbdd1511e8a05a1adb212a7b24750d500982462
Author: Ben Reynwar <address@hidden>
Date:   Mon Oct 15 10:51:39 2012 -0700

    qtgui: Adding hooks to allow appearance customization with stylesheets.

commit 87e2bd3dddd172eb8264ab12202659c18ba09880
Merge: bcb5c07 0b62e85
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 15 16:37:22 2012 -0400

    Merge branch 'master' into next
    
    Fixing some conflicts due to cherry-pick on master.
    
    Conflicts:
        gr-digital/grc/digital_constellation_receiver_cb.xml
        gr-digital/lib/digital_constellation_receiver_cb.cc

commit bcb5c077d3cd0cac072670667fe6cf18244b9efe
Merge: 004c4ec 28c0786
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 15 16:34:51 2012 -0400

    Merge remote-tracking branch 'benreynwar/next_constellation_scale' into next

commit 0b62e85e4c57796098c4ecf367c8aa16a120e791
Author: Ben Reynwar <address@hidden>
Date:   Sun Sep 30 21:27:34 2012 -0700

    digital: Add symbol output to constellation_receiver block for debugging.
    
    Cherry-picked from a commit on 'next.' Reworked for master style.
    
    Conflicts:
    
        gr-digital/lib/constellation_receiver_cb_impl.cc

commit d4cec71c426653edbe1d2c552388f20939f09a8e
Merge: 1360503 a5f7941
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 15 10:56:40 2012 -0400

    Merge remote-tracking branch 'benreynwar/master_constellation_scale'

commit 004c4ec578dbb7e1f58c0f3876bf87294d6a709e
Merge: 2d02b29 1360503
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 13 12:11:16 2012 -0700

    Merge branch 'master' into next

commit 136050324a6f5023a6b549b158fef1a0de9e1d79
Merge: 2267dee 5b97216
Author: Johnathan Corgan <address@hidden>
Date:   Sat Oct 13 11:55:40 2012 -0700

    Merge branch 'maint'

commit 5b97216d8d62580b4c9224fb2ad630ade61c0a4f
Author: Josh Blum <address@hidden>
Date:   Mon Oct 8 00:34:13 2012 -0700

    uhd: fix pmt tuple ref namespace issue
    
    The pmt_tuple_ref should be prefixed with pmt:: just like all of the other 
calls.
    I am uncertain as to why this is compiling (we are not using namespace pmt),
    unless there is a hidden using namespace somewhere in a global header.
    But it will be good to get the code right as a general purpose example.

commit a3dfc8b6193b316c95125aafa5c9de1fcf1b6fe3
Author: Josh Blum <address@hidden>
Date:   Mon Oct 8 00:32:21 2012 -0700

    core: fix several tag includes throughout core
    
    Techinically this include should be the tags header which
    brings in the pmt *and* the tags struct definition.
    This happens to be working because the struct definition
    is implicitly included by the gr_block* and subclass headers.

commit 2d02b29a0f712faebd82fc17293f8ccd38045f78
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 12 15:41:50 2012 -0400

    qtgui: fixing qtgui time plot to use sample rate names instead of 
bandwidth/frequency.

commit 03bc909716749d961b89adc4809b4ad1d11ca157
Merge: 93f4ca6 2267dee
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 12 15:28:13 2012 -0400

    Merge branch 'master' into next.
    
    Moved changes to time_sink_{c,f}_impl.cc.
    
    Conflicts:
        gr-qtgui/lib/qtgui_time_sink_c.cc
        gr-qtgui/lib/qtgui_time_sink_f.cc

commit 2267dee5f36f28004cf844a5e495194edb00a67b
Merge: f4adf33 d2048cb
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 12 15:26:57 2012 -0400

    Merge branch 'maint'

commit d2048cb7c850f35ecca85596515363361ccd8f12
Author: Tom Rondeau <address@hidden>
Date:   Fri Oct 12 15:26:20 2012 -0400

    qtgui: fixed qtgui time sink to take the bandwidth parameter to set x-axis 
correctly.

commit 93f4ca6187c409ab30e41fbdf5dace854d9d4c36
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 10 17:21:17 2012 -0400

    qtgui: allowing setting of axes in GRC.
    
    For time and freq, a y-axis range can be defined. The constellation plot 
has an x- and y-axis setting.
    
    Also made methods more consistent in their names and styles.

commit da14674efba47b8d194a462f95a80613d5098e1c
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 9 23:56:43 2012 -0400

    qtgui: adds ability to set a plot's title.

commit 637a987e18429843906d362a8960dd4663676363
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 9 23:18:13 2012 -0400

    qtgui: updating some function names for more accuracy and to allow an 
actual set_title.

commit 68823d4ee894a06317e4258c38537582188473ec
Merge: a84859a f4adf33
Author: Johnathan Corgan <address@hidden>
Date:   Fri Oct 5 16:13:02 2012 -0700

    Merge branch 'master' into next

commit f4adf33585df6109bdb45ba969dcada0503e838f
Merge: 08c6579 b8c64d7
Author: Johnathan Corgan <address@hidden>
Date:   Fri Oct 5 16:12:11 2012 -0700

    Merge remote branch 'jblum/grc_optional_pads'

commit 08c65795d7a4bb96a5cd7670c988acca14972fdb
Author: Johnathan Corgan <address@hidden>
Date:   Fri Oct 5 16:10:55 2012 -0700

    blocks: fix XML definitions for block tree

commit b8c64d7db1ca15841cef4601d71d56ea62002996
Author: Josh Blum <address@hidden>
Date:   Fri Oct 5 16:00:53 2012 -0700

    grc: added wildcard type to pad source/sink

commit 5285039a04436e55c7c90ab01e9dc2d388924312
Author: Josh Blum <address@hidden>
Date:   Fri Oct 5 11:37:35 2012 -0700

    grc: revert changes to flow_graph.tmpl, runtime enforces this

commit 6fb32f05d01c23e1953fe874a33f37bc44758d9e
Author: Josh Blum <address@hidden>
Date:   Thu Oct 4 18:49:34 2012 -0700

    grc: added optional flag to pad source and sink

commit a84859a19ce707524157d9ba9756e73eb99b2b5b
Merge: 62ab037 d89012d
Author: Johnathan Corgan <address@hidden>
Date:   Wed Oct 3 20:21:31 2012 -0700

    Merge branch 'master' into next

commit 62ab0377d5ba26ac63f97c8e3802c7cd1a92f18c
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 3 22:27:23 2012 -0400

    qtgui: adding menu option to qtgui sinks to set transparency (alpha) value 
on lines/markers.

commit d89012d1f6d50d41eb79ad5186161e4ae7b7cf08
Author: Nicholas Corgan <address@hidden>
Date:   Wed Oct 3 18:53:21 2012 -0700

    blocks: fixed MSVC compatibility issue

commit 48feecf3eaf2b16d0e211dcb5690aeb0f22d9c0d
Merge: 3a50fdf c151fdd
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 3 12:56:51 2012 -0400

    Merge branch 'master' into next

commit c151fdd36035bea7187f00d508691199e9170a5a
Merge: d7b57e4 48dd3fe
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 3 12:56:29 2012 -0400

    Merge branch 'maint'

commit 3a50fdf70947dea210242b6f5647435fc0117845
Merge: ef86dbf d7b57e4
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 3 12:26:59 2012 -0400

    Merge branch 'master' into next

commit d7b57e43f186097f147534ad49c6337edc4fdc88
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 3 11:10:11 2012 -0400

    grc: ability to automatically create hier_blocks from a flowgraph.
    
    Highlight a set of blocks and hit 'c' or right-click and 'Create Hier' to 
automatically build a new hier_block that opens in GRC with the probes in 
place. Any parameter/variables become parameters in the new graph. Save, 
generate, and hit the 'Reload Blocks' to get access to new block.

commit de014bd0cb98226d90bdec6bcf4c7a20cc4ba6b9
Author: Tom Rondeau <address@hidden>
Date:   Wed Oct 3 11:01:04 2012 -0400

    grc: populate file variable correctly when we save.

commit 1e614345d4327d89342a4b847938ad7eb16a2249
Author: Ben Hilburn <address@hidden>
Date:   Wed Oct 3 10:58:39 2012 -0400

    UHD: improved capabilities for uhd_fft.grc.

commit 77035b5d188be9e5dcd6731b1a58a4ce47451bde
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 2 19:26:32 2012 -0400

    core: fix for restarting the flowgraph with VOLK blocks.

commit 46f18cd4b0fcc39f1aa2eb12bd0ccc6b90860550
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 2 16:00:28 2012 -0400

    core: Added QA for max_noutput_items per block and max_output_buffer.

commit 2fdfad0411da70118269a3fb85d5c2c6ad80ead3
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 2 14:56:10 2012 -0400

    core: fixed set min/max buffer sizes to better handle blocks with infinite 
streams.

commit 1e528816fd70f3a61d7f00a370cb056f03ceb6a7
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 2 14:52:07 2012 -0400

    core: fixed swig file for exporting max/min buffer sizes with port first.

commit 5fcb7ebd473709fd9e4e99d542f21d3cee5aaf05
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 2 13:08:11 2012 -0400

    docs: Adding notes discussing how to use new max_output_buffer feature.
    
    Also sneaking in a new analog group for gr-analog.

commit 48dd3fed73409a22b1bfd612cb74352cc555d0d0
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 2 19:26:32 2012 -0400

    core: fix for restarting the flowgraph with VOLK blocks.

commit ba7a5f0721b0c0ce4e907c1137de1e82746e0223
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 2 13:03:40 2012 -0400

    core: update max_buffer_size after buffer is actually allocated.

commit 0ecb4d407b888b8631afa5a7c0b8c4f45e6c16c2
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 2 13:01:54 2012 -0400

    core: bit of rework on setting/getting max_output_buffer.
    
    When setting, specify port first, than buffer size. This is consistent with 
other calls (like consume and produce).
    
    When getting, throw an error if port is out of range.

commit faa90c6d14561f17877296879db32fd374a4a6a8
Merge: 765d068 9c5cd06
Author: Tom Rondeau <address@hidden>
Date:   Tue Oct 2 13:11:55 2012 -0400

    Merge branch 'max_nout_each'

commit 765d0686e6e0b46a7067cdf55ff195c425c709ed
Author: Tim O'Shea <address@hidden>
Date:   Thu Sep 27 14:41:55 2012 -0400

    providing additional control over GNU Radio buffer allocation size for 
latency effects etc
    unlimited io_signatures of -1 should work correctly with this patch now

commit a5f794128d8386ff0067cbe2928af4ded728d3b2
Author: Ben Reynwar <address@hidden>
Date:   Mon Oct 1 21:45:43 2012 -0700

    digital: Increase acceptable BER in qa_constellation_receiver back to prior 
value.

commit ef86dbf72f97a7a9a3b25b1ea94eb32bf609db53
Merge: a8d97ba be0c7ca
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 1 22:42:42 2012 -0400

    Merge branch 'master' into next

commit be0c7ca9854734b228067d3515b2d032362e966b
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 1 20:48:42 2012 -0400

    gruel: added unsigned long long int support to the PMT sugar functions.

commit a8d97bade40dbb1680fde30f698068c8fa671f77
Merge: 102b704 d597300
Author: Johnathan Corgan <address@hidden>
Date:   Mon Oct 1 16:28:30 2012 -0700

    Merge branch 'master' into next

commit d5973006fa99ead50dd4b74e01aec19fc69f228a
Merge: b31ea99 9f72b87
Author: Johnathan Corgan <address@hidden>
Date:   Mon Oct 1 16:00:32 2012 -0700

    Merge branch 'wip/gr-blocks-master'

commit 102b7040171f702f1112d920d372d3122c8bf027
Merge: f37d621 b31ea99
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 1 18:20:36 2012 -0400

    Merge branch 'master' into next

commit b31ea99bf07cb66f1dab3cea94f9f792f6cab2fc
Merge: 21b3982 65ea256
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 1 17:37:35 2012 -0400

    Merge branch 'master' of gnuradio.org:gnuradio

commit 28c0786bccd2069c9b34dad6968544875af47567
Author: Ben Reynwar <address@hidden>
Date:   Sun Sep 30 21:27:34 2012 -0700

    digital: Add symbol output to constellation_receiver block for debugging.

commit d4c91c146f50059eca1ccab9bb5a9f96fbe31c42
Merge: 35e508c 33d9cf8
Author: Ben Reynwar <address@hidden>
Date:   Sun Sep 30 20:48:42 2012 -0700

    digital: merge in QAM bug fix from master

commit f37d62121f091b16fd07b418fef5f8f244c49b6f
Author: Tom Rondeau <address@hidden>
Date:   Sun Sep 30 21:01:23 2012 -0400

    howto: moving C++ QA code to cppunit.

commit 33d9cf8800d3b4c0bbbff09b7588c21ed35e3220
Author: Ben Reynwar <address@hidden>
Date:   Sun Sep 30 17:23:19 2012 -0700

    digital: Fixed scaling bug in QAM constellations.

commit 505bab9a6c43ef7fd3c815fa92bb90a05a9f2fac
Author: Tom Rondeau <address@hidden>
Date:   Sun Sep 30 13:34:26 2012 -0400

    howto: updated howto-write-a-block to use new impl style.

commit 3283a40bef17d3b2579d8cfbd231dd384b27af41
Merge: 4cf6811 35e508c
Author: Tom Rondeau <address@hidden>
Date:   Sun Sep 30 11:13:11 2012 -0400

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

commit 35e508c6e9462191491ac2c2eae62e60b244d99c
Merge: 91d6306 65ea256
Author: Johnathan Corgan <address@hidden>
Date:   Sat Sep 29 21:55:27 2012 -0700

    Merge branch 'master' into next

commit 65ea256f8de15b7a23c602f9775edf0636b3732c
Author: Josh Blum <address@hidden>
Date:   Sat Sep 29 20:19:16 2012 -0700

    core: udp source wait mode yields work thread

commit 692890cd40aa07a8290c7fdee24c94b6a0eabb8c
Author: Josh Blum <address@hidden>
Date:   Sat Sep 29 20:14:51 2012 -0700

    uhd: work does not block, OK to return 0 on ERROR_CODE_TIMEOUT

commit a7e260a09bdb923b77174cedd31c2d7d70f32765
Author: Josh Blum <address@hidden>
Date:   Sat Sep 29 20:13:38 2012 -0700

    core: source block can yield thread context/produce none

commit 3795a17b08404ff7ce5958afe1585b6b2ba561d7
Author: Josh Blum <address@hidden>
Date:   Sat Sep 29 20:43:40 2012 -0700

    uhd: provide source block hook for issue stream cmd

commit 2abda17d8ed2794ff5b4bc0d9f61d30d8ffac651
Author: Josh Blum <address@hidden>
Date:   Sat Sep 29 20:29:27 2012 -0700

    core: fix implicit assumption in skiphead
    
    skiphead is a gr_block, not sync block, but assumes that the number of 
input items is at least the number of output items
    
    remove this assumption and make this safe with std::min(ninputs, noutputs)
    
    may be necessary with new scheduler patches that can vary the circular 
buffer sizes

commit 9f72b877043cd6e5d8e7cee20c0e4390419a94b7
Merge: 2d2afd3 515d1b6
Author: Johnathan Corgan <address@hidden>
Date:   Fri Sep 28 10:30:00 2012 -0700

    Merge branch 'master' into wip/gr-blocks-master

commit 91d630638d6cbe237f0fa1a978f3161a9a041895
Merge: ecc8f73 515d1b6
Author: Johnathan Corgan <address@hidden>
Date:   Fri Sep 28 10:11:50 2012 -0700

    Merge branch 'master' into next

commit 515d1b6f91f5dd28997525b1e88006bbfc0f170a
Author: Tim O'Shea <address@hidden>
Date:   Wed Sep 26 14:18:30 2012 -0400

    added the ability to open custom GRC hier block definitions from graphs 
using an instance of them

commit a07fe1904412af78b3d70a6225e6efe10c9efbe5
Author: Tim O'Shea <address@hidden>
Date:   Tue Sep 25 11:40:10 2012 -0400

    adding GRC Reload Block XML action

commit ecc8f73c367fbd7fed43aae67dea67261e374a8b
Merge: 4200a7b 96f181f
Author: Johnathan Corgan <address@hidden>
Date:   Thu Sep 27 11:29:03 2012 -0400

    Merge branch 'master' into next

commit 96f181f29afbae43fa449297a232637fadf426d0
Merge: c85bd69 08cf111
Author: Johnathan Corgan <address@hidden>
Date:   Thu Sep 27 11:16:50 2012 -0400

    Merge branch 'maint'

commit 08cf111f1d30ad08965c2892aeed5030d2cec1b2
Author: Josh Blum <address@hidden>
Date:   Tue Aug 14 23:00:16 2012 -0700

    core: fix use of private vars in place of API accessor
    
    Conflicts:
    
        gnuradio-core/src/lib/io/gr_tagged_file_sink.cc

commit f1ef7c182d22df3e757b7dc4fa2970fc8bf143de
Author: Josh Blum <address@hidden>
Date:   Wed Sep 19 14:24:47 2012 -0400

    digital: fix private access in gr_endian_swap

commit 4cf68113aa79599b019ebad9e0b55349f6287c5e
Merge: f9d6bf9 21b3982
Author: Tom Rondeau <address@hidden>
Date:   Sun Sep 23 17:41:12 2012 -0400

    Merge branch 'master' into next

commit 21b39825df56f0353f6f9e60f06c1ded38f9df81
Author: Tom Rondeau <address@hidden>
Date:   Sun Sep 23 17:40:43 2012 -0400

    analog: adding gr-analog component with.

commit f9d6bf96a8210f760836e8f72ab435893b1616c2
Author: Tom Rondeau <address@hidden>
Date:   Sun Sep 23 17:03:21 2012 -0400

    digital: fixed naming for GRC file.

commit ddeeafa0a872d50af7f3a3eb847b05df69b75c9a
Author: Tom Rondeau <address@hidden>
Date:   Sat Sep 22 10:48:56 2012 -0400

    grc: fixed GRC subtraction block to allow a single input line (inverts the 
signal).

commit 4200a7b49b8fd28baa0737e7f98d5217bc16272f
Author: Gerald Baier <address@hidden>
Date:   Sun Sep 16 17:53:53 2012 -0400

    digital: fixed GRC file for PFB clock sync block to properly take in loop 
bandwidth parameter.

commit 4a3534ecd8613443e549df8b1b36b02a7622cda7
Merge: d2d1ff3 c85bd69
Author: Johnathan Corgan <address@hidden>
Date:   Mon Sep 10 08:50:15 2012 -0700

    Merge branch 'master' into next

commit c85bd69a10790583896aae0b420ff777e842bc8a
Merge: a4e2e8a a416cb7
Author: Johnathan Corgan <address@hidden>
Date:   Mon Sep 10 08:42:14 2012 -0700

    Merge branch 'maint'

commit a416cb7eb2ae9d98369e38bd53885d5f5a7f1fd2
Author: Josh Blum <address@hidden>
Date:   Mon Sep 10 00:51:27 2012 -0700

    volk: forgot critical variable subs

commit d2d1ff3cad15bc244c93ccb4457cdc26c6af6510
Merge: d857caa 04e6e57
Author: Tom Rondeau <address@hidden>
Date:   Sun Sep 9 14:40:57 2012 -0400

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

commit d857caa7f1a703731c69fdcdd1fdb6c7d0a99a7c
Author: Tom Rondeau <address@hidden>
Date:   Sun Sep 9 14:34:08 2012 -0400

    digital: Fixes LMS and CMA equalizers.
    
    filter: updated fir_filter_* by adding a method that allows the update of a 
single tap in the filter in a way that propagates to all of the aligned tap 
vectors. Mostly to support the adaptive equalizers.

commit 43eaedf41a4281370cb71cf0bddf891d3867698c
Author: Tom Rondeau <address@hidden>
Date:   Sun Sep 9 09:05:19 2012 -0400

    filter: moving filter design tool from gr-utils to gr-filter.

commit 04e6e5701546124f2ed4aca49c1a30afe27e00db
Author: Josh Blum <address@hidden>
Date:   Fri Sep 7 13:09:36 2012 -0700

    core: dont export totally inline classes
    
    These classes have no symbols actually grounded in the core library.
    Due to this exporting the class seems to confuse MSVC.
    Commenting out GR_CORE_API makes MSVC and gcc happy.

commit 1def9c5e349f22560d6ff84ca4baf85a0019555c
Author: Josh Blum <address@hidden>
Date:   Fri Sep 7 12:57:03 2012 -0700

    qtgui: fix log10 ambiguous overload in DisplayPlot

commit ee3d98e85a2886f20457c1842a4d2dee9c89c42a
Author: Josh Blum <address@hidden>
Date:   Fri Sep 7 12:54:07 2012 -0700

    wavelet: fix API export declarations

commit eb738d1b6b4887bc475d83156985c25ba679b995
Author: Josh Blum <address@hidden>
Date:   Fri Sep 7 09:56:41 2012 -0700

    cmake: copy stdbool for gnuradio as well

commit 2d2afd3b387bd3426cc30239f679d48cefe9eb93
Author: Johnathan Corgan <address@hidden>
Date:   Wed Sep 5 12:42:10 2012 -0700

    blocks: added gr::blocks::file_source

commit 9efeb1c58201858b7b2e678294707ae0db20f002
Merge: c5ddf4c a4e2e8a
Author: Johnathan Corgan <address@hidden>
Date:   Wed Sep 5 10:31:51 2012 -0700

    Merge branch 'master' into wip/gr-blocks-master

commit b7a22f8b004eb7a88708fba7db2203462211921e
Author: Ben Reynwar <address@hidden>
Date:   Tue Sep 4 21:28:42 2012 -0700

    Examples: Fixed minor bugs in examples and blks2impl from namespace changes.

commit 8ea61b3501dcb8bcba00b490ae558327df57c830
Merge: 0104d8f a4e2e8a
Author: Johnathan Corgan <address@hidden>
Date:   Tue Sep 4 17:39:46 2012 -0700

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

commit a4e2e8a9a2c8a6bbd6d676a17b0e2732e11af09f
Author: Johnathan Corgan <address@hidden>
Date:   Tue Sep 4 17:39:34 2012 -0700

    build: update revision to 3.6.3git

commit 6f0fe7776bd6ee3615cc776d38301de4f6755866
Author: Johnathan Corgan <address@hidden>
Date:   Tue Sep 4 17:35:16 2012 -0700

    build: update revision to 3.6.2

commit 0104d8fa3ce84a4b7484b66e5236082adaeb9464
Merge: 3d2612a 4180e5e
Author: Johnathan Corgan <address@hidden>
Date:   Tue Sep 4 17:13:18 2012 -0700

    Merge branch 'master' into next

commit 4180e5efe04aa38997faff5f37352ea1b3c03ea0
Merge: 986b8f0 5a86cdf
Author: Johnathan Corgan <address@hidden>
Date:   Tue Sep 4 17:13:12 2012 -0700

    Merge branch 'maint'

commit 5a86cdf58fb0284b5a3d8860170a1b27d910e727
Author: Martin Braun <address@hidden>
Date:   Tue Sep 4 17:11:36 2012 -0700

    core: only check for *.conf in prefs dir

commit c5ddf4c26bf8bc049622b2e9ffcdcdba3265b580
Author: Johnathan Corgan <address@hidden>
Date:   Tue Sep 4 16:39:30 2012 -0700

    blocks: added gr::blocks::vector_to_streams

commit 73d59860c4cc0e2b22c21d56cd5cdfcb969263eb
Author: Johnathan Corgan <address@hidden>
Date:   Tue Sep 4 16:25:00 2012 -0700

    blocks: added gr::blocks::vector_to_stream

commit 14a6b7beb247128408a98acd77cef66eaef2b4c3
Author: Johnathan Corgan <address@hidden>
Date:   Tue Sep 4 16:01:42 2012 -0700

    blocks: added gr::blocks::streams_to_vector

commit 2065177207d9f504fdcd374ed6567379c51c7a06
Author: Johnathan Corgan <address@hidden>
Date:   Tue Sep 4 15:38:17 2012 -0700

    blocks: added gr::blocks::streams_to_stream

commit 0aec5b7f568b0cfc320a202631757efc247aca6e
Author: Johnathan Corgan <address@hidden>
Date:   Tue Sep 4 15:21:35 2012 -0700

    blocks: added gr::blocks::stream_to_vector

commit 3d2612aee54d1b7f5155a827a72d7529d955c1b3
Merge: 07d95f6 ac4cf0f
Author: Tom Rondeau <address@hidden>
Date:   Tue Sep 4 16:30:25 2012 -0400

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

commit 07d95f62bd8ab6f7367da25ef225169c18994504
Merge: c09d1dc 986b8f0
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 3 14:10:12 2012 -0400

    Merge branch 'master' into next

commit 986b8f0d61d6e7b56ea4e81a24cb3a0331944526
Merge: 0e2f0c6 743745f
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 3 14:10:01 2012 -0400

    Merge branch 'maint'

commit 743745f0fbb8c31b919bada25dab91dfeab5e129
Author: Tom Rondeau <address@hidden>
Date:   Mon Sep 3 14:09:06 2012 -0400

    docs: reworking doc into one extra dox file for easier linking.
    
    build_guide was not being found properly. Putting these together fixes that.

commit ac4cf0f99ea37c6c8058bf0ce47c7790663509b9
Author: Josh Blum <address@hidden>
Date:   Sat Sep 1 11:45:04 2012 -0700

    volk: ensure LV_HAVE_GENERIC always defined

commit 18f94d0cc22bfe1fc8c1f6893fb8266f8ead6a59
Author: Josh Blum <address@hidden>
Date:   Fri Aug 31 18:38:05 2012 -0700

    volk: remove the generation of _g variant

commit 68828bef94ffa018807ab1a1178895336cdc3fee
Author: Josh Blum <address@hidden>
Date:   Thu Aug 30 20:36:43 2012 -0700

    volk: convert kernels one last time, removed old kernels
    
    Please use the new kernel style in kernels/volk.
    One file with both generic, and possibly aligned and unaligned 
implementations.
    The kernel may have a custom dispatcher.
    See kernels/README.txt

commit 464562464b58821dc64c56f131b4f04b0f618451
Author: Josh Blum <address@hidden>
Date:   Thu Aug 30 20:29:20 2012 -0700

    volk: commit the super squash (volk dir only changes)

commit c09d1dceb9a82beaf051d011100a0c068b7581c4
Merge: 297ee1e 0e2f0c6
Author: Tom Rondeau <address@hidden>
Date:   Thu Aug 30 21:10:29 2012 -0400

    Merge branch 'master' into next

commit 0e2f0c6473530ef6823a27f4f294826c777afe06
Author: Tim O'Shea <address@hidden>
Date:   Wed Aug 29 20:27:18 2012 -0400

    adding gr_endian_swap block

commit 0a22fe1e6622ac083d8cef8a3b027035f2443c7f
Merge: 853920e 873585c
Author: Tom Rondeau <address@hidden>
Date:   Thu Aug 30 20:44:16 2012 -0400

    Merge branch 'master' of gnuradio.org:gnuradio

commit 853920e9aaa32f9f0dda2cdc75ded4eee738117f
Author: Tom Rondeau <address@hidden>
Date:   Thu Aug 30 20:43:41 2012 -0400

    filter: fixes naligned value when volk alignment is 1.

commit 297ee1e1eac9766ede38151e2a6350f486f4e381
Merge: 00c2ef1 1d2c26d
Author: Johnathan Corgan <address@hidden>
Date:   Thu Aug 30 17:42:29 2012 -0700

    Merge remote branch 'jblum/volk_next_use_num_points' into next

commit 00c2ef1ffb803d06e3405dd79c5c59782b5699dd
Merge: 5892c29 873585c
Author: Johnathan Corgan <address@hidden>
Date:   Thu Aug 30 17:12:50 2012 -0700

    Merge branch 'master' into next

commit 873585ccd45c6362c5f17d71021f15edd798785b
Merge: ef66487 c93ed1c
Author: Johnathan Corgan <address@hidden>
Date:   Thu Aug 30 17:06:00 2012 -0700

    Merge branch 'maint'

commit c93ed1c9eb01027aee04f567b7541738b2aa8bda
Author: Josh Blum <address@hidden>
Date:   Thu Aug 30 16:57:35 2012 -0700

    volk: dont set CMAKE_REQUIRED_FLAGS when empty

commit b434b7329301fee49ab82a81ac68517f8ab042eb
Author: Johnathan Corgan <address@hidden>
Date:   Thu Aug 30 14:29:28 2012 -0700

    blocks: added gr::blocks::stream_to_streams

commit 0a5bb996ca4f4bb350cf91b00b4c3db5a5c4eb75
Author: Johnathan Corgan <address@hidden>
Date:   Wed Aug 29 09:29:50 2012 -0700

    blocks: added gr::blocks::stream_mux

commit 1d2c26d6cc6c11dbbf11a605429fafa79f05d7ec
Author: Josh Blum <address@hidden>
Date:   Thu Jul 5 00:20:02 2012 -0700

    filter: fix use of volk_32fc_x2_dot_prod_32fc_a for num points

commit 2105aad243e2da01af914b5307712db6f4489d9c
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 842c1cd3da19042a134cea722ce1d73f0a21e594
Merge: 66f49de ef66487
Author: Johnathan Corgan <address@hidden>
Date:   Wed Aug 29 08:17:35 2012 -0700

    Merge branch 'master' into wip/gr-blocks-master

commit 5892c29ee0509ff8aa226f14da524f7ec30f9654
Merge: 7adff51 fc4d370
Author: Johnathan Corgan <address@hidden>
Date:   Tue Aug 28 12:52:09 2012 -0700

    Merge remote branch 'reynwar/comments_next' into next
    
    Conflicts:
        gr-digital/include/digital_constellation.h
        gr-digital/python/bpsk.py
        gr-digital/python/qpsk.py

commit 7adff515181de5cfbd7392d934cac9083a8a6a58
Merge: 67fa1a5 ef66487
Author: Johnathan Corgan <address@hidden>
Date:   Tue Aug 28 12:17:30 2012 -0700

    Merge branch 'master' into next

commit ef6648763589d389c0e95d62f524e46b32dd597c
Merge: 9305abf 31e992a
Author: Johnathan Corgan <address@hidden>
Date:   Tue Aug 28 12:15:55 2012 -0700

    Merge branch 'maint'

commit 31e992a2850450121199169f8538f28b2f634cd7
Author: Josh Blum <address@hidden>
Date:   Wed Aug 8 18:32:40 2012 -0700

    volk: special werror unused cmd line arg for clang

commit 67fa1a58925d4b22418fcaffe328a20058e1d77b
Merge: 9336479 6e944a7
Author: Johnathan Corgan <address@hidden>
Date:   Tue Aug 28 12:03:22 2012 -0700

    Merge remote branch 'jblum/fix_private_access' into next

commit 94eef790aca68f8508df26d6b42fe6a19a2b0d0e
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 29 14:46:27 2012 -0400

    fcd: fixed copy-paste error.

commit 933647925708c4349676548705f4e4afcf522926
Author: Johnathan Corgan <address@hidden>
Date:   Tue Aug 28 10:11:58 2012 -0700

    digital: fix missing include

commit 7e312ed50faf64705089ee550000efd34c719c57
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 28 00:02:52 2012 -0400

    docs: fixed doxygen markup issues.

commit 285ea24f3f033e97a907c01c6b135ca8662d8a8f
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 27 22:12:39 2012 -0400

    digital: fixed remaining GRC blocks.
    
    Also fixed some issues with OFDM mod/demod with other new components.

commit b4c96386b86147a175231385c0cc4eafe8e9f8b3
Author: Tom Rondeau <address@hidden>
Date:   Wed Aug 22 21:19:43 2012 -0400

    digital: wip on ensuring all digital blocks work in GRC.

commit eec6ae88e6da7fd72bc2dfc0f0f2e1dc23238db7
Author: Tom Rondeau <address@hidden>
Date:   Wed Aug 22 21:19:01 2012 -0400

    fft: adding missing item to cmake install.

commit 695278bc00c8203389a917190563b0a22fea800d
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 21 23:38:27 2012 -0400

    digital: fixed up documentation and default values of digital blocks.

commit 3757197293ef59fe08caa9f391f9e77f072ea19f
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 21 22:17:20 2012 -0400

    filter: fixing PFB GRC blocks.
    
    Removing from grc dir and using Python-wrapper blocks for GRC components in 
gr-filter. Updated Python wrapper to take an empty tuple (generated by GRC when 
no input for a vector type) to auto-generate the taps for the PFBs.

commit 4a60c41913d7ebddf666d24e288533b453ee41ae
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 21 18:39:10 2012 -0400

    core: fixing location of some components for the new hierarchy.
    
    ctest and digital examples working again.

commit 5f720e1beb27f7457f20555f8ce1bb8c34c27cbe
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 20 22:49:38 2012 -0400

    filter: cleaning up GRC filter blocks.

commit 527dc0e6ec8008bdfc18a2f690596cac34a77080
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 20 22:25:06 2012 -0400

    core: removed fft blocks from core (now only in gr-fft).

commit 405ea9816cb2ef7f4277c1701d5583ff618ec2cb
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 20 22:13:58 2012 -0400

    filter: fixed names of filter GRC blocks.
    
    GRC files are installed into a flat directory; use prefix to keep from 
having a name collision.

commit 3c6b7b04a24e9a9553ecefa49ecb53e6792535fb
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 20 22:13:17 2012 -0400

    fft: fixed names of FFT GRC blocks.
    
    GRC files are installed into a flat directory; use prefix to keep from 
having a name collision.

commit 285b91b40804853a2dd29610278b4faa57b69392
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 20 21:55:00 2012 -0400

    trellis: fixing trellis examples for gr-filter update.

commit d16a9e334129c72dc1bb44fc8c1e4307f50e4e93
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 20 21:54:25 2012 -0400

    core: fixed default upper-limit on noutput_items to make sure we don't 
normally hit it.

commit 372c129f932236fb0bacb83a8c8994171eb4d018
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 20 21:08:24 2012 -0400

    trellis: updating gr-trellis to handle changes with gr-digital.
    
    (mostly namespace issues in C++).

commit 8ba8d63dc8cd70b88c537d5ec12d153581f7ef2c
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 20 19:54:55 2012 -0400

    core: allowing gri_control_loop to be a pure-virtual parent class.

commit e7de8a7b826d5cbd9c9358d96ab44d115fa53524
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 20 19:54:05 2012 -0400

    digital: fixed up digital blocks to make examples work again.
    
    Added GMSK loopback to test that block, too. Switched a couple over to 
qtgui instead of wx.

commit a8f91e9cca303d13fa153e8995fe8d093e3217ab
Author: Tom Rondeau <address@hidden>
Date:   Sat Aug 18 11:08:06 2012 -0400

    digital: cleaning up.

commit a20c676a1a33c6a869844ce92f351e5ae8cfa044
Author: Tom Rondeau <address@hidden>
Date:   Fri Aug 17 22:32:32 2012 -0400

    digital: cleaning up.

commit 5a92a70e6e4c9dd3a92055a772e01a9dee2df255
Author: Tom Rondeau <address@hidden>
Date:   Fri Aug 17 22:31:02 2012 -0400

    digital: converted OFDM blocks to new style.

commit 76a6f912706313fdc256b09aa17eeaf275e1fbc4
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 14 22:28:47 2012 -0400

    swig: adds a macro to allow us to specify different factory functions 
besides 'make' for a block.
    
    digital: converted cpmmod to new style.
    
    gmskmod inherits directly from cpmmod with just preset args. Defining 
another factory function, make_gmks_bc, here to make this all handled 
internally.

commit 6e944a77f14794bb143e85779387234ee412774f
Author: Josh Blum <address@hidden>
Date:   Tue Aug 14 23:00:16 2012 -0700

    core: fix use of private vars in place of API accessor

commit c537cf7d85f59db21c98ac859bc08fbe55031314
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 14 21:00:26 2012 -0400

    digital: converted equalizers and fixed cma equalizer.

commit e45449570984c0a709a21ea5ab078f9747e4b9c5
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 14 20:27:10 2012 -0400

    digital: converted packet_sink to new style.

commit 0298cf616a3635bfda4e8f58eae7b23af901c36b
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 14 20:07:00 2012 -0400

    digital: converted framer blocks to new style.

commit 29a019d2761f8001f2c132968c67b060a0ba24bc
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 14 19:39:08 2012 -0400

    digital: moved metric_type.h to digital include dir. Fixed gr-trellis to 
work with this.

commit ab479e3d5b5d77eb4133dd06ea3ffc51551fccd6
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 14 19:23:41 2012 -0400

    digital: converted mpsk_receiver to new style.

commit fc4d37062c46886d3bc1fb0b6c3626d779be4ecd
Author: Ben Reynwar <address@hidden>
Date:   Tue Aug 14 10:28:23 2012 -0700

    docs: Modified argument formating in python docstrings in grc.

commit 3e46aef392ba9b2e63bbfefefdb7178cc87049ab
Author: Ben Reynwar <address@hidden>
Date:   Tue Aug 14 07:12:53 2012 -0700

    docs: Changed arguments in python docstrings to new formatting style.

commit 48a95b3469febf4929c74f41beac6b33ab77566e
Author: Tom Rondeau <address@hidden>
Date:   Tue Aug 14 00:00:14 2012 -0400

    digital: converted mpsk snr and probes to new style.

commit 509fddb30a70862b31b0488acfbbdf523b48af0d
Author: Tom Rondeau <address@hidden>
Date:   Mon Aug 13 22:38:45 2012 -0400

    digital: converted scrambler code to new style.

commit fe96ee8d82b2666951cf3cef8f7f5d991396273f
Author: Ben Reynwar <address@hidden>
Date:   Mon Aug 13 13:46:28 2012 -0700

    docs: Formatted python docstrings for sphinx docs.

commit 719ebae8fb75635f1291e21b74af69cbdefe4837
Author: Tom Rondeau <address@hidden>
Date:   Sun Aug 12 22:36:39 2012 -0400

    digital: converted correlator blocks to 3.7; everything to make 
qa_correlate_access_code work.

commit 78d149cd3d230ca9310401496e5770401aeb478c
Author: Tom Rondeau <address@hidden>
Date:   Sun Aug 12 19:42:31 2012 -0400

    digital: updated blocks to make qa_constellation* tests pass.

commit a6e56683cf74054fad6774138bea9f844c76be09
Author: Tom Rondeau <address@hidden>
Date:   Sat Aug 11 11:04:03 2012 -0400

    digital: converted over constellation and related blocks.
    
    Possibly still a work-in-progress. Need to convert over some more before QA 
can be run.

commit af0a5780201c71c8f2d682cdab2274942e5771d5
Author: Tom Rondeau <address@hidden>
Date:   Sat Aug 11 11:03:21 2012 -0400

    digital: fixed formatting of code to properly comply with new standard.

commit 5aaea26d457b7ed4c19096072b46b15b4e3f54b4
Merge: b7cf0bf a61ddc2
Author: Tom Rondeau <address@hidden>
Date:   Fri Aug 10 19:48:37 2012 -0400

    Merge remote-tracking branch 'jcorgan/wip/filter-rm-next' into digital_impl
    
    Conflicts:
        gnuradio-core/src/lib/filter/CMakeLists.txt
        gnuradio-core/src/lib/filter/dotprod_ccf_armv7_a.c
        gnuradio-core/src/lib/filter/dotprod_fff_armv7_a.c
        gr-digital/include/digital_clock_recovery_mm_cc.h
        gr-digital/include/digital_clock_recovery_mm_ff.h
        gr-digital/include/digital_cma_equalizer_cc.h
        gr-digital/lib/CMakeLists.txt
        gr-digital/lib/binary_slicer_fb_impl.h
        gr-digital/lib/digital_clock_recovery_mm_cc.cc
        gr-digital/lib/digital_clock_recovery_mm_ff.cc
        gr-digital/lib/digital_cma_equalizer_cc.cc
        gr-digital/swig/CMakeLists.txt

commit b7cf0bf00b404c37214e3b617bf53862741f76e7
Author: Tom Rondeau <address@hidden>
Date:   Fri Aug 10 19:44:23 2012 -0400

    digital: updating cma_equalizer style.

commit 41041c3d2d1468c4d37f9ed36a3b172b3d60da9c
Author: Ben Reynwar <address@hidden>
Date:   Fri Aug 10 12:07:43 2012 -0700

    docs: Updating sphinx docs for changes to new block style.

commit 370afff335cf9903408dcf6dd72638fc632faea3
Author: Ben Reynwar <address@hidden>
Date:   Fri Aug 10 11:52:12 2012 -0700

    docs: Updating sphinx docs for movement of blocks from gr to digital.

commit 87418936858f6e674c006b84ecfc0a6fd9feacfe
Merge: fbb1abb 9be7c30
Author: Ben Reynwar <address@hidden>
Date:   Fri Aug 10 11:20:30 2012 -0700

    Merged comments branch into comments_next branch.

commit fbb1abb0e7606fb81783e3c5bd511856355f6b27
Merge: 1f57cf3 9d8c03e
Author: Ben Reynwar <address@hidden>
Date:   Fri Aug 10 11:11:45 2012 -0700

    Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

commit 4fcfe4fc01207dfaa941c6b334a7d8e40ccfcb81
Author: Tom Rondeau <address@hidden>
Date:   Thu Aug 9 21:30:50 2012 -0400

    digital: converted clock recovery MM loops (cc and ff).

commit 45502b80d28e2051f5f7780e0c386147f0976798
Author: Tom Rondeau <address@hidden>
Date:   Thu Aug 9 20:48:18 2012 -0400

    digital: converted binary_slicer_fb to new style.
    
    Also removed bytes_to_syms. This had been deprecated for a while.

commit 38069c9ac14b44597ee053486ca00838c758a47c
Author: Tom Rondeau <address@hidden>
Date:   Thu Aug 9 20:30:09 2012 -0400

    digital: converting to new pimpl standard for 3.7.
    
    Structure is basically set up. Additive scrambler converted.

commit 9be7c30d6df3fb8bd75db0659fa7a7d163d65657
Merge: c27d9d3 9305abf
Author: Ben Reynwar <address@hidden>
Date:   Wed Aug 8 14:26:07 2012 -0700

    Merge branch 'master' into comments

commit 9d8c03e8d6bd322661765e7ebc740dbdd743b798
Merge: 32e296d 9305abf
Author: Tom Rondeau <address@hidden>
Date:   Sun Aug 5 18:27:09 2012 -0400

    Merge branch 'master' into next

commit 9305abf4be93205cf240e99ce7136702f724c490
Author: Jaroslav Skarvada <address@hidden>
Date:   Sun Aug 5 18:26:33 2012 -0400

    arm: better support for ARM processors without NEON.

commit 32e296de0336feab694fb3b20a7ae1ea2595a1f4
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 29 23:37:27 2012 -0400

    qtgui: fix to time plotter to find core py file.

commit 05f6087695681f71796f3a2c59fcd5788b9014cf
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 29 23:36:30 2012 -0400

    qtgui: fixing other menu behavior with qwt5.

commit 1b71820ae56a6e0ac1544985b26bd9a3344c4702
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 29 23:13:31 2012 -0400

    qtgui: when displaying name, remove full path and only use file name.

commit 8b9a46be56a9e8146aeded28fec6dce0b99cb1a2
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 29 23:12:44 2012 -0400

    qtgui: fix to work with Qwt5.

commit d253890c08d3b5bb6c989dd278970e8f00294e9f
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 29 14:48:19 2012 -0400

    qtgui: QA code reflects change in waterfall plot API.

commit 9902b1d9a9e0f5878b7f89e2a46e80aeda565d57
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 29 14:46:27 2012 -0400

    fcd: fixed copy-paste error.

commit ce46d1524e5c178e6e7ab9d6d55f0bd824d8adf2
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 29 14:44:29 2012 -0400

    qtgui: removing missed debug lines.

commit d36e9ce1fecfd992c05f40170653309cc9bc91f0
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 29 14:42:30 2012 -0400

    qtgui: small fixes to qt_digital app.

commit 35a1402fc4ed3f29e1693706886bc633aa35febb
Merge: 7ada63b eb4305b
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 29 14:27:49 2012 -0400

    Merge branch 'qtsink_menus' into next

commit eb4305b92f0128c47743b4e2df032a04052ac21d
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 29 14:19:09 2012 -0400

    qtgui: introduces new static plot tools for different data types.
    
    Time, PSD, and Spectrogram have tools for char, short, int, float, and 
complex data types. Constellation requires complex inputs.
    
    These tools are now installed into the runtime bin directory.

commit 0eea9a33a1a57473973709662eb734d54df647fa
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 29 14:18:34 2012 -0400

    qtgui: floating point PSD sink handles fftshift.

commit 7ada63b93577624c9ec0a8cb0dfabfd481af9260
Author: Jeff Long <address@hidden>
Date:   Sun Jul 29 10:28:55 2012 -0400

    tags: some fixes to the tagged_file_sink block.
    
    The name of the tag was incorrect and improved behavior when updating info.

commit 4af111d33591542348fa5a8d952c0fd685294163
Author: Tom Rondeau <address@hidden>
Date:   Sat Jul 28 18:36:27 2012 -0400

    qtgui: fixing up apps for static displaying of samples.

commit 14f4e314fb72707e6ed030fdcd1ba7c383daabab
Author: Tom Rondeau <address@hidden>
Date:   Sat Jul 28 17:32:28 2012 -0400

    qtgui: waterfall plot couldn't really handle multiple signals.
    
    This keeps the internal mechanisms in case we figure out how to do this, 
but turn off ability to set multiple input signals from the API.

commit 36437ed2e41130984e0e0ef05aca909bf086a793
Author: Tom Rondeau <address@hidden>
Date:   Sat Jul 28 17:30:44 2012 -0400

    qtgui: set number of samples to plot in time sinks from GR block.

commit c0444b268f5bda1153480593cdfd5499080a1c1c
Merge: 65b7bba 7e0bf75
Author: Tom Rondeau <address@hidden>
Date:   Thu Jul 26 15:01:30 2012 -0400

    Merge branch 'master' into next

commit 7e0bf7552bd583962dd94adabdf71f167c582ce1
Author: Tom Rondeau <address@hidden>
Date:   Thu Jul 26 15:00:47 2012 -0400

    grc: adding missed message_burst_source GRC file.

commit c414f1ef8401396cb7e3f22effd6f4b718ef0eb2
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 24 12:30:29 2012 -0400

    qtgui: created menu item to set color map of waterfall plots.
    
    Also cleaned up a few things.

commit 582dc9b920918b2589e97679dcc0e2fbecb12aa2
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 24 09:49:53 2012 -0400

    qtgui: fixes to waterfall plots.
    
    Fixes number of items returned, a bit of speed improvements, and ability to 
auto scale through menu.

commit 303489b78f95b6b3e6cd80a466c141fafecd4191
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 24 09:48:06 2012 -0400

    qtgui: fixing up sinks to make sure buffers are properly zeroed and right 
number of items is returned.

commit be72d11e4ef89e78863c3244be8e360fb71c5477
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 24 09:45:46 2012 -0400

    qtgui: fixing namespace to reflect new implementation style.

commit 3152d29dcc16f93e98e2a3cc2601c8712133e174
Author: Tom Rondeau <address@hidden>
Date:   Thu Jul 19 22:41:15 2012 -0400

    qtgui: constellation plots can use menu item to set number of points to 
plot.

commit bb1fa331b972cc46ecf0dfcf156ba004803721aa
Author: Tom Rondeau <address@hidden>
Date:   Thu Jul 19 22:33:46 2012 -0400

    qtgui: new menu options.
    
    Can set FFT window type for PSD and spectrogram plots and number of points 
to plot in the time plots.

commit 005cfe8ef78177c15fab850ac72365079efdd05c
Author: Tom Rondeau <address@hidden>
Date:   Thu Jul 19 22:33:28 2012 -0400

    filter: make a 'none' type for filter windows.

commit adfd275a634c9df8391d1b912185f1c46531f334
Author: Tom Rondeau <address@hidden>
Date:   Thu Jul 19 22:28:35 2012 -0400

    volk: fixed unaligned deinterleave to use unaligned load/store.

commit bf00bf4484e273beceedf8dffef6620cdb0f9c17
Author: Tom Rondeau <address@hidden>
Date:   Thu Jul 19 20:28:13 2012 -0400

    qtgui: changed qtgui sinks to pimpl structure.

commit 65b7bbac43663a3f10e4a4a123cdb851fac6e3bc
Merge: 4285c5a 267ac52
Author: Tom Rondeau <address@hidden>
Date:   Thu Jul 19 19:29:14 2012 -0400

    Merge branch 'master' into next

commit 267ac52b5b3297816bab8454ec60cd927fcc3182
Author: Tom Rondeau <address@hidden>
Date:   Thu Jul 19 19:27:15 2012 -0400

    filter: fixing cppunit test QA to work properly with testing disabled.

commit 494b13ab6e5b342e03e3e3202dea9c3a85ff46e1
Author: Nick Foster <address@hidden>
Date:   Thu Jul 19 19:15:29 2012 -0400

    core: added message source that takes in tags for controlling bursts.

commit 66f49de1986dd531bee011299d4b1f7c62872d39
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jul 19 07:02:45 2012 -0700

    blocks: added gr::blocks::repeat

commit bbd91d7a08bfc0c229267e5dc848d1f57d629373
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jul 19 06:27:19 2012 -0700

    blocks: added gr::blocks::keep_m_in_n

commit 2cb5f71bb54e6558d9435e4316eb1f0046bc8cfb
Merge: 4e06f35 7c8347c
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jul 19 05:48:12 2012 -0700

    Merge branch 'master' into wip/gr-blocks-master

commit 47b99fb2bcce8531726fdce637c69367f6b7468c
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 17 22:28:09 2012 -0400

    qtgui: wip: moving qtgui over to new pimpl style.
    
    Everything but full sink has been converted.

commit fbdf83e472da67239d4cbdcb47f83ea7df108aa8
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 17 19:35:34 2012 -0400

    qtgui: Updated qtgui to use gr-fft components.
    
    Also updates qa code for style.

commit 93dfc3d4dcd18e43baec4f9166b7501fdf254944
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 17 19:34:33 2012 -0400

    qtgui: fix for constellation to set maker style after style has been 
created.

commit 4285c5af546590909c995d515356e9a2a72bf609
Merge: 79482d0 7c8347c
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jul 17 15:41:32 2012 -0700

    Merge branch 'master' into next

commit 7c8347ca47b51ddaef03ab1804a3d37716870643
Merge: 3d868e1 cf8b2a8
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jul 17 15:37:55 2012 -0700

    Merge remote branch 'jblum/volk_mmx_fix'

commit 3d868e178994f2e147bbee2c26c09fe283ab6992
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jul 17 15:36:43 2012 -0700

    volk: entirely remove commented out ORC clause for volk_16u_byteswap_u

commit 86ed4ebf7869baa3b6d8d0018c22893be65f9f10
Merge: 11ce14e 7462598
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 17 18:25:00 2012 -0400

    Merge branch 'next' into qtsink_menus

commit cf8b2a8ff57ff6d3fd4b78a897854cc9a6f49fe1
Author: Josh Blum <address@hidden>
Date:   Tue Jul 17 10:29:35 2012 -0700

    volk: fix for win64 MSVC not having MMX support
    
    1) For the machine defs that will pass on windows,
    generate a machine with mmx and without using mmx|
    
    2) In the cmakelists, we overrule MMX arch on MSVC 64.
    Also overrule redundant machines for when MMX does pass.
    
    3) Set LV_HAVE_SSE && LV_HAVE_MMX for volk_16i_32fc_dot_prod_32fc_a.
    Afterall, it is calling into MMX intrinsics as well.

commit a61ddc223da190476b38f891ea425f44d8c5f269
Author: Tom Rondeau <address@hidden>
Date:   Mon Jul 16 23:00:18 2012 -0400

    digital: fixed narrowband BER test.

commit d7190928b79f15e036dced7fc9f4a5c8ed39c4d7
Author: Tom Rondeau <address@hidden>
Date:   Mon Jul 16 22:51:06 2012 -0400

    digital: fixed narrowband voice example and OFDM code to use gr-filter.

commit 25166c11ad7e438dd3673edca36b3a23ee8ec0dd
Author: Tom Rondeau <address@hidden>
Date:   Mon Jul 16 22:43:46 2012 -0400

    digital: fixing narrowband (de)mods and examples to work with gr-digital 
and gr-filter components.

commit f51f49c7cd1b5c1bd10c243f479ac8f9ebb3f3d3
Author: Tom Rondeau <address@hidden>
Date:   Mon Jul 16 21:29:59 2012 -0400

    digital: tweak to MPSK QA code.

commit 7a91bcd3492620003b5fc7b55704509798e70741
Author: Tom Rondeau <address@hidden>
Date:   Mon Jul 16 21:29:42 2012 -0400

    digital: fixed GFSK component to use gr-filter component.

commit d5ced1615d024c220039fc5fe5db2c93dfadcc3a
Author: Tom Rondeau <address@hidden>
Date:   Mon Jul 16 21:28:42 2012 -0400

    digital: fixed FLL loop to use gr-filter component.

commit 2faee9d759397d11ea4ecc0b7dbe7246c26e059e
Author: Tom Rondeau <address@hidden>
Date:   Mon Jul 16 21:27:44 2012 -0400

    wxgui: update wxgui components to use gr-filter component.

commit bad5755f39ef34a6b120fee252230c08090e85f4
Author: Tom Rondeau <address@hidden>
Date:   Mon Jul 16 21:25:43 2012 -0400

    digital: fixed demod examples to work with gr-digital and gr-filter 
components.

commit ac8fef002ab04c23e512f7177fa586500ad4db4b
Author: Tom Rondeau <address@hidden>
Date:   Mon Jul 16 20:37:08 2012 -0400

    atsc: updating atsc component to work with gr-filter.

commit 79482d059ab08b3564e6151a66babb0b6f5ac47e
Merge: 7462598 209e98f
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 16 14:42:46 2012 -0700

    Merge branch 'master' into next

commit 209e98f351f873450c1b2cc0f5bb7877f32e83e4
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 16 14:37:27 2012 -0700

    Comment out orc support for volk_16u_byteswap_u

commit 11ce14eecc0ce37826060b9de9e9da439ac32967
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 15 16:02:44 2012 -0400

    qtgui: wip: some fixes to make updating markers/symbols Qwt5/6 compatible.

commit 7462598d180d6084a8f84ca872b36e3900dc8359
Merge: b5e649c 1979696
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 15 14:56:07 2012 -0400

    Merge branch 'master' into next

commit 1979696fc7893a549a62488104d974735e299a21
Author: Martin Braun <address@hidden>
Date:   Sun Jul 15 14:54:01 2012 -0400

    digital: adding BER/SNR simulation example.

commit 85a32174858443d0b3e30c2626f83af9e851d9f1
Author: Martin Braun <address@hidden>
Date:   Sun Jul 15 14:36:49 2012 -0400

    digital: removing unused parameter from DPSK demod GRC block.

commit bf073d84627f728d2241bbcf48075bb3257b58ce
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 15 14:28:04 2012 -0400

    volk: adding unaligned byteswap kernel.

commit 0f34c5f16acdc8b6febc5e57335ef66ec771eb9f
Merge: 6d1b7b7 b5e649c
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 9 20:31:46 2012 -0700

    Merge branch 'next' into wip/filter-rm-next

commit b5e649cc9c781986ebca70c0117abf3f9ebdb11c
Merge: 8513c8d e1cfa5e
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 8 18:28:31 2012 -0400

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

commit e1cfa5eeeaebce6720dd98001c83b84218ae4d80
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 8 18:08:17 2012 -0400

    filter: warning fixes.

commit 504a14dc0f24e165d0704ca2c0321598ae86f02e
Author: Hendrik van Wyk <address@hidden>
Date:   Sun Jul 8 17:31:19 2012 -0400

    digital: fix for FLL block; uses actual FIR filter.
    
    This should work much more efficiently and also appears to fix issue 463.

commit c4805e3a02b7547823c81664dae497c145c8c66a
Author: Martin Braun <address@hidden>
Date:   Sun Jul 8 17:08:24 2012 -0400

    digital: fixes the digital demod GRC examples after last updates to 
gr-digital.

commit 6c687bb86b6808822c6bb56e32645f0b2648a402
Author: Martin Braun <address@hidden>
Date:   Sun Jul 8 17:04:35 2012 -0400

    digital: fixes DxPSK mod/demod to use right API.

commit b34c497a27448cdadeecbf24bc95e8af5e4208c1
Author: Martin Braun <address@hidden>
Date:   Sun Jul 8 17:02:57 2012 -0400

    digital: patching ber_simulation.grc to use EbN0 instead of noise amplitude.

commit 71127c2d4082119ea086f9f881b349922ed8cf24
Author: Wayne Roberts <address@hidden>
Date:   Sun Jul 8 16:57:01 2012 -0400

    digital: adding a GFSK mod/demodulator.
    
    Includes GRC files and an example in gr-digital/examples/demod

commit 8a82bd5dc56a914dd65b88e63b056711fe28cec0
Merge: 3a142be 61dd974
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 8 16:35:02 2012 -0400

    Merge remote-tracking branch 'jblum/fix_volk_32f_x2_dot_prod_32f'

commit 6d1b7b7a8884675299b215fb5f93367f47fe1ccc
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 8 12:48:38 2012 -0400

    digital: improving QA tests to test more samples with better data.

commit 664c4cc11da6e4f0b0e2de536fc571f076fe075a
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 8 10:16:46 2012 -0400

    vocoder: make vocoder depend on gr-filter (and by proxy gr-fft).

commit 52eb89c5c87ebccd8a7c3a5294880d367a21691a
Merge: 43d42c5 8513c8d
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jul 7 15:35:36 2012 -0700

    Merge branch 'next' into wip/filter-rm-next

commit 8513c8d741f8702462bab1ac5a5ba565793dee54
Merge: 107b131 3a142be
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jul 7 15:18:51 2012 -0700

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

commit 3a142bebafdc018bccc80cf124a375b53db03581
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jul 7 08:34:38 2012 -0700

    Revert "Merge remote branch 'jblum-github/python_blocks2' into master"
    
    This reverts commit f8581fb475267e1a97eaab962e423559fb4bfce2, reversing
    changes made to 73800434abfb8c6efcf069222b5f0fea9c86870b.

commit 43d42c5d6df6750149d8a52ff4095214d351ccc3
Author: Tom Rondeau <address@hidden>
Date:   Sat Jul 7 10:50:52 2012 -0400

    digital: fixing up some examples to use new namespaces.

commit 4e06f35f611aff2e1d4983327da54cf63e5b9ada
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jul 7 07:06:51 2012 -0700

    blocks: added gr::blocks::keep_one_in_n

commit 6bd21600366e45aba04957a283953c6b812d433e
Author: Tom Rondeau <address@hidden>
Date:   Sat Jul 7 09:15:14 2012 -0400

    filter: updated adaptive filter blocks to use adaptive FIR kernels.
    
    These are basically dummy blocks, more as a way to show how to create them.

commit 29e2cb7c8b0feed0d792085491d562a6ce12d639
Author: Tom Rondeau <address@hidden>
Date:   Sat Jul 7 09:01:40 2012 -0400

    filter: adjusting adaptive fir; set and get taps should come from parent 
fir filter.

commit 91f0a41faf57c0e0796fda177f44bee55919e996
Author: Tom Rondeau <address@hidden>
Date:   Sat Jul 7 09:01:06 2012 -0400

    filter: fixing a typo.

commit 5a69e6ec6782848baf924c8bf3ef9f2ceba939ae
Author: Tom Rondeau <address@hidden>
Date:   Sat Jul 7 08:59:41 2012 -0400

    core: update to build.

commit 3460598bb8310a1367468ce4394dc9b73f6e9c45
Author: Tom Rondeau <address@hidden>
Date:   Sat Jul 7 08:59:04 2012 -0400

    digital: need to look for this import in two places for either installed 
apps or QA code.

commit d68086930cc858d936d847507f6e91d3a9159af3
Author: Tom Rondeau <address@hidden>
Date:   Sat Jul 7 08:58:08 2012 -0400

    digital: fixing up equalizers to work with new inheritance structure.

commit 01b34d220b5077fef0257d455e13a00daf09545d
Author: Tom Rondeau <address@hidden>
Date:   Fri Jul 6 19:00:26 2012 -0400

    filter: bug fixes to use components in gr.filter and others fixes.
    
    QA working for all but CMA and LMS equalizers.

commit f19e03a0be243d19f01468f31342455ddd079e6c
Author: Tom Rondeau <address@hidden>
Date:   Fri Jul 6 18:59:18 2012 -0400

    digital: fixing build system to allow use of Volk and to use gr.filter

commit 132121f310f3576ece5ee4b66e80653e9e81f41e
Author: Tom Rondeau <address@hidden>
Date:   Fri Jul 6 18:25:14 2012 -0400

    digital: updated mpsk_receiver and pfb_clock_sync_{fff,ccf} to use 
gr-filter.

commit ee59ee2864254fc6a6788083fcaae46bea2fa877
Author: Tom Rondeau <address@hidden>
Date:   Fri Jul 6 18:10:20 2012 -0400

    digital: updated CPM and GMSK modulators to use blocks out of gr-filter.

commit 491e6b0b94e4973ee9b763f85fabda578fbe7f92
Author: Tom Rondeau <address@hidden>
Date:   Fri Jul 6 18:09:08 2012 -0400

    digital: updated equalizers to use new gr::filter::kernel::adaptive_fir_ccc.

commit 5f103b0a99d5f31e0dc55693242b887b8186eac3
Author: Tom Rondeau <address@hidden>
Date:   Fri Jul 6 18:08:19 2012 -0400

    filter: added kernel for adaptive fir filter.
    
    Note: still need to update the blocks to use this new kernel.

commit ce1fae5a817bc9dca0fbc4de5b9e25dedfed4f1e
Author: Tom Rondeau <address@hidden>
Date:   Fri Jul 6 18:05:20 2012 -0400

    digital: Updated build system to look for gr-filter stuff.

commit 27694edd168bc1260ff04950e837a6580afc49ab
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jul 6 08:17:40 2012 -0700

    blocks: added gr::blocks::interleave

commit f3c3ce7880ab1ccd845925d85bd2699048ac220d
Merge: b85363c af0be8a
Author: Tom Rondeau <address@hidden>
Date:   Thu Jul 5 22:03:30 2012 -0400

    Merge branch 'wip/filter-rm-next' of 
vortex.corganenterprises.com:gnuradio-trondeau into wip/filter-rm-next

commit 6926bfd62e0067b6c797d3a1dc4e9f8d3ba7f9ae
Author: Tom Rondeau <address@hidden>
Date:   Thu Jul 5 22:02:07 2012 -0400

    qtgui: wip: adding form around static plot tools to adjust start and end 
num samples.

commit 9aabbe0601919c9fecd46e4e418e5c94183fca45
Author: Tom Rondeau <address@hidden>
Date:   Thu Jul 5 22:01:45 2012 -0400

    core: adding ability to change and reset skiphead parameters.

commit efa0fc2b4071949939db75454f2464174f701445
Author: Tom Rondeau <address@hidden>
Date:   Thu Jul 5 22:01:16 2012 -0400

    qtgui: bug fixes to time plots.

commit d195cf6b8770434086cd8bd8b12c844bac4a5193
Author: Tom Rondeau <address@hidden>
Date:   Thu Jul 5 22:00:49 2012 -0400

    qtgui: added setting/resetting of FFT size for waterfall plots.

commit 29ac0eef69555444f74b3809d4e955891a01bd00
Author: Tom Rondeau <address@hidden>
Date:   Thu Jul 5 21:59:11 2012 -0400

    qtgui: added setting/resetting of FFT size and averaging.

commit 44647064669928517b233ca26bd97cd87847a235
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jul 5 09:25:29 2012 -0700

    blocks: added gr::blocks::deinterleave

commit 9b04478e07a418fd1a4d0a3408c10826f5c7f0bb
Author: Tom Rondeau <address@hidden>
Date:   Wed Jul 4 20:57:11 2012 -0400

    qtgui: added freq sink specific menu item to adjust the fft size.

commit f77280354e7bf7919e6ea0c530a1ea99749f8901
Author: Tom Rondeau <address@hidden>
Date:   Wed Jul 4 20:56:54 2012 -0400

    qtgui: added spectrogram static plot and updated others.

commit dde878ff02cd1a9246b348b19d1b9b7aabcbee27
Author: Tom Rondeau <address@hidden>
Date:   Wed Jul 4 20:56:16 2012 -0400

    qtgui: added block tree file for qtgui to better organize blocks.

commit cf8fbed51d45c28f7079e8796819f5cd4f889979
Author: Tom Rondeau <address@hidden>
Date:   Wed Jul 4 20:55:47 2012 -0400

    qtgui: adding stand-alone waterfall form/plots.

commit 61dd97409abde2412595fa762c0c4161863604f4
Author: Josh Blum <address@hidden>
Date:   Wed Jul 4 11:17:48 2012 -0700

    volk: use loadu for unaligned volk_32f_x2_dot_prod_32f_u_sse*

commit 7c0f5550d06e9c5e2ab413e3e2b95a843a435135
Author: Josh Blum <address@hidden>
Date:   Wed Jul 4 11:16:02 2012 -0700

    volk: fix volk_32f_x2_dot_prod_32f_u_sse tail case

commit a76cd7d47576054d7fac37710a8f79b908d18b00
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jul 4 07:22:49 2012 -0700

    blocks: added gr::blocks::xor_XX (bb ss ii)

commit 4c85f46aee089432b090b988dedbc42091084ba3
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jul 4 07:11:51 2012 -0700

    blocks: added gr::blocks::or_XX (bb ss ii)

commit af0be8a9fb67820e5808cd01d102afeae24a5729
Merge: 37cb2a3 107b131
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jul 3 18:12:22 2012 -0700

    Merge branch 'next' into wip/filter-rm-next
    
    Conflicts:
        gnuradio-core/src/lib/swig/CMakeLists.txt

commit 312de88604d052142f91ae4eb292ccd25fac7963
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jul 3 18:02:10 2012 -0700

    blocks: apply swig fix

commit b271b9d2ef0290b866f0afb22ba53c394c422418
Merge: 84f9822 dbc7a4c
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jul 3 17:58:46 2012 -0700

    Merge branch 'master' into wip/gr-blocks-master

commit 107b131a1497451efa02b9274c22f3369ff10be0
Merge: 342a400 dbc7a4c
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jul 3 17:43:22 2012 -0700

    Merge branch 'master' into next

commit dbc7a4c08ac27844e413a39a326bf1b50b09dd00
Merge: 791eb5d f2021f4
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jul 3 17:37:18 2012 -0700

    Merge branch 'maint'

commit bf665eeb45e6816202e146eeff059a1ac81b73e2
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 3 20:35:28 2012 -0400

    qtgui: using volk to handle conversion/decomposing float/complex to double 
buffers.
    
    Adding an unaligned 32fc_deinterleave_64f_x2 volk kernel to support this.

commit f2021f48926741abb62f9a54744191c81e5c950d
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jul 3 17:31:07 2012 -0700

    volk: don't initialize phase in rotator

commit 791eb5decfd028372a7f24b4056dac95a5fba5e5
Merge: eb2505b 86dd49f
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jul 3 17:14:56 2012 -0700

    Merge branch 'maint'
    
    Conflicts:
        gruel/src/swig/CMakeLists.txt

commit eb2505b637075e75cafa700350d5b9297e1b7ef3
Author: Josh Blum <address@hidden>
Date:   Tue Jul 3 12:55:06 2012 -0700

    cmake: minor tweaks to GrSwig.cmake
    
    Added a custom print for docstring generation
    
    Removed unused output line from custom command

commit a5cbf3b508bcdbfdc955a92dc752218359c5c88a
Author: Josh Blum <address@hidden>
Date:   Tue Jul 3 12:04:00 2012 -0700

    core: moved VMCIRCBUF related code to runtime
    
    This build stuff should not be at the top level.

commit 86dd49f2b301fdd7e817632eeb2dcaf25c86af4c
Author: Josh Blum <address@hidden>
Date:   Tue Jul 3 16:59:44 2012 -0700

    Force swig compile ordering in gnuradio-core

commit 1b6152005ca48614942bb8260d340c3dba039c11
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 3 19:55:34 2012 -0400

    fft: adding a malloc for doubles.
    
    In core for master, also exporting symbols for use externally.

commit d25aca5436ca7d08a7cfd5f9758710e1854bf087
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 3 19:31:03 2012 -0400

    qtgui: adding PSD and constellation static plot tools.

commit d97fb837b0a478d912dccdc0f4891faf1d541a5c
Author: Tom Rondeau <address@hidden>
Date:   Tue Jul 3 19:27:09 2012 -0400

    qtgui: adding a stand-alone constellation plot form with menus.

commit 5f13956bfac00dadf350d97ccc8ddd555dc9b10e
Author: Josh Blum <address@hidden>
Date:   Tue Jul 3 13:52:11 2012 -0700

    docs: remove redundant retries from swig_doc.py
    
    With proper build dependencies, it should not be needed.

commit 24edd7162378d8e56945562579845eeaed03ee1e
Author: Josh Blum <address@hidden>
Date:   Tue Jul 3 13:27:11 2012 -0700

    swig: use add_custom_target for swig docs dependency
    
    This seems to fix the build dependency issue where generation gets called 
multiple times and steps on itself.

commit 06c325cb925555d1864d67db20490eb67402868d
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jul 3 14:22:41 2012 -0700

    swig: added GR_SWIG_TARGET_DEPS core_swig to other swig builds
    
    I have not encountered an issue, however this is the correct thing to do.
    Now individual components swig builds depend on the gr core swig target.
    
    Conflicts:
    
        gr-filter/swig/CMakeLists.txt

commit 76258270f53da9a7b6bdeed0b38dde735956012e
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jul 3 14:21:05 2012 -0700

    swig: added additional swig dependencies gruel/core
    
    pmt swig gen depends upon the generated header
    
    core depends upon pmt swig custom target
    
    Conflicts:
    
        gruel/src/swig/CMakeLists.txt

commit 744ffd50ac5a73ce3619ae11ef9cf04c0886d74a
Author: Josh Blum <address@hidden>
Date:   Tue Jul 3 12:01:16 2012 -0700

    core: added general_generated to swig deps
    
    We generate the docs so its important that the docs see this header 
generated first.

commit 84f9822b4a8fe4290e971c09b2bd99f1bf59517b
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jul 3 09:49:20 2012 -0700

    blocks: added gr::blocks::not_XX (bb ss ii)

commit 025f323d9857715a31a1117693c5debd19393a46
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 2 09:13:13 2012 -0700

    blocks: added gr::blocks::and_const_XX (bb ss ii)

commit cc085e128901a9f3e8bfcc45d1834a62d747726c
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jul 2 08:36:46 2012 -0700

    blocks: added gr::blocks::add_XX (bb ss ii)

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 70d89e2051264876055fe9f73cbcb2823806b3ee
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jul 1 09:15:14 2012 -0700

    blocks: added gr::blocks::nlog10_ff

commit 37cb2a313d6d888c3aba222f19cf0e5cda0768e7
Merge: 8c5a09b e9c3322
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jul 1 08:21:35 2012 -0700

    Merge branch 'next' into wip/filter-rm-next

commit 8c5a09be11f8fd26db6f3974d5911b2bb3e82717
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jul 1 08:08:19 2012 -0700

    fcd: update to use new gr-filter blocks

commit ee1a53b4a971e4b9623f504628231a273157f462
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 30 08:26:58 2012 -0700

    blocks: aded gr::blocks::multiply_conjugate_cc

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 25b0d584f5189c39817af98d403c461a59dd3419
Merge: bfcc9dc 0905a49
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jun 29 11:01:04 2012 -0700

    Merge branch 'master' into wip/gr-blocks-master

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 bfcc9dc634cc8d7da77b109a7ad9cd90714fd768
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jun 29 08:30:23 2012 -0700

    blocks: added gr::blocks::integrate_XX with ss ii ff cc

commit f2e815329402f170231c054e108b531094d046be
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jun 29 08:10:15 2012 -0700

    blocks: added gr::blocks::conjugate_cc

commit 86c2c18e107e7e9909a2dee88586b96463fd798c
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 29 10:26:08 2012 -0400

    qtgui: added qtgui_freq sink for reals and GRC files for freq sinks.

commit 68e4c1b8b58126ea8676540b2c7b0bdf2e36fd9e
Author: Tom Rondeau <address@hidden>
Date:   Fri Jun 29 08:05:16 2012 -0400

    qtgui: made display form and display plot base classes to handle duplicated 
functions.
    
    Forms and plots for each type of graph inherit from here now to make things 
cleaner.

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 a3b74a25fcba67f61bf3cabb25286201f1263b0a
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jun 28 09:46:38 2012 -0700

    blocks: added gr::blocks::uchar_to_float

commit 9482c8986d0a7bd4772a78972880a9e574531052
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jun 28 09:27:59 2012 -0700

    blocks: added gr::blocks::short_to_float

commit c128e5aee66838c849ffc2ac45217ff1efab42e8
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jun 28 09:02:58 2012 -0700

    blocks: added gr::blocks::short_to_char

commit bc77a2f13c4517459f4759bd2d95c7744282264a
Author: Tom Rondeau <address@hidden>
Date:   Thu Jun 28 00:54:13 2012 -0400

    qtgui: adding ability to start/stop running time plots.

commit be1219b0623bbceb5bca6a6f6774f0669f52bdde
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jun 27 06:50:22 2012 -0700

    blocks: added gr::blocks::interleaved_short_to_complex

commit be0c66690661eb5147b77892caecf89ed5444b90
Author: Tom Rondeau <address@hidden>
Date:   Wed Jun 27 00:14:41 2012 -0400

    qtgui: added ability to set line style and add markers.

commit 3de0c77ed91e417c0b54972a78ffbad62f4bbb87
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jun 26 19:43:01 2012 -0700

    blocks: added gr::blocks::float_to_int

commit 0b7655a76e5c73b8f5a8310909cf038f12cbb869
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jun 26 07:06:53 2012 -0700

    blocks: added gr::blocks::float_to_uchar

commit 86f15ba3488cde9eededa2af5af8dcadc01e9e47
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jun 26 06:47:26 2012 -0700

    blocks: added gr::blocks::float_to_short

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 d5bfde97b3412b1ffaa87846fb69f210bb7d351a
Author: Tom Rondeau <address@hidden>
Date:   Mon Jun 25 21:11:12 2012 -0400

    qtgui: stand-alone FFT plot can handle multiple signals.

commit ec215b56ae714b8d9342e7b9ded599b07c9da619
Author: Tom Rondeau <address@hidden>
Date:   Mon Jun 25 20:10:27 2012 -0400

    qtgui: adding a stand-alone frequency domain plot form.

commit 94c940aa53e5908dd51a37e0a2bc930cd3173e65
Author: Tom Rondeau <address@hidden>
Date:   Mon Jun 25 18:17:38 2012 -0400

    qtgui: added ability to set width and label of curves in time plots.
    
    Also moved all menu classes to a form_menus.h to make them more easily 
accessible by other forms.

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 1f57cf3fee8ded4d58e77bef8ffd8d8ce4aca53c
Merge: fd3abfe 8810102
Author: Ben Reynwar <address@hidden>
Date:   Mon Jun 25 08:09:05 2012 -0700

    Merge branch 'next' of http://gnuradio.org/git/gnuradio into next

commit 31c61c16e2073f0c3f54a8d0523d8c4f10ca5dd2
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jun 25 06:25:04 2012 -0700

    blocks: added gr::blocks::float_to_int

commit 53ef7dc95ba23d2e1e086c3004c02bc75542a849
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 24 18:17:35 2012 -0400

    qtgui: adding ability to set line width's from time display form.

commit e587c32fe4994f81d5a69a90ee450e914f16660f
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 24 18:03:52 2012 -0400

    qtgui: creating an app to read from and display a file of complex floats.
    
    This only displays the signal in time. Can specify multiple files to read 
from.

commit 1d41b8f1341452908e5bc61a6a41a6baa1f353d6
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 24 18:02:21 2012 -0400

    qtgui: Adding menu feature to timedisplayform.
    
    Right now, right clicking outside of plot window brings up a menu to turn 
grid on/off and to set the line color for all curves in the figure.

commit d97764ce6040aff8023b43323b4bc048a907a1fd
Merge: b142f64 bf8700a
Author: Tom Rondeau <address@hidden>
Date:   Sun Jun 24 16:06:38 2012 -0400

    Merge branch 'master' into my_qtsink
    
    Conflicts:
        gr-qtgui/include/qtgui_sink_c.h
        gr-qtgui/include/qtgui_sink_f.h
        gr-qtgui/include/qtgui_util.h
        gr-qtgui/lib/ConstellationDisplayPlot.cc
        gr-qtgui/lib/FrequencyDisplayPlot.cc
        gr-qtgui/lib/SpectrumGUIClass.cc
        gr-qtgui/lib/TimeDomainDisplayPlot.cc
        gr-qtgui/lib/WaterfallDisplayPlot.cc
        gr-qtgui/lib/qtgui_sink_c.cc
        gr-qtgui/lib/qtgui_sink_f.cc
        gr-qtgui/lib/spectrumdisplayform.cc

commit 8c23d9f9ebfe04b60d59efc636c6d5b02baacc99
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jun 24 11:42:20 2012 -0700

    blocks: added gr::blocks::float_to_complex

commit b48716fe0b666cf2be605c0c7d79111c6caf96c5
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jun 24 11:20:03 2012 -0700

    blocks: added gr::blocks::float_to_char

commit b85363c45d3ee282c80d11cdfd4179db34f001f1
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jun 24 08:46:11 2012 -0700

    core: wip, squash, fixed digital_clock_recovery_xx to use gr-filter

commit e440594df6d947800f4a70b74b0af8e77bb649b5
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jun 24 08:44:49 2012 -0700

    core: fix missing update from dc172e5d

commit 16a097cc75bf62c85ae15c75a1e44dbe219b1a1c
Merge: dc172e5 8810102
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 23 20:07:13 2012 -0700

    Merge branch 'next' into wip/filter-rm-next

commit dc172e5dc3f42143a5de6c43bf4f9118c273986b
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 23 19:41:40 2012 -0700

    core: wip, first pass to remove filter/hier blocks after migration to 
gr-filter
    
    * This commit removes all the blocks from src/lib/filter and src/lib/hier,
    but leaves a couple stray files in src/lib/filter that won't be removed
    until gr-analog is done
    
    * The relevant QA code has been removed and the gnuradio-core directory
    passes QA
    
    * The effect on Python files in src/python/* has not been fully accounted
    for
    
    * Several top-level components outside gnuradio-core use header files,
    blocks, or utility functions that have moved to gr-digital.  These have
    not been updated yet.
    
    * Similarly, impact on python example files in other components as not
    yet been accounted for.

commit 80aa560bbb59cad4d4d351a1e9c8c1fb56897397
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 23 09:57:06 2012 -0700

    blocks: added gr::blocks::complex_to_arg

commit 737b3dc0c41a867ea38c1475a3877bc0fb6f3ee2
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 23 09:25:42 2012 -0700

    blocks: added gr::blocks::complex_to_mag_squared

commit 48ba99044710dc69c0ebdd3fbe97798622713a9f
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 23 09:06:19 2012 -0700

    blocks: added gr::blocks::complex_to_mag

commit ed0dffa3c1a84a4b8f3201969896f61af39b86a3
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 23 08:44:47 2012 -0700

    blocks: added gr::blocks::complex_to_imag

commit 11a702b94a43cac127c146654f5fc10415f2bb6e
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 23 08:32:59 2012 -0700

    blocks: added gr::blocks::complex_to_real

commit 6eb1447df04883af78ed78eb8449378e67d67bf6
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 23 08:12:30 2012 -0700

    blocks: added gr::blocks::complex_to_float

commit c16e6eba638ebe3bdf5ee4770ce409481c8e1c7a
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 23 07:46:42 2012 -0700

    blocks: added gr::blocks::complex_to_interleaved_short

commit c485d5210ffd026f2ee0b1517c42d7017cb937e9
Merge: 75f1177 bf8700a
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 23 07:11:41 2012 -0700

    Merge branch 'master' into wip/gr-blocks-master

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 75f11771a9ee4b2854297fdb2c9db5761bde1c45
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jun 22 16:58:50 2012 -0700

    blocks: added gr::blocks:char_to_short

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 6e0626fd93b99eab2234fba79fc0174261ea67f4
Merge: 2036030 82f6a4e
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jun 22 15:08:04 2012 -0700

    Merge branch 'master' into wip/gr-blocks-master

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 2036030273d1c4842670ca3b2bd96e72aa408c9e
Merge: 439b427 446494e
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jun 20 07:58:00 2012 -0700

    Merge branch 'master' into wip/gr-blocks-master

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 439b427e80ebc767db6e4e732213d89c2a6febd4
Author: Johnathan Corgan <address@hidden>
Date:   Tue Jun 19 10:00:28 2012 -0700

    blocks: added gr::blocks::char_to_float

commit 24962cd24c623c6822733fed4c911a4adabbdd57
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jun 18 12:28:48 2012 -0700

    blocks: added div_XX and sub_XX blocks

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 59f49f4663d5795adc7d7cc573d24c0747afad0f
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 16 12:07:58 2012 -0700

    blocks: completed transition of add and multiply blocks
    
    * gr::blocks::add_*
    * gr::blocks::add_const_*
    * gr::blocks::add_const_v*
    * gr::blocks::multiply_*
    * gr::blocks::multiply_const_*
    * gr::blocks::multiply_const_v*
    
    Each of these has ss, ii, ff, and cc versions, for a total of
    24 blocks.

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 6a2d514fab10f692d49f724d1d09afce1c603fa0
Author: Johnathan Corgan <address@hidden>
Date:   Thu Jun 14 10:09:14 2012 -0700

    blocks: added multiply_xx, some cleanup on add_xx

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 926f7cba99c4fa3906853e11ff4e91eea93a5a53
Merge: 6260c42 92ce6ff
Author: Johnathan Corgan <address@hidden>
Date:   Mon Jun 11 09:47:47 2012 -0700

    Merge commit 'v3.6.1' into wip/gr-blocks-master

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 6260c4263231718c81770916c2574f8d395d10d6
Author: Johnathan Corgan <address@hidden>
Date:   Sun Jun 10 11:25:02 2012 -0700

    blocks: copy alignment fix from maint

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 1dcce62a400a5d6674482dea2e917631923764fa
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jun 8 15:01:33 2012 -0700

    blocks: fix XML file in previous commit

commit 9752fabd851d05c77b0526e7a28c9c7099e54fc6
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jun 8 14:48:46 2012 -0700

    blocks: added blocks_add_const_xx

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 630cd06cb33d628fa6426866f006580aad30f84b
Author: Johnathan Corgan <address@hidden>
Date:   Sat May 5 13:21:38 2012 -0700

    blocks: adds new top-level component gr-blocks with first block
        gr::blocks::add_XX

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 9c5cd068c1414f1112ab41708833c0fbc267c4d0
Author: Tom Rondeau <address@hidden>
Date:   Mon Jun 4 20:23:01 2012 -0400

    docs: added section explaining the basics of reconfiguring a flowgraph.

commit 5dafe3c0ea2f66e078781f35e8fd30c90abb673b
Author: Tom Rondeau <address@hidden>
Date:   Mon Jun 4 19:56:36 2012 -0400

    core: exported max_noutput_item methods from gr_block to Python.

commit b629a998bdf0ff88af6f113bd605059ebd61efc8
Author: Tom Rondeau <address@hidden>
Date:   Mon Jun 4 18:24:52 2012 -0400

    docs: added a description of a basic flowgraph to the manual's main page.
    
    Also a brief discussion of throughput/latency and how to use the 
max_noutput_items methods to control them.

commit ea4ea222dd41f45b370b0bb322b1f63f76a77a34
Author: Tom Rondeau <address@hidden>
Date:   Mon Jun 4 18:22:48 2012 -0400

    runtime: added ability for blocks to have their own max_noutput_items.
    
    Setting a max_noutput_items for an individual block will override the 
global max that can be passed to the start/run method of the top_block.
    
    Also adds QA code for testing that these features run and complete a 
flowgraph.

commit c27d9d3bac3a870fee9ec8c4289ae65ab4f2decc
Merge: a363894 5581c19
Author: Ben Reynwar <address@hidden>
Date:   Tue May 22 10:23:36 2012 -0700

    Merge branch 'sphinxdocs' into comments

commit 5581c1913b9a77fcde11b4e25a07a06d076487a4
Author: Ben Reynwar <address@hidden>
Date:   Tue May 22 10:22:45 2012 -0700

    wavelet: Move squash_ff comments so that doxyxml captures them.

commit fd3abfe06ef4f574122d2d2a08b716db8c2b776d
Merge: b4558db f684f3c
Author: Ben Reynwar <address@hidden>
Date:   Mon May 21 13:22:41 2012 -0700

    Merge branch 'sphinxdocs' into next

commit a3638941859c8ac2f61dfc81ff1837997d5540eb
Author: Ben Reynwar <address@hidden>
Date:   Mon May 21 11:40:15 2012 -0700

    docs: Adding/editing top-level docstrings.

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 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 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 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 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 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 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 f775720a830b100e1ed0286b2f879d13be70ca75
Author: Ben Reynwar <address@hidden>
Date:   Mon Apr 30 09:17:40 2012 -0700

    Fully gray-coding QAM constellations.

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

    python-blocks: replace assertItemsEqual with assertEqual

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 b142f64573b8b7b15a94fc9c64e2f26264a5b144
Author: Nick Foster <address@hidden>
Date:   Thu Apr 19 18:27:37 2012 -0700

    qtgui: forgot one line...

commit 0ac6f1244669e7a10280395ef862d46fb5e8089c
Author: Nick Foster <address@hidden>
Date:   Thu Apr 19 18:23:13 2012 -0700

    qtgui: use volk to do 32fc -> (double, double) deinterleave + conversion

commit db89e68b8e5b40e478cfacf73f0f177066c6bfa7
Author: Nick Foster <address@hidden>
Date:   Thu Apr 19 18:11:01 2012 -0700

    qtgui: move fftshift into its own fn

commit 01ac510c107684e952ef7b04dd68fbe9db6f8e41
Author: Nick Foster <address@hidden>
Date:   Thu Apr 19 12:17:20 2012 -0700

    qtgui: replace wheels with sliders. much easier to use, wheels look like 
butt.

commit 10c0ccaee305510fe27cb58e8f6182d618a5c078
Author: Nick Foster <address@hidden>
Date:   Thu Apr 19 11:42:06 2012 -0700

    qtgui: waterfall sink uses relative time rather than absolute timestamps.

commit f967ac194d1644a340d7cd0a58777b35bf6c5962
Author: Nick Foster <address@hidden>
Date:   Wed Apr 18 19:14:26 2012 -0700

    qtgui: fixed dblclick emits, need to set state machine in Qwt 6. if we 
didn't maintain compat we could get rid of the whole class.

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

    this is squashed python blocks support

commit a9040afbde50e5f342b8d82e9281823dc2564c95
Author: Nick Foster <address@hidden>
Date:   Tue Apr 17 09:20:10 2012 -0700

    qtgui: fix zoomer tracker text callbacks for Qwt 6.

commit a916007324fe7ea6735f360dc554ca728d1ce7d0
Author: Nick Foster <address@hidden>
Date:   Mon Apr 16 23:01:44 2012 -0700

    qtgui: removed redundant data types between freq/waterfall sinks.

commit 94f21dbe65891a90f40e64f943ffe74129ff841b
Author: Nick Foster <address@hidden>
Date:   Mon Apr 16 14:04:10 2012 -0700

    qtgui: GRC template sets tb = None on exit for widget cleanup; waterfall 
plot no longer deletes Widget objects (causes double free).

commit 62096dbdda9dd3e8029cde0a6d5abd3ead5c9c4d
Author: Nick Foster <address@hidden>
Date:   Mon Apr 16 09:14:53 2012 -0700

    qtgui: volkify the _f sink. didn't volkify the windowing as there is no 
32f_x2_multiply_32fc block.

commit 1ac18a41b0afe0689f6d61ab189127072c169f28
Author: Nick Foster <address@hidden>
Date:   Sat Apr 14 19:32:48 2012 -0700

    qtgui: added to GRC template window geometry save/restore. saves to QT 
prefs based on the block ID.
    also reduced widget minimum sizes for better behavior on laptops/small 
screens.
    there is a bug where the freq sink will sometimes not resize on init -- 
suspect there's a race there.

commit 8e083f7a66667178d8d35e75e93ef51e8786ceb0
Author: Nick Foster <address@hidden>
Date:   Sat Apr 14 12:28:18 2012 -0700

    qtgui: make constants for update event types to keep them from being 
hardcoded in multiple locations.
    there's probably a better way to have Qt dynamically assign them.

commit dbeddcf0acc94db58305be73ebe86b48e59b0bc4
Author: Nick Foster <address@hidden>
Date:   Sat Apr 14 09:43:49 2012 -0700

    qtgui: minor rearranging of spectrumdisplayform

commit a8723bf3200901b62f4ffe47c2c06d77ab027d23
Author: Nick Foster <address@hidden>
Date:   Fri Apr 13 15:28:03 2012 -0700

    Move the FFT calculation out of the QtGUI part and into the sink. Volkified 
the _c sink FFT.

commit b7a234f2ab36d91691b3739e7f2bac32b97645fc
Author: Nick Foster <address@hidden>
Date:   Fri Apr 13 12:55:57 2012 -0700

    qtgui: add onclick callbacks to GRC XML, specify a variable and it'll 
update it with the freq when the user doubleclicks on the FFT or waterfall.
    also added update rate to GRC XML, changed FFT range function name to 
something saner.

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


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



reply via email to

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