Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-21 | analog: implemented all AGC classes in gr-analog with QA code. | Tom Rondeau | |
2012-10-21 | analog: adding complex squelch base class. | Tom Rondeau | |
2012-10-20 | analog: adding squelch_base_ff and ctcss_squelch_ff to analog. | Tom Rondeau | |
This addresses the issues of inheriting from both gr_block and another block (squelch_base_ff, in this case). | |||
2012-10-15 | digital: Add symbol output to constellation_receiver block for debugging. | Ben Reynwar | |
Cherry-picked from a commit on 'next.' Reworked for master style. Conflicts: gr-digital/lib/constellation_receiver_cb_impl.cc | |||
2012-10-15 | Merge remote-tracking branch 'benreynwar/master_constellation_scale' | Tom Rondeau | |
2012-10-13 | Merge branch 'maint' | Johnathan Corgan | |
2012-10-13 | uhd: fix pmt tuple ref namespace issue | Josh Blum | |
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. | |||
2012-10-13 | core: fix several tag includes throughout core | Josh Blum | |
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. | |||
2012-10-12 | Merge branch 'maint' | Tom Rondeau | |
2012-10-12 | qtgui: fixed qtgui time sink to take the bandwidth parameter to set x-axis ↵ | Tom Rondeau | |
correctly. | |||
2012-10-05 | Merge remote branch 'jblum/grc_optional_pads' | Johnathan Corgan | |
2012-10-05 | blocks: fix XML definitions for block tree | Johnathan Corgan | |
2012-10-05 | grc: added wildcard type to pad source/sink | Josh Blum | |
2012-10-05 | grc: revert changes to flow_graph.tmpl, runtime enforces this | Josh Blum | |
2012-10-04 | grc: added optional flag to pad source and sink | Josh Blum | |
2012-10-03 | blocks: fixed MSVC compatibility issue | Nicholas Corgan | |
2012-10-03 | Merge branch 'maint' | Tom Rondeau | |
2012-10-03 | grc: ability to automatically create hier_blocks from a flowgraph. | Tom Rondeau | |
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. | |||
2012-10-03 | grc: populate file variable correctly when we save. | Tom Rondeau | |
2012-10-03 | UHD: improved capabilities for uhd_fft.grc. | Ben Hilburn | |
2012-10-03 | core: fix for restarting the flowgraph with VOLK blocks. | Tom Rondeau | |
2012-10-03 | core: Added QA for max_noutput_items per block and max_output_buffer. | Tom Rondeau | |
2012-10-03 | core: fixed set min/max buffer sizes to better handle blocks with infinite ↵ | Tom Rondeau | |
streams. | |||
2012-10-03 | core: fixed swig file for exporting max/min buffer sizes with port first. | Tom Rondeau | |
2012-10-03 | docs: Adding notes discussing how to use new max_output_buffer feature. | Tom Rondeau | |
Also sneaking in a new analog group for gr-analog. | |||
2012-10-03 | core: fix for restarting the flowgraph with VOLK blocks. | Tom Rondeau | |
2012-10-02 | core: update max_buffer_size after buffer is actually allocated. | Tom Rondeau | |
2012-10-02 | core: bit of rework on setting/getting max_output_buffer. | Tom Rondeau | |
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. | |||
2012-10-02 | Merge branch 'max_nout_each' | Tom Rondeau | |
2012-10-02 | providing additional control over GNU Radio buffer allocation size for ↵ | Tim O'Shea | |
latency effects etc unlimited io_signatures of -1 should work correctly with this patch now | |||
2012-10-01 | digital: Increase acceptable BER in qa_constellation_receiver back to prior ↵ | Ben Reynwar | |
value. | |||
2012-10-01 | gruel: added unsigned long long int support to the PMT sugar functions. | Tom Rondeau | |
2012-10-01 | Merge branch 'wip/gr-blocks-master' | Johnathan Corgan | |
2012-10-01 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2012-09-30 | digital: Fixed scaling bug in QAM constellations. | Ben Reynwar | |
2012-09-29 | core: udp source wait mode yields work thread | Josh Blum | |
2012-09-29 | uhd: work does not block, OK to return 0 on ERROR_CODE_TIMEOUT | Josh Blum | |
2012-09-29 | core: source block can yield thread context/produce none | Josh Blum | |
2012-09-29 | uhd: provide source block hook for issue stream cmd | Josh Blum | |
2012-09-29 | core: fix implicit assumption in skiphead | Josh Blum | |
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 | |||
2012-09-28 | Merge branch 'master' into wip/gr-blocks-master | Johnathan Corgan | |
2012-09-28 | added the ability to open custom GRC hier block definitions from graphs ↵ | Tim O'Shea | |
using an instance of them | |||
2012-09-28 | adding GRC Reload Block XML action | Tim O'Shea | |
2012-09-27 | Merge branch 'maint' | Johnathan Corgan | |
2012-09-27 | core: fix use of private vars in place of API accessor | Josh Blum | |
Conflicts: gnuradio-core/src/lib/io/gr_tagged_file_sink.cc | |||
2012-09-27 | digital: fix private access in gr_endian_swap | Josh Blum | |
2012-09-23 | analog: adding gr-analog component with. | Tom Rondeau | |
2012-09-22 | grc: fixed GRC subtraction block to allow a single input line (inverts the ↵ | Tom Rondeau | |
signal). | |||
2012-09-10 | Merge branch 'maint' | Johnathan Corgan | |
2012-09-10 | volk: forgot critical variable subs | Josh Blum | |