summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime
AgeCommit message (Expand)Author
2012-12-31core: fixed some unused parameter warningsAlexandru Csete
2012-12-121. msg passing logic fix for fan-in to hier block outputs and fan-out from hi...Tim O'Shea
2012-12-07core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancementsTim O'Shea
2012-12-06core: Adding function to retrieve the symbol names of a blocks message ports.Tom Rondeau
2012-12-03core: the mutex is unlocked to begin with and GR doesn't seem to like us forc...Tom Rondeau
2012-11-30core: gr_blocks can now have only message ports with no general_work()Tim O'Shea
2012-11-29Adding PDU to tagged stream and tagged stream to PDU blocks along with QA pythonJohnathan Corgan
2012-11-29core: adding msg_connect, updating msg interface, adding symbolic block namesTim O'Shea
2012-11-22runtime: changed check after cast to gr_block.Tom Rondeau
2012-11-22runtime: moved setting of min/max buffer sizes from gr_basic_block to gr_block.Tom Rondeau
2012-10-13Merge branch 'maint'Johnathan Corgan
2012-10-13core: fix several tag includes throughout coreJosh Blum
2012-10-03core: fix for restarting the flowgraph with VOLK blocks.Tom Rondeau
2012-10-03core: Added QA for max_noutput_items per block and max_output_buffer.Tom Rondeau
2012-10-03core: fixed set min/max buffer sizes to better handle blocks with infinite st...Tom Rondeau
2012-10-03core: fixed swig file for exporting max/min buffer sizes with port first.Tom Rondeau
2012-10-03core: fix for restarting the flowgraph with VOLK blocks.Tom Rondeau
2012-10-02core: update max_buffer_size after buffer is actually allocated.Tom Rondeau
2012-10-02core: bit of rework on setting/getting max_output_buffer.Tom Rondeau
2012-10-02Merge branch 'max_nout_each'Tom Rondeau
2012-10-02providing additional control over GNU Radio buffer allocation size for latenc...Tim O'Shea
2012-09-29core: source block can yield thread context/produce noneJosh Blum
2012-07-03core: moved VMCIRCBUF related code to runtimeJosh Blum
2012-06-14core: remove extraneous include statementJohnathan Corgan
2012-06-04core: exported max_noutput_item methods from gr_block to Python.Tom Rondeau
2012-06-04runtime: added ability for blocks to have their own max_noutput_items.Tom Rondeau
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi...Tom Rondeau
2012-04-07Merge branch 'master' into nextTom Rondeau
2012-04-07Merge branch 'maint'Tom Rondeau
2012-04-07core: buffer alignments were getting confused. Just need to tell all blocks t...Tom Rondeau
2012-04-07Merge branch 'master' into nextTom Rondeau
2012-04-07Merge branch 'maint'Tom Rondeau
2012-04-07core: makes sure all block's buffers are aligned on start/restart and that th...Tom Rondeau
2012-04-01Removes all references to guile and scheme, which are no longer needed.Tom Rondeau
2012-03-27Merge branch 'master' into nextTom Rondeau
2012-03-27Merge branch 'maint'Tom Rondeau
2012-03-27core: when reseting buffers, make sure that the read/write pointers are alway...Tom Rondeau
2012-03-18Merge branch 'master' into nextJohnathan Corgan
2012-03-18Merge branch 'maint'Johnathan Corgan
2012-03-18core: empty gr_hier_block2 contructor for virtual inheritanceJosh Blum
2012-03-16Merge branch 'master' into nextTom Rondeau
2012-03-16Merge remote branch 'jblum/gruel_common_swig'Tom Rondeau
2012-03-16gruel: created common swig include fileJosh Blum
2012-03-01Merge branch 'master' into nextJohnathan Corgan
2012-03-01Merge remote branch 'tom/safe_align'Johnathan Corgan
2012-02-26Merge branch 'master' into nextJohnathan Corgan
2012-02-26core: add null constructors to sync_* blocksJohnathan Corgan
2012-02-13sched: some added protections and checks for the alignment states.Tom Rondeau
2012-02-02sched: better working alignment handling.Tom Rondeau
2012-01-29core: minor edits.Tom Rondeau