summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime
AgeCommit message (Expand)Author
2013-04-15gras: copied in standard header w/ correct datesJosh Blum
2013-04-15gras: make use of work buffer's vec callJosh Blum
2013-04-15gras: inline a bunch of wrapper callsJosh Blum
2013-04-14gras: runtime.i export a few more calls from blockJosh Blum
2013-03-31Merge branch 'maint' into v3.6.4git_gras_supportJosh Blum
2013-03-29core: addressing issue #529. Using vector<int> instead of vector<unsigned int...Tom Rondeau
2013-03-21gras: moved the lock/unlock hereJosh Blum
2013-03-17gras: more changes to get compiling w/ maintJosh Blum
2013-03-17Merge branch 'maint' of https://github.com/guruofquality/gnuradio into v3.6.4...Josh Blum
2013-03-07core: protect against popping a message off the queue if no handler is attached.Tom Rondeau
2013-03-06gras: same changes to config structJosh Blum
2013-02-26core: adding a mutex as a protected member of gr_block for use in protecting ...Tom Rondeau
2013-02-25gras: changes for port config APIJosh Blum
2013-02-23gras: fix stupid multiple type traits error x86 machineJosh Blum
2013-02-23gras: well thats a duplicate nowJosh Blum
2013-02-23gras: implement io sig ontop of set/get size apiJosh Blum
2013-02-22gras: continuation from the last commitJosh Blum
2013-02-22gras: linker stuff + moving around symbols and shitJosh Blum
2013-02-17Merge branch 'maint' into v3.6.4git_gras_supportJosh Blum
2013-02-16core: only query preferences database once at start of block_executor.Tom Rondeau
2013-02-16core: adding and using a PerfCounters section to the config files.Tom Rondeau
2013-02-16core: adding new var perf. counters to swig interface.Tom Rondeau
2013-02-15core: adding variance calcs to perf. counters.Tom Rondeau
2013-02-13Merge branch 'maint'Tom Rondeau
2013-02-13core: adding necessary include to gr_block_registry.hTim O'Shea
2013-02-12Merge remote-tracking branch 'reynwar/python_msg'Johnathan Corgan
2013-02-12Merge remote-tracking branch 'reynwar/min_output'Johnathan Corgan
2013-02-12core: typedef vector<unsigned int> so SWIG can handle including it multiple t...Tom Rondeau
2013-02-07sched: swiging perf counters into Python.Tom Rondeau
2013-02-07sched: adding in perf counters to measure performance of blocks during exectu...Tom Rondeau
2013-02-06gruel: renamed mask to dword_maskNicholas Corgan
2013-02-06QA: adding a test to make sure the set_processor_affinity calls work and top_...Tom Rondeau
2013-02-06core: working thread affinity concept into gr_blocks.Tom Rondeau
2013-01-31core: Enabling msg_connect within python blocks.Roy Thompson
2013-01-22core: Add min_noutput_items to gr_block.Ben Reynwar
2013-01-15Merge remote-tracking branch 'mbant/equal_for_tags'Tom Rondeau
2013-01-15core: added remove_tag_item()Martin Braun
2013-01-15core: added operator == for tagsMartin Braun
2013-01-13gras: fixed the misc issues w/ gr python blockJosh Blum
2013-01-13gras: support changeset for 3.6.4Josh Blum
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