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/gr-fec-master,


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/jcorgan branch, wip/gr-fec-master, created. 3.6.1git-439-gbcd75c8
Date: Sun, 11 Nov 2012 21:13:57 +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/gr-fec-master has been created
        at  bcd75c8a2b41fca8338349aa1f5468690088cb6e (commit)

- Log -----------------------------------------------------------------
commit bcd75c8a2b41fca8338349aa1f5468690088cb6e
Author: Johnathan Corgan <address@hidden>
Date:   Sun Nov 11 12:51:54 2012 -0800

    fec: add new top-level component for FEC blocks
    
    Duplicates FEC related blocks in gnuradio-core, which
    will be removed in 3.7.

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 1db78387c584638db2613655d4ddcb03d03f4318
Author: Tom Rondeau <address@hidden>
Date:   Mon Nov 5 22:44:21 2012 -0500

    analog: adding probe_avg_mag_sqrd GRC block.

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 a6d285d9140d41645c05547a3b6431fa0c93da8d
Author: Nicholas Corgan <address@hidden>
Date:   Fri Nov 2 14:19:03 2012 -0700

    analog: not all classes export symbols

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

    Merge branch 'rtld_ticket181_undo'

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 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 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 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 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 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 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 d89012d1f6d50d41eb79ad5186161e4ae7b7cf08
Author: Nicholas Corgan <address@hidden>
Date:   Wed Oct 3 18:53:21 2012 -0700

    blocks: fixed MSVC compatibility issue

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

    Merge branch 'maint'

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 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 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 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 33d9cf8800d3b4c0bbbff09b7588c21ed35e3220
Author: Ben Reynwar <address@hidden>
Date:   Sun Sep 30 17:23:19 2012 -0700

    digital: Fixed scaling bug in QAM constellations.

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 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 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 21b39825df56f0353f6f9e60f06c1ded38f9df81
Author: Tom Rondeau <address@hidden>
Date:   Sun Sep 23 17:40:43 2012 -0400

    analog: adding gr-analog component with.

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 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 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 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 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 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 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 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 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 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 94eef790aca68f8508df26d6b42fe6a19a2b0d0e
Author: Tom Rondeau <address@hidden>
Date:   Sun Jul 29 14:46:27 2012 -0400

    fcd: fixed copy-paste error.

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

    grc: adding missed message_burst_source GRC file.

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

    blocks: added gr::blocks::keep_one_in_n

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

    blocks: added gr::blocks::interleave

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

    blocks: added gr::blocks::deinterleave

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

    Merge branch 'maint'

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 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 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 ee1a53b4a971e4b9623f504628231a273157f462
Author: Johnathan Corgan <address@hidden>
Date:   Sat Jun 30 08:26:58 2012 -0700

    blocks: aded gr::blocks::multiply_conjugate_cc

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 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 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 be1219b0623bbceb5bca6a6f6774f0669f52bdde
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jun 27 06:50:22 2012 -0700

    blocks: added gr::blocks::interleaved_short_to_complex

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 feaa399ba51e8959e92cf9b73375db1c6b638b3f
Author: Josh Blum <address@hidden>
Date:   Mon Jun 25 10:50:43 2012 -0700

    volk: replace (__m128) with volk cast for portability

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

    blocks: added gr::blocks::float_to_int

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 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 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 82f6a4ee66ce37b67a62af8924b1727e77c68816
Author: Nicholas Corgan <address@hidden>
Date:   Thu Jun 21 20:44:59 2012 -0700

    gruel: removed inet.h from install headers

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

    fixed copyright dates.

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 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 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 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 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 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 2c80be2c6e3aadcc96046c2e99891c54f61b027c
Author: Tom Rondeau <address@hidden>
Date:   Thu May 3 13:33:54 2012 -0400

    filter: improved documentation for fft_filters.

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 045d02d1a69c916e60d87b655adfacfceeceeaaf
Author: Josh Blum <address@hidden>
Date:   Fri Apr 27 10:03:28 2012 -0700

    python-blocks: replace assertItemsEqual with assertEqual

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

    this is squashed python blocks support

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


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



reply via email to

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