summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime
AgeCommit message (Expand)Author
2013-07-31gras: transplant get_initial_sptr for teh compilzJosh Blum
2013-06-11Merge branch 'v3.6.4_branch' into v3.6.4git_gras_supportJosh Blum
2013-06-01gras: moved name and id into compat layerJosh Blum
2013-05-08runtime: forgot to go back to the 'old' style using gruel.Tom Rondeau
2013-05-08runtime: fix for thread safety issue during simultaneous use of stream tags a...Tim O'Shea
2013-05-01gras: use include for pmt_swig.i for swig vector errorJosh Blum
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