summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | core: exported max_noutput_item methods from gr_block to Python.Tom Rondeau2012-06-041-0/+6
| * | | docs: added a description of a basic flowgraph to the manual's main page.Tom Rondeau2012-06-041-0/+101
| * | | runtime: added ability for blocks to have their own max_noutput_items.Tom Rondeau2012-06-046-2/+126
* | | | providing additional control over GNU Radio buffer allocation size for latenc...Tim O'Shea2012-10-024-2/+44
* | | | gruel: added unsigned long long int support to the PMT sugar functions.Tom Rondeau2012-10-011-0/+6
* | | | Merge branch 'wip/gr-blocks-master'Johnathan Corgan2012-10-01247-2/+14960
|\ \ \ \
| * \ \ \ Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan2012-09-2814-6/+47
| |\ \ \ \
| * | | | | blocks: added gr::blocks::file_sourceJohnathan Corgan2012-09-058-0/+328
| * | | | | Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan2012-09-0518-175/+651
| |\ \ \ \ \
| * | | | | | blocks: added gr::blocks::vector_to_streamsJohnathan Corgan2012-09-049-2/+236
| * | | | | | blocks: added gr::blocks::vector_to_streamJohnathan Corgan2012-09-049-2/+228
| * | | | | | blocks: added gr::blocks::streams_to_vectorJohnathan Corgan2012-09-048-0/+234
| * | | | | | blocks: added gr::blocks::streams_to_streamJohnathan Corgan2012-09-049-1/+243
| * | | | | | blocks: added gr::blocks::stream_to_vectorJohnathan Corgan2012-09-048-0/+227
| * | | | | | blocks: added gr::blocks::stream_to_streamsJohnathan Corgan2012-08-309-0/+377
| * | | | | | blocks: added gr::blocks::stream_muxJohnathan Corgan2012-08-309-0/+500
| * | | | | | Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan2012-08-2914-16/+354
| |\ \ \ \ \ \
| * | | | | | | blocks: added gr::blocks::repeatJohnathan Corgan2012-07-199-0/+286
| * | | | | | | blocks: added gr::blocks::keep_m_in_nJohnathan Corgan2012-07-199-0/+339
| * | | | | | | Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan2012-07-1938-2746/+2474
| |\ \ \ \ \ \ \
| * | | | | | | | blocks: added gr::blocks::keep_one_in_nJohnathan Corgan2012-07-079-0/+332
| * | | | | | | | blocks: added gr::blocks::interleaveJohnathan Corgan2012-07-069-3/+250
| * | | | | | | | blocks: added gr::blocks::deinterleaveJohnathan Corgan2012-07-059-0/+334
| * | | | | | | | blocks: added gr::blocks::xor_XX (bb ss ii)Johnathan Corgan2012-07-049-5/+236
| * | | | | | | | blocks: added gr::blocks::or_XX (bb ss ii)Johnathan Corgan2012-07-049-5/+233
| * | | | | | | | blocks: apply swig fixJohnathan Corgan2012-07-031-0/+2
| * | | | | | | | Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan2012-07-0337-452/+1025
| |\ \ \ \ \ \ \ \
| * | | | | | | | | blocks: added gr::blocks::not_XX (bb ss ii)Johnathan Corgan2012-07-039-4/+222
| * | | | | | | | | blocks: added gr::blocks::and_const_XX (bb ss ii)Johnathan Corgan2012-07-029-0/+289
| * | | | | | | | | blocks: added gr::blocks::add_XX (bb ss ii)Johnathan Corgan2012-07-029-1/+397
| * | | | | | | | | blocks: added gr::blocks::nlog10_ffJohnathan Corgan2012-07-019-0/+264
| * | | | | | | | | blocks: aded gr::blocks::multiply_conjugate_ccJohnathan Corgan2012-06-309-0/+267