Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge branch 'master' into next | Tom Rondeau | 2012-12-06 | 3 | -42/+106 | |
|\| | | | ||||||
| * | | | core: Adding function to retrieve the symbol names of a blocks message ports. | Tom Rondeau | 2012-12-06 | 3 | -42/+106 | |
| | | | | | | | | | | | | | | | | Updated qa_pdu tests to verify this. | |||||
* | | | | ctrlport: cleaning up contorlport builds. | Tom Rondeau | 2012-12-04 | 5 | -12/+8 | |
| | | | | | | | | | | | | | | | | I was getting confused with where ENABLE_GR_CTRLPORT was used, so this uses that in cmake and GR_CTRLPORT for the C++ and Swig files. | |||||
* | | | | ctrlport: gets rid of a SWIG warning. | Tom Rondeau | 2012-12-03 | 1 | -4/+35 | |
| | | | | ||||||
* | | | | ctrlport: fixing up controlport integration into gnuradio-core for merge ↵ | Tom Rondeau | 2012-12-03 | 8 | -9/+151 | |
| | | | | | | | | | | | | | | | | with next. | |||||
* | | | | Merging ctrlport2 into next branch. | Tom Rondeau | 2012-12-03 | 31 | -0/+3148 | |
| | | | | ||||||
* | | | | Merge branch 'master' into next | Tom Rondeau | 2012-12-03 | 1 | -1/+0 | |
|\| | | | ||||||
| * | | | core: the mutex is unlocked to begin with and GR doesn't seem to like us ↵ | Tom Rondeau | 2012-12-03 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | forcing it unlocked here. | |||||
* | | | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-30 | 9 | -13/+71 | |
|\| | | | ||||||
| * | | | core: gr_blocks can now have only message ports with no general_work() | Tim O'Shea | 2012-11-30 | 9 | -13/+71 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * msg only blocks now get thread context * added blocking msg queue delete call * added gr_message_strobe block * added grc definitions for message_debug, message_strobe, pdu_to_tagged_stream, tagged_stream_to_pdu. * allow message fan-in connections in GRC | |||||
* | | | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-29 | 7 | -33/+48 | |
|\| | | | ||||||
| * | | | Adding PDU to tagged stream and tagged stream to PDU blocks along with QA python | Johnathan Corgan | 2012-11-29 | 7 | -33/+48 | |
| | | | | | | | | | | | | | | | | non-stream-connected blocks still need a new thread context | |||||
* | | | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-29 | 19 | -97/+419 | |
|\| | | | ||||||
| * | | | core: adding msg_connect, updating msg interface, adding symbolic block names | Tim O'Shea | 2012-11-29 | 19 | -97/+419 | |
| | | | | ||||||
* | | | | Revert "core: adding msg_connect, updating msg interface, adding symbolic ↵ | Johnathan Corgan | 2012-11-29 | 19 | -419/+97 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | block names" (to be reapplied on master branch and re-merged in) This reverts commit 7fc857a18cdc47f333db56cfedd2a4ed1a8432a9. | |||||
* | | | | core: adding msg_connect, updating msg interface, adding symbolic block names | Tim O'Shea | 2012-11-28 | 19 | -97/+419 | |
| | | | | ||||||
* | | | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-22 | 7 | -91/+99 | |
|\| | | | ||||||
| * | | | runtime: changed check after cast to gr_block. | Tom Rondeau | 2012-11-22 | 1 | -7/+6 | |
| | | | | ||||||
| * | | | runtime: moved setting of min/max buffer sizes from gr_basic_block to gr_block. | Tom Rondeau | 2012-11-22 | 7 | -92/+101 | |
| | | | | ||||||
* | | | | Merge branch 'master' into next | Johnathan Corgan | 2012-10-13 | 1 | -1/+1 | |
|\| | | | ||||||
| * | | | Merge branch 'maint' | Johnathan Corgan | 2012-10-13 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | core: fix several tag includes throughout core | Josh Blum | 2012-10-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | * | | | core: fix for restarting the flowgraph with VOLK blocks. | Tom Rondeau | 2012-10-03 | 1 | -5/+5 | |
| | | |/ | | |/| | ||||||
* | | | | Merge branch 'master' into next | Tom Rondeau | 2012-10-03 | 11 | -8/+342 | |
|\| | | | ||||||
| * | | | core: fix for restarting the flowgraph with VOLK blocks. | Tom Rondeau | 2012-10-03 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | core: Added QA for max_noutput_items per block and max_output_buffer. | Tom Rondeau | 2012-10-03 | 2 | -1/+103 | |
| | | | | ||||||
| * | | | core: fixed set min/max buffer sizes to better handle blocks with infinite ↵ | Tom Rondeau | 2012-10-03 | 2 | -16/+65 | |
| | | | | | | | | | | | | | | | | streams. | |||||
| * | | | core: fixed swig file for exporting max/min buffer sizes with port first. | Tom Rondeau | 2012-10-03 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | core: update max_buffer_size after buffer is actually allocated. | Tom Rondeau | 2012-10-02 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | core: bit of rework on setting/getting max_output_buffer. | Tom Rondeau | 2012-10-02 | 1 | -4/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | Merge branch 'max_nout_each' | Tom Rondeau | 2012-10-02 | 7 | -2/+132 | |
| |\ \ \ | ||||||
| | * | | | core: exported max_noutput_item methods from gr_block to Python. | Tom Rondeau | 2012-06-04 | 1 | -0/+6 | |
| | | | | | ||||||
| | * | | | runtime: added ability for blocks to have their own max_noutput_items. | Tom Rondeau | 2012-06-04 | 6 | -2/+126 | |
| | | |/ | | |/| | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | providing additional control over GNU Radio buffer allocation size for ↵ | Tim O'Shea | 2012-10-02 | 4 | -2/+44 | |
| | | | | | | | | | | | | | | | | | | | | | | | | latency effects etc unlimited io_signatures of -1 should work correctly with this patch now | |||||
* | | | | Merge branch 'master' into next | Johnathan Corgan | 2012-09-29 | 1 | -0/+2 | |
|\| | | | ||||||
| * | | | core: source block can yield thread context/produce none | Josh Blum | 2012-09-29 | 1 | -0/+2 | |
| | |/ | |/| | ||||||
* / | | core: fixed default upper-limit on noutput_items to make sure we don't ↵ | Tom Rondeau | 2012-08-20 | 3 | -4/+4 | |
|/ / | | | | | | | normally hit it. | |||||
* | | core: moved VMCIRCBUF related code to runtime | Josh Blum | 2012-07-03 | 1 | -0/+23 | |
| | | | | | | | | This build stuff should not be at the top level. | |||||
* | | core: remove extraneous include statement | Johnathan Corgan | 2012-06-14 | 1 | -2/+0 | |
|/ | ||||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 124 | -726/+726 | |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | |||||
* | Merge branch 'master' into next | Tom Rondeau | 2012-04-07 | 1 | -2/+3 | |
|\ | ||||||
| * | Merge branch 'maint' | Tom Rondeau | 2012-04-07 | 1 | -2/+3 | |
| |\ | ||||||
| | * | core: buffer alignments were getting confused. Just need to tell all blocks ↵ | Tom Rondeau | 2012-04-07 | 1 | -2/+3 | |
| | | | | | | | | | | | | that they are aligned upon restart. | |||||
* | | | Merge branch 'master' into next | Tom Rondeau | 2012-04-07 | 2 | -22/+46 | |
|\| | | ||||||
| * | | Merge branch 'maint' | Tom Rondeau | 2012-04-07 | 2 | -22/+46 | |
| |\| | ||||||
| | * | core: makes sure all block's buffers are aligned on start/restart and that ↵ | Tom Rondeau | 2012-04-07 | 2 | -22/+46 | |
| | | | | | | | | | | | | they know it. | |||||
* | | | Removes all references to guile and scheme, which are no longer needed. | Tom Rondeau | 2012-04-01 | 6 | -97/+5 | |
| | | | | | | | | | | | | The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point. | |||||
* | | | Merge branch 'master' into next | Tom Rondeau | 2012-03-27 | 2 | -0/+26 | |
|\| | | ||||||
| * | | Merge branch 'maint' | Tom Rondeau | 2012-03-27 | 2 | -0/+26 | |
| |\| | ||||||
| | * | core: when reseting buffers, make sure that the read/write pointers are ↵ | Tom Rondeau | 2012-03-27 | 2 | -0/+26 | |
| | | | | | | | | | | | | | | | | | | always algined. This fixes problems when disconnecting and reconnecting blocks to a flowgraph. |