summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "core: adding int32_t and uint32_t types to swig."Tom Rondeau2012-10-301-0/+3
* Revert "core: adding int32_t and uint32_t types to swig."Tom Rondeau2012-10-301-2/+0
* digital: switched digital components over to using LFSR class now in gr-analog.Tom Rondeau2012-10-306-7/+10
* analog: executable flag for python QA codes.Tom Rondeau2012-10-306-0/+0
* analog: export lfsr class to Python and adding QA code for it.Tom Rondeau2012-10-302-0/+51
* core: adding int32_t and uint32_t types to swig.Tom Rondeau2012-10-301-0/+2
* analog: moving LFSR code into gr-analog.Tom Rondeau2012-10-301-0/+162
* analog: adding probe_avg_mag_sqrd blocks to gr-analog with QA and GRC.Tom Rondeau2012-10-3013-0/+774
* analog: added PLL blocks to gr-analog with QA and GRC.Tom Rondeau2012-10-3021-6/+1745
* analog: fixing noise source in GRC.Tom Rondeau2012-10-302-8/+12
* analog: adding phase_modulator_fc to gr-analog with QA and GRC.Tom Rondeau2012-10-309-1/+282
* analog: adding noise_source to gr-analog with GRC and QA.Tom Rondeau2012-10-259-2/+423
* core: update to build_utils to help with '_i_impl' blocks.Tom Rondeau2012-10-251-1/+1
* analog: adding frequency_modulator_fc to gr-analog, with QA and GRC.Tom Rondeau2012-10-259-1/+276
* analog: added fmdet block to gr-analog.Tom Rondeau2012-10-237-0/+346
* analog: adding GRC blocks for:Tom Rondeau2012-10-227-1/+325
* analog: adding dpll_bb to gr-analog.Tom Rondeau2012-10-227-0/+296
* analog: added cpfsk to gr-analog.Tom Rondeau2012-10-227-1/+272
* analog: implemented all AGC classes in gr-analog with QA code.Tom Rondeau2012-10-2121-1/+1774
* analog: adding complex squelch base class.Tom Rondeau2012-10-213-0/+261
* analog: adding squelch_base_ff and ctcss_squelch_ff to analog.Tom Rondeau2012-10-2010-1/+661
* digital: Add symbol output to constellation_receiver block for debugging.Ben Reynwar2012-10-152-4/+27
* Merge remote-tracking branch 'benreynwar/master_constellation_scale'Tom Rondeau2012-10-153-0/+20
|\
| * digital: Increase acceptable BER in qa_constellation_receiver back to prior v...Ben Reynwar2012-10-011-1/+1
| * digital: Fixed scaling bug in QAM constellations.Ben Reynwar2012-09-304-1/+21
* | Merge branch 'maint'Johnathan Corgan2012-10-135-7/+7
|\ \
| * | uhd: fix pmt tuple ref namespace issueJosh Blum2012-10-132-4/+4
| * | core: fix several tag includes throughout coreJosh Blum2012-10-133-3/+3
* | | Merge branch 'maint'Tom Rondeau2012-10-122-0/+2
|\| |
| * | qtgui: fixed qtgui time sink to take the bandwidth parameter to set x-axis co...Tom Rondeau2012-10-122-0/+2
* | | Merge remote branch 'jblum/grc_optional_pads'Johnathan Corgan2012-10-054-0/+43
|\ \ \
| * | | grc: added wildcard type to pad source/sinkJosh Blum2012-10-052-0/+10
| * | | grc: revert changes to flow_graph.tmpl, runtime enforces thisJosh Blum2012-10-051-2/+2
| * | | grc: added optional flag to pad source and sinkJosh Blum2012-10-045-2/+35
* | | | blocks: fix XML definitions for block treeJohnathan Corgan2012-10-052-23/+23
|/ / /
* | | blocks: fixed MSVC compatibility issueNicholas Corgan2012-10-032-0/+97
* | | Merge branch 'maint'Tom Rondeau2012-10-030-0/+0
|\| |
| * | core: fix for restarting the flowgraph with VOLK blocks.Tom Rondeau2012-10-031-5/+5
* | | grc: ability to automatically create hier_blocks from a flowgraph.Tom Rondeau2012-10-033-0/+138
* | | grc: populate file variable correctly when we save.Tom Rondeau2012-10-031-0/+1
* | | UHD: improved capabilities for uhd_fft.grc.Ben Hilburn2012-10-031-102/+605
* | | core: fix for restarting the flowgraph with VOLK blocks.Tom Rondeau2012-10-031-5/+5
* | | core: Added QA for max_noutput_items per block and max_output_buffer.Tom Rondeau2012-10-032-1/+103
* | | core: fixed set min/max buffer sizes to better handle blocks with infinite st...Tom Rondeau2012-10-032-16/+65
* | | core: fixed swig file for exporting max/min buffer sizes with port first.Tom Rondeau2012-10-032-3/+3
* | | docs: Adding notes discussing how to use new max_output_buffer feature.Tom Rondeau2012-10-032-0/+51
* | | core: update max_buffer_size after buffer is actually allocated.Tom Rondeau2012-10-021-0/+3
* | | core: bit of rework on setting/getting max_output_buffer.Tom Rondeau2012-10-021-4/+12
* | | Merge branch 'max_nout_each'Tom Rondeau2012-10-028-2/+357
|\ \ \
| * | | docs: added section explaining the basics of reconfiguring a flowgraph.Tom Rondeau2012-06-041-7/+131